Author

Topic: how to send unconfirmed transaction (Read 1015 times)

hero member
Activity: 683
Merit: 513
http://bitcoin-engrave.com/ & https://bitcore.cc
November 27, 2016, 09:48:35 AM
#8
Take a look at https://coinb.in/

Here you can generate a TXID Hash, Sign it and Broadcast it so there you can see how it "works"
legendary
Activity: 1624
Merit: 1130
Bitcoin FTW!
November 27, 2016, 08:12:14 AM
#7
If you wanted to take a slight risk, you can always send a transaction with no fees; because of the fees and how they work, it's unlikely that the transaction will confirm. Of course there is always a chance that it could, but this is the easy way out. Smiley It will eventually be dropped from the mempool like most transactions like this.
staff
Activity: 3458
Merit: 6793
Just writing some code
November 27, 2016, 02:41:13 AM
#6
so, lets say I have 0.1BTC in my wallet and I want to make 3 unconfirmed transactions worth 0.1BTC each to 3 different bitcoin addresses. how to do that?
By creating three different sends to those addresses. All transaction creation is handled by your wallet, you just need to know how to use it. Additionally, a transaction can send to multiple addresses in the same transaction do you should instead create one transaction with 3 recipients.

BTW unconfirmed and confirmed are descriptions of a transactions state and have nothing to do with transaction creation. Those states are outside of your control (unless you are a miner).
newbie
Activity: 11
Merit: 0
November 27, 2016, 02:25:27 AM
#5
so, lets say I have 0.1BTC in my wallet and I want to make 3 unconfirmed transactions worth 0.1BTC each to 3 different bitcoin addresses. how to do that?
staff
Activity: 3458
Merit: 6793
Just writing some code
November 27, 2016, 02:16:14 AM
#4
i dont have any bitcoin in my account, but I want to send a dummy transaction of 0.1BTC   
and it should be seen on blockchain.info block explorer   
You cannot send Bitcoin that you do not have. An unconfirmed transaction is not a dummy transaction. Unconfirmed transactions are real transactions that have not been included in the blockchain yet.

If you want to experiment with Bitcoin, you can try using a little bit of Bitcoin from faucets and experimenting with that, but not much can be done since the amounts are so small. You can also try testnet where you can easily get many (worthless) testnet Bitcoin to play around with. There are faucets for those too that give out significant amounts of testnet coins.
newbie
Activity: 11
Merit: 0
November 27, 2016, 02:08:06 AM
#3
i dont have any bitcoin in my account, but I want to send a dummy transaction of 0.1BTC   
and it should be seen on blockchain.info block explorer   
legendary
Activity: 3038
Merit: 4418
Crypto Swap Exchange
November 27, 2016, 01:56:21 AM
#2
What client are you using? For most client, the only way to spend unconfirmed inputs is to select the option which allows you to spend unconfirmed change input.

Of course, you can script a raw transaction which spends the unconfirmed input. It is not recommended to spend unconfirmed transaction since the sender can send another replacement transaction, making your transaction invalid.
newbie
Activity: 11
Merit: 0
November 27, 2016, 01:53:01 AM
#1
I want to test few things for my application. can you please guide me as - how to send unconfirmed transaction? Please provide detailed explanation.
Thanks in advance.
Jump to: