mirror of
https://github.com/AskDavis/Casinotest.git
synced 2026-01-01 05:05:57 -08:00
5 lines
159 B
Python
5 lines
159 B
Python
from jsonrpc import ServiceProxy
|
|
access = ServiceProxy("http://127.0.0.1:47970")
|
|
pwd = raw_input("Enter wallet passphrase: ")
|
|
access.walletpassphrase(pwd, 60)
|