RandstormBTC / randstorm

Bitcoin Randstorm Exploit - Very Fast Private Key and Address Generator
45 stars 21 forks source link

Get_First_Transaction.py gives date of last transaction. #9

Open 0tokens opened 8 months ago

0tokens commented 8 months ago

Get_First_Transaction.py gives date of last transaction. I appreciate your ongoing effort very much!

brahmastra commented 7 months ago

yes, line 19: first_transaction = transactions[0] this is last transaction change to first_transaction = transactions[len(transactions)-1]

0tokens commented 7 months ago

Hi Brahmastra, thanks for providing a solution! Although it seems like this project is abandoned.

demonluca commented 7 months ago

Hi Brahmastra, thanks for providing a solution! Although it seems like this project is abandoned.

A few of us still discuss this project on telegram so feel free to join, but hopefully Karl returns soon t.me/randstorm

brahmastra commented 7 months ago

Problem is what btcscan org API show only 25 last tx, better use blockchain info