Set port number to 8344
authorCryptoManiac <balthazar@yandex.ru>
Fri, 15 Aug 2014 22:25:09 +0000 (02:25 +0400)
committerCryptoManiac <balthazar@yandex.ru>
Fri, 15 Aug 2014 22:25:09 +0000 (02:25 +0400)
contrib/wallettools/walletchangepass.py
contrib/wallettools/walletunlock.py

index 30f3f5b..0b5859f 100644 (file)
@@ -1,5 +1,5 @@
 from jsonrpc import ServiceProxy
-access = ServiceProxy("http://127.0.0.1:8332")
+access = ServiceProxy("http://127.0.0.1:8344")
 pwd = raw_input("Enter old wallet passphrase: ")
 pwd2 = raw_input("Enter new wallet passphrase: ")
 access.walletpassphrasechange(pwd, pwd2)
\ No newline at end of file
index f847c6f..17ad07a 100644 (file)
@@ -1,4 +1,5 @@
 from jsonrpc import ServiceProxy
-access = ServiceProxy("http://127.0.0.1:8332")
+access = ServiceProxy("http://127.0.0.1:8344")
 pwd = raw_input("Enter wallet passphrase: ")
-access.walletpassphrase(pwd, 60)
\ No newline at end of file
+access.walletpassphrase(pwd, 60)
+