Bitcoin Forum
May 06, 2024, 12:05:39 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2] 3 »  All
  Print  
Author Topic: Can I use unconfirmed funds?  (Read 514 times)
YuginKadoya
Legendary
*
Offline Offline

Activity: 3038
Merit: 1169



View Profile
August 13, 2020, 09:34:32 AM
 #21

I sent some funds from address A to address B .

The transaction is unconfirmed. Can I send from address B to address C some funds?
a few months ago I have done this using a blockchain wallet, so because I was worried about waiting a long time so I decided to make a transfer from B to C, even though the transaction from A to B has not been confirmed,


That's impossible, for any wallet. Can you post the TXID? There must be at least one confirmation of transaction A to B, which you didn't notice.

Quote

so I think there is no problem


The risk of people double-spending in the network, you think is no problem? Calling Core developers.


It will vary depending on what wallet you are using but most of them need to be confirmed first before you can use the unconfirmed funds but I think if you have an extra coin on your wallet you can sure make a transaction on wallet B to wallet C even though wallet A transaction is not confirmed yet and vice versa wallet C can transaction again to another wallet if it has additional coin stored.


Which wallet allows sending without a confirmation?

I am not stating that there is no confirmation needed, But yeah I think I forgot to put that you will surely need at least one confirmation on your transaction while on other cases on most wallets you will need more confirmation and commonly they required six confirmation which may take an hour and to make the transaction irreversible,

Sorry, I think I need to check my post first before proceeding in posting it but thanks for the correction.
Be very wary of relying on JavaScript for security on crypto sites. The site can change the JavaScript at any time unless you take unusual precautions, and browsers are not generally known for their airtight security.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714953939
Hero Member
*
Offline Offline

Posts: 1714953939

View Profile Personal Message (Offline)

Ignore
1714953939
Reply with quote  #2

1714953939
Report to moderator
1714953939
Hero Member
*
Offline Offline

Posts: 1714953939

View Profile Personal Message (Offline)

Ignore
1714953939
Reply with quote  #2

1714953939
Report to moderator
1714953939
Hero Member
*
Offline Offline

Posts: 1714953939

View Profile Personal Message (Offline)

Ignore
1714953939
Reply with quote  #2

1714953939
Report to moderator
pakhitheboss
Hero Member
*****
Offline Offline

Activity: 2114
Merit: 774


Top Crypto Casino


View Profile WWW
August 13, 2020, 09:57:39 AM
 #22

I have done that using the Mycelium wallet once. I did send an unconfirmed transaction that I had received from my wallet to another wallet. I got an error message at first but the transaction was still done. It took time to reach the other wallet but it worked.

█████████████████████████
████▐██▄█████████████████
████▐██████▄▄▄███████████
████▐████▄█████▄▄████████
████▐█████▀▀▀▀▀███▄██████
████▐███▀████████████████
████▐█████████▄█████▌████
████▐██▌█████▀██████▌████
████▐██████████▀████▌████
█████▀███▄█████▄███▀█████
███████▀█████████▀███████
██████████▀███▀██████████
█████████████████████████
.
BC.GAME
▄▄░░░▄▀▀▄████████
▄▄▄
██████████████
█████░░▄▄▄▄████████
▄▄▄▄▄▄▄▄▄██▄██████▄▄▄▄████
▄███▄█▄▄██████████▄████▄████
███████████████████████████▀███
▀████▄██▄██▄░░░░▄████████████
▀▀▀█████▄▄▄███████████▀██
███████████████████▀██
███████████████████▄██
▄███████████████████▄██
█████████████████████▀██
██████████████████████▄
.
..CASINO....SPORTS....RACING..
█░░░░░░█░░░░░░█
▀███▀░░▀███▀░░▀███▀
▀░▀░░░░▀░▀░░░░▀░▀
░░░░░░░░░░░░
▀██████████
░░░░░███░░░░
░░█░░░███▄█░░░
░░██▌░░███░▀░░██▌
░█░██░░███░░░█░██
░█▀▀▀█▌░███░░█▀▀▀█▌
▄█▄░░░██▄███▄█▄░░▄██▄
▄███▄
░░░░▀██▄▀


▄▄████▄▄
▄███▀▀███▄
██████████
▀███▄░▄██▀
▄▄████▄▄░▀█▀▄██▀▄▄████▄▄
▄███▀▀▀████▄▄██▀▄███▀▀███▄
███████▄▄▀▀████▄▄▀▀███████
▀███▄▄███▀░░░▀▀████▄▄▄███▀
▀▀████▀▀████████▀▀████▀▀
o_e_l_e_o
In memoriam
Legendary
*
Offline Offline

Activity: 2268
Merit: 18509


View Profile
August 13, 2020, 01:13:01 PM
Merited by ABCbits (1)
 #23

IIRC the limit is 32 transaction depth, so you don't need to worry about the limit unless you make 32 chaining transaction (e.g. address 1 -> address 2 -> .... -> address 33) Tongue
It's actually 25 (https://github.com/bitcoin/bitcoin/blob/cb1ee1551cf39905ccb67e3d07b0e3aaaca18ce3/test/functional/mempool_package_onemore.py#L15). If you try to chain any more, you get the error "too-long-mempool-chain, too many unconfirmed ancestors [limit: 25]" (https://github.com/bitcoin/bitcoin/blob/cb1ee1551cf39905ccb67e3d07b0e3aaaca18ce3/test/functional/mempool_package_onemore.py#L69)

I always assumed that Electrum required at least one confirmation before you can spend your coins
Nope. There is an check box under Tools -> Preferences -> Transactions titled "Spend only confirmed coins", but it should be disabled by default.

There is risk involved, as if the initial transaction is replaced with RBF or double spent, or is changed via malleability, for example, then any subsequent transaction will become invalid and therefore be rejected from the mempool.
semobo
Full Member
***
Offline Offline

Activity: 1498
Merit: 146


View Profile
August 13, 2020, 02:55:18 PM
 #24

I never tried to spend any of my unconfirmed funds in my wallets but its possible on exchanges and gambling sites I guess, because once I send bitcoin to my exchange wallet which has less confirmations only but still it is showing on the exchange's wallet balance and I can be able to trade with it.
Twentyonepaylots
Sr. Member
****
Offline Offline

Activity: 1862
Merit: 370


View Profile
August 13, 2020, 03:06:05 PM
 #25

Which wallet allows sending without a confirmation?

Lots of them. I do this in Electrum frequently.

It is entirely possible to spend unconfirmed transactions. Spending unconfirmed funds is exactly what a child-pays-for-parent (CPFP) transaction is. Either the first transaction will be confirmed first and the second transaction confirmed in a later block, or both transactions will be confirmed at the same time in the same block.

If you are not in a hurry, you can chain up any number of unconfirmed transactions with any fees you like and simply wait for them all to confirm. If you are in a hurry, then you can effectively "bump" the fee of the initial unconfirmed transaction by paying an excessive fee on a second transaction. If the average fee rate of the two transactions together is high enough, then miners will include the initial low fee transaction so they can also include the second high fee transaction in the same block.

There are uncommon but potential issues with chains of unconfirmed transactions, such as transaction malleability, but that's outside the scope of what OP was asking.


What? UNCONFIRMED? Am I the only person who doesn't know this because I never tried it? Haha.
Yeah me too haha, I haven't tried it yet or even just thought of it at first coz it is so simple, how do we use funds that isn't in us yet, it turns out that there are wallets that has this feature as the other says CPFP. I use a wallet where it does not let me use unconfirmed transaction, it needs to be confirmed many times before it arrives.

I always assumed that Electrum required at least one confirmation before you can spend your coins, but I'm a pleb.
I have not use electrum yet, I just use a local wallet, and yes as what the others said you can do it in electrum.
thesmallgod
Full Member
***
Offline Offline

Activity: 1498
Merit: 129


View Profile
August 13, 2020, 03:10:55 PM
 #26

If you are talking of sending some or whole part of the money you intend receiving from B then It it impossible. The transaction need to be confirmed and show in your wallet before sending back. Sometime unconfirmed transaction might be stall when the gas fee is not enough so it is very important for a transaction to be confirmed before you send money
bob123
Legendary
*
Offline Offline

Activity: 1624
Merit: 2481



View Profile WWW
August 13, 2020, 05:51:32 PM
 #27

If you are talking of sending some or whole part of the money you intend receiving from B then It it impossible. The transaction need to be confirmed and show in your wallet before sending back.

No.
You obviously didn't read the thread and are just here to spam for your sig campaign.

As mentioned by multiple people already, you can indeed create transactions with outputs which aren't confirmed yet.
That's how CPFP basically works: Creating a transaction with unconfirmed inputs using a fee high enough to pay for both transactions.



Sometime unconfirmed transaction might be stall when the gas fee is not enough so it is very important for a transaction to be confirmed before you send money

Gas fee?
You do realize that everyone is talking about bitcoin here, and not about any shitcoin altcoin ?

Dedewahyu
Full Member
***
Offline Offline

Activity: 588
Merit: 103


View Profile
September 02, 2020, 05:11:49 PM
 #28

So the miner can't mine the child's transaction unless the first one is confirmed?

That's correct. (You can't spend money you don't actually have, right?)
However, you can use CPFP and pay a bigger fee for the child tx to increase the priority of the parent tx.

this is the answer that is most simple and easy to understand
so we can only make delivery transactions when the final or incoming balance has been confirmed or speed up the confirmation by using a larger fee to prioritize the incoming balance confirmation
Am I right?

minersday
Hero Member
*****
Offline Offline

Activity: 1484
Merit: 535


View Profile
September 03, 2020, 03:30:51 AM
 #29

I sent some funds from address A to address B .

The transaction is unconfirmed. Can I send from address B to address C some funds?

This might depend on the kinda Bitcoin wallet you are using. Most of the bitcoin wallets require that at least there should be one confirmation in order to use the sent funds.
 But with the third party Bitcoin wallets, once the transaction is broadcast on the blockchain network, you can use the funds when there is zero confirmation.
NeuroticFish
Legendary
*
Offline Offline

Activity: 3668
Merit: 6377


Looking for campaign manager? Contact icopress!


View Profile
September 03, 2020, 09:41:40 AM
 #30

this is the answer that is most simple and easy to understand
so we can only make delivery transactions when the final or incoming balance has been confirmed or speed up the confirmation by using a larger fee to prioritize the incoming balance confirmation
Am I right?

Yes. Any transaction you make with unconfirmed inputs will (ever) get confirmed only after the input(s) get confirmed, so when "the network" "knows" you actually own those coins (with the note that this may happen even in the same block).

.
.HUGE.
▄██████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄███████████████████████▄
▄█████████████████████████▄
███████▌██▌▐██▐██▐████▄███
████▐██▐████▌██▌██▌██▌██
█████▀███▀███▀▐██▐██▐█████

▀█████████████████████████▀

▀███████████████████████▀

▀█████████████████████▀

▀█████████████████▀

▀██████████▀▀
█▀▀▀▀











█▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
CASINSPORTSBOOK
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀█











▄▄▄▄█
int03h
Full Member
***
Offline Offline

Activity: 532
Merit: 104


View Profile
September 03, 2020, 12:46:17 PM
 #31

I have the same problem with my money. After depositing the ethereum network, my transaction is waiting to be confirmed. In the meantime, I sent another transaction with a higher but unconfirmed gas limit. This means that both transactions are pending. I don't know what other blockchain networks will look like? Right now Ethereum is in severe congestion.
Yamifoud
Hero Member
*****
Offline Offline

Activity: 2744
Merit: 517


★Bitvest.io★ Play Plinko or Invest!


View Profile
September 03, 2020, 01:43:50 PM
Last edit: September 03, 2020, 02:00:30 PM by Yamifoud
 #32

I have the same problem with my money. After depositing the ethereum network, my transaction is waiting to be confirmed. In the meantime, I sent another transaction with a higher but unconfirmed gas limit. This means that both transactions are pending. I don't know what other blockchain networks will look like? Right now Ethereum is in severe congestion.
You're right, the Ethereum network is really congested that it takes days to wait before it confirmed. The situation is also being hyped as a lot of people using it due to Defi projects. It might be worsened if the surge continues and fees relatively high as well.

And in your case now, all you have to do is to wait. Even you are sending again with high fees still, it takes hours/days and I don't think it is necessary since the result is still the same and pending.

@OP, it is better to wait for the tx to confirmed...though making another transaction is allowed but still nothing to happen if the first tx not done yet.



.
.BIG WINNER!.
[15.00000000 BTC]


▄████████████████████▄
██████████████████████
██████████▀▀██████████
█████████░░░░█████████
██████████▄▄██████████
███████▀▀████▀▀███████
██████░░░░██░░░░██████
███████▄▄████▄▄███████
████▀▀████▀▀████▀▀████
███░░░░██░░░░██░░░░███
████▄▄████▄▄████▄▄████
██████████████████████

▀████████████████████▀
▄████████████████████▄
██████████████████████
█████▀▀█▀▀▀▀▀▀██▀▀████
█████░░░░░░░░░░░░░████
█████░░░░░░░░░░░░▄████
█████░░▄███▄░░░░██████
█████▄▄███▀░░░░▄██████
█████████░░░░░░███████
████████░░░░░░░███████
███████░░░░░░░░███████
███████▄▄▄▄▄▄▄▄███████

██████████████████████
▀████████████████████▀
▄████████████████████▄
███████████████▀▀▀▀▀▀▀
███████████▀▀▄▄█░░░░░█
█████████▀░░█████░░░░█
███████▀░░░░░████▀░░░▀
██████░░░░░░░░▀▄▄█████
█████░▄░░░░░▄██████▀▀█
████░████▄░███████░░░░
███░█████░█████████░░█
███░░░▀█░██████████░░█
███░░░░░░████▀▀██▀░░░░
███░░░░░░███░░░░░░░░░░

██░▄▄▄▄░████▄▄██▄░░░░
████████████▀▀▀▀▀▀▀██
█████████████░█▀▀▀█░███
██████████▀▀░█▀░░░▀█░▀▀
███████▀░▄▄█░█░░░░░█░█▄
████▀░▄▄████░▀█░░░█▀░██
███░▄████▀▀░▄░▀█░█▀░▄░▀
█▀░███▀▀▀░░███░▀█▀░███░
▀░███▀░░░░░████▄░▄████░
░███▀░░░░░░░█████████░░
░███░░░░░░░░░███████░░░
███▀░██░░░░░░▀░▄▄▄░▀░░░
███░██████▄▄░▄█████▄░▄▄

██░████████░███████░█
▄████████████████████▄
████████▀▀░░░▀▀███████
███▀▀░░░░░▄▄▄░░░░▀▀▀██
██░▀▀▄▄░░░▀▀▀░░░▄▄▀▀██
██░▄▄░░▀▀▄▄░▄▄▀▀░░░░██
██░▀▀░░░░░░█░░░░░██░██
██░░░▄▄░░░░█░██░░░░░██
██░░░▀▀░░░░█░░░░░░░░██
██░░░░░▄▄░░█░░░░░██░██
██▄░░░░▀▀░░█░██░░░░░██
█████▄▄░░░░█░░░░▄▄████
█████████▄▄█▄▄████████

▀████████████████████▀




Rainbot
Daily Quests
Faucet
RapTarX
Hero Member
*****
Offline Offline

Activity: 1358
Merit: 850



View Profile
September 03, 2020, 01:48:42 PM
 #33

You can and this is what Child-Pays-For-Parent method is. You have to pay enough fee to get your previous transaction to get confirmed. But if the previous tx is sent by someone else, you may face problem if they intend to double spend. For example, sending tx with low fee to you and later using the same input with higher fee to another of their address.
Therefore, if the original sender is you-> no problem; if someone else-> wait for confirmation.

I always assumed that Electrum required at least one confirmation before you can spend your coins, but I'm a pleb.
You have to turn the option to spend unconfirmed tx.

bob123
Legendary
*
Offline Offline

Activity: 1624
Merit: 2481



View Profile WWW
September 03, 2020, 01:49:30 PM
 #34

Any transaction you make with unconfirmed inputs will (ever) get confirmed only after the input(s) get confirmed, [...]

Actually it doesn't have to be only after the first transaction got confirmed, but can be at the same time (i.e. same block) too.
That's how CPFP works, the second transaction pays a fee high enough for both transactions to be included in a timely manner in the same block.



You can and this is what Child-Pays-For-Parent method is. You have to pay enough fee to get your previous transaction to get confirmed. But if the previous tx is sent by someone else, you may face problem if they intend to double spend. For example, sending tx with low fee to you and later using the same input with higher fee to another of their address.
Therefore, if the original sender is you-> no problem; if someone else-> wait for confirmation.

That's a double spend using RBF (Replace-by-Fee), not CPFP.

int03h
Full Member
***
Offline Offline

Activity: 532
Merit: 104


View Profile
September 04, 2020, 09:00:09 AM
 #35

I have the same problem with my money. After depositing the ethereum network, my transaction is waiting to be confirmed. In the meantime, I sent another transaction with a higher but unconfirmed gas limit. This means that both transactions are pending. I don't know what other blockchain networks will look like? Right now Ethereum is in severe congestion.
You're right, the Ethereum network is really congested that it takes days to wait before it confirmed. The situation is also being hyped as a lot of people using it due to Defi projects. It might be worsened if the surge continues and fees relatively high as well.

And in your case now, all you have to do is to wait. Even you are sending again with high fees still, it takes hours/days and I don't think it is necessary since the result is still the same and pending.

@OP, it is better to wait for the tx to confirmed...though making another transaction is allowed but still nothing to happen if the first tx not done yet.

Another transaction cannot be submitted because my money is stuck in the contract and it continues to be processed. Last night I had to cancel my transaction on Metamask wallet. It took a little fee but I got a refund. It looks like scam DEFI projects are bringing costs down on the ethereum network. This morning Gas is in the range of 250-450 GWEI.
If I buy crypto for $ 5 but the contract is pending confirmation and their value could go up or down. So who will be responsible for the slippage in the meantime? I am wondering about this?
mung_nasib
Full Member
***
Offline Offline

Activity: 602
Merit: 100


DeFixy.com - The future of Decentralization


View Profile
September 07, 2020, 04:25:04 AM
 #36

it may be too difficult to move the funds again because the previous transaction has been recorded and you better try to wait for it first,so that no funds are reduced when you insist on canceling.

Kong Hey Pakboy
Member
**
Offline Offline

Activity: 1120
Merit: 68


View Profile
September 07, 2020, 12:41:58 PM
 #37

I think you can already used your funds or bitcoin, even your bitcoin transaction is uncomfirmed. As long it already passed step 1 because when I deposit my funds in a gambling site using my blockchain wallet, and my transaction is still unconfirmed or pending. I still have been able to spend my bitcoins or able to play slot games.

▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ ★ ★ ★ ★ ★ ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
PLINKO    |7| SLOTS     (+) ROULETTE    ▼ BIT SPINBITVESTPLAY or INVEST ║ ✔ Rainbot  ✔ Happy Hours  ✔ Faucet
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ ★ ★ ★ ★ ★ ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
XCANA
Full Member
***
Offline Offline

Activity: 1456
Merit: 148


View Profile
September 07, 2020, 02:19:08 PM
 #38

So the miner can't mine the child's transaction unless the first one is confirmed?
Absolutely correct, but the other way round is when you're ready to pay additional fee for your transaction to be accelerated. Sometimes I do this when am in haste to make some transaction. Hope you're not a merchant? Kindly don't accept unconfirmed transaction because they can be there for eternity. Its when the parent transaction has been confirmed before the child transaction will be.

anoufal
Newbie
*
Offline Offline

Activity: 100
Merit: 0


View Profile WWW
September 07, 2020, 03:08:20 PM
 #39

I'm not sure about that, and I think you've already got the answer to that question. But I think this will be quite possible in the future, since the speed and number of transactions will be completely different.
KimberlyCon
Copper Member
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
September 07, 2020, 05:08:55 PM
 #40

Yes you definitely can use that according to Blockchain wallet but I wouldn't take that risk, better wait for 1 confirmation then cry later sir
Pages: « 1 [2] 3 »  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!