Pages:
Author

Topic: Bitcoins not showing up on the blockchain? - page 2. (Read 3096 times)

legendary
Activity: 1386
Merit: 1000
English <-> Portuguese translations
If you really need that bitcoin your friend can export the tx's input address's private key
and then he can import it into another wallet (electrum, online wallets etc).
Then send the amount to you.

Since the old tx isn't broadcasted yet,(new one) it'll be broadcasted and accepted.

how do we do that ? its actually really important hehe....

is there some guide ?
He's gonna open wallet (it doesn't matter if it's synced or not) and then console;
dumpprivkey inputaddress
it will return a string starts with 5
then he'll copy it and import into another wallet.

There're lots of topics about it.

Electrum is very user friendly, so after knowing the private key(the one you get from dumpprivkey) is pretty simple, I recommend it.
legendary
Activity: 1274
Merit: 1000
★ BitClave ICO: 15/09/17 ★
If you really need that bitcoin your friend can export the tx's input address's private key
and then he can import it into another wallet (electrum, online wallets etc).
Then send the amount to you.

Since the old tx isn't broadcasted yet,(new one) it'll be broadcasted and accepted.

how do we do that ? its actually really important hehe....

is there some guide ?
He's gonna open wallet (it doesn't matter if it's synced or not) and then console;
dumpprivkey inputaddress
it will return a string starts with 5
then he'll copy it and import into another wallet.

There're lots of topics about it.
hero member
Activity: 574
Merit: 500
Call me Alice. just Alice.
If you really need that bitcoin your friend can export the tx's input address's private key
and then he can import it into another wallet (electrum, online wallets etc).
Then send the amount to you.

Since the old tx isn't broadcasted yet,(new one) it'll be broadcasted and accepted.

how do we do that ? its actually really important hehe....

is there some guide ?
legendary
Activity: 1274
Merit: 1000
★ BitClave ICO: 15/09/17 ★
If you really need that bitcoin your friend can export the tx's input address's private key
and then he can import it into another wallet (electrum, online wallets etc).
Then send the amount to you.

Since the old tx isn't broadcasted yet,(new one) it'll be broadcasted and accepted.
hero member
Activity: 574
Merit: 500
Call me Alice. just Alice.
we had to Re-Sync the whole blockchain now when the previous command failed.
legendary
Activity: 1204
Merit: 1028
If all else fails, simply backup wallet.dat, uninstall the client, delete the folder, reinstall and get a fresh copy of the blockchain. Also be sure to have non corrupted ram, or you'll get a corrupted blockchain often.
legendary
Activity: 1652
Merit: 1007
DMD Diamond Making Money 4+ years! Join us!
Yes, try checkwallet and then repairwallet commands.

This might fix the issue.
hero member
Activity: 574
Merit: 500
Call me Alice. just Alice.
Getting worried now... Something like this actually happened before to, for a year ago. 2 BTC never got broadcasted or something
hero member
Activity: 574
Merit: 500
Call me Alice. just Alice.
- snip -
this is the txid he got
fa44f90816a02c4d4f96eb2361f4749a7c83311f8989a68c5172cc6903d64ae3-000

Can he run:

Code:
getrawtransaction fa44f90816a02c4d4f96eb2361f4749a7c83311f8989a68c5172cc6903d64ae3

In the console of the "Debug Window" in the "Help" menu, and let us know what the output of that command was?


He tried. Client crashed and he had to make a restart... Hehe
legendary
Activity: 3416
Merit: 4658
- snip -
this is the txid he got
fa44f90816a02c4d4f96eb2361f4749a7c83311f8989a68c5172cc6903d64ae3-000

Can he run:

Code:
getrawtransaction fa44f90816a02c4d4f96eb2361f4749a7c83311f8989a68c5172cc6903d64ae3

In the console of the "Debug Window" in the "Help" menu, and let us know what the output of that command was?
hero member
Activity: 574
Merit: 500
Call me Alice. just Alice.
Since they sent the transaction before their wallet was fully synchronized, their wallet wouldn't have known about all the unsynchronized transactions.  Therefore, in the transaction being sent to you, it probably spent outputs that it thought were unspent, but that were actually already spent in the part of the blockchain that it hadn't yet processed. Then later, when it finally processed those other transactions, it likely became "conflicted" since it discovered that it tried to spend the same outputs twice.

If your friend runs their wallet with the -zapwallettxes command line option, it will "forget" all the transactions that it has built, and then it will re-scan the entire blockchain to rebuild the valid list of confirmed transactions that have been sent to and from that wallet.  When the re-scan is complete, they should see the coins are no longer "gone" (or if they are gone, then they should have the transaction history to see where the coins actually went).

If your friend is uncomfortable with running zapwallettxes, can you perhaps get your friend to supply us with the output after running the following command in the console:

Code:
getrawtransaction txid

Where txid is the transaction hash that their wallet says they sent to you?

That information should be enough to determine what outputs the wallet attempted to spend and why it was unable to do so.



Hey, thanks I will inform him of this, this is the txid he got
fa44f90816a02c4d4f96eb2361f4749a7c83311f8989a68c5172cc6903d64ae3-000
legendary
Activity: 3416
Merit: 4658
Since they sent the transaction before their wallet was fully synchronized, their wallet wouldn't have known about all the unsynchronized transactions.  Therefore, in the transaction being sent to you, it probably spent outputs that it thought were unspent, but that were actually already spent in the part of the blockchain that it hadn't yet processed. Then later, when it finally processed those other transactions, it likely became "conflicted" since it discovered that it tried to spend the same outputs twice.

If your friend runs their wallet with the -zapwallettxes command line option, it will "forget" all the transactions that it has built, and then it will re-scan the entire blockchain to rebuild the valid list of confirmed transactions that have been sent to and from that wallet.  When the re-scan is complete, they should see the coins are no longer "gone" (or if they are gone, then they should have the transaction history to see where the coins actually went).

If your friend is uncomfortable with running zapwallettxes, can you perhaps get your friend to supply us with the output after running the following command in the console:

Code:
getrawtransaction txid

Where txid is the transaction hash that their wallet says they sent to you?

That information should be enough to determine what outputs the wallet attempted to spend and why it was unable to do so.

hero member
Activity: 574
Merit: 500
Call me Alice. just Alice.
Some news. The wallet is uppdated. Coins are gone but no transaction took place. He said something about that the wallet said it was "conflicted"Huh It was in swedeish so I'm just "hard" translating

Probably is the problem of only 8 connections, nothing to worry I would say.
But since the transaction is recent, just sit down some minutes and watch: your transaction probably got relayed now and a miner soon will put it on a block and it will get it's first confirmation.

But if so, I should see it with 0 confirmations right ?
legendary
Activity: 1386
Merit: 1000
English <-> Portuguese translations
Some news. The wallet is uppdated. Coins are gone but no transaction took place. He said something about that the wallet said it was "conflicted"Huh It was in swedeish so I'm just "hard" translating

Probably is the problem of only 8 connections, nothing to worry I would say.
But since the transaction is recent, just sit down some minutes and watch: your transaction probably got relayed now and a miner soon will put it on a block and it will get it's first confirmation.
legendary
Activity: 1274
Merit: 1000
★ BitClave ICO: 15/09/17 ★
Some news. The wallet is uppdated. Coins are gone but no transaction took place. He said something about that the wallet said it was "conflicted"Huh It was in swedeish so I'm just "hard" translating
Probably chain is not synced properly.
Before deleting all chain your friend should try those commands on bitcoin console;
salvagewallet
repairwallet

One of those will try to correct the wallet. if it doesn't work then it's needed to resync the block chain.
hero member
Activity: 574
Merit: 500
Call me Alice. just Alice.
Some news. The wallet is uppdated. Coins are gone but no transaction took place. He said something about that the wallet said it was "conflicted"Huh It was in swedeish so I'm just "hard" translating
hero member
Activity: 574
Merit: 500
Call me Alice. just Alice.
https://blockchain.info/address/1A9X8AzGJdp4BaBJbM4f8weYHmZfMnrMBQ


This is the adress for those who would like to know
hero member
Activity: 574
Merit: 500
Call me Alice. just Alice.
He had the latest version but had to re-update the wallet.

I'm not home yet not is he so we don't know if it's uppdated yet, tho it's been 20 hours something now.

But I'll send a update as soon as I'm home Smiley
legendary
Activity: 3206
Merit: 1069
His wallet will need to be fully synced


This. As soon as it gets synced it will send the transaction.
The reason for that is pretty obvious: your address with the 0.4BTC could be already be used sometime in those 13180 weeks late of blocks, and then Bitcoin Core would fail and allow double spends.

can you provide the address to which the coins were sent? i think he sent them without fees

The Bitcoin-qt doesn't allow this. (unless you get the non official fork that allows that)

ah yeah you are right, is this feature coming for the next qt version? would be helpful for certain situation
hero member
Activity: 714
Merit: 503
It's not likely but hope your friend hadn't a very old wallet,cause it could be forked, but don't worry,you have not lost it any way
Pages:
Jump to: