- Generate Segwit addresses by invoking 'mmgen-addrgen' with the '--type segwit' option - Import Segwit addresses into the tracking wallet as usual - Segwit and legacy MMGen addresses are distinguished by 'S' and 'L' identifiers in the tracking wallet and command line Transaction example: mmgen-txcreate F00BAA12:L:21,1.23 F00BAA12:S:1 (spend 1.23 BTC to legacy address 21 of your default wallet (with Seed ID F00BAA12) and send the change to Segwit address 1) Segwit and legacy addresses for a given seed are generated from different sub-seeds so are cryptographically unrelated to each other. Since MMGen's legacy P2PKH addresses are uncompressed, use of the new Segwit addresses significantly reduces transaction size. Until Segwit activation on mainnet, users can try out the new functionality on testnet or in regtest mode.
19 lines
820 B
Text
19 lines
820 B
Text
# MMGen address file
|
|
#
|
|
# This file is editable.
|
|
# Everything following a hash symbol '#' is a comment and ignored by MMGen.
|
|
# A text label of 32 characters or less may be added to the right of each
|
|
# address, and it will be appended to the bitcoind wallet label upon import.
|
|
# The label may contain any printable ASCII symbol.
|
|
# Address data checksum for 98831F3A-S[1,31-33,500-501,1010-1011]: 06C1 9C87 F25C 4EE6
|
|
# Record this value to a secure location.
|
|
98831F3A SEGWIT {
|
|
1 36TvVzU5mxSjJ3D9qKAmYzCV7iUqtTDezF
|
|
31 33BhCyZJeXt2EUitVQUCKSN8hutAL3jnDh
|
|
32 37GSqHBi7yKUYN1y5WGwcVeKgxAkhNTJBs
|
|
33 3CWwH3GZrWh2BfbVjaMChHnuamSc4uxLxK
|
|
500 35QxzdbJTErNtxYaQJQvfhv3qiG876bhHA
|
|
501 3P1r25Ch3rp7CUTw9uoBxoZsDQ9smGQ8iZ
|
|
1010 37h2StmReijH9j3kd1AVMU1vfXe5HwMowX
|
|
1011 37UkuGYko84PeTE46qXLDWKKvGhMM82tpu
|
|
}
|