diff --git a/bitaddress.org.html b/bitaddress.org.html index b2104ac..93797fd 100644 --- a/bitaddress.org.html +++ b/bitaddress.org.html @@ -3,7 +3,7 @@ liteaddress.org + + + - // Convert a string to a byte array - stringToBytes: function (str) { - return Binary.stringToBytes(unescape(encodeURIComponent(str))); - }, + + + + + + + + + +
English | - Español + Español | + Français
Open Source JavaScript Client-Side Litecoin Wallet Generator
@@ -4702,15 +5939,7 @@ Why should I use a Bulk Wallet to accept Litecoins on my website?
-
- The traditional approach to accepting litecoins on your website requires that - you install the official litecoin client daemon ("litecoind"). Many website hosting packages - don't support installing the litecoin daemon. Also, running the litecoin daemon on your - web server means your private keys are hosted on the server and could get stolen if your web - server is hacked. When using a Bulk Wallet you can upload only the litecoin addresses - and not the private keys to your web server. Then you don't have to worry about your - litecoin wallet being stolen if your web server is hacked. -
+
The traditional approach to accepting litecoins on your website requires that you install the official litecoin client daemon ("litecoind"). Many website hosting packages don't support installing the litecoin daemon. Also, running the litecoin daemon on your web server means your private keys are hosted on the server and could get stolen if your web server is hacked. When using a Bulk Wallet you can upload only the litecoin addresses and not the private keys to your web server. Then you don't have to worry about your litecoin wallet being stolen if your web server is hacked.
@@ -4719,24 +5948,10 @@
    -
  1. Use the Bulk Wallet tab to pre-generate a large number of litecoin addresses (10,000+). Copy and paste the generated - comma separated values (CSV) list to a secure text file on your computer. Backup the file you just created to a secure location.
  2. -
  3. Import the litecoin addresses into a database table on your web server. - (Don't put the wallet/private keys on your web server, otherwise you risk hackers stealing your coins. - Just the litecoin addresses as they will be shown to customers.)
  4. -
  5. Provide an option on your website's shopping cart for your customer to pay in Litecoin. When the customer chooses to pay in Litecoin you will - then display one of the addresses from your database to the customer as his "payment address" and save it with his shopping cart order.
  6. -
  7. You now need to be notified when the payment arrives. Google "litecoin payment notification" and subscribe to at least - one litecoin payment notification service. There are various services that will notify you via Web Services, API, SMS, Email, etc. - Once you receive this notification, which could be programmatically automated, you can process the customer's order. - To manually check if a payment has arrived you can use Block Explorer. Replace THEADDRESSGOESHERE with the litecoin address - you are checking. It could take between 10 minutes to one hour for the transaction to be confirmed. -
    - http://www.blockexplorer.com/address/THEADDRESSGOESHERE -

    - Unconfirmed transactions can be viewed at: http://blockchain.info/
    - You should see the transaction there within 30 seconds. -
  8. +
  9. Use the Bulk Wallet tab to pre-generate a large number of litecoin addresses (10,000+). Copy and paste the generated comma separated values (CSV) list to a secure text file on your computer. Backup the file you just created to a secure location.
  10. +
  11. Import the litecoin addresses into a database table on your web server. (Don't put the wallet/private keys on your web server, otherwise you risk hackers stealing your coins. Just the litecoin addresses as they will be shown to customers.)
  12. +
  13. Provide an option on your website's shopping cart for your customer to pay in Litecoin. When the customer chooses to pay in Litecoin you will then display one of the addresses from your database to the customer as his "payment address" and save it with his shopping cart order.
  14. +
  15. You now need to be notified when the payment arrives. Google "litecoin payment notification" and subscribe to at least one litecoine payment notification service. There are various services that will notify you via Web Services, API, SMS, Email, etc. Once you receive this notification, which could be programmatically automated, you can process the customer's order. To manually check if a payment has arrived you can use Block Explorer. Replace THEADDRESSGOESHERE with the litecoin address you are checking. It could take between 10 minutes to one hour for the transaction to be confirmed.
    http://explorer.litecoin.net/address/THEADDRESSGOESHERE

    Unconfirmed transactions can be viewed at: http://explorer.litecoin.net/
    You should see the transaction there within 30 seconds.
  16. Litecoins will safely pile up on the block chain. Use the original wallet file you generated in step 1 to spend them.
@@ -4792,8 +6007,7 @@
Step 1 Private Key: -
Copy and paste the above Private Key field into a text file. Ideally save to an encrypted drive. - You will need this to retrieve the Litecoin Private Key once the Pool has found your prefix.
+
Copy and paste the above Private Key field into a text file. Ideally save to an encrypted drive. You will need this to retrieve the Litecoin Private Key once the Pool has found your prefix.
- Your Litecoin Private Key is a unique secret number that only you know. It can be encoded in a number of different formats. - Below we show the Litecoin Address and Public Key that corresponds to your Private Key as well as your Private Key in the most popular encoding formats (WIF, HEX, B64, MINI). + Your Litecoin Private Key is a unique secret number that only you know. It can be encoded in a number of different formats. Below we show the Litecoin Address and Public Key that corresponds to your Private Key as well as your Private Key in the most popular encoding formats (WIF, HEX, B64, MINI).

- Litecoin v0.6+ stores public keys in compressed format. The client now also supports import and export of private keys with importprivkey/dumpprivkey. The format of the exported - private key is determined by whether the address was generated in an old or new wallet. + Litecoin v0.6+ stores public keys in compressed format. The client now also supports import and export of private keys with importprivkey/dumpprivkey. The format of the exported private key is determined by whether the address was generated in an old or new wallet.
-
-
- Litecoin Address: - +
+
+ Litecoin Address +
+ +
+
+ Litecoin Address Compressed +
+ +
-
-
-
- Litecoin Address (compressed): - -
-
-
+

+
Public Key (130 characters [0-9A-F]):
@@ -4873,19 +6090,20 @@

-
-
- Private Key WIF (51 characters base58, starts with a '6'): - +
+
+ Private Key WIF
51 characters base58, starts with a
'6'
+
+ +
+
+ Private Key WIF Compressed
52 characters base58, starts with a
'T'
+
+ +


-
-
- Private Key WIF (compressed, 52 characters base58, starts with a 'T'): - -
-

-
+
Private Key Hexadecimal Format (64 characters [0-9A-F]):
@@ -4910,9 +6128,9 @@