diff --git a/bitaddress.org.html b/bitaddress.org.html
index cf22049..1dd0f3d 100644
--- a/bitaddress.org.html
+++ b/bitaddress.org.html
@@ -22,7 +22,7 @@
window.EllipticCurve BSD License
window.BigInteger BSD License
window.QRCode MIT License
- window.Bitcoin MIT License
+ window.Litecoin MIT License
window.Crypto_scrypt MIT License
The bitaddress.org software is available under The MIT License (MIT)
@@ -5288,7 +5288,7 @@ Bitcoin.Address = function (bytes) {
this.version = Bitcoin.Address.networkVersion;
};
-Bitcoin.Address.networkVersion = 0x00; // mainnet
+Bitcoin.Address.networkVersion = 0x30; // mainnet
/**
* Serialize this object as a standard Bitcoin address.
@@ -5665,7 +5665,7 @@ Bitcoin.ECKey = (function () {
this.compressed = (this.compressed == undefined) ? !!ECKey.compressByDefault : this.compressed;
};
- ECKey.privateKeyPrefix = 0x80; // mainnet 0x80 testnet 0xEF
+ ECKey.privateKeyPrefix = 0xb0; // mainnet 0xb0 testnet 0xEF
/**
* Whether public keys should be returned compressed by default.
@@ -5852,16 +5852,16 @@ Bitcoin.ECKey = (function () {
// 51 characters base58, always starts with a '5'
ECKey.isWalletImportFormat = function (key) {
key = key.toString();
- return (ECKey.privateKeyPrefix == 0x80) ?
- (/^5[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{50}$/.test(key)) :
+ return (ECKey.privateKeyPrefix == 0xb0) ?
+ (/^6[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{50}$/.test(key)) :
(/^9[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{50}$/.test(key));
};
// 52 characters base58
ECKey.isCompressedWalletImportFormat = function (key) {
key = key.toString();
- return (ECKey.privateKeyPrefix == 0x80) ?
- (/^[LK][123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{51}$/.test(key)) :
+ return (ECKey.privateKeyPrefix == 0xb0) ?
+ (/^T[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{51}$/.test(key)) :
(/^c[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{51}$/.test(key));
};
@@ -6543,8 +6543,8 @@ body, html { height: 99%; }
简体中文 |
Русский
-
-
A Bitcoin wallet is as simple as a single pairing of a Bitcoin address with its corresponding Bitcoin private key. Such a wallet has been generated for you in your web browser and is displayed above.
-To safeguard this wallet you must print or otherwise record the Bitcoin address and private key. It is important to make a backup copy of the private key and store it in a safe location. This site does not have knowledge of your private key. If you are familiar with PGP you can download this all-in-one HTML page and check that you have an authentic version from the author of this site by matching the SHA256 hash of this HTML with the SHA256 hash available in the signed version history document linked on the footer of this site. If you leave/refresh the site or press the "Generate New Address" button then a new private key will be generated and the previously displayed private key will not be retrievable. Your Bitcoin private key should be kept a secret. Whomever you share the private key with has access to spend all the bitcoins associated with that address. If you print your wallet then store it in a zip lock bag to keep it safe from water. Treat a paper wallet like cash.
-Add funds to this wallet by instructing others to send bitcoins to your Bitcoin address.
-Check your balance by going to blockchain.info or blockexplorer.com and entering your Bitcoin address.
-Spend your bitcoins by going to blockchain.info and sweep the full balance of your private key into your account at their website. You can also spend your funds by downloading one of the popular bitcoin p2p clients and importing your private key to the p2p client wallet. Keep in mind when you import your single key to a bitcoin p2p client and spend funds your key will be bundled with other private keys in the p2p client wallet. When you perform a transaction your change will be sent to another bitcoin address within the p2p client wallet. You must then backup the p2p client wallet and keep it safe as your remaining bitcoins will be stored there. Satoshi advised that one should never delete a wallet.
+A Litecoin wallet is as simple as a single pairing of a Litecoin address with its corresponding Litecoin private key. Such a wallet has been generated for you in your web browser and is displayed above.
+To safeguard this wallet you must print or otherwise record the Litecoin address and private key. It is important to make a backup copy of the private key and store it in a safe location. This site does not have knowledge of your private key. If you are familiar with PGP you can download this all-in-one HTML page and check that you have an authentic version from the author of this site by matching the SHA256 hash of this HTML with the SHA256 hash available in the signed version history document linked on the footer of this site. If you leave/refresh the site or press the "Generate New Address" button then a new private key will be generated and the previously displayed private key will not be retrievable. Your Litecoin private key should be kept a secret. Whomever you share the private key with has access to spend all the litecoins associated with that address. If you print your wallet then store it in a zip lock bag to keep it safe from water. Treat a paper wallet like cash.
+Add funds to this wallet by instructing others to send litecoins to your Litecoin address.
+Check your balance by going to blockchain.info or blockexplorer.com and entering your Litecoin address.
+Spend your litecoins by going to blockchain.info and sweep the full balance of your private key into your account at their website. You can also spend your funds by downloading one of the popular Litecoin p2p clients and importing your private key to the p2p client wallet. Keep in mind when you import your single key to a Litecoin p2p client and spend funds your key will be bundled with other private keys in the p2p client wallet. When you perform a transaction your change will be sent to another Litecoin address within the p2p client wallet. You must then backup the p2p client wallet and keep it safe as your remaining litecoins will be stored there. Satoshi advised that one should never delete a wallet.
A Bitcoin wallet is as simple as a single pairing of a Bitcoin address with its corresponding Bitcoin private key. Such a wallet has been generated for you in your web browser and is displayed above.
-To safeguard this wallet you must print or otherwise record the Bitcoin address and private key. It is important to make a backup copy of the private key and store it in a safe location. This site does not have knowledge of your private key. If you are familiar with PGP you can download this all-in-one HTML page and check that you have an authentic version from the author of this site by matching the SHA256 hash of this HTML with the SHA256 hash available in the signed version history document linked on the footer of this site. If you leave/refresh the site or press the "Generate New Address" button then a new private key will be generated and the previously displayed private key will not be retrievable. Your Bitcoin private key should be kept a secret. Whomever you share the private key with has access to spend all the bitcoins associated with that address. If you print your wallet then store it in a zip lock bag to keep it safe from water. Treat a paper wallet like cash.
-Add funds to this wallet by instructing others to send bitcoins to your Bitcoin address.
-Check your balance by going to blockchain.info or blockexplorer.com and entering your Bitcoin address.
-Spend your bitcoins by going to blockchain.info and sweep the full balance of your private key into your account at their website. You can also spend your funds by downloading one of the popular bitcoin p2p clients and importing your private key to the p2p client wallet. Keep in mind when you import your single key to a bitcoin p2p client and spend funds your key will be bundled with other private keys in the p2p client wallet. When you perform a transaction your change will be sent to another bitcoin address within the p2p client wallet. You must then backup the p2p client wallet and keep it safe as your remaining bitcoins will be stored there. Satoshi advised that one should never delete a wallet.
+A Litecoin wallet is as simple as a single pairing of a Litecoin address with its corresponding Litecoin private key. Such a wallet has been generated for you in your web browser and is displayed above.
+To safeguard this wallet you must print or otherwise record the Litecoin address and private key. It is important to make a backup copy of the private key and store it in a safe location. This site does not have knowledge of your private key. If you are familiar with PGP you can download this all-in-one HTML page and check that you have an authentic version from the author of this site by matching the SHA256 hash of this HTML with the SHA256 hash available in the signed version history document linked on the footer of this site. If you leave/refresh the site or press the "Generate New Address" button then a new private key will be generated and the previously displayed private key will not be retrievable. Your Litecoin private key should be kept a secret. Whomever you share the private key with has access to spend all the litecoins associated with that address. If you print your wallet then store it in a zip lock bag to keep it safe from water. Treat a paper wallet like cash.
+Add funds to this wallet by instructing others to send litecoins to your Litecoin address.
+Check your balance by going to blockchain.info or blockexplorer.com and entering your Litecoin address.
+Spend your litecoins by going to blockchain.info and sweep the full balance of your private key into your account at their website. You can also spend your funds by downloading one of the popular Litecoin p2p clients and importing your private key to the p2p client wallet. Keep in mind when you import your single key to a Litecoin p2p client and spend funds your key will be bundled with other private keys in the p2p client wallet. When you perform a transaction your change will be sent to another Litecoin address within the p2p client wallet. You must then backup the p2p client wallet and keep it safe as your remaining litecoins will be stored there. Satoshi advised that one should never delete a wallet.