Login
Register
All Activity
Questions
Unanswered
Tags
Users
Ask a Question
Welcome to the Developer Q&A for the
MultiChain
blockchain platform.
Please feel free to ask questions about the platform to receive answers from the MultiChain developers or other members of the community.
Related questions
How to calculate minimum transaction fee for native currency
how to create a fee for my business application?
"Transaction fee too large for fee policy" while uploading data to stream
What happens to transaction fee in Native blockchain currency?
fee value computed by appendrawchange
4,156
questions
4,369
answers
5,718
comments
Most popular tags
multichain
streams
assets
stream
transactions
json-rpc
blockchain
wallet
permissions
error
address
raw-transactions
asset
mining
node
api
issue
multichain-explorer
nodes
connect
multichaind
multisig
transaction
smart-filters
metadata
private-key
atomic-exchange
multichain-cli
multichain-web-demo
data
connection
performance
blocks
demo
web
json
database
storage
native-currency
bitcoin
private-blockchain
network
fee
smart-contracts
wallets
signrawtransaction
off-chain
exchange
multiple-nodes
getnewaddress
How to set fee to zero?
+2
votes
Hi, i make my blockchain for ponzi games, and need to set tx fee to zero. Is it posible?
I will mine in one node
fee
asked
Jul 27, 2017
by
Yura
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
+1
vote
Yes, the default setup for a MultiChain blockchain is to have no native currency and therefore no fees. For more information see the 'Native blockchain currency' section here:
https://www.multichain.com/developers/blockchain-parameters/
answered
Jul 27, 2017
by
MultiChain
i set minimum-relay-fee to zero
and initial-block-reward to 10000, but i still have fee
There is also the minimum-per-output parameter that you may have set above zero. In general, if you don't want a native currency for your chain, just leave all the 'Native blockchain currency' parameters on their default values when creating the chain.
Please
log in
or
register
to add a comment.
...