Bitcoin Forum
May 10, 2024, 07:37:04 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Development & Technical Discussion / Re: New Way to Generate Bitcoin Addresses! on: January 24, 2019, 05:44:11 PM
How many times are people going to get ripped off before randos posting Javascript keygenerators actually tweaks your scamdar? Even if he's not actively ripping off people who use this (and seriously? Why would you think otherwise?!) what makes you think he won't do exactly that in the near future?

The Bitcoin Address Generator page is mainly for developers, programmers, and others that want to double check their Bitcoin Math. The page clearly warns users NOT TO ENTER PERSONAL Private Keys.

Having said that, I am also working on a downloadable version, open source, for use by public interested in generating addresses OFF-LINE.

You should appreciate the beauty in this brand new technology!

I don't see any market need for another random key generator. However, as you say, it is a good check on maths/other generators.

It is also attractive to ppl who have affinity for cards.

The process does have a new market for online casinos and online poker sites. Each hand is published in the ClearShuffle Blockchain before it is dealt to players. This assures players that the deck was not tampered with before or during the hand. See the home page at ClearShuffle.
2  Economy / Service Announcements / Re: Bitcoin Address Generator on: January 24, 2019, 01:04:39 AM
I like the idea but I'm afraid no one is going to use this because It's not open source and we can't know whether you're saving the generated private keys in your servers or not.

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. It does warn users not to use personal private keys.
3  Bitcoin / Development & Technical Discussion / Re: New Way to Generate Bitcoin Addresses! on: January 02, 2019, 06:47:10 AM
Interesting. Can you explain how you are generating ECDA private key from the  current deck

I have created two math functions, one converts each sequence of cards to a unique decimal number, and the other converts a decimal number to a unique sequence of cards. Once I create the downloadable version you will be able to see the source code for the two functions. I'm trying to get a patent on this for use in the casino industry. As soon as this is done, I'll be able to publish the code.
4  Bitcoin / Development & Technical Discussion / Re: New Way to Generate Bitcoin Addresses! on: December 24, 2018, 08:21:09 PM
My feedback :
1. Make your website/page open-source, no one would use bitcoin wallet/seed generator on closed-source website or/and online devices.
2. I don't know much about Human-Simulated Riffle-Shuffle/Overhead-Shuffle, but i'm sure Fisher-Yates Shuffle is pretty simple way to randomize data and isn't good source of randomness.
3. Your idea is pretty cool Smiley

I just added Real Time "256-bit Stream" True Quantum Random Number Generator to the project!
5  Bitcoin / Development & Technical Discussion / Re: New Way to Generate Bitcoin Addresses! on: December 21, 2018, 11:00:58 PM
How many times are people going to get ripped off before randos posting Javascript keygenerators actually tweaks your scamdar? Even if he's not actively ripping off people who use this (and seriously? Why would you think otherwise?!) what makes you think he won't do exactly that in the near future?

The Bitcoin Address Generator page is mainly for developers, programmers, and others that want to double check their Bitcoin Math. The page clearly warns users NOT TO ENTER PERSONAL Private Keys.

Having said that, I am also working on a downloadable version, open source, for use by public interested in generating addresses OFF-LINE.

You should appreciate the beauty in this brand new technology!
6  Bitcoin / Development & Technical Discussion / Re: New Way to Generate Bitcoin Addresses! on: December 19, 2018, 09:34:55 AM
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.
7  Bitcoin / Development & Technical Discussion / Re: New Way to Generate Bitcoin Addresses! on: December 16, 2018, 07:50:14 PM
I have checked the site on iPhone, which is showing up correctly. Does it work on Android?

Yes, it does. It works fine and displays correctly on my Galaxy S8+ which has unique screen proportions. Is there any ETA on downloadable version and SegWit support?

Great. I am looking to add some more new features to the web app. The downloadable version would come next.

I should ask the community what should be added to the current setup!
8  Bitcoin / Development & Technical Discussion / Re: New Way to Generate Bitcoin Addresses! on: December 14, 2018, 09:02:29 PM
Great idea. Apart from what the other members posted about your website, I'd also suggest trying to make it mobile friendly. From my smartphone it's kinda hard as I'm not even allowed to zoom out on it, which means I have to scroll all the time to see different parts of the website (left/right...). Keep up your great work and great job for trying to bring something new to BTC. Smiley

Thanks. Currently the site does not support the mobile version. Once I figure out a better UI for small screens, I'll make it mobile friendly.

If you could enable zooming on mobile somehow, it would be perfect until you find a better UI. The annoying part is when it comes to scrolling left/right because you can't zoom out to fit all the website data on the display horizontally.

I have checked the site on iPhone, which is showing up correctly. Does it work on Android?
9  Bitcoin / Development & Technical Discussion / Re: New Way to Generate Bitcoin Addresses! on: December 09, 2018, 06:07:23 PM
This site appears to connect back to the server every time a new key is entered...


People should NEVER use any key management webpage or webapp.

Currently it is server driven, used for testing, demo, and checking your Bitcoin math. The Private Key inputs, specifically warns NOT to enter your personal Private Key.

I am working on a downloadable version of what you see online, open source, where you will be able to generate Bitcoin Addresses OFF-LINE using your own computer.
10  Bitcoin / Development & Technical Discussion / Re: New Way to Generate Bitcoin Addresses! on: December 08, 2018, 12:26:45 AM
Great idea. Apart from what the other members posted about your website, I'd also suggest trying to make it mobile friendly. From my smartphone it's kinda hard as I'm not even allowed to zoom out on it, which means I have to scroll all the time to see different parts of the website (left/right...). Keep up your great work and great job for trying to bring something new to BTC. Smiley

Thanks. Currently the site does not support the mobile version. Once I figure out a better UI for small screens, I'll make it mobile friendly.

If you could enable zooming on mobile somehow, it would be perfect until you find a better UI. The annoying part is when it comes to scrolling left/right because you can't zoom out to fit all the website data on the display horizontally.

Please take a look now. I took out some of the codes related to mobile version. You should be able to see the full menu and zoom in/out now.
11  Bitcoin / Development & Technical Discussion / Re: New Way to Generate Bitcoin Addresses! on: December 05, 2018, 08:31:50 PM
Great idea. Apart from what the other members posted about your website, I'd also suggest trying to make it mobile friendly. From my smartphone it's kinda hard as I'm not even allowed to zoom out on it, which means I have to scroll all the time to see different parts of the website (left/right...). Keep up your great work and great job for trying to bring something new to BTC. Smiley

Thanks. Currently the site does not support the mobile version. Once I figure out a better UI for small screens, I'll make it mobile friendly.
12  Bitcoin / Development & Technical Discussion / Re: New Way to Generate Bitcoin Addresses! on: December 04, 2018, 10:23:53 PM
Seems quite an original idea, a part the drawbacks already mentioned.

I see in the bottom of the page it is saying "Patent pending", are you trying to to patent it or i misunderstood something?

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.

As for the patent pending: If you see the home page http://www.clearshuffle.com/
you will see that I also have a version of this for casinos and poker sites, where they will be able to publish each shuffled deck to blockchain before the deck is dealt to the players. This will insure players that the deck was not tampered with during the hand!
13  Bitcoin / Development & Technical Discussion / Re: New Way to Generate Bitcoin Addresses! on: December 04, 2018, 09:59:00 PM
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.
14  Bitcoin / Development & Technical Discussion / Re: New Way to Generate Bitcoin Addresses! on: December 04, 2018, 05:58:37 AM
Thanks for the feedback.

I am working on a downloadable package for off-line bitcoin address generation.
15  Bitcoin / Development & Technical Discussion / New Way to Generate Bitcoin Addresses! on: December 03, 2018, 10:38:22 PM
I have tied every possible shuffle of a deck of playing cards to a unique bitcoin address through a "2-WAY FUNCTION"!

UPDATE: Just added Real Time "256-bit Stream" True Quantum Random Number Generator to the project!

Would appreciate some feedback.

http://www.clearshuffle.com/bitcoinAddressGenerator

I'm now working on creating an open source downloadable package for off-line bitcoin address generation.

Thanks
16  Economy / Service Announcements / New Way to Generate Bitcoin Addresses! on: December 03, 2018, 08:28:49 PM
A brand new way to generate Bitcoin Addresses through a deck of card!

http://www.clearshuffle.com/bitcoinAddressGenerator

This is a 2-WAY function, so every shuffle is tied to a unique Bitcoin Address and visa versa!

I'm now working on a downloadable package where the Bitcoin Addresses can be generated off line.
17  Economy / Service Announcements / ClearShuffle Bitcoin Address Generator on: December 02, 2018, 10:35:13 PM
New to this space. For the first time, every possible shuffle in a deck of card has been tied to a unique bitcoin address through a 2-WAY FUNCTION!

http://www.clearshuffle.com/bitcoinAddressGenerator

Would appreciate feedback!

Thanks,

Soheil
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!