627c13c0fc
Version 4.2.1.0 - wallet makeover - staking behaviour adjustments - non mandatory update- - no need for updating daemons (only recomended if used for staking)
4 lines
158 B
Python
4 lines
158 B
Python
from jsonrpc import ServiceProxy
|
|
access = ServiceProxy("http://127.0.0.1:19111")
|
|
pwd = raw_input("Enter wallet passphrase: ")
|
|
access.walletpassphrase(pwd, 60) |