ymgve / bitcoin_fork_claimer

Script for transferring/claiming your coins on various Bitcoin forks
204 stars 86 forks source link

Added transaction finder to make more easy the usage of claimer #9

Closed notf0und closed 1 year ago

notf0und commented 6 years ago

Used code base from claimer, removed unnecessary code and developed the method to check get the transaction id's from a list of addresses in a file. The script check every single address and get the balance claimable for each fork.

avialias commented 6 years ago

Please resolve confflicts and merge to ymgve master fork

avialias commented 6 years ago

Or can you just ELI5 me how to use your code to automate claim from 30 priv keys?

I have problem with getting right and last Trx before fork block. For each coin is a little different.

Please help me with an example with 2-3 test priv key.....step by step please....please

notf0und commented 6 years ago

Sorry, I was out and recently seen this. The usage is putting all addresses on a file separated by a line break and then: claimer.py <cointype> <file> <destination address>

When the script detects that can be some coins available on the address, ask if the user wanna claim and if the user answer y/Y, the script ask for the privkey of that specific address

StJoshua commented 6 years ago

Resolve. So we can all bank on it

Bitpes-stablecoin commented 6 years ago

Como estas: Estoy utilizando windows 7 y me arroja el siguiente error:

Traceback (most recent call last): File "C:\bitcoin_fork_claimer\claimer.py", line 1096, in addresses = [address.rstrip('\n') for address in open(args.addrfile)] IOError: [Errno 2] No such file or directory: 'C:\bitcoin_fork_claimer\lista.txt'

La carpeta bitcoin_fork_claimer esta ubicada en C: junto con la lista,txt en su interior. como puedo resolverlo ? muchas gracias