Author

Topic: Approaching 24 hours and my sent bitcoins are not showing even on the blockchain (Read 1065 times)

legendary
Activity: 1386
Merit: 1027
Permabull Bitcoin Investor
Seems like it's a bitcoin Core issue at first. Regarding the broadcasting, that's normal. When you submit it to blockchain.info, it propagates through the network and the majority of network would see it in a few seconds. You're only required to submit the raw tx at one of the sites.

That error is fine. It just means that the transaction was actually submitted and propagated through the network. I only told you to submit it to two places in case one broadcast failed.

It's solved, thank you so much for your help knightdk, so much appreciated.
hero member
Activity: 588
Merit: 503
Free Julian Assange
it's really strange...


do you double ceck your trans ID?
staff
Activity: 3458
Merit: 6793
Just writing some code
Much appreciated, thank you a lot.

I've done what you told my buddy and I've came across these 2 notifications.

@Blockchain.info : Transaction Submitted

@Blockcypher.com : Error sending transaction: transaction already in pool.

What do you think ?

Again, thank you a lot Smiley
That error is fine. It just means that the transaction was actually submitted and propagated through the network. I only told you to submit it to two places in case one broadcast failed.
legendary
Activity: 3038
Merit: 4418
Crypto Swap Exchange
If you don't mind, could you please guide me in steps.

I'm sorry for the inconvenience, but I really need your help.
Open up Bitcoin Core and find the transaction. Copy the transaction id without the -000 or anything like that on the end of it. Sometimes Bitcoin Core will tack that on to the end of a transaction id.

Then open up Help > Debug Window and go to the console tab.

Type into the box
Code:
getrawtransaction
where is the transaction id you copied earlier without the -000 on the end.

You should get a bunch of hex characters as output.

Copy all of it and go to https://blockchain.info/pushtx and https://live.blockcypher.com/btc/pushtx/. In the giant box on both those webpages, paste the hex characters you copied earlier. Then click submit or broadcast transaction and it should broadcast the transaction to the network. If there is any error, you will get a notification on the page. Then you can check the block explorers again to see if the transaction is there.

Much appreciated, thank you a lot.

I've done what you told my buddy and I've came across these 2 notifications.

@Blockchain.info : Transaction Submitted

@Blockcypher.com : Error sending transaction: transaction already in pool.

What do you think ?

Again, thank you a lot Smiley
Seems like it's a bitcoin Core issue at first. Regarding the broadcasting, that's normal. When you submit it to blockchain.info, it propagates through the network and the majority of network would see it in a few seconds. You're only required to submit the raw tx at one of the sites.
legendary
Activity: 1386
Merit: 1027
Permabull Bitcoin Investor
If you don't mind, could you please guide me in steps.

I'm sorry for the inconvenience, but I really need your help.
Open up Bitcoin Core and find the transaction. Copy the transaction id without the -000 or anything like that on the end of it. Sometimes Bitcoin Core will tack that on to the end of a transaction id.

Then open up Help > Debug Window and go to the console tab.

Type into the box
Code:
getrawtransaction
where is the transaction id you copied earlier without the -000 on the end.

You should get a bunch of hex characters as output.

Copy all of it and go to https://blockchain.info/pushtx and https://live.blockcypher.com/btc/pushtx/. In the giant box on both those webpages, paste the hex characters you copied earlier. Then click submit or broadcast transaction and it should broadcast the transaction to the network. If there is any error, you will get a notification on the page. Then you can check the block explorers again to see if the transaction is there.

Much appreciated, thank you a lot.

I've done what you told my buddy and I've came across these 2 notifications.

@Blockchain.info : Transaction Submitted

@Blockcypher.com : Error sending transaction: transaction already in pool.

What do you think ?

Again, thank you a lot Smiley
staff
Activity: 3458
Merit: 6793
Just writing some code
If you don't mind, could you please guide me in steps.

I'm sorry for the inconvenience, but I really need your help.
Open up Bitcoin Core and find the transaction. Copy the transaction id without the -000 or anything like that on the end of it. Sometimes Bitcoin Core will tack that on to the end of a transaction id.

Then open up Help > Debug Window and go to the console tab.

Type into the box
Code:
getrawtransaction
where is the transaction id you copied earlier without the -000 on the end.

You should get a bunch of hex characters as output.

Copy all of it and go to https://blockchain.info/pushtx and https://live.blockcypher.com/btc/pushtx/. In the giant box on both those webpages, paste the hex characters you copied earlier. Then click submit or broadcast transaction and it should broadcast the transaction to the network. If there is any error, you will get a notification on the page. Then you can check the block explorers again to see if the transaction is there.
legendary
Activity: 1386
Merit: 1027
Permabull Bitcoin Investor
The issue that the 0.4 BTC is already deducted from my main balance.

That would be the wallet keeping the transaction in its log, would be nice to know why it failed, but anyways, every (proper) wallet has a resync option for this. Its kind of a pain for people using Bitcoin core. Its not a very good wallet for every day uses imo.



I've made a manual re-scan but nothing seemed to be changed.

Shall I re-index the complete blockchain ?
That is not necessary.

Since the transaction is already created, you should be able to pull the raw hex for it from Bitcoin Core. Get the raw hex and push it through various transaction broadcasting services like the ones at blockchain.info, blocktrail, and blockcypher. You can also try to push it through Bitcoin Core.

If you don't mind, could you please guide me in steps.

I'm sorry for the inconvenience, but I really need your help.
staff
Activity: 3458
Merit: 6793
Just writing some code
The issue that the 0.4 BTC is already deducted from my main balance.

That would be the wallet keeping the transaction in its log, would be nice to know why it failed, but anyways, every (proper) wallet has a resync option for this. Its kind of a pain for people using Bitcoin core. Its not a very good wallet for every day uses imo.



I've made a manual re-scan but nothing seemed to be changed.

Shall I re-index the complete blockchain ?
That is not necessary.

Since the transaction is already created, you should be able to pull the raw hex for it from Bitcoin Core. Get the raw hex and push it through various transaction broadcasting services like the ones at blockchain.info, blocktrail, and blockcypher. You can also try to push it through Bitcoin Core.
legendary
Activity: 1386
Merit: 1027
Permabull Bitcoin Investor
The issue that the 0.4 BTC is already deducted from my main balance.

That would be the wallet keeping the transaction in its log, would be nice to know why it failed, but anyways, every (proper) wallet has a resync option for this. Its kind of a pain for people using Bitcoin core. Its not a very good wallet for every day uses imo.



I've made a manual re-scan but nothing seemed to be changed.

Shall I re-index the complete blockchain ?
legendary
Activity: 1302
Merit: 1068
The issue that the 0.4 BTC is already deducted from my main balance.

That would be the wallet keeping the transaction in its log, would be nice to know why it failed, but anyways, every (proper) wallet has a resync option for this. Its kind of a pain for people using Bitcoin core. Its not a very good wallet for every day uses imo.

legendary
Activity: 1386
Merit: 1027
Permabull Bitcoin Investor
I'm pretty new at solving issues, but I also use Bitcoin Core to handle all of my business.
Depending on the web-wallet you sent your coins to it could be a potential problem on their end, however it's entirely possible that your coins are still sitting in your original wallet and need to be Re-Scanned

I had this occur to me once or twice on Bitcoin Core, but it eventually took care of itself after a few hours. Some users have let me know, however that in some cases manual-re scanning may be required.

I will try re-scanning and update you bro, thanks for the helping out.

The TXID does not seem to exist and a transaction for .4BTC does not even exist for that address;
https://www.blocktrail.com/BTC/address/13Y5QidGQzG5QEgytZyQUvQbxDsxdLrLAj

So i'm guessing the broadcast crapped out, not sure if you did a mistake or something but the transaction does not exist so you should be able to retry it already.

The issue that the 0.4 BTC is already deducted from my main balance.
legendary
Activity: 1302
Merit: 1068
Hello,

Yesterday, at 00:19, I've sent some bitcoins to one of my online wallets.

I use Bitcoin Core and I've used high fees (to begin confirmation of the transaction within 2 mined blocks).

Here are some details about the transaction :

Status: 0/unconfirmed
Date: 11/8/2015 00:19
To: 13Y5QidGQzG5QEgytZyQUvQbxDsxdLrLAj
Debit: -0.40000000 BTC
Transaction fee: -0.00028348 BTC
Net amount: -0.40028348 BTC
Transaction ID: 9e374c99f065b748bb30ae40c67555a5e0712f6d2b5e0f6a7b7992dc3a5e9856-000

Thanks for helping me in advance.

The TXID does not seem to exist and a transaction for .4BTC does not even exist for that address;
https://www.blocktrail.com/BTC/address/13Y5QidGQzG5QEgytZyQUvQbxDsxdLrLAj

So i'm guessing the broadcast crapped out, not sure if you did a mistake or something but the transaction does not exist so you should be able to retry it already.
legendary
Activity: 1372
Merit: 1123
I'm pretty new at solving issues, but I also use Bitcoin Core to handle all of my business.
Depending on the web-wallet you sent your coins to it could be a potential problem on their end, however it's entirely possible that your coins are still sitting in your original wallet and need to be Re-Scanned

I had this occur to me once or twice on Bitcoin Core, but it eventually took care of itself after a few hours. Some users have let me know, however that in some cases manual-re scanning may be required.
legendary
Activity: 1386
Merit: 1027
Permabull Bitcoin Investor
Hello,

Yesterday, at 00:19, I've sent some bitcoins to one of my online wallets.

I use Bitcoin Core and I've used high fees (to begin confirmation of the transaction within 2 mined blocks).

Here are some details about the transaction :

Status: 0/unconfirmed
Date: 11/8/2015 00:19
To: 13Y5QidGQzG5QEgytZyQUvQbxDsxdLrLAj
Debit: -0.40000000 BTC
Transaction fee: -0.00028348 BTC
Net amount: -0.40028348 BTC
Transaction ID: 9e374c99f065b748bb30ae40c67555a5e0712f6d2b5e0f6a7b7992dc3a5e9856-000

Thanks for helping me in advance.
Jump to: