settxfee amount
Set the transaction fee per kB.
1. amount (numeric, required)
The transaction fee in BTC/kB rounded to the nearest 0.00000001
true|false (boolean) Returns true if successful
smileycoin-cli settxfee 0.00001
curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "settxfee", "params": [0.00001] }' -H 'content-type: text/plain;' http://127.0.0.1:9332/