cygnusxi
b68d80f411
version 2.0.0.2
v2.0.0.2
2019-01-15 17:18:05 -06:00
cygnusxi
2a40f0d66a
version 2.0.0.2
2019-01-15 17:16:34 -06:00
cygnusxi
f4dfc6ace8
Merge pull request #43 from Hou5e/master
...
Initial POS validation fix
2019-01-15 16:50:43 -06:00
Jeff Moreland
42d722a1a4
Updated with some additional info
2019-01-14 23:26:05 -08:00
Hou5e
70ec8940d3
The initial POS validation was failing for POS Min Age being checked to 30 days now that it's 4 days, after the hardfork.
...
Details:
The error "CheckStakeKernelHash() : min age violation" was being thrown in CheckProofOfStake because the nStakeMinAge variable wasn't being updated for the changes after the hardfork.
The fix was to update this number, about where the Testnet would update this number:
if ( nBestHeight > (int)HF_BLOCK ) nStakeMinAge = 60 * 60 * 24 * 4; // 4 day min stake age hardfork
The testnet would have missed this because it was setting the value in a good location.
The Peershares fix (ad71a3b189
) looks good so far with that addition.
2019-01-12 12:20:46 -08:00
cygnusxi
b307e32c17
Update curecoin-qt.pro
2018-12-22 19:17:20 -06:00
CygnusXI
535abfc75d
Curecoin 2.0.0.1
v2.0.0.1
2018-12-21 20:17:08 -06:00
CygnusXI
9ed4d6e8f8
1.9.6.1
2018-12-09 18:09:11 -06:00
CygnusXI
b396a598bd
1.9.6.1
2018-12-09 18:03:40 -06:00
CygnusXI
deae80c298
checkpoint 1.9.6.1
2018-12-09 16:46:49 -06:00
cygnusxi
baf4535d5d
Update main.cpp
v1.9.5.1
2018-10-17 17:57:37 -05:00
Steven Saxton
06d77fb181
Update main.cpp
2018-10-11 03:05:01 -04:00
cygnusxi
34c0420652
Merge fixes for HF
2018-08-30 12:16:53 -05:00
cygnusxi
5645aae649
Increase max outbound
2018-06-29 02:48:31 -05:00
cygnusxi
e213a35cfc
Linux compiling notes
2018-06-08 00:18:01 -05:00
cygnusxi
5e1e88b04e
Linux compiling notes
2018-06-08 00:16:17 -05:00
cygnusxi
e032e9fb5d
min stake age fix from merge
2018-05-11 00:36:40 -05:00
cygnusxi
8747e59c75
Update version.h
2018-05-11 00:26:47 -05:00
cygnusxi
1e32b67466
Update main.h
2018-05-11 00:15:39 -05:00
cygnusxi
a7efe34882
Merge branch 'master' into master
2018-05-10 23:52:17 -05:00
cygnusxi
a427ef096a
Setting up for larger scale test net
...
Results need to be tested with better dispersion of CURE on the blockchain, moving HF hot wire from 100 to 12960 blocks ( 3 months main net time )
2018-05-09 23:51:50 -05:00
cygnusxi
7766f23b3f
Change Stake hard fork method slightly
...
Tested various ways as noted in commits. This produces 4x the prefork stake values as desired, increasing from 1% to 4%.
2018-05-09 23:40:46 -05:00
cygnusxi
ad8f3948a6
Stake Value 0.04
2018-05-09 10:28:50 -05:00
cygnusxi
07d293ee70
Stake Value 0.04
2018-05-09 10:22:35 -05:00
cygnusxi
caad6859f2
Reverse previous HF block test
...
This was a test before verifying existing chain stake age behavior going into the hardfork. Stake age behavior has been verified to work with time warp tests - Still needs further testing - last test worked.
2018-04-20 17:01:41 -05:00
cygnusxi
005b4da978
patch HF stake values
...
Tested and working, no more zero value stake blocks.
2018-04-20 16:56:44 -05:00
cygnusxi
f570a26929
Merge pull request #31 from mthalmei/boost-1.66
...
fix build with boost 1.66
2018-04-08 20:39:53 -04:00
Steven Saxton
51e59a9a7a
testing hotwire. HF @ 100
2018-03-15 12:37:13 -04:00
Steven Saxton
34d9791c07
hotwire for testing
2018-03-15 12:36:06 -04:00
Steven Saxton
0cc3f62f2c
type
2018-03-14 21:08:39 -04:00
Michael Thalmeier
934a7710ea
fix build with boost 1.66
...
Since boost 1.66 some deprecated interfaces got removed.
Use BOOST_ASIO_ENABLE_OLD_SERVICES to re-enable some interfaces.
2018-01-24 22:06:28 +01:00
CryptoCanary
17d71dd4c0
Copyright year and version bump
2018-01-14 18:13:30 -05:00
CryptoCanary
67a59d7948
CUR to CURE
2018-01-14 18:02:03 -05:00
EverGreenCoin
1a34fb178e
v1.9.5
2018-01-14 16:55:42 -05:00
cygnusxi
b87d516aea
Merge pull request #30 from ColinPitrat/master
...
Make menu bar display with Qt 5.2.
2018-01-14 14:50:33 -06:00
Colin Pitrat
9c92bff33e
Make menu bar display with Qt 5.2.
...
With Qt 5.2, native menubar do not display properly on Linux due to a bug in Qt.
I think it's worth fixing as I didn't realize it until (except by finding the
application quite limited) until I tested on another computer. Other user may
meet the same issue.
As 5.2 is quite old (but still in use in stable), I don't bother checking
whether it's Linux or Windows and just switch to the non-native menu bar if
version is older than 5.3.
https://forum.qt.io/topic/7276/menu-not-showing-up-in-menubar/9
2018-01-12 10:19:07 +00:00
cygnusxi
6f71831984
Merge pull request #29 from NxtGenCowboy/patch-4
...
Wallet Releases Link Update
2018-01-10 11:42:43 -06:00
NxtGenCowboy
54d1edc039
Wallet Releases Link Update
2018-01-10 06:48:29 -06:00
cygnus
d2e3cf49b9
Add zap tx function
2018-01-09 22:08:59 -06:00
cygnusxi
03b18b4f42
Add staking=0 support
2017-12-18 23:11:35 -06:00
cygnusxi
4403d0832d
Add staking=0 support
2017-12-18 23:03:57 -06:00
EverGreenCoin
e4a5c3ac0c
add staking=0 support
2017-12-15 23:07:36 -05:00
EverGreenCoin
ed75e0d65f
trivial correction for consistancy
2017-12-06 19:31:54 -05:00
EverGreenCoin
54ac7b00a2
Correct copyright years and have Curecoin displayed at the start of the string of copyrights as to be displayed first.
2017-12-06 19:28:32 -05:00
EverGreenCoin
feeff4366a
Correct copyrights and copyright typos
2017-12-06 19:05:26 -05:00
EverGreenCoin
f72a8bd9b4
add testnet splashscreen. correct translation name.
2017-11-30 14:32:33 -05:00
EverGreenCoin
e14a23b2eb
temp version holder. for testttttttttttttttttttttting reference
2017-11-29 06:11:19 -05:00
Steven Saxton
043b5b1cfa
Update main.h
2017-11-29 05:17:45 -05:00
EverGreenCoin
da96347005
testnet genesis. move testnet datadir to $datadir/testnet
2017-11-29 04:18:24 -05:00
Steven Saxton
725fae1297
move the hardfork a bit off to the future
...
Main net is past 200k, lets not let this code run there.
2017-11-20 05:41:06 -05:00