aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/index.html8
-rw-r--r--src/js/segwit-parameters.js26
2 files changed, 0 insertions, 34 deletions
diff --git a/src/index.html b/src/index.html
index 36d753b..fca925b 100644
--- a/src/index.html
+++ b/src/index.html
@@ -748,14 +748,6 @@
748 Read more at the 748 Read more at the
749 <a href="https://github.com/bitcoin/bips/blob/master/bip-0049.mediawiki" target="_blank">official BIP49 spec</a> 749 <a href="https://github.com/bitcoin/bips/blob/master/bip-0049.mediawiki" target="_blank">official BIP49 spec</a>
750 </p> 750 </p>
751 <h3>Private Keys</h3>
752 <p>
753 <span>
754 Use private keys at
755 <a href="https://web.archive.org/web/20150707020924/https://brainwallet.org/" target="_blank">brainwallet.org</a>.
756 </span>
757 <span>Be careful - it can be easy to make mistakes if you don't know what you're doing.</span>
758 </p>
759 <h3 id="entropy-notes">Entropy</h3> 751 <h3 id="entropy-notes">Entropy</h3>
760 <p> 752 <p>
761 <span>Entropy values should not include the BIP39 checksum. This is automatically added by the tool.</span> 753 <span>Entropy values should not include the BIP39 checksum. This is automatically added by the tool.</span>
diff --git a/src/js/segwit-parameters.js b/src/js/segwit-parameters.js
index f935c5d..e52869e 100644
--- a/src/js/segwit-parameters.js
+++ b/src/js/segwit-parameters.js
@@ -210,30 +210,4 @@ bitcoinjs.bitcoin.networks.blockstamp.p2wpkhInP2sh = {
210 scriptHash: 0x05, 210 scriptHash: 0x05,
211 wif: 0x80, 211 wif: 0x80,
212}; 212};
213
214 bitcoinjs.bitcoin.networks.deimos.p2wpkh = {
215 baseNetwork: "deimos",
216 messagePrefix: '\x18Deimos Signed Message:\n',
217 bech32: 'dei',
218 bip32: {
219 public: 0x0488B21E,
220 private: 0x0488ADE4
221 },
222 pubKeyHash: 0x1f,
223 scriptHash: 0x21,
224 wif: 0x8a
225};
226
227bitcoinjs.bitcoin.networks.deimos.p2wpkhInP2sh = {
228 baseNetwork: "deimos",
229 messagePrefix: '\x18Deimos Signed Message:\n',
230 bech32: 'dei',
231 bip32: {
232 public: 0x0488B21E,
233 private: 0x0488ADE4
234 },
235 pubKeyHash: 0x1f,
236 scriptHash: 0x21,
237 wif: 0x8a
238};
239})(); 213})();