aboutsummaryrefslogtreecommitdiff
path: root/bip39-standalone.html
diff options
context:
space:
mode:
authorRik Snel <rik@snel.it>2017-11-14 09:05:50 +0100
committerRik Snel <rik@snel.it>2017-11-14 09:05:50 +0100
commit3960807353a4dfd44620d418ac7b2e393dccafd6 (patch)
tree8fbce87a483d3e692814b4b14668daaef168177f /bip39-standalone.html
parentb57b721e2cec18e0df07f1e35e1e72852f51bec4 (diff)
downloadBIP39-3960807353a4dfd44620d418ac7b2e393dccafd6.tar.gz
BIP39-3960807353a4dfd44620d418ac7b2e393dccafd6.tar.zst
BIP39-3960807353a4dfd44620d418ac7b2e393dccafd6.zip
add BTG (Bitcoin Gold/bgold)
Diffstat (limited to 'bip39-standalone.html')
-rw-r--r--bip39-standalone.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/bip39-standalone.html b/bip39-standalone.html
index f287e13..333f264 100644
--- a/bip39-standalone.html
+++ b/bip39-standalone.html
@@ -22422,6 +22422,17 @@ bitcoinjs.bitcoin.networks.nubits = {
22422 wif: 0x96, 22422 wif: 0x96,
22423}; 22423};
22424 22424
22425bitcoinjs.bitcoin.networks.bgold = {
22426 messagePrefix: 'unused',
22427 bip32: {
22428 public: 0x0488b21e,
22429 private: 0x0488ade4
22430 },
22431 pubKeyHash: 38,
22432 scriptHash: 23,
22433 wif: 128
22434};
22435
22425bitcoinjs.bitcoin.networks.bitcoinCashBitbpay = { 22436bitcoinjs.bitcoin.networks.bitcoinCashBitbpay = {
22426 messagePrefix: '\x18Bitcoin Signed Message:\n', 22437 messagePrefix: '\x18Bitcoin Signed Message:\n',
22427 bip32: { 22438 bip32: {
@@ -47296,6 +47307,14 @@ window.Entropy = new (function() {
47296 }, 47307 },
47297 }, 47308 },
47298 { 47309 {
47310 name: "BTG - Bitcoin Gold",
47311 p2wpkhNestedInP2shAvailable: true,
47312 onSelect: function() {
47313 network = bitcoinjs.bitcoin.networks.bgold;
47314 setHdCoin(0);
47315 },
47316 },
47317 {
47299 name: "CLAM - Clams", 47318 name: "CLAM - Clams",
47300 p2wpkhNestedInP2shAvailable: false, 47319 p2wpkhNestedInP2shAvailable: false,
47301 onSelect: function() { 47320 onSelect: function() {