David Perry
13 years ago
2 changed files with 9 additions and 0 deletions
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
from jsonrpc import ServiceProxy |
||||
access = ServiceProxy("http://127.0.0.1:8332") |
||||
pwd = raw_input("Enter old wallet passphrase: ") |
||||
pwd2 = raw_input("Enter new wallet passphrase: ") |
||||
access.walletpassphrasechange(pwd, pwd2) |
Loading…
Reference in new issue