8ad100a55b
Signed-off-by: David Perry <enmaku@gmail.com>
4 lines
No EOL
157 B
Python
4 lines
No EOL
157 B
Python
from jsonrpc import ServiceProxy
|
|
access = ServiceProxy("http://127.0.0.1:8332")
|
|
pwd = raw_input("Enter wallet passphrase: ")
|
|
access.walletpassphrase(pwd, 60) |