1
I'm looking for a working implementation of a Bitcoin address generator that would accept string or integer then it will check the blockchain if the address is unused before it will print the keypairs.
Any repositories with similar function is highly appreciated. Thank you.
5
I doubt that it exists, because such a check is completely unnecessary if your random number generator is good (and if it's not then you should not be using it anyway). Concern about address collision is a very common misconception about Bitcoin. See https://bitcoin.stackexchange.com/questions/8804/is-each-bitcoin-address-unique.
– Nate Eldredge – 2017-11-20T23:56:29.340