BitShares Forum

Other => Graveyard => MemoryCoin => Topic started by: MrWDunne on February 16, 2014, 11:00:01 pm

Title: Hello and a question about RPC on MMC
Post by: MrWDunne on February 16, 2014, 11:00:01 pm
Hi, I'm Will.

I just wanted to ask, when sending a transaction over RPC it is attaching a 0.06 MMC fee. And I noticed there should be no fee, how can I fix this?

Best,
MrWDunne
Title: Re: Hello and a question about RPC on MMC
Post by: MaxPWR on February 16, 2014, 11:26:39 pm
.org blog mentions a switch to set tx fee:

http://memorycoin.org/memorycoin-wallet-0-8-583/

Maybe the readme discusses more details for its use?
Title: Re: Hello and a question about RPC on MMC
Post by: BTChris on February 16, 2014, 11:33:42 pm
Start your memorycoind with
Code: [Select]
memorycoind -overridetxfee=5000000
This will force the txfee to the specified number. In this example 0.05 MMC
Title: Re: Hello and a question about RPC on MMC
Post by: MrWDunne on February 16, 2014, 11:52:47 pm
.org blog mentions a switch to set tx fee:

http://memorycoin.org/memorycoin-wallet-0-8-583/

Maybe the readme discusses more details for its use?
Thank you, that helped.