BITCOIN_NETWORK constructor
Implementation
const BITCOIN_NETWORK()
: super(
messagePrefix: '\x18Bitcoin Signed Message:\n',
bech32: 'bc',
networkBIP: BITCOIN_NETWORK_BIP,
pubKeyHashPrefix: 0x00,
scriptHashPrefix: 0x05,
coinType: 0,
txVersion: 1,
sighash: BITCOIN_SIGHASH_INFO,
endpoints: const {
("94.130.136.185", 50001),
("bitcoin.lu.ke", 50001),
("188.165.206.215", 50001),
("de.poiuty.com", 50001),
("node1.btccuracao.com", 50001),
("71.73.6.164", 50001),
("elx.bitske.com", 50001),
("electrum.bitaroo.net", 50001),
("104.248.139.211", 50001),
("alviss.coinjoined.com", 50001),
("api.ordimint.com", 50001),
("167.172.42.31", 50001),
("electrum.brainshome.de", 50001),
("electrum0.snel.it", 50001),
("e.keff.org", 50001),
("electrumx.info", 50001),
("142.93.6.38", 50001),
("ru.poiuty.com", 50001),
("guichet.centure.cc", 50001),
},
coin: btcCoin,
addressPrefixes: const {
AddressType.legacy: "1",
AddressType.compatibility: "3",
AddressType.segwit: "bc1",
},
dustTreshhold: BTC_DUSTTRESHOLD,
blockTime: 600, // 10 minutes
);