Author

Topic: DELETE (Read 559 times)

staff
Activity: 3458
Merit: 6793
Just writing some code
September 05, 2015, 10:52:33 PM
#3
So if I understand you correctly, you want this:
  • Enter the TXID for a transaction and priv keys for one address 1 in the transaction and another privkey for address 2 (does not need to be a part of TXID) and a number of rounds to repeat.
  • Send a transaction A from outputs from the TXID with a normal fee to address 2.
  • send another transaction B breaking up the inputs from A into 2890 0.00001 BTC outputs for address 1 as possible with a fee of 0.001
  • Create 5 transactions C that spend 552 outputs from B to address 2 with the remainder going to a change output with a fee of 0.001 BTC
  • Create transaction D with a fee of 0.000015 spending all of outputs from C excluding change back to address 1.
  • repeat for the remaining the next round using the change from A and the output from D
  • After all rounds are completed, broadcast all of the transactions at the same time

Why do you want to broadcast the transactions all at the same time?

I can probably do this in java, but please let me know if the roadmap I listed above is correct.
full member
Activity: 157
Merit: 103
Salí para ver
September 05, 2015, 10:32:23 PM
#2
So you will pay in Bitcoins for a job to attack Bitcoin?
full member
Activity: 179
Merit: 100
September 05, 2015, 05:32:48 PM
#1
DONE
Jump to: