FAQ has been corrected.

This commit is contained in:
Lucas Legname 2014-07-02 23:34:59 +02:00
parent 3f2ca7d5fc
commit 2c02f1e529
2 changed files with 24 additions and 24 deletions

View file

@ -9813,18 +9813,18 @@ h1 { margin: 0px; height: 91px; }
<h3 class="faqQuestion"><a class="faqLink" onclick="ninja.toggleFaqQuestion('faqQuestion1');">&#8226; Is it safe ?</a></h3>
<p class="faqAnswer" id="faqQuestion1">
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.
</p>
<h3 class="faqQuestion"><a class="faqLink" onclick="ninja.toggleFaqQuestion('faqQuestion2');">&#8226; Why use a paper wallet ?</a></h3>
<h3 class="faqQuestion"><a class="faqLink" onclick="ninja.toggleFaqQuestion('faqQuestion2');">&#8226; Why should I use a paper wallet ?</a></h3>
<p class="faqAnswer" id="faqQuestion2">
Advantages of a paper wallet are multiple:<br/><br/>
<span class="faqListBullet">&#8658;</span> They are not subject to malware and keylogger<br/>
<span class="faqListBullet">&#8658;</span> They are not subject to malwares and keyloggers<br/>
<span class="faqListBullet">&#8658;</span> You dont rely on a third partys honesty or capacity to protect your coins<br/>
<span class="faqListBullet">&#8658;</span> You won't lose your coin when your device break
<span class="faqListBullet">&#8658;</span> You won't lose your coins when your device break
</p>
<h3 class="faqQuestion"><a class="faqLink" onclick="ninja.toggleFaqQuestion('faqQuestion3');">&#8226; How to use a paper wallet ?</a></h3>
@ -9832,14 +9832,14 @@ Walletgenerator.net use the same security measure as its original. All-in-one ht
Once you have generated and printed a wallet, you can send coins to the public address, like for any wallet. Store your paper wallet securely. It contains everything that is needed to spend your funds. Consider using BIP38 to secure your paper wallet with a password.
</p>
<h3 class="faqQuestion"><a class="faqLink" onclick="ninja.toggleFaqQuestion('faqQuestion4');">&#8226; How to spend the coin stored in a paper wallet ?</a></h3>
<h3 class="faqQuestion"><a class="faqLink" onclick="ninja.toggleFaqQuestion('faqQuestion4');">&#8226; How to spend the coins stored in a paper wallet ?</a></h3>
<p class="faqAnswer" id="faqQuestion4">
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]“.
</p>
<h3 class="faqQuestion"><a class="faqLink" onclick="ninja.toggleFaqQuestion('faqQuestion5');">&#8226; How walletgenerator.net is different than another wallet generator ?</a></h3>
<p class="faqAnswer" id="faqQuestion5">
Its 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.
Its 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.
</p>
<h3 class="faqQuestion"><a class="faqLink" onclick="ninja.toggleFaqQuestion('faqQuestion6');">&#8226; Where is the https:// ?</a></h3>
@ -9849,7 +9849,7 @@ Walletgenerator.net use the same security measure as its original. All-in-one ht
<h3 class="faqQuestion"><a class="faqLink" onclick="ninja.toggleFaqQuestion('faqQuestion7');">&#8226; Can you add support for cryptocurrency XYZ ?</a></h3>
<p class="faqAnswer" id="faqQuestion7">
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 wont hack the crypto core of the project and taking the risk to tamper the security of the others currencies. Please contact us using <a href="http://twitter.com/WalletGenerator" target="_blank">Twitter</a> or <a href="https://github.com/MichaelMure/WalletGenerator.net" target="_blank">Github</a>.
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 wont hack the crypto core of the project and taking the risk to tamper the security of the others currencies. Please contact us using <a href="http://twitter.com/WalletGenerator" target="_blank">Twitter</a> or <a href="https://github.com/MichaelMure/WalletGenerator.net" target="_blank">Github</a>.
</p>
<h3 class="faqQuestion"><a class="faqLink" onclick="ninja.toggleFaqQuestion('faqQuestion8');">&#8226; Why should I make a donation ?</a></h3>
@ -9859,7 +9859,7 @@ Walletgenerator.net use the same security measure as its original. All-in-one ht
<h3 class="faqQuestion"><a class="faqLink" onclick="ninja.toggleFaqQuestion('faqQuestion9');">&#8226; I found a bug, what shall I do ?</a></h3>
<p class="faqAnswer" id="faqQuestion9">
You can report bugs using GitHub. You can also contact us using our twitter account (<a href="http://twitter.com/WalletGenerator" target="_blank">@WalletGenerator</a>). 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 (<a href="http://twitter.com/WalletGenerator" target="_blank">@WalletGenerator</a>). Just try to explain clearly what is wrong and we will try to fix the bug as soon as possible.
</p>
</div>

View file

@ -271,18 +271,18 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
<h3 class="faqQuestion"><a class="faqLink" onclick="ninja.toggleFaqQuestion('faqQuestion1');">&#8226; Is it safe ?</a></h3>
<p class="faqAnswer" id="faqQuestion1">
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.
</p>
<h3 class="faqQuestion"><a class="faqLink" onclick="ninja.toggleFaqQuestion('faqQuestion2');">&#8226; Why use a paper wallet ?</a></h3>
<h3 class="faqQuestion"><a class="faqLink" onclick="ninja.toggleFaqQuestion('faqQuestion2');">&#8226; Why should I use a paper wallet ?</a></h3>
<p class="faqAnswer" id="faqQuestion2">
Advantages of a paper wallet are multiple:<br/><br/>
<span class="faqListBullet">&#8658;</span> They are not subject to malware and keylogger<br/>
<span class="faqListBullet">&#8658;</span> They are not subject to malwares and keyloggers<br/>
<span class="faqListBullet">&#8658;</span> You dont rely on a third partys honesty or capacity to protect your coins<br/>
<span class="faqListBullet">&#8658;</span> You won't lose your coin when your device break
<span class="faqListBullet">&#8658;</span> You won't lose your coins when your device break
</p>
<h3 class="faqQuestion"><a class="faqLink" onclick="ninja.toggleFaqQuestion('faqQuestion3');">&#8226; How to use a paper wallet ?</a></h3>
@ -290,14 +290,14 @@ Walletgenerator.net use the same security measure as its original. All-in-one ht
Once you have generated and printed a wallet, you can send coins to the public address, like for any wallet. Store your paper wallet securely. It contains everything that is needed to spend your funds. Consider using BIP38 to secure your paper wallet with a password.
</p>
<h3 class="faqQuestion"><a class="faqLink" onclick="ninja.toggleFaqQuestion('faqQuestion4');">&#8226; How to spend the coin stored in a paper wallet ?</a></h3>
<h3 class="faqQuestion"><a class="faqLink" onclick="ninja.toggleFaqQuestion('faqQuestion4');">&#8226; How to spend the coins stored in a paper wallet ?</a></h3>
<p class="faqAnswer" id="faqQuestion4">
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]“.
</p>
<h3 class="faqQuestion"><a class="faqLink" onclick="ninja.toggleFaqQuestion('faqQuestion5');">&#8226; How walletgenerator.net is different than another wallet generator ?</a></h3>
<p class="faqAnswer" id="faqQuestion5">
Its 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.
Its 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.
</p>
<h3 class="faqQuestion"><a class="faqLink" onclick="ninja.toggleFaqQuestion('faqQuestion6');">&#8226; Where is the https:// ?</a></h3>
@ -307,7 +307,7 @@ Walletgenerator.net use the same security measure as its original. All-in-one ht
<h3 class="faqQuestion"><a class="faqLink" onclick="ninja.toggleFaqQuestion('faqQuestion7');">&#8226; Can you add support for cryptocurrency XYZ ?</a></h3>
<p class="faqAnswer" id="faqQuestion7">
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 wont hack the crypto core of the project and taking the risk to tamper the security of the others currencies. Please contact us using <a href="http://twitter.com/WalletGenerator" target="_blank">Twitter</a> or <a href="https://github.com/MichaelMure/WalletGenerator.net" target="_blank">Github</a>.
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 wont hack the crypto core of the project and taking the risk to tamper the security of the others currencies. Please contact us using <a href="http://twitter.com/WalletGenerator" target="_blank">Twitter</a> or <a href="https://github.com/MichaelMure/WalletGenerator.net" target="_blank">Github</a>.
</p>
<h3 class="faqQuestion"><a class="faqLink" onclick="ninja.toggleFaqQuestion('faqQuestion8');">&#8226; Why should I make a donation ?</a></h3>
@ -317,7 +317,7 @@ Walletgenerator.net use the same security measure as its original. All-in-one ht
<h3 class="faqQuestion"><a class="faqLink" onclick="ninja.toggleFaqQuestion('faqQuestion9');">&#8226; I found a bug, what shall I do ?</a></h3>
<p class="faqAnswer" id="faqQuestion9">
You can report bugs using GitHub. You can also contact us using our twitter account (<a href="http://twitter.com/WalletGenerator" target="_blank">@WalletGenerator</a>). 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 (<a href="http://twitter.com/WalletGenerator" target="_blank">@WalletGenerator</a>). Just try to explain clearly what is wrong and we will try to fix the bug as soon as possible.
</p>
</div>