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:
parent
e3c0a02ca0
commit
3bec738595
6 changed files with 481 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue