Update bitaddress-vanity.html
This commit is contained in:
parent
e1488d8ce8
commit
8b858ba00d
1 changed files with 1 additions and 1 deletions
|
@ -9116,7 +9116,7 @@ ninja.wallets.brainwallet = {
|
||||||
i = i + 1;
|
i = i + 1;
|
||||||
bytes = Crypto.SHA256(key + i, { asBytes: true });
|
bytes = Crypto.SHA256(key + i, { asBytes: true });
|
||||||
btcKey = new Bitcoin.ECKey(bytes);
|
btcKey = new Bitcoin.ECKey(bytes);
|
||||||
} while (btcKey.getBitcoinAddress().substring(0,vanitylength) != pattern);
|
} while (btcKey.getBitcoinAddress().substring(0,vanitylength) != vanitypattern);
|
||||||
var bitcoinAddress = btcKey.getBitcoinAddress();
|
var bitcoinAddress = btcKey.getBitcoinAddress();
|
||||||
var privWif = btcKey.getBitcoinWalletImportFormat();
|
var privWif = btcKey.getBitcoinWalletImportFormat();
|
||||||
document.getElementById("brainbtcaddress").innerHTML = bitcoinAddress;
|
document.getElementById("brainbtcaddress").innerHTML = bitcoinAddress;
|
||||||
|
|
Loading…
Add table
Reference in a new issue