jl777
524342f7ba
Single #define _MAX_BLOCK_SIZE to set max block size
2019-01-25 16:43:57 -11:00
blackjok3r
bf726a2c03
Merge branch 'new_staker' into mastertest
2019-01-23 17:46:36 +08:00
blackjok3r
292edfb284
Merge branch 'FSM' of https://github.com/jl777/komodo into mastertest
2019-01-23 16:57:05 +08:00
blackjok3r
7167793dbf
new version
2019-01-23 02:50:53 +08:00
blackjok3r
8324e606cd
try to add PoS% to staking loop, to adjust staking difficulty
2019-01-22 14:39:29 +08:00
blackjok3r
2c3247e8f1
Enable -ac_algo=verushash11
2019-01-22 00:12:05 +08:00
jl777
7cfb6293c6
komodo_defs a lot more
2019-01-21 00:31:14 -11:00
blackjok3r
4d8f79efe2
Merge branch 'FSM' of https://github.com/jl777/komodo into VHT
2019-01-14 17:02:41 +08:00
jl777
2bde89c9ce
Marmara coinbase initial impl
2019-01-12 00:29:37 -11:00
blackjok3r
4cc99073d2
Merge branch 'FSM' of https://github.com/jl777/komodo
2019-01-11 23:43:38 +08:00
ca333
4f5c4db615
update BIP44 cointype
...
we had the wrong cointype - 141 is the correct one and assigned to KMD
https://github.com/satoshilabs/slips/blob/master/slip-0044.md
2019-01-11 05:49:55 +01:00
blackjok3r
a543b675f6
Merge branch 'FSM' of https://github.com/jl777/komodo
2019-01-10 02:25:59 +08:00
jl777
10b90968af
+comments
2019-01-09 01:28:17 -11:00
blackjok3r
e93fd95815
Merge branch 'FSM' of https://github.com/jl777/komodo into ac_import
2019-01-02 23:29:52 +08:00
jl777
0ea9ae3c05
Update copyright to 2019
2018-12-31 21:41:05 -11:00
blackjok3r
73afad8177
fool errand
2018-12-06 18:42:37 +08:00
blackjok3r
1e487493a6
try
2018-12-06 18:37:54 +08:00
blackjok3r
e108119312
better again?
2018-12-06 18:15:06 +08:00
blackjok3r
2a0cb852a5
fix
2018-12-06 18:07:00 +08:00
blackjok3r
e6515a9f87
sloppy
2018-12-06 18:03:00 +08:00
blackjok3r
ade96c9e65
try
2018-12-06 17:58:50 +08:00
blackjok3r
96ea4486a7
try
2018-12-06 17:56:47 +08:00
blackjok3r
c09d9ceefd
fix
2018-12-06 17:55:15 +08:00
blackjok3r
7e85c39a79
the is better, should be able to add own seeds if this works
2018-12-06 17:54:07 +08:00
jl777
fa855379fa
Assume bigger size if height Is 0
2018-11-24 22:30:52 -11:00
jl777
a8e1fb3893
Make sure activated before size change
2018-11-24 21:16:58 -11:00
jl777
5cfcb8622d
Print mainParams.consensus.vUpgrades[Consensus::UPGRADE_SAPLING].nActivationHeight
2018-11-24 21:12:32 -11:00
jl777
5d3afb9395
+print
2018-11-24 11:15:07 -11:00
jl777
6e50c27bf7
No need for new chainparam
2018-11-24 09:06:18 -11:00
jl777
ade642a62f
4096 * 1024
2018-11-24 08:45:44 -11:00
jl777
91f355fd69
4MB block size with sapling
2018-11-24 08:39:23 -11:00
jl777
9c230bbd4c
Print in setactivation
2018-11-23 03:03:43 -11:00
jl777
5a112c714f
activation -> height
2018-11-22 00:49:19 -11:00
jl777
727bba40c9
Test edge detection
2018-11-22 00:46:28 -11:00
jl777
4556f3da4a
void komodo_setactivation(int32_t height)
2018-11-22 00:37:37 -11:00
miketout
6e2a502b0e
Merge of Komodo and Verus Technologies Post Sapling, Pre-VerusPoP with Support for Time locked coinbases
2018-11-14 16:40:10 -08:00
miketout
e871bb78ad
Fix Komodo compatibility
2018-10-17 16:57:27 -07:00
miketout
ceaccb0c07
Sync Overwinter and Sapling defaults
2018-10-15 08:34:21 -07:00
miketout
75c34b7494
Latest Zcash bug fixes
2018-10-14 15:09:50 -07:00
miketout
98760e4a4b
Update minimum chain work for Verus and test chains
2018-10-14 02:25:33 -07:00
Simon
85809c75ad
Update mainnet checkpoint for block 410100.
2018-10-13 08:55:38 -07:00
miketout
1021455845
Fix negative height issues for pruning cheat lists
2018-10-11 14:23:14 -07:00
Michael Toutonghi
8fc4030c10
Reorganized cheatcatcher for build issues
2018-10-10 21:46:40 -07:00
miketout
8682e17a7d
Sapling support for z_shieldcoinbase and more
2018-10-08 16:17:24 -07:00
miketout
191f3bbddd
Complete nothing at stake solution, waiting for confirm of masks
2018-10-06 21:28:51 -07:00
Jack Grigg
1f7ee4af70
Rename min-difficulty flag to remove off-by-one in the name
2018-10-04 23:26:05 +01:00
Jack Grigg
b86dc98047
Only enable min-difficulty blocks on testnet from a particular height
...
The min-difficulty change is a bilateral consensus rule change, and so
must be conditionally enabled in order for the earlier section of the
chain to synchronise.
Technically this could be implemented as a network upgrade, but as this will
never be deployed to mainnet, a targeted fork will suffice.
2018-10-04 14:05:27 +01:00
Jack Grigg
5ead4b1713
Revert "Get rid of consensus.fPowAllowMinDifficultyBlocks."
...
This reverts commit dffc025d38 .
2018-10-03 16:08:00 +01:00
miketout
4b729ec577
Changes for most chain power rule
2018-09-28 01:38:14 -07:00
miketout
b8deecdc09
Sapling transaction testing
2018-09-20 03:08:36 -07:00