-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[New ac_param] -ac_aur : Allow to enable active user reward on smartchains #410
Conversation
bump version
update to upstream
outdated/conflicts |
Is this parameter available to use in smart chain ? I would like this parameter to implemented in the smart chain i have created. |
There is no such ac_aur parameter supported in the official repo |
I would like to make request to make this feature available on Smart Chains, Could you please help me on this ? |
I am afraid we do not have plans to add such a param in the nearest future. |
-ac_aur
This pull request introduces a new Antara Customization parameter (ac_param) allowing to enable active user rewards on new smartchains using -ac_aur. Basic tests were performed manually successfully and a testchain (TAUR) is currently under test on #kmdlabs channel on Komodo discord, thank you to all KMDLabs notaries (and anonymous miners) that participates. Since TAUR network is not good (too few nodes), maybe a new testchain will be launched.
https://gist.github.com/phm87/fc75d5820d232376a8256874726673b4
https://discord.com/channels/412898016371015680/497080413387489291/780873228838895626
Please do not merge yet, I still need to do some cleanup (see below) and more tests performed.
-ac_aur needs several parameters separated by commas: Enable/disable active user rewards (parameters: 1, activationHeight (60000), minCoins (10), LOCKTIME_THRESHOLD (500000000), percentage (5)), default is disable
Example (TAUR): -ac_aur=1,10,2,500000000,10 will enable active user rewards activated at block 10, min 2 coins to earn AUR, min locktime identical to Komodo (500000000), Percentage per year of 10%
As discussed with @ptyx on discord, allowing to enable AUR on smartchains can be a good idea.
What was done in the code ?
A part of To do's:
https://developers.komodoplatform.com/basic-docs/antara/antara-setup/antara-customizations.html
Thank you to Alright, KMDLabs team, KMD Team, jl777 and PTYX.