Author

Topic: Prioritize your own transactions in bitcoind - Block generation? (Read 1269 times)

newbie
Activity: 7
Merit: 0
This pull request has all you need:
https://github.com/bitcoin/bitcoin/pull/97

All transactions for addresses in the wallet are included for free even if normal rules require a fee.

Thank you very much!
full member
Activity: 238
Merit: 100
This pull request has all you need:
https://github.com/bitcoin/bitcoin/pull/97

All transactions for addresses in the wallet are included for free even if normal rules require a fee.
newbie
Activity: 7
Merit: 0
modify the .cpp so every transaction gets 1 priority?

I don't want to alter the priority of other transactions (fees & freebies), I just want to guarantee that my own sends are included for free when I successfully generate the block.
legendary
Activity: 2058
Merit: 1431
modify the .cpp so every transaction gets 1 priority?
newbie
Activity: 7
Merit: 0
I'm curious as to whether or not bitcoind currently has any method for prioritizing its own transactions for picking which transactions to include in the block it is attempting to generate.  I would like to avoid paying the 0.01 fees for new inputs/large transactions, and have the hashing power to do so in what I consider a reasonable time frame.

If it can not, has anybody made a modification bitcoind to do this sort of thing?
Jump to: