aboutsummaryrefslogtreecommitdiff
path: root/bip39-standalone.html
diff options
context:
space:
mode:
authorGraham Higgins <gjh-github@bel-epa.com>2017-05-26 15:39:58 +0100
committerGraham Higgins <gjh-github@bel-epa.com>2017-05-26 15:39:58 +0100
commit01e81e53aef6e7d57ef2f342337ea7723bf41a2f (patch)
tree48629f14efb5991f4daee60d9c886d196c8d1cc2 /bip39-standalone.html
parent7a5a87a0b9b8ed0b607f5c7aa4bbe03b902c34c1 (diff)
downloadBIP39-01e81e53aef6e7d57ef2f342337ea7723bf41a2f.tar.gz
BIP39-01e81e53aef6e7d57ef2f342337ea7723bf41a2f.tar.zst
BIP39-01e81e53aef6e7d57ef2f342337ea7723bf41a2f.zip
update compiled standalone.
Diffstat (limited to 'bip39-standalone.html')
-rw-r--r--bip39-standalone.html34
1 files changed, 34 insertions, 0 deletions
diff --git a/bip39-standalone.html b/bip39-standalone.html
index a7d6ce9..961bedb 100644
--- a/bip39-standalone.html
+++ b/bip39-standalone.html
@@ -17926,6 +17926,26 @@ bitcoin.networks.peercoin = {
17926 wif: 0xb7, 17926 wif: 0xb7,
17927}; 17927};
17928 17928
17929bitcoin.networks.slimcoin = {
17930 bip32: {
17931 public: 0xef6adf10,
17932 private: 0xef69ea80
17933 },
17934 pubKeyHash: 0x3f,
17935 scriptHash: 0x7d,
17936 wif: 0x46,
17937};
17938
17939bitcoin.networks.slimcointn = {
17940 bip32: {
17941 public: 0x043587CF,
17942 private: 0x04358394
17943 },
17944 pubKeyHash: 0x6f,
17945 scriptHash: 0xc4,
17946 wif: 0x57,
17947};
17948
17929</script> 17949</script>
17930 <script>(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.ethUtil = f()}})(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){ 17950 <script>(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.ethUtil = f()}})(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
17931(function (global){ 17951(function (global){
@@ -42840,6 +42860,20 @@ window.Entropy = new (function() {
42840 }, 42860 },
42841 }, 42861 },
42842 { 42862 {
42863 name: "Slimcoin",
42864 onSelect: function() {
42865 network = bitcoin.networks.slimcoin;
42866 DOM.bip44coin.val(63);
42867 },
42868 },
42869 {
42870 name: "Slimcoin Testnet",
42871 onSelect: function() {
42872 network = bitcoin.networks.slimcointn;
42873 DOM.bip44coin.val(111);
42874 },
42875 },
42876 {
42843 name: "Viacoin", 42877 name: "Viacoin",
42844 onSelect: function() { 42878 onSelect: function() {
42845 network = bitcoin.networks.viacoin; 42879 network = bitcoin.networks.viacoin;