Skip to content
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

Closed
wants to merge 65 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
65 commits
Select commit Hold shift + click to select a range
64adbc8
Merge pull request #1737 from jl777/dev
jl777 Oct 28, 2019
73c044d
Merge pull request #1741 from jl777/dev
jl777 Nov 1, 2019
25dbe4f
Merge pull request #1745 from jl777/dev
jl777 Nov 3, 2019
45c0ea6
Update main.cpp
phm87 Nov 6, 2019
5967618
Update miner.cpp
phm87 Nov 6, 2019
98540d0
Update wallet.cpp
phm87 Nov 6, 2019
cb6734b
Update rpcwallet.cpp
phm87 Nov 6, 2019
74b2a96
Update main.cpp
phm87 Nov 6, 2019
d98b51b
Merge pull request #370 from KomodoPlatform/dev
ca333 Jun 21, 2020
dd40e2d
Merge pull request #374 from KomodoPlatform/dev
ca333 Jun 21, 2020
666047b
Merge pull request #373 from KomodoPlatform/beta
ca333 Jun 30, 2020
cb83713
Merge pull request #8 from KomodoPlatform/master
phm87 Aug 2, 2020
80b4c37
Update komodo_interest.h
phm87 Aug 2, 2020
51765d1
Update komodo_utils.h
phm87 Aug 2, 2020
9271975
ASSETCHAINS_ACTIVEUSERREWARD
phm87 Aug 2, 2020
29b9b96
Update komodo_interest.h
phm87 Aug 2, 2020
6becebc
Update main.cpp
phm87 Aug 2, 2020
1a481e5
Update miner.cpp
phm87 Aug 2, 2020
8bc5abe
Update wallet.cpp
phm87 Aug 2, 2020
fff1f56
Update rpcwallet.cpp
phm87 Aug 2, 2020
94170d4
Update komodo_globals.h
phm87 Aug 3, 2020
4df16c7
Update komodo_bitcoind.h
phm87 Aug 3, 2020
4f4bbc1
Update main.cpp
phm87 Aug 3, 2020
79d747d
Update miner.cpp
phm87 Aug 3, 2020
4c3a7ba
Update coins.cpp
phm87 Aug 3, 2020
c0f9799
Update misc.cpp
phm87 Aug 3, 2020
0037e82
Update main.cpp
phm87 Aug 4, 2020
0e25d26
Update misc.cpp
phm87 Aug 4, 2020
67b2162
Update main.cpp
phm87 Aug 4, 2020
1f29d82
Update init.cpp
phm87 Aug 4, 2020
cafecbd
Update coins.cpp
phm87 Aug 10, 2020
980a079
Update komodo_bitcoind.h
phm87 Aug 11, 2020
218a916
Update komodo_defs.h
phm87 Aug 11, 2020
1af9322
Merge pull request #9 from phm87/ac_acusre
phm87 Aug 11, 2020
9dab55b
Update komodo_globals.h
phm87 Aug 11, 2020
2a1a8ae
Update komodo_interest.h
phm87 Aug 11, 2020
e3c9109
Update komodo_utils.h
phm87 Aug 11, 2020
17d3c02
Update main.cpp
phm87 Aug 11, 2020
d031d08
Update miner.cpp
phm87 Aug 11, 2020
3ea75c1
Update misc.cpp
phm87 Aug 11, 2020
b84ab13
Update rpcwallet.cpp
phm87 Aug 11, 2020
624ce83
Update wallet.cpp
phm87 Aug 11, 2020
a38c30d
Update init.cpp
phm87 Aug 11, 2020
0e1068c
Update komodo_interest.h
phm87 Aug 11, 2020
6dc90bc
Update init.cpp
phm87 Aug 11, 2020
267e2fa
Update komodo_interest.h
phm87 Aug 13, 2020
cb68879
Update komodo_bitcoind.h
phm87 Aug 13, 2020
6e9571c
Update komodo_utils.h
phm87 Aug 13, 2020
0dadf57
Update komodo_globals.h
phm87 Aug 13, 2020
4be068b
Update komodo_utils.h
phm87 Aug 13, 2020
e1649f8
Update komodo_defs.h
phm87 Aug 13, 2020
86a925a
Update coins.cpp
phm87 Aug 13, 2020
8d08f9a
Update wallet.cpp
phm87 Aug 13, 2020
9221a72
Update wallet.cpp
phm87 Aug 13, 2020
d34bf83
Update init.cpp
phm87 Aug 15, 2020
f818115
Update init.cpp
phm87 Aug 15, 2020
51e8a4e
Update komodo_gateway.h
phm87 Aug 15, 2020
36df49c
Possible fix for magic, port and rpcport
phm87 Aug 16, 2020
5414826
Update komodo_utils.h
phm87 Aug 16, 2020
e5fd9a6
Update notaries_staked.cpp
phm87 Aug 16, 2020
cc064a5
Update komodo_utils.h
phm87 Aug 16, 2020
3550e27
Update komodo_utils.h
phm87 Aug 16, 2020
ebc6153
Update komodo_utils.h
phm87 Aug 16, 2020
69135c9
Update notaries_staked.cpp
phm87 Aug 17, 2020
5deecc3
Update init.cpp
phm87 Nov 23, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update init.cpp
  • Loading branch information
phm87 authored Aug 4, 2020
commit 1f29d824943e3b8ae63419f65234f909302608c4
1 change: 1 addition & 0 deletions src/init.cpp
Original file line number Diff line number Diff line change
@@ -578,6 +578,7 @@ std::string HelpMessage(HelpMessageMode mode)
strUsage += HelpMessageOpt("-metricsrefreshtime", strprintf(_("Number of seconds between metrics refreshes (default: %u if running in a console, %u otherwise)"), 1, 600));
}
strUsage += HelpMessageGroup(_("Komodo Asset Chain options:"));
strUsage += HelpMessageOpt("-ac_acusre", _("Enable/disable active user rewards, default is disable"));
strUsage += HelpMessageOpt("-ac_algo", _("Choose PoW mining algorithm, default is Equihash"));
strUsage += HelpMessageOpt("-ac_blocktime", _("Block time in seconds, default is 60"));
strUsage += HelpMessageOpt("-ac_cc", _("Cryptoconditions, default 0"));