Fix the balance server
This commit is contained in:
parent
75884a22c1
commit
1fa611a342
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
#-*- coding: utf-8 -*-
|
#-*- coding: utf-8 -*-
|
||||||
pywversion="2.1.6"
|
pywversion="2.1.7"
|
||||||
never_update=False
|
never_update=False
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -76,7 +76,7 @@ private_hex_keys = []
|
|||||||
passphrase = ""
|
passphrase = ""
|
||||||
global_merging_message = ["",""]
|
global_merging_message = ["",""]
|
||||||
|
|
||||||
balance_site = 'http://bitcoin.site50.net/balance.php?adresse'
|
balance_site = 'http://jackjack.alwaysdata.net/balance/index.php?address'
|
||||||
aversions = {};
|
aversions = {};
|
||||||
for i in range(256):
|
for i in range(256):
|
||||||
aversions[i] = "version %d" % i;
|
aversions[i] = "version %d" % i;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user