BitGo / bitgo-utxo-lib

UTXO coins functions implemented in pure JavaScript
83 stars 142 forks source link

Bitcoin Gold Testnet #50

Closed Droppix closed 3 years ago

Droppix commented 4 years ago

To complete the Networks.js file, you can add Bitcoin Gold Testnet

source: https://github.com/BTCGPU/bitcoinjs-lib/blob/master/src/networks.js

network: {
                    messagePrefix: '\x1DBitcoin Gold Signed Message:\n',
                    bech32: 'tbtg',
                    bip32: {
                        public: 0x043587cf,
                        private: 0x04358394
                    },
                    pubKeyHash: 0x6f,
                    scriptHash: 0xc4,
                    wif: 0xef,
                    forkHeight: 1,
                    equihash: {
                        n: 144,
                        k: 5,
                        person: 'BgoldPoW',
                        equihashForkHeight: 14300,
                        preEquihashFork: {
                            n: 200,
                            k: 9,
                            person: 'ZcashPoW'
                        }
                    }
                }