View Single Post
Old 04-21-2017, 09:48 PM  
deonbell
Confirmed User
 
deonbell's Avatar
 
Industry Role:
Join Date: Sep 2015
Posts: 1,045
Quote:
Originally Posted by rowan View Post
Actually now I think more, I don't think running your own bitcoin client will work with your script, because it only indexes transactions that are related to the keys in your wallet.dat file. There's no RPC API call to say "return all transaction info for address X" - this would require a massive index...

I guess you could generate a bunch of private keys, import them into the client, and rescan the blockchain (-rescan option on client will start from block #0 and look for any transactions associated with local keys) to see if it picks up any extra transactions.
Yes. I will have to continue to use the python call to blockchain.info.

As for your first post there, I am looking for the public based off an integer. There is what is called a brainwallet hack. It was a key based off a pass phrase. Brainwallet.org changed their site so you have to enter a salt and username and password to mix thing up a bit more. People had been sitting on the private keys with pass phrases like "may the force be with your". As soon as people sent money to the public key, the money was gone.

As you can see, I found this account with a low integer exponent. I sent bitcoin to the account and it was transferred off immediately.

router@router-start:~/Desktop/python/bitcoingen$ python usethis.py
Y or N - Ready?
y
starting point
00000000000000000000000000000000000000000000000000 00000000000104
00000000000000000000000000000000000000000000000000 00000000000105
00000000000000000000000000000000000000000000000000 00000000000106
00000000000000000000000000000000000000000000000000 00000000000107
00000000000000000000000000000000000000000000000000 00000000000108
00000000000000000000000000000000000000000000000000 00000000000109
00000000000000000000000000000000000000000000000000 00000000000110
00000000000000000000000000000000000000000000000000 00000000000111
we found one
1LDMZk7BE99i8PtUQrnE1jKgwyKipBX4yk
5HpHagT65TZzG1PH3CSu63k8DbpvD8s5ip4nEB3kEsrehRFjJL e

https://bitref.com/1LDMZk7BE99i8PtUQrnE1jKgwyKipBX4yk
deonbell is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote