Post
Topic
Board Development & Technical Discussion
Re: New Way to Generate Bitcoin Addresses!
by
KINGandKONG
on 19/12/2018, 09:34:55 UTC
I have tied every possible shuffle of a deck of playing cards to a unique bitcoin address through a "2-WAY FUNCTION"!

Would appreciate some feedback.

http://www.clearshuffle.com/bitcoinAddressGenerator

Now working on creating a downloadable package for off-line bitcoin address generation.

Thanks

How can we trust you? And how can we know you are not saving a copy from the private key in your server?

That's the problem about having a service making our addies, is hard to trust them, i know people who have lost a lot of money trusting this kind of services. So is a big risk on the user side, and big responsibility on the provider side.

I am working on a downloadable version, which will be open source and allow users to generate Bitcoin Addresses when they are off-line. The current online version is more or less for demo and testing.

That would be great, i will wait for that downloadable version. please let us know when you have it ready. by the way are you using part of the vanity gen code? or some brain wallet code?

No, under the hood, I use Node.JS Express Socket.IO. I also use CoinKey Library, which takes care of all the math associated with Bitcoin address generation. The 2-WAY FUNCTION between sequence of cards and the Bitcoin addresses, I initially wrote in php, then re-wrote it in javascript for this project.