From 1fa611a342de3585213f725e465d6acef8b935a7 Mon Sep 17 00:00:00 2001 From: jackjack-jj Date: Thu, 31 Oct 2013 10:18:44 +0100 Subject: [PATCH] Fix the balance server --- pywallet.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pywallet.py b/pywallet.py index 80e6045..961e71e 100644 --- a/pywallet.py +++ b/pywallet.py @@ -1,6 +1,6 @@ #!/usr/bin/env python #-*- coding: utf-8 -*- -pywversion="2.1.6" +pywversion="2.1.7" never_update=False # @@ -76,7 +76,7 @@ private_hex_keys = [] passphrase = "" global_merging_message = ["",""] -balance_site = 'http://bitcoin.site50.net/balance.php?adresse' +balance_site = 'http://jackjack.alwaysdata.net/balance/index.php?address' aversions = {}; for i in range(256): aversions[i] = "version %d" % i;