how to create a fee for my business application?

+1 vote
how to implement a fee for my business in each wallet transaction?
asked Jun 13, 2017 by grunge

1 Answer

0 votes

Fees are paid in the native blockchain currency to the miners of each block, so you have to start by configuring a blockchain to have such a currency – see the appropriate blockchain parameters: http://www.multichain.com/developers/blockchain-parameters/

Now you can't currently enforce a fee for every transaction, but the minimum-relay-fee parameter ensures that well-behaved nodes will not forward a transaction if it does not contain that minimum fee.

answered Jun 14, 2017 by MultiChain
...