Pages:
Author

Topic: tx not confirmed long time.. - page 2. (Read 2981 times)

staff
Activity: 3458
Merit: 6793
Just writing some code
February 08, 2017, 09:36:07 PM
#22
Any double spend transaction that you make will not be able to be broadcast through your node. That is because the transaction you are trying to double spend is in your node's mempool and in the wallet, so it will reject the double spend as invalid.

I can make you an unsigned double spend transaction which you can sign and then give back to me which I can then broadcast to the network for you.

Edit:
Below is the unsigned transaction. It pays a fee of 318880 satoshis which I deducted from the second output of your original transaction (0.01000001 BTC being sent to 129Q8uADs9BpwDnFDJZnHYYuaxuu3NiKZh is now 0.00691121 BTC sent to that address). If you want the fee to be deducted from the other output, please let me know. Otherwise, the below hex string is your raw transaction.
Code:
010000000D2F0875968A5328C7CD4D88424DAB12038F8BD54411B72F03855F821E5A94D3770000000000FEFFFFFFF89B303092D5EA7FA8339C19AA57D97EA01EC908520EF7DD7AFDFC9D1DD25DE60000000000FEFFFFFF417B95F119EE5F5D963EB6C1A45FF821FD2175D7A852C62F41A3FABC30C3A3E30100000000FEFFFFFFBAD6B820012DA748AE973171A46A411FCAC5CBF525B55D8C25F5737586630EAB0100000000FEFFFFFF98D2AF1D5A8AE2A1AD7706BCCFD546B9C2367050C2A4602672789E4114AC23660000000000FEFFFFFF3D7A6FEF70AC341F8573CD2AE0211BDB8384AE22C7AA634A69019410668880370100000000FEFFFFFF50CDC657B8E6EEC623B9E65B664F2BF1D8741E948ED525F0A65420D4D61A3A000000000000FEFFFFFFE62795073C233F93C3FCF773BE3DF751A53D047BFD7029AF56926742D518B68E0000000000FEFFFFFFB846DA9DC80076C544E4C0DBA2562332EF915F58AAD9A4CCAE6F5614A65CCD4E0100000000FEFFFFFF88872D972EA7B4E0E01FAF41B6DF2988D38E19B650B099D2BC385B468537EF080100000000FEFFFFFFFC728F5312F9D2498CA0CE848C569AB6F6065CDE6AC9CC5140F199D5A8A9FD590000000000FEFFFFFF4727876AB166C4BFCC5072563E486DF23F82F019DFD9F501BA839472B02BA2820100000000FEFFFFFFD557D1A0B16C55DF9B37EAFE878C8774B6D0F2581C488F08885D91DCAACA0FF00000000000FEFFFFFF02002D3101000000001976A914E55ED207A50E07903FA99F9265D076288DE55ACD88ACB18B0A00000000001976A9140C8EC43FF3BD358C4A0A113316246A181C174ADC88ACC1E20600
To sign this transaction, run the following command in the terminal with bitcoind running:
Code:
bitcoin-cli signrawtransaction 010000000D2F0875968A5328C7CD4D88424DAB12038F8BD54411B72F03855F821E5A94D3770000000000FEFFFFFFF89B303092D5EA7FA8339C19AA57D97EA01EC908520EF7DD7AFDFC9D1DD25DE60000000000FEFFFFFF417B95F119EE5F5D963EB6C1A45FF821FD2175D7A852C62F41A3FABC30C3A3E30100000000FEFFFFFFBAD6B820012DA748AE973171A46A411FCAC5CBF525B55D8C25F5737586630EAB0100000000FEFFFFFF98D2AF1D5A8AE2A1AD7706BCCFD546B9C2367050C2A4602672789E4114AC23660000000000FEFFFFFF3D7A6FEF70AC341F8573CD2AE0211BDB8384AE22C7AA634A69019410668880370100000000FEFFFFFF50CDC657B8E6EEC623B9E65B664F2BF1D8741E948ED525F0A65420D4D61A3A000000000000FEFFFFFFE62795073C233F93C3FCF773BE3DF751A53D047BFD7029AF56926742D518B68E0000000000FEFFFFFFB846DA9DC80076C544E4C0DBA2562332EF915F58AAD9A4CCAE6F5614A65CCD4E0100000000FEFFFFFF88872D972EA7B4E0E01FAF41B6DF2988D38E19B650B099D2BC385B468537EF080100000000FEFFFFFFFC728F5312F9D2498CA0CE848C569AB6F6065CDE6AC9CC5140F199D5A8A9FD590000000000FEFFFFFF4727876AB166C4BFCC5072563E486DF23F82F019DFD9F501BA839472B02BA2820100000000FEFFFFFFD557D1A0B16C55DF9B37EAFE878C8774B6D0F2581C488F08885D91DCAACA0FF00000000000FEFFFFFF02002D3101000000001976A914E55ED207A50E07903FA99F9265D076288DE55ACD88ACB18B0A00000000001976A9140C8EC43FF3BD358C4A0A113316246A181C174ADC88ACC1E20600

Once you have done that, please post the entire output of that command here and I will broadcast the transaction for you.
sr. member
Activity: 420
Merit: 250
February 08, 2017, 09:10:57 PM
#21
I tried this, not helped.. because pruned mode.

what will try-reindex ?
Reindexing will not help and cannot be done with a pruned node as well. All you can do now is wait as you will not be able to create any double spending transaction. You can ask a miner for help, I linked to two of them who may be able to help you in an earlier post.

i contacted them, wait answer..

i can create double spending transaction but i don't know how make it..

Looking at the sequence number I think the tx is not replaceable by fee. Is important that the software you use sets the sequence number below 0xffffffff - 1. Then that txs can be double spent (when unconfirmed) and replace with higher fee for faster confirmation. You may need to adapt your software for that or use a bip125 compatible wallet.

How can make it?
Could you help me? I will pay reward
Thanks.
newbie
Activity: 15
Merit: 5
February 08, 2017, 02:00:51 PM
#20
I tried this, not helped.. because pruned mode.

what will try-reindex ?
Reindexing will not help and cannot be done with a pruned node as well. All you can do now is wait as you will not be able to create any double spending transaction. You can ask a miner for help, I linked to two of them who may be able to help you in an earlier post.

i contacted them, wait answer..

i can create double spending transaction but i don't know how make it..

Looking at the sequence number I think the tx is not replaceable by fee. Is important that the software you use sets the sequence number below 0xffffffff - 1. Then that txs can be double spent (when unconfirmed) and replace with higher fee for faster confirmation. You may need to adapt your software for that or use a bip125 compatible wallet.
sr. member
Activity: 420
Merit: 250
February 08, 2017, 12:41:44 AM
#19
I tried this, not helped.. because pruned mode.

what will try-reindex ?
Reindexing will not help and cannot be done with a pruned node as well. All you can do now is wait as you will not be able to create any double spending transaction. You can ask a miner for help, I linked to two of them who may be able to help you in an earlier post.

i contacted them, wait answer..

i can create double spending transaction but i don't know how make it..
staff
Activity: 3458
Merit: 6793
Just writing some code
February 08, 2017, 12:38:03 AM
#18
I tried this, not helped.. because pruned mode.

what will try-reindex ?
Reindexing will not help and cannot be done with a pruned node as well. All you can do now is wait as you will not be able to create any double spending transaction. You can ask a miner for help, I linked to two of them who may be able to help you in an earlier post.
sr. member
Activity: 420
Merit: 250
February 07, 2017, 11:30:23 PM
#17
Yes, use bitcoin core bitcoind.

I can use command line.

I have not access to GUI.

yes, this txid inbuilt to wallet
Stop Bitcoind. Restart it with the -zapwallettxes option. Resend your transaction but include a higher transaction fee.

I tried this, not helped.. because pruned mode.

what will try-reindex ?
staff
Activity: 3458
Merit: 6793
Just writing some code
February 07, 2017, 11:22:29 PM
#16
Yes, use bitcoin core bitcoind.

I can use command line.

I have not access to GUI.

yes, this txid inbuilt to wallet
Stop Bitcoind. Restart it with the -zapwallettxes option. Resend your transaction but include a higher transaction fee.
sr. member
Activity: 420
Merit: 250
February 07, 2017, 11:11:01 PM
#15
So you are using a script to send Bitcoin but you have no idea what it does or how it works? I suspect you are going to quickly lose all of your money.

Are you using Bitcoin Core (I assume you are)?

Are you using the command line?

Do you have access to the GUI?

Is the transaction that you made made within Bitcoin Core's inbuilt wallet or something else completely separate and simply broadcast through Bitcoin Core?


Yes, use bitcoin core bitcoind.

I can use command line.

I have not access to GUI.

yes, this txid inbuilt to wallet
staff
Activity: 3458
Merit: 6793
Just writing some code
February 07, 2017, 11:07:32 PM
#14
So you are using a script to send Bitcoin but you have no idea what it does or how it works? I suspect you are going to quickly lose all of your money.

Are you using Bitcoin Core (I assume you are)?

Are you using the command line?

Do you have access to the GUI?

Is the transaction that you made made within Bitcoin Core's inbuilt wallet or something else completely separate and simply broadcast through Bitcoin Core?
sr. member
Activity: 420
Merit: 250
February 07, 2017, 11:01:26 PM
#13
I don't use wallet.
I use blockchain node only. (use pruned mode, default fees 0.0001) and script send btc with 0.0001 fee for all tx.
I have real problem.. i want cancel this TX.
Or how can make double spend to another my wallet?

Thanks.
Then just remake the transaction but with a higher fee. Clearly you are doing things with raw txs, so set the fee to be higher and just remake the transaction.

Thanks,

but i'm not developer..

i have txid only. (if need i can write php script, but need code for it)

could you help me pls..? i will pay reward.

how make it?
staff
Activity: 3458
Merit: 6793
Just writing some code
February 07, 2017, 10:18:17 PM
#12
I don't use wallet.
I use blockchain node only. (use pruned mode, default fees 0.0001) and script send btc with 0.0001 fee for all tx.
I have real problem.. i want cancel this TX.
Or how can make double spend to another my wallet?

Thanks.
Then just remake the transaction but with a higher fee. Clearly you are doing things with raw txs, so set the fee to be higher and just remake the transaction.
sr. member
Activity: 420
Merit: 250
February 07, 2017, 09:21:01 PM
#11
How think, can i cancel this tx ?
Bitcoin transactions are irreversible, you cannot cancel them or reverse the transaction.

You have a few options here. You can wait and hope it confirms, wait for the transaction to be "forgotten" by the network, attempt a double spending transaction that pays a higher fee, or ask a miner to confirm it for you.

For the third option, we need to know what wallet software you are using.

For the fourth option, you can contact the users Quickseller and macbook-air.

I don't use wallet.
I use blockchain node only. (use pruned mode, default fees 0.0001) and script send btc with 0.0001 fee for all tx.
I have real problem.. i want cancel this TX.
Or how can make double spend to another my wallet?

Thanks.
staff
Activity: 3458
Merit: 6793
Just writing some code
February 07, 2017, 02:23:41 PM
#10
How think, can i cancel this tx ?
Bitcoin transactions are irreversible, you cannot cancel them or reverse the transaction.

You have a few options here. You can wait and hope it confirms, wait for the transaction to be "forgotten" by the network, attempt a double spending transaction that pays a higher fee, or ask a miner to confirm it for you.

For the third option, we need to know what wallet software you are using.

For the fourth option, you can contact the users Quickseller and macbook-air.
sr. member
Activity: 420
Merit: 250
February 07, 2017, 05:45:31 AM
#9
How think, can i cancel this tx ?
sr. member
Activity: 420
Merit: 250
February 07, 2017, 05:32:33 AM
#8
Or, you can use http://viabtc.com/tools/txaccelerator/ and push your transaction.

Quickseller or macbook-air to push your tx to F2pool.  Pretty sure a 2KB tx is going to cost some mBTCs.

Any idea how they do it? or is it like F2pool has also some tool just like viabtc?

That tx won't work with viabtc because it have less than 0.0001/KB fee.

From what I know, F2pool have a page just like the accelerator, but you'll need a ref code to use it.  Those users have the ref code.

Yes, viabtc not work..

F2pool https://www.f2pool.com/pushtx
need ref code..

Where can get this code?

You'll have to contact macbook-air for that.  He owns the place.
BUT

We no longer send out codes to individuals atm...

If you only want the tx to confirm, just ask them to push it for you.

ok. i PM..
wait answer.
thanks.

hero member
Activity: 798
Merit: 506
Thank satoshi
February 07, 2017, 05:29:01 AM
#7
Or, you can use http://viabtc.com/tools/txaccelerator/ and push your transaction.

Quickseller or macbook-air to push your tx to F2pool.  Pretty sure a 2KB tx is going to cost some mBTCs.

Any idea how they do it? or is it like F2pool has also some tool just like viabtc?

That tx won't work with viabtc because it have less than 0.0001/KB fee.

From what I know, F2pool have a page just like the accelerator, but you'll need a ref code to use it.  Those users have the ref code.

Yes, viabtc not work..

F2pool https://www.f2pool.com/pushtx
need ref code..

Where can get this code?

You'll have to contact macbook-air for that.  He owns the place.
BUT

We no longer send out codes to individuals atm...

If you only want the tx to confirm, just ask them to push it for you.
sr. member
Activity: 420
Merit: 250
February 07, 2017, 05:22:13 AM
#6
Or, you can use http://viabtc.com/tools/txaccelerator/ and push your transaction.

Quickseller or macbook-air to push your tx to F2pool.  Pretty sure a 2KB tx is going to cost some mBTCs.

Any idea how they do it? or is it like F2pool has also some tool just like viabtc?

That tx won't work with viabtc because it have less than 0.0001/KB fee.

From what I know, F2pool have a page just like the accelerator, but you'll need a ref code to use it.  Those users have the ref code.

Yes, viabtc not work..

F2pool https://www.f2pool.com/pushtx
need ref code..

Where can get this code?
hero member
Activity: 798
Merit: 506
Thank satoshi
February 07, 2017, 05:21:00 AM
#5
Or, you can use http://viabtc.com/tools/txaccelerator/ and push your transaction.

Quickseller or macbook-air to push your tx to F2pool.  Pretty sure a 2KB tx is going to cost some mBTCs.

Any idea how they do it? or is it like F2pool has also some tool just like viabtc?

That tx won't work with viabtc because it have less than 0.0001/KB fee.

From what I know, F2pool have a page just like the accelerator, but you'll need a ref code to use it.  Those users have the ref code.

Edit:
https://www.f2pool.com/pushtx
I would've asked (paid even) for the ref a long time ago but that page is inaccessible to me all the time. This is actually the first time I am able to access it.
legendary
Activity: 3094
Merit: 1469
February 07, 2017, 05:12:01 AM
#4
Or, you can use http://viabtc.com/tools/txaccelerator/ and push your transaction.

Quickseller or macbook-air to push your tx to F2pool.  Pretty sure a 2KB tx is going to cost some mBTCs.

Any idea how they do it? or is it like F2pool has also some tool just like viabtc?
sr. member
Activity: 420
Merit: 250
February 07, 2017, 05:09:19 AM
#3
That tx is using 0.0001BTC for 2KB transaction.  That's waaaaay too low.

You can wait 72 hours for the network to drop the tx.  Then you should be able to create another transaction with higher fees.
Or you can ask Quickseller or macbook-air to push your tx to F2pool.  Pretty sure a 2KB tx is going to cost some mBTCs.

yes, 0.0001btc too low.. i don't know about it.

i will try contact with Quickseller or macbook-air (last visit 8 day ago).

Thanks
Pages:
Jump to: