Post
Topic
Board Bitcoin Technical Support
Re: Transaction does exist on chain.so and doesn't exist on blockchain.info
by
HCP
on 14/12/2017, 01:48:27 UTC
First of all check if fb2651d4a81af529c39ca0cadb2e1ca413266511c2358062de42bc92f6e90548 is in your wallet...

Goto: "Help -> Debug Window -> Console" and type the following command:
Code:
getrawtransaction fb2651d4a81af529c39ca0cadb2e1ca413266511c2358062de42bc92f6e90548
Then press enter.

You should get a big long string of numbers and letters... you then copy/paste that string into the sendrawtransaction command:
Code:
sendrawtransaction BIG_LONG_STRING_OF_NUMBERS_AND_LETTERS

It SHOULD output: fb2651d4a81af529c39ca0cadb2e1ca413266511c2358062de42bc92f6e90548



Any chance of losing the whole thing Smiley ?
Nope. You can't lose bitcoins unless you send to the wrong address or something like that. If the transaction does not confirm, it will eventually be completely dropped from the entire network... and it will be like the transaction never existed, so you will get all your coins back.