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
..
2015-06-23 09:03:09 +02:00
2014-06-21 19:47:43 +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
2012-01-23 14:27:08 -05:00
2018-02-02 13:44:57 +02:00
2016-10-22 15:59:44 -05: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
2017-02-10 02:18:46 +00:00
2018-02-02 20:59:09 +02:00
2017-11-10 19:24:54 +02:00
2017-02-08 22:11:53 +00:00
2016-07-11 13:22:20 +01:00
2016-06-06 17:11:15 +08:00
2017-03-03 10:57:11 -08:00
2017-03-03 10:57:05 -08: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
2015-04-20 13:29:22 +02:00
2018-01-27 05:14:24 +03:00
2018-01-29 16:22:47 +04:00
2017-02-10 00:52:57 +00:00
2017-02-10 02:19:06 +00:00
2016-09-08 21:46:15 -07:00
2016-09-08 21:46:14 -07:00
2016-10-17 16:32:52 -03:00
2017-03-03 10:57:27 -08:00
2016-09-13 13:03:02 -03:00
2017-10-23 09:55:37 -07:00
2016-10-18 16:45:43 -05:00
2016-09-13 13:03:02 -03:00
2017-11-10 19:08:41 +02:00
2016-09-07 15:12:09 -07:00
2015-10-02 12:17:49 +02:00
2018-01-07 18:06:14 +07:00
2017-03-24 09:03:59 +13:00
2018-01-27 13:28:43 +03:00
2018-01-27 13:28:43 +03:00
2016-10-29 11:45:32 -03:00
2016-10-20 11:05:30 -07:00
2016-05-27 11:37:41 -07: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
2017-10-23 09:55:37 -07:00
2016-10-29 15:51:37 -03:00
2016-10-12 10:50:05 -07:00
2017-03-30 04:35:16 +03:00
2017-03-02 13:23:03 -08: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
2014-12-19 19:55:32 +01:00
2016-10-20 22:59:50 -07:00
2017-03-03 10:57:05 -08:00
2017-03-14 13:45:05 +13:00
2017-03-03 10:57:05 -08:00
2017-02-10 02:18:51 +00:00
2018-02-10 21:42:04 +02:00
2014-12-19 19:55:32 +01:00
2014-12-19 19:55:32 +01:00
2016-09-30 18:54:16 +13:00
2014-12-19 19:55:32 +01:00
2018-01-27 17:26:42 +03:00
2016-12-17 18:01:29 +02:00
2015-05-06 17:22:46 +02:00
2015-05-06 17:22:46 +02:00
2017-10-09 15:56:28 +02:00
2017-03-24 09:03:59 +13:00
2017-03-24 18:42:45 +13: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
2016-09-13 14:21:49 +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-23 09:55:37 -07:00
2017-10-23 09:55:37 -07: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
2015-09-22 00:43:13 +00:00
2014-12-19 19:55:32 +01: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
2017-04-14 08:33:04 +03:00
2017-03-07 19:15:08 +00:00
2017-03-07 19:15:08 +00:00
2017-03-26 00:34:53 +13:00
2017-01-23 18:29:22 +01:00
2017-03-14 13:45:05 +13:00
2016-09-07 15:12:09 -07:00
2015-05-01 11:21:27 +00:00
2017-10-15 02:04:29 +03:00
2017-03-23 14:07:52 +13:00
2018-02-13 22:32:14 +02:00
2017-02-06 11:55:06 +00:00
2016-10-25 12:36:22 -03:00
2016-10-24 14:14:11 -03:00
2015-07-28 20:15:51 +02: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
2017-02-23 12:40:45 +00: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
2015-04-19 11:10:23 -07:00
2015-05-06 17:22:46 +02:00
2016-05-30 11:05:55 -06: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
2015-12-22 09:20:42 -08: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-02-10 02:18:51 +00: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-09-22 00:43:13 +00:00
2015-05-16 17:59:23 -04:00
2017-02-17 11:55:41 -08:00
2017-02-27 19:34:23 +00:00
2017-03-25 20:25:56 +13:00
2017-03-03 11:47:02 -08:00
2017-03-03 11:47:08 -08:00
2014-12-19 19:55:32 +01:00
2015-08-20 17:14:22 +02:00
2014-12-19 19:55:32 +01:00
2017-03-30 04:35:16 +03:00
2017-03-26 14:35:13 +13: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
2017-03-14 13:44:39 +13:00
2017-02-23 12:40:45 +00:00
2016-08-09 17:38:25 +12:00
2015-03-12 22:17:22 +06:00
2016-08-13 11:12:18 -04:00
2016-01-19 14:36:04 -07: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
2017-02-10 02:18:55 +00:00
2017-02-10 02:18:55 +00:00
2017-03-03 10:57:05 -08:00
2017-03-03 10:57:05 -08:00
2016-12-09 16:59:34 +13:00
2016-11-17 22:26:46 +13:00
2016-10-21 23:14:00 -05:00
2014-12-19 19:55:32 +01:00
2016-10-27 09:53:41 -03:00
2017-02-08 22:10:42 +00:00
2017-02-08 22:10:42 +00:00
2016-07-19 19:07:14 -06:00
2017-01-30 21:14:46 +01:00
2016-12-14 15:28:00 +13:00