Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - chainmaker

Pages: [1]
1
Technical Support / genesis.json current_fees
« on: September 09, 2016, 10:50:49 am »
Hi everyone  :)

I've been messing around with Graphene lately trying to run a private testnet. I've noticed that in the genesis.json there is the current_fees parameter that I guess contains all the fees paid for transactions, creating accounts etc etc. What I don't know is how to connect say:

Code: [Select]
          5,{
            "basic_fee": 500000,
            "premium_fee": 200000000,
            "price_per_kbyte": 100000
          }

with an actual operation? I can't seem to find it anywhere in the code... Any help would be appreciated  :D

Pages: [1]