Student101
New member
Hello Friends,
I am doing some mathematics to determine the future predicted ROI% of DASH Masternodes once all 18,900,000 DASH are in circulation and Masternodes must survive strictly off transaction fees associated with payments, can any expert members post the exact lines of code in Main.cpp that determine the rate of each fees transaction? I found the line below that calculates the fee, however I see no option to edit any values which would raise fees to make owning Masternodes still profitable
Transaction fees are calculated using
nFees += view.GetValueIn(tx)-tx.GetValueOut();
I am doing some mathematics to determine the future predicted ROI% of DASH Masternodes once all 18,900,000 DASH are in circulation and Masternodes must survive strictly off transaction fees associated with payments, can any expert members post the exact lines of code in Main.cpp that determine the rate of each fees transaction? I found the line below that calculates the fee, however I see no option to edit any values which would raise fees to make owning Masternodes still profitable
Transaction fees are calculated using
nFees += view.GetValueIn(tx)-tx.GetValueOut();
Last edited: