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
cygnus
a7e371e042
Add Easy Installer for Linux
2017-11-09 19:31:58 -05:00
cygnusxi
4b8a03fd26
Update Readme
...
Update README.md
2017-11-09 17:36:34 -05:00
cygnusxi
5dac1d98f8
Fixed Wallet Links
...
Update README.md
2017-11-09 17:35:33 -05:00
NxtGenCowboy
4ca02ba23e
Update README.md
...
Swap Slack Invite to Discord Invite
2017-11-08 23:01:43 -06:00
NxtGenCowboy
7910fab799
Update README.md
...
Fixed Wallet Links
2017-11-08 22:27:30 -06:00
EverGreenCoin
0cbf2a14d3
Status bar staking unlock warning behavior modification.
2017-10-29 18:33:01 -04:00
EverGreenCoin
b9147b43cd
CUR to CURE abbriv. Major version bump
2017-10-27 20:28:17 -04:00
EverGreenCoin
78965bc349
4 day min stake age
2017-10-27 08:00:02 -04:00
EverGreenCoin
95547e9791
note-worth comment added
2017-10-27 05:50:29 -04:00
EverGreenCoin
7a94411896
4 minute target enforced after hardfork block
2017-10-27 05:42:20 -04:00
EverGreenCoin
4d40b41f29
4% upper and lower PoS, which were 1% both
2017-10-27 03:20:07 -04:00
EverGreenCoin
abded19df7
this is bugging me :P
2017-10-26 23:15:18 -04:00