ymgve / bitcoin_fork_claimer

Script for transferring/claiming your coins on various Bitcoin forks
202 stars 85 forks source link

Half the amount #65

Closed P0u1us closed 6 years ago

P0u1us commented 6 years ago

Hi, after some elusive time fiddling around... I got the script working for SBTC (had an earlier version and found it missing "self.versionno = 70017" ; pfffff ;-) But anyway.. it worked, great piece of work; BUT.... When I check my address via https://btcdiv.com/ I get: 12.97806829 SuperBitcoin to claim When I check my address via fork-helper.py I get: 6.48790590 SBTC to claim When I execute the fork_claimer script: it successfully obtained 6.48742589 SBTC using all TXIDs found with fork-helper.py !? THEN I check my address via https://btcdiv.com/ again... and see: 0 SuperBitcoin to claim left !?!?! THUS somewhere something doesnt add up? Is anyone having the same observation? what could be intervening? I do not see anything weird in the script, thus I am at a lost here. Rgds, Poul

ymgve commented 6 years ago

What's the address you claimed from?

P0u1us commented 6 years ago

The address is: 1Gz3ebJYMy6GMXoVia2viUS5TUZ7Rrr3sj

ymgve commented 6 years ago

Not sure if they recently changed it, but the blockchain.info API only returns the latest 50 transactions. Since your address has a lot of transactions, most of them aren't visible to the fork helper script.

The helper script is not made or supported by me, so the issue will be closed, but if you can do a bit of coding, look into adding the &offset=X parameter to the URL in the helper script manually until you've found all your transactions.

P0u1us commented 6 years ago

Ah thanks for the hint; I did not look further into other transactions, because btcdiv showed a zero balance left !? Will go and fiddle some more to see what I can find more. Thnx again!

P0u1us commented 6 years ago

Herewith another great THNX! yip you were correct... missed the remaining (>50) TXIDS; blockchain indeed has a limit of 50 transactions at a time; will post this on the fork-helper as well! Only still confused that btcdiv did not report remaining balance left!? Anyway I am gratefully helped!