0
Let's say I create an address that has a balance of x bitcoins, where x is the minimum transaction amount before prompting a fee. Hypothetically this address is used as a permanent cryptographically secure mechanism that sends itself x coins at certain points which have some significance.
Will miners mine this transaction over and over or will it eventually be ignored by the network?
Will this transaction be readable by parsing the blockchain, or is it handled differently?
Will this transaction ever eventually incur fees and thus never be put into a block (since the wallet will never own more than x BTC)?
Why on earth would I be downvoted for asking this question? – bvpx – 2013-07-25T17:29:30.593
I didn't downvote, but the question is fairly confusing, it's not clear what you're asking and the premises suggest misunderstandings of how Bitcoin works. – Meni Rosenfeld – 2013-07-25T18:13:15.573
I want to send myself
xamount of coins continuously and use a blockchain parser to get that data (timestamp, block #, for carbon dating). Will I eventually be unable to send this transaction into the network due to fees or will this work as expected as long as I put in the minimum coin amount to avoid fees? – bvpx – 2013-07-25T18:17:55.323Or simply, is there ANYTHING AT ALL within the bitcoin protocol (besides pruning in the future) which would pose as a serious problem for this application? – bvpx – 2013-07-25T18:19:25.250
This sounds like you're planning to DDoS the blockchain. Or do you have an innocent reason to want to do this? – None – 2013-07-26T18:58:52.507
I am really curious what the motivation for such a scheme would be. – Murch – 2013-10-25T12:42:47.470
It's not a DDoS, simply a way to associate the
nth transaction with a timestamp using the blockchain as a proof-of-existence. The transaction will have 1 input and 1 output both concerning the same address. The wallet will containxBitcoins wherexis the minimum amount necessary to send this transaction to the network everyyseconds, whereyis the smallest amount of time required by my application.ywill probably be in the range of a few days, so I'm assuming thexvalue will be limited byinput_value_in_base_unitsrather thaninput_ageorsize_in_bytes. – bvpx – 2013-10-25T14:50:18.743