randstorm icon indicating copy to clipboard operation
randstorm copied to clipboard

Database’s

Open roi35 opened this issue 2 years ago • 8 comments

roi35 avatar Dec 25 '23 11:12 roi35

You can use it with a fork, it’s the same, just with a database.

https://github.com/lukmansamosir89/randstorm

turalyf avatar Dec 25 '23 12:12 turalyf

Yes I made it so it generates the seed 10 minutes before the timestamp of the first transaction. I am still experimenting with the correct random number generation. It seems I may have to use Javascript rather than implementing the SecureRandom function in Python.

seeds

RandstormBTC avatar Dec 25 '23 14:12 RandstormBTC

Yes I made it so it generates the seed 10 minutes before the timestamp of the first transaction. I am still experimenting with the correct random number generation. It seems I may have to use Javascript rather than implementing the SecureRandom function in Python.

Is the program not creating the correct seeds we need, because JavaScript isn’t been used?

demonluca avatar Dec 25 '23 16:12 demonluca

Yes I made it so it generates the seed 10 minutes before the timestamp of the first transaction. I am still experimenting with the correct random number generation. It seems I may have to use Javascript rather than implementing the SecureRandom function in Python.

seeds

please fix the "target_address" error when running randstorm.py

turalyf avatar Dec 25 '23 17:12 turalyf

Is the program not creating the correct seeds we need, because JavaScript isn’t been used?

It looks like that is a good possibility. I am running tests with all the old projects that I can find from 2010 - 2014 time period that use javascript to generate an address.

RandstormBTC avatar Dec 26 '23 01:12 RandstormBTC

Is the program not creating the correct seeds we need, because JavaScript isn’t been used?

It looks like that is a good possibility. I am running tests with all the old projects that I can find from 2010 - 2014 time period that use javascript to generate an address.

Unfortunately I also think so. We have to write the old Math.random() algo which is called mwc1616, I think it will be also faster & it uses timestamp for the first time as seed as well.

What am I not understanding yet is how to decrease entropy bits, in general how to write a code that "reverses" from input to rng creation and priv key generation. It requires much more deeper understanding of cryptography

randomchoice2 avatar Dec 26 '23 10:12 randomchoice2

Has anyone came up with a resolution to this script? Please let me know, thanks

fcinumber81 avatar Jul 04 '24 19:07 fcinumber81

ya i would like to know also... doesnt seem to generate correctly

mikejnpc avatar Dec 18 '24 09:12 mikejnpc