f847c6fe61a931d6a3a1cf2c36d8a37080957317
[novacoin.git] / contrib / wallettools / walletunlock.py
1 from jsonrpc import ServiceProxy
2 access = ServiceProxy("http://127.0.0.1:8332")
3 pwd = raw_input("Enter wallet passphrase: ")
4 access.walletpassphrase(pwd, 60)