Bitcoin Forum
May 01, 2024, 11:50:33 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2]  All
  Print  
Author Topic: 48 hours and still unconfirmed?  (Read 1673 times)
byt411
Hero Member
*****
Offline Offline

Activity: 798
Merit: 1000


View Profile
January 23, 2014, 06:42:11 PM
 #21

I suppose some pools accepts the transaction, and sends it backwards. Otherwise it would be stuck forever in limbo.

This is not hiw bitcoin works. A pool cannot "send it back". There is nowhere to send it to, and they don't have the private key.

The pool either confirms it, or they don't confirm it. There is no way for them to "accept it and send it back"

So then please explain how it was sent back? I honestly don't know lol.
1714564233
Hero Member
*
Offline Offline

Posts: 1714564233

View Profile Personal Message (Offline)

Ignore
1714564233
Reply with quote  #2

1714564233
Report to moderator
1714564233
Hero Member
*
Offline Offline

Posts: 1714564233

View Profile Personal Message (Offline)

Ignore
1714564233
Reply with quote  #2

1714564233
Report to moderator
Once a transaction has 6 confirmations, it is extremely unlikely that an attacker without at least 50% of the network's computation power would be able to reverse it.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714564233
Hero Member
*
Offline Offline

Posts: 1714564233

View Profile Personal Message (Offline)

Ignore
1714564233
Reply with quote  #2

1714564233
Report to moderator
1714564233
Hero Member
*
Offline Offline

Posts: 1714564233

View Profile Personal Message (Offline)

Ignore
1714564233
Reply with quote  #2

1714564233
Report to moderator
DannyHamilton
Legendary
*
Offline Offline

Activity: 3374
Merit: 4612



View Profile
January 23, 2014, 07:58:40 PM
 #22

I suppose some pools accepts the transaction, and sends it backwards. Otherwise it would be stuck forever in limbo.

This is not hiw bitcoin works. A pool cannot "send it back". There is nowhere to send it to, and they don't have the private key.

The pool either confirms it, or they don't confirm it. There is no way for them to "accept it and send it back"

So then please explain how it was sent back? I honestly don't know lol.

To truly understand, you'd first need to understand that there are no actual "bitcoins" anywhere.  The concept of "a bitcoin" is just an abstraction that we humans use to make it easier to talk about the transfer of control over value.  Your wallet doesn't have any "bitcoins" in it.  There are no "bitcoins" stored on your computer.  Your wallet is just a set of private keys that are used to create digital signatures authorizing a transfer of control.

To show you how "may bitcoins" you have, your wallet converts each of the private keys that it knows about into bitcoin addresses.  Then it scans the entire history of every bitcoin transaction that has ever occurred.  This history is called "the blockchain" and every full node has a complete copy of it.  After scanning through this history, the wallet can determine how many transactions in that history have outputs that are associated with addresses that the wallet knows about, and which of those transaction outputs have not been spent yet.

Yes, I typed that correctly.  You don't spend bitcoins.  You spend transaction outputs.  Once there is a permanent record in the blockchain of a transaction spending the output of a previous transaction, that output can never be spent again.

So, the wallet adds up all the value attributed to these unspent outputs that are associated with addresses that the wallet knows about, and it displays this total as a number of "bitcoins" to you.

When you "send bitcoins", what you actually do is create a transaction that lists some of the unspent outputs that you control to be "spent", and then creates new unspent outputs and associates each new output with a bitcoin address to be a new unspent output.  Then you broadcast this transaction to the bitcoin network and wait for it to be added to the blockchain.

Once it is broadcast, most nodes know about it, so if any of the outputs are associated with addresses that a wallet knows about, the wallet temporarily updates the total that it displays while it waits for the transaction to be added to a block and added to the the blockchain by a miner.  At this point it is seen as having 0 confirmations.

If it never gets confirmed, and if none of the wallets re-broadcast it, eventually each of the nodes drop the transaction out of their memory pool.  When the transaction is no longer in the memory of a wallet, the wallet will no longer know about it so it will no longer include the adjustment in the value that it displays to you.  This means that if you are the "sender", then your wallet will once again include the outputs that you had tried to spend when it displays your value.  It also means that if you are the "receiver", then your wallet will no longer know about the new outputs that were supposed to be associated with your address, so it will stop including that new value in the total that it displays to you.

Since the value displayed by the "sender" wallet increases, and the value displayed by the "receiver" wallet decreases by the same amount, it looks like the transaction was "sent back".  Actually what happened is that the transaction just vanished and no longer exits.

Notice that there are no miners involved in this process at all.

Now, if a miner chooses to "accept" the transaction into a block that they are attempting to mine, and the miner successfully mines and broadcasts the block, then the block will be added to the blockchain and will become part of the permanent record.  In this case, both the "sender" and "receiver" wallets will see the new transaction in the blockchain and will adjust the amount that they display accordingly.  As such, it will "appear" that bitcoins have moved from the "sender" wallet to the "receiver" wallet.  All that really happened though was that a new transaction was added to the blockchain that "spent" previous outputs and created new outputs.
byt411
Hero Member
*****
Offline Offline

Activity: 798
Merit: 1000


View Profile
January 23, 2014, 09:33:37 PM
 #23

I suppose some pools accepts the transaction, and sends it backwards. Otherwise it would be stuck forever in limbo.

This is not hiw bitcoin works. A pool cannot "send it back". There is nowhere to send it to, and they don't have the private key.

The pool either confirms it, or they don't confirm it. There is no way for them to "accept it and send it back"

So then please explain how it was sent back? I honestly don't know lol.

To truly understand, you'd first need to understand that there are no actual "bitcoins" anywhere.  The concept of "a bitcoin" is just an abstraction that we humans use to make it easier to talk about the transfer of control over value.  Your wallet doesn't have any "bitcoins" in it.  There are no "bitcoins" stored on your computer.  Your wallet is just a set of private keys that are used to create digital signatures authorizing a transfer of control.

To show you how "may bitcoins" you have, your wallet converts each of the private keys that it knows about into bitcoin addresses.  Then it scans the entire history of every bitcoin transaction that has ever occurred.  This history is called "the blockchain" and every full node has a complete copy of it.  After scanning through this history, the wallet can determine how many transactions in that history have outputs that are associated with addresses that the wallet knows about, and which of those transaction outputs have not been spent yet.

Yes, I typed that correctly.  You don't spend bitcoins.  You spend transaction outputs.  Once there is a permanent record in the blockchain of a transaction spending the output of a previous transaction, that output can never be spent again.

So, the wallet adds up all the value attributed to these unspent outputs that are associated with addresses that the wallet knows about, and it displays this total as a number of "bitcoins" to you.

When you "send bitcoins", what you actually do is create a transaction that lists some of the unspent outputs that you control to be "spent", and then creates new unspent outputs and associates each new output with a bitcoin address to be a new unspent output.  Then you broadcast this transaction to the bitcoin network and wait for it to be added to the blockchain.

Once it is broadcast, most nodes know about it, so if any of the outputs are associated with addresses that a wallet knows about, the wallet temporarily updates the total that it displays while it waits for the transaction to be added to a block and added to the the blockchain by a miner.  At this point it is seen as having 0 confirmations.

If it never gets confirmed, and if none of the wallets re-broadcast it, eventually each of the nodes drop the transaction out of their memory pool.  When the transaction is no longer in the memory of a wallet, the wallet will no longer know about it so it will no longer include the adjustment in the value that it displays to you.  This means that if you are the "sender", then your wallet will once again include the outputs that you had tried to spend when it displays your value.  It also means that if you are the "receiver", then your wallet will no longer know about the new outputs that were supposed to be associated with your address, so it will stop including that new value in the total that it displays to you.

Since the value displayed by the "sender" wallet increases, and the value displayed by the "receiver" wallet decreases by the same amount, it looks like the transaction was "sent back".  Actually what happened is that the transaction just vanished and no longer exits.

Notice that there are no miners involved in this process at all.

Now, if a miner chooses to "accept" the transaction into a block that they are attempting to mine, and the miner successfully mines and broadcasts the block, then the block will be added to the blockchain and will become part of the permanent record.  In this case, both the "sender" and "receiver" wallets will see the new transaction in the blockchain and will adjust the amount that they display accordingly.  As such, it will "appear" that bitcoins have moved from the "sender" wallet to the "receiver" wallet.  All that really happened though was that a new transaction was added to the blockchain that "spent" previous outputs and created new outputs.

Thanks. I knew that there was no bitcoin "file", just that i didn't know that nodes would eventually "drop out" the transaction.
tRonik
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
February 27, 2014, 11:21:50 AM
Last edit: February 27, 2014, 11:51:57 AM by tRonik
 #24

Hi, i have a problem with Unconfirmed transactions! its 2 low i think! i need a miner please:-!

https://blockchain.info/tx/896fb058376a941b4c7171aa29d2c8360b428213de592b8a0fdc56a3d102c4bc

https://blockchain.info/tx/7fa0a86b067b9b071e717c2753a3b6fa5a336557463af291972f0a5e2b121a0d

these are  no fee transaction ! i don't see the config @my blockchain wallet before i trade!

Please help!


or can someone please record the transaction and send it back so I can trade them with fee?!

CryptKeeper
Legendary
*
Offline Offline

Activity: 2044
Merit: 1055



View Profile
February 27, 2014, 03:21:23 PM
 #25

Hi, i have a problem with Unconfirmed transactions! its 2 low i think! i need a miner please:-!

https://blockchain.info/tx/896fb058376a941b4c7171aa29d2c8360b428213de592b8a0fdc56a3d102c4bc

https://blockchain.info/tx/7fa0a86b067b9b071e717c2753a3b6fa5a336557463af291972f0a5e2b121a0d

these are  no fee transaction ! i don't see the config @my blockchain wallet before i trade!

Please help!


or can someone please record the transaction and send it back so I can trade them with fee?!



15 confirmations already, what's the problem?

Follow me on twitter! I'm a private Bitcoin and altcoin hodler. Giving away crypto for free on my Twitter feed!
roslinpl
Legendary
*
Offline Offline

Activity: 2212
Merit: 1199


View Profile WWW
February 27, 2014, 08:45:43 PM
 #26

Hi, i have a problem with Unconfirmed transactions! its 2 low i think! i need a miner please:-!

https://blockchain.info/tx/896fb058376a941b4c7171aa29d2c8360b428213de592b8a0fdc56a3d102c4bc

https://blockchain.info/tx/7fa0a86b067b9b071e717c2753a3b6fa5a336557463af291972f0a5e2b121a0d

these are  no fee transaction ! i don't see the config @my blockchain wallet before i trade!

Please help!


or can someone please record the transaction and send it back so I can trade them with fee?!



55 already Smiley next time do not panic... transaction will be confirmed just sometimes need to wait, and ALWAYS should add a fee !

Smiley
Pages: « 1 [2]  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!