pointbiz / bitaddress.org

JavaScript Client-Side Bitcoin Wallet Generator
https://www.bitaddress.org
2.44k stars 1.5k forks source link

Disable entropy capture if parameter ?testnet=true is set #126

Open felipelalli opened 8 years ago

felipelalli commented 8 years ago

Or at least decrease the amount to be collected. I am developing a system in testnet and this entropy collection is really annoying. Testnet wallet is not so critical.

cantonbecker commented 8 years ago

Or, another option would be to add a "skip" option. Example:

screenshot 2016-04-07 10 10 53

https://bitcoinpaperwallet.com/bitcoinpaperwallet/generate-wallet.html

This is also handy for folks who are using the software just to check an existing key, decrypt something from BIP38, etc.

I'd submit a pull request but this is one of those areas where my own code has diverged a bit too much from bitaddress.org to be directly useful.