ymgve
ymgve
That happens because the source or destination address isn't a valid base58 or bech32 address. Double check that the order of parameters on the command line is correct. What's the...
If the part after "bitcoincash:" is all lowercase and numbers, and doesn't start with "1" or "3", it's a new style BCH address that has to be converted, with something...
Seems like the seed addresses changed in the BCH/ABC split. Try replacing them in the script with these instead: seed.flowee.cash, seed-bch.bitcoinforks.org, btccash-seeder.bitcoinunlimited.info, seed.bchd.cash, seed.bch.loping.net, dnsseed.electroncash.de Alternatively, you can put the...
Segwit-P2SH transactions are not supported by the script. Might consider adding it at a later date.
Seems they have disabled Segwit for the moment on their new "Equinox" restart of their blockchain.
You're a bit late - a lot of forks are gone, broken, or reorganized so they're not true forks anymore. At least BTH and LBTC have reorganized according to https://forkdrop.io/...
What address are you trying to claim from? You can use the `convert_address.py` script in this repo to convert your address to BCX format, then use their block explorer at...
You've forgotten that BCX is a 10000x coin. Try with -satoshis 109900000000
Oh, also your txindex is wrong. It should be 25 if I counted correctly, not 11. So: `python2.7 claimer.py BCX 6ea068cfe9be749c5e4183eb50d096e74b7eaf62de269681276cff866e8dc40f "privatekey" 13yDgXg41qmDFitZ5bD8USnzAtYEiFAJYu XJqg79sTb2tY9wAyrJrrrJxrqYNpLhD2N3 --txindex 25 --satoshis 109900000000 --force` The...
They seem to have switched codebase, restarted the mainnet, and also removed *all* unclaimed legacy BTC transactions. I'm looking into updating, but I don't have any LBTC coins to test...