version 0.1.4, WIF compatible new private keys, proper bitcoin address verification, worker killing does not drops hash error, private key saved confirmation on site create

This commit is contained in:
HelloZeroNet 2015-01-20 02:47:00 +01:00
parent e3c0a02ca0
commit 3bec738595
6 changed files with 481 additions and 12 deletions

View file

@ -37,7 +37,7 @@ def load():
# Checks if its a valid address
def isAddress(address):
return re.match("^[A-Za-z0-9]{34}$", address)
return re.match("^[A-Za-z0-9]{26,35}$", address)
# Return site and start download site files