-1
I plan to setup an online wallet system using bitcoind that allows users to create their own bitcoin wallets. If a user on my system sends funds from his wallet to someone else's then bitcoind creates a block that needs to be inserted into the blockchain. Do I (as the wallet operator) receive the transaction fee? If not how do I allocate a transaction to myself (the operator?)
Thanks David then how would one charge brokerage fees (in BTC) on top of the transfer? This seems more like a transaction that does payment to two bitcoin addresses, i.e. one to the B party and another to me? – user11286 – 2013-12-24T11:43:30.937
Just debit the account slightly more than the amount paid. If I want to pay 2 BTC to someone, you just debit my wallet, say, 2.01 BTC -- or whatever. – David Schwartz – 2013-12-24T19:43:23.650
OK so that implies two bitcoin addresses are needed for this transaction. One that carries 2BTC to the B party and the other that carries 0.01BTC to me? – user11286 – 2013-12-24T20:09:15.497
1It depends how your online wallet system is set up. – David Schwartz – 2013-12-26T08:08:44.490