jimmysong / pybtcfork

Python Library for splitting hard forks
MIT License
61 stars 19 forks source link

SBCT split #16

Open KEVORK890 opened 6 years ago

KEVORK890 commented 6 years ago

Hello, I have tried to split the SBCT moving them to another wallet, but after more than 24h the coins haven't been transferred yet. When I ran the code, the right amount of coins appeared as output message, including the recipient address and a hexadecimal string . Hence, I supposed the operation was succesful. Could the issue be related to an insufficient fee? Thanks

JurriaanKl commented 6 years ago

Hi there,

I am having a similar issue. I am trying to publish some transactions to exchange wallets so I can exchange the split coins. I succesfully did so using the script for BTG. 50 confirmed transactions by now, It worked like a charm, thanks!

But I am not managing for LBTC and BTD.

When I run the code, also no errors and a hexadecimal string appears as output which looks correct to me (I decoded it in for instance https://live.blockcypher.com/btc/decodetx/ ),

Are the messages actually being transmitted? How can we check that?

Looking forward to hearing from you!

Jurriaan