2014-08-20 18:59:22 +02:00
|
|
|
ELECTRUM_VERSION = "2.0" # version of the client package
|
2014-01-23 17:06:47 +01:00
|
|
|
PROTOCOL_VERSION = '0.9' # protocol version requested
|
2014-08-13 16:05:43 +02:00
|
|
|
NEW_SEED_VERSION = 8 # bip32 wallets
|
2014-02-27 10:21:41 +01:00
|
|
|
OLD_SEED_VERSION = 4 # old electrum deterministic generation
|
2014-08-13 16:05:43 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
# The hash of the mnemonic seed must begin with this
|
|
|
|
|
SEED_PREFIX = '01' # for BIP44
|