Transferred help text into README.md file.
[btcspy.git] / lib / version.py
1 ELECTRUM_VERSION = "1.9.8" # version of the client package
2 PROTOCOL_VERSION = '0.9' # protocol version requested
3 NEW_SEED_VERSION = 7 # bip32 wallets
4 OLD_SEED_VERSION = 4 # old electrum deterministic generation
5 SEED_PREFIX = '01' # the hash of the mnemonic seed must begin with this