diff --git a/index.html b/index.html index 75681e8..b8d7e45 100644 --- a/index.html +++ b/index.html @@ -9813,18 +9813,18 @@ h1 { margin: 0px; height: 91px; }
- We try to make it that way ! The core the tool, that generate the keys is 99% the same as the well reviewed bitaddress.org. We only changed it to be able to generate address for different crypto-currencies. -We think that having a unique generator for multiple currency lead to a much better reviewed tool for all than having a myriad of half backed generator. -Changes made to this generator are available on Github in small and divided commits and thus are easy to review and reuse. -Walletgenerator.net use the same security measure as its original. All-in-one html document, no ajax, no analytics, no external calls, no CDN that can inject anything they want. And trust us, we have seen some nasty things when reviewing some wallet generator. + We try to make it that way ! The core of the tool, that generate the keys is 99% the same as the well reviewed bitaddress.org. We only changed it to be able to generate addresses for different crypto-currencies. +We think that having a unique generator for multiple currencies lead to a much better reviewed tool for all than having a myriad of half-backed generators. +Changes made to this generator are available on Github in small and divided commits and those are easy to review and reuse. +Walletgenerator.net use the same security measures as the original project. All-in-one html document, no ajax, no analytics, no external calls, no CDN that can inject anything they want. And trust us, we have seen some nasty things when reviewing some wallet generator.
-
Advantages of a paper wallet are multiple:
- ⇒ They are not subject to malware and keylogger
+ ⇒ They are not subject to malwares and keyloggers
⇒ You don’t rely on a third party’s honesty or capacity to protect your coins
- ⇒ You won't lose your coin when your device break
+ ⇒ You won't lose your coins when your device break
- You will need to import your private key in a real client, that you can download from the currency website. The exact method to do that will depend on the client. If there is no integrated method, you can usually fall back to the debug console and use the command “importprivkey yourprivatekey“. + You will need to import your private key in a real client, that you can download from the currency website. The exact method to do that will depend on the client. If there is no integrated method, you can usually fall back to the debug console and use the command “importprivkey [yourprivatekey]“.
- It’s not that different. You will find another design for the paper wallet and some improvement here and there. The big difference is that this is a unique project for a lot of currencies, so more people can review it and check its safety. + It’s not that different. You will find another design for the paper wallet and some improvements here and there. The big difference is that this is a unique project for a lot of currencies, so more people can review it and check its safety.
- Absolutely ! To help us do that, you can provide us a high resolution logo, some sample of public address, the link to download a client, a very short amount of the currency to make some test. But keep in mind that there is some currency that we cannot support. If the developers made some change in the address format, we won’t hack the crypto core of the project and taking the risk to tamper the security of the others currencies. Please contact us using Twitter or Github. + Absolutely ! To help us do that, you can provide us a high resolution logo, some sample of public address, the link to download a client, a very small amount of the currency to make some test. But keep in mind that there is some currency that we cannot support. If the developers made some change in the address format, we won’t hack the crypto core of the project and taking the risk to tamper the security of the others currencies. Please contact us using Twitter or Github.
- You can report bugs using GitHub. You can also contact us using our twitter account (@WalletGenerator). Just try to explain clearly what is wrong and we will try to fix the bug as soon as possible. + You can report bugs using GitHub. You can also contact us using our Twitter account (@WalletGenerator). Just try to explain clearly what is wrong and we will try to fix the bug as soon as possible.
diff --git a/src/index.html b/src/index.html index e18fee4..a6b4d89 100644 --- a/src/index.html +++ b/src/index.html @@ -271,18 +271,18 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.- We try to make it that way ! The core the tool, that generate the keys is 99% the same as the well reviewed bitaddress.org. We only changed it to be able to generate address for different crypto-currencies. -We think that having a unique generator for multiple currency lead to a much better reviewed tool for all than having a myriad of half backed generator. -Changes made to this generator are available on Github in small and divided commits and thus are easy to review and reuse. -Walletgenerator.net use the same security measure as its original. All-in-one html document, no ajax, no analytics, no external calls, no CDN that can inject anything they want. And trust us, we have seen some nasty things when reviewing some wallet generator. + We try to make it that way ! The core of the tool, that generate the keys is 99% the same as the well reviewed bitaddress.org. We only changed it to be able to generate addresses for different crypto-currencies. +We think that having a unique generator for multiple currencies lead to a much better reviewed tool for all than having a myriad of half-backed generators. +Changes made to this generator are available on Github in small and divided commits and those are easy to review and reuse. +Walletgenerator.net use the same security measures as the original project. All-in-one html document, no ajax, no analytics, no external calls, no CDN that can inject anything they want. And trust us, we have seen some nasty things when reviewing some wallet generator.
-
Advantages of a paper wallet are multiple:
- ⇒ They are not subject to malware and keylogger
+ ⇒ They are not subject to malwares and keyloggers
⇒ You don’t rely on a third party’s honesty or capacity to protect your coins
- ⇒ You won't lose your coin when your device break
+ ⇒ You won't lose your coins when your device break
- You will need to import your private key in a real client, that you can download from the currency website. The exact method to do that will depend on the client. If there is no integrated method, you can usually fall back to the debug console and use the command “importprivkey yourprivatekey“. + You will need to import your private key in a real client, that you can download from the currency website. The exact method to do that will depend on the client. If there is no integrated method, you can usually fall back to the debug console and use the command “importprivkey [yourprivatekey]“.
- It’s not that different. You will find another design for the paper wallet and some improvement here and there. The big difference is that this is a unique project for a lot of currencies, so more people can review it and check its safety. + It’s not that different. You will find another design for the paper wallet and some improvements here and there. The big difference is that this is a unique project for a lot of currencies, so more people can review it and check its safety.
- Absolutely ! To help us do that, you can provide us a high resolution logo, some sample of public address, the link to download a client, a very short amount of the currency to make some test. But keep in mind that there is some currency that we cannot support. If the developers made some change in the address format, we won’t hack the crypto core of the project and taking the risk to tamper the security of the others currencies. Please contact us using Twitter or Github. + Absolutely ! To help us do that, you can provide us a high resolution logo, some sample of public address, the link to download a client, a very small amount of the currency to make some test. But keep in mind that there is some currency that we cannot support. If the developers made some change in the address format, we won’t hack the crypto core of the project and taking the risk to tamper the security of the others currencies. Please contact us using Twitter or Github.
- You can report bugs using GitHub. You can also contact us using our twitter account (@WalletGenerator). Just try to explain clearly what is wrong and we will try to fix the bug as soon as possible. + You can report bugs using GitHub. You can also contact us using our Twitter account (@WalletGenerator). Just try to explain clearly what is wrong and we will try to fix the bug as soon as possible.