Files
hush3/src
jl777 e169b65ff0 New features in testing
New komodod -ac parameters for assetchains. If -ac_reward=<satoshis> is
non-zero, the chain will mine normally and start with -ac_reward for
the block reward.

if -ac_end=<endheight> is set, then -ac_reward will be 0 after
endheight is reached

if -ac_halving=<halvingperiod> is set, then every <halvingperiod>
blocks the block reward is reduced according to one of three methods.
1440 (approx a day) is the most frequent halving period

if -ac_decay is not set, then the normal bitcoin halving is done.

if -ac_decay=<numerator> is set to be exactly 100000000, then the
-ac_reward is scaled linearly toward 0, with 0 at endheight.

for all other values of numerator (less than 100000000) the reward is
iteratively reduced by the number of "halving" periods, ie.
	numhalvings = (height / -ac_halving);
	for (i=0; i<numhalvings; i++)
		reward = (reward * -ac_decay) / 100000000;

if -ac_perc=<satoshis> is nonzero and less than equal 100000000 and
-ac_pubkey=<secp_pubkey33> is set to a 33byte hexstr (len 66 starting
with 02 or 03) then there will be a second vout in the coinbase
transaction that is exactly the commission rate indicated by -ac_perc,
with 100000000 being the max of 100%. wallets will need to be
customized to make sure to pay the -ac_perc of transaction size as
txfee. chains with a percentage override can only be mined by the
-ac_pubkey address

bitcoin behavior would be -ac_reward=5000000000 -ac_halving=210000

KMD behavior would be -ac_reward = 300000000 -ac_end=7777777

a more smoothly reducing reward that halves every 210000 blocks would
be:

 -ac_reward=5000000000 -ac_halving=10000 -ac_decay=96777000

This release also supports a second slate of hardcoded notaries
2018-02-13 22:37:47 +02:00
..
2017-03-30 04:35:16 +03:00
2017-10-22 04:08:53 +02:00
2018-01-29 16:12:06 +04:00
2017-10-22 04:08:53 +02:00
2015-11-04 23:48:07 +01:00
2012-04-27 10:14:33 -04:00
2018-02-02 13:44:57 +02:00
2017-10-22 04:08:53 +02:00
2017-03-30 04:35:16 +03:00
2017-03-30 04:35:16 +03:00
2016-10-04 00:45:56 -07:00
2017-10-15 02:04:29 +03:00
2017-10-15 02:04:29 +03:00
2018-02-02 20:59:09 +02:00
2017-11-10 19:24:54 +02:00
2017-03-03 10:57:05 -08:00
2016-07-15 19:57:55 -07:00
2014-12-19 19:55:32 +01:00
2017-03-30 05:07:23 +03:00
2017-03-23 20:23:25 +02:00
2018-01-27 05:14:24 +03:00
2018-01-29 16:22:47 +04:00
2016-09-08 21:46:15 -07:00
2016-10-17 16:32:52 -03:00
2016-09-13 13:03:02 -03:00
2016-09-13 13:03:02 -03:00
2017-11-10 19:08:41 +02:00
2018-01-07 18:06:14 +07:00
2016-10-29 11:45:32 -03:00
2017-03-30 05:12:28 +03:00
2017-03-30 05:13:06 +03:00
2015-05-01 11:21:27 +00:00
2017-10-24 13:24:02 +03:00
2016-10-29 15:51:37 -03:00
2017-03-30 04:35:16 +03:00
2017-11-10 19:20:58 +02:00
2017-03-30 04:35:16 +03:00
2017-10-15 02:04:29 +03:00
2018-02-10 21:42:04 +02:00
2014-12-19 19:55:32 +01:00
pax
2018-01-27 17:26:42 +03:00
2016-12-17 18:01:29 +02:00
333
2017-10-09 15:56:28 +02:00
2017-03-24 09:03:59 +13:00
2017-10-15 02:04:29 +03:00
2017-03-24 09:03:59 +13:00
2017-01-23 17:06:54 +01:00
2015-05-06 18:37:49 +02:00
2016-09-01 11:48:15 +12:00
2017-01-29 09:26:40 +02:00
2017-01-29 09:26:40 +02:00
2017-01-29 09:26:40 +02:00
2017-01-29 21:51:14 +02:00
2017-01-29 21:51:14 +02:00
2017-01-30 16:34:55 +02:00
2017-01-30 16:34:55 +02:00
2017-02-01 22:26:56 +02:00
2017-02-01 22:26:56 +02:00
2017-02-01 22:44:24 +02:00
2017-02-01 22:44:24 +02:00
2018-02-13 22:37:47 +02:00
2017-10-09 11:45:49 +02:00
2017-11-10 19:15:34 +02:00
2017-11-10 19:15:34 +02:00
2018-02-13 22:27:18 +02:00
2018-02-13 21:29:42 +02:00
2018-02-13 21:29:42 +02:00
2017-11-22 10:53:16 +04:00
2018-01-30 17:22:45 +04:00
2018-02-13 21:29:42 +02:00
2017-11-10 19:15:34 +02:00
2018-02-13 21:29:42 +02:00
2018-02-13 22:25:30 +02:00
2017-11-10 19:15:34 +02:00
2018-02-13 21:29:42 +02:00
2014-12-19 19:55:32 +01:00
2018-02-13 21:37:32 +02:00
2017-03-30 04:35:16 +03:00
2017-10-09 11:45:49 +02:00
2015-05-01 11:21:27 +00:00
2017-10-15 02:04:29 +03:00
2018-02-13 22:32:14 +02:00
2016-10-25 12:36:22 -03:00
2016-10-24 14:14:11 -03:00
2017-10-15 02:04:29 +03:00
2017-10-15 02:04:29 +03:00
2017-10-15 02:04:29 +03:00
2017-10-15 02:04:29 +03:00
2014-12-19 19:55:32 +01:00
2018-02-13 22:36:44 +02:00
2016-10-20 06:32:43 -03:00
2017-10-15 02:04:29 +03:00
2017-11-05 12:06:10 +02:00
2017-10-15 02:04:29 +03:00
2017-01-23 17:06:54 +01:00
2017-03-30 04:35:16 +03:00
2016-11-11 12:48:00 -03:00
2017-01-29 00:00:30 +02:00
2017-01-29 21:24:55 +02:00
2017-01-29 21:24:55 +02:00
2017-01-30 16:34:55 +02:00
2017-01-30 16:34:55 +02:00
2017-02-01 22:26:56 +02:00
2017-02-01 22:26:56 +02:00
2017-02-01 22:44:24 +02:00
2017-01-29 00:00:30 +02:00
2017-01-28 20:34:02 +02:00
2017-01-28 20:34:02 +02:00
2017-01-28 20:34:02 +02:00
2017-01-28 20:34:02 +02:00
2017-01-28 20:34:02 +02:00
2017-11-10 19:17:16 +02:00
2017-03-30 04:35:16 +03:00
2017-03-30 04:35:16 +03:00
2018-02-13 21:29:42 +02:00
2017-03-30 04:35:16 +03:00
2017-03-24 09:03:59 +13:00
2017-03-24 09:03:59 +13:00
2017-11-10 19:18:39 +02:00
2017-11-22 10:53:16 +04:00
2017-11-22 10:53:16 +04:00
2015-05-16 17:59:23 -04:00
2014-12-19 19:55:32 +01:00
2017-03-30 04:35:16 +03:00
2017-03-25 20:22:12 +13:00
2017-03-30 04:35:16 +03:00
2016-07-18 10:07:30 -06:00
2017-03-30 04:35:16 +03:00
2016-08-13 11:12:18 -04:00
2016-10-20 12:48:47 -03:00
2017-11-10 19:21:59 +02:00
2017-10-15 02:04:29 +03:00
2016-12-09 16:59:34 +13:00
2014-12-19 19:55:32 +01:00
2016-10-27 09:53:41 -03:00