ymgve / bitcoin_fork_claimer

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

BCX 'timed out' while claiming #89

Open hectorprada73 opened 1 year ago

hectorprada73 commented 1 year ago

Hi.

First off, thank you for giving this to the community.

I am trying to claim BCX from an old wallet. After typing 'I am sending coins on the BitcoinX network and I accept the risks' the script begins only to try 100 times to connect and push the transaction. Does this mean that the BCX network is now unsupported? Forkdrop shows as Live Network.

I used the blockchain.info mode. The last bit of the cmd is:

Connecting to ('192.169.227.48', 9003) ... Connection failed with: timeout('timed out',) Will retry 3 more times. Connecting to ('120.92.119.221', 9003) ... Connection failed with: timeout('timed out',) Will retry 2 more times. Connecting to ('120.92.89.254', 9003) ... Connection failed with: timeout('timed out',) Will retry 1 more times. Connecting to ('120.131.5.173', 9003) ... Traceback (most recent call last): File "claimer.py", line 1637, in client.send_tx(txhash, tx, args.fee) File "claimer.py", line 466, in send_tx self.sc = socket.create_connection(address, 10) File "C:\Python27\lib\socket.py", line 575, in create_connection raise err socket.timeout: timed out