You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: