Commit Graph

20914 Commits

Author SHA1 Message Date
jl777
94f9918f9d Default genproclimit to 0 2018-06-30 01:18:10 -11:00
siulynot
ec9c462f1c GLXT supply change 2018-06-29 11:06:14 -04:00
jl777
719aa8b19e Test 2018-06-28 23:42:32 -11:00
jl777
817ad14d08 Fix 2018-06-28 23:39:32 -11:00
jl777
85df50842b syntax 2018-06-28 23:33:52 -11:00
jl777
76471d5658 CTxOut 2018-06-28 23:32:14 -11:00
jl777
a55973aeea :: 2018-06-28 23:31:32 -11:00
jl777
f5093a6215 syntax 2018-06-28 23:28:23 -11:00
jl777
055ee43334 Syntax 2018-06-28 23:27:24 -11:00
jl777
e0bc68e669 Fix burn of 5000 sats from notary vin 2018-06-28 22:06:12 -11:00
jl777
1bc74c28cf -donation option to donate 5% rewards to a pubkey 2018-06-28 21:58:03 -11:00
jl777
626179f166 -ac_public -> disable z transactions if you want to prevent privacy 2018-06-28 21:46:16 -11:00
jl777
4d0683677d fix staking destination, enable staking with genproclimit=0, enable cross chain notarization checks for notary nodes 2018-06-28 21:37:47 -11:00
jl777
3092580a77 Merge pull request #712 from libscott/jl777-evalhfixes
two fixes for eval.h so it compiles on older gcc and prevent an overflow
2018-06-28 05:25:57 -11:00
Asher Dawes
6116053b72 Asher dev (#84)
* Updating GitLab CI config/ versions
2018-06-27 20:04:15 -07:00
Scott Sadler
7efaea1895 two fixes for eval.h, so it compiles on older gcc and prevent an overflow 2018-06-27 20:32:50 -03:00
jl777
40d1de3231 Syntax 2018-06-27 09:18:59 -11:00
Asher Dawes
7e7ea6e7b3 Merge pull request #79 from VerusCoin/dev
Fix synchronization bottleneck for high core machines
2018-06-27 13:18:24 -07:00
jl777
9710a28a54 Use entire magic in height 1 reward 2018-06-27 08:59:05 -11:00
Michael Toutonghi
6976734769 Fix synchronization bottleneck for high core machines 2018-06-27 12:49:32 -07:00
jl777
e7433b08e5 Reject height 1 reorganization 2018-06-27 08:43:08 -11:00
jl777
2d28ad9c6f Tweak height 1 fix 2018-06-27 07:08:30 -11:00
jl777
67faba8d91 Merge pull request #707 from jl777/jl777
Jl777
2018-06-27 06:57:13 -11:00
jl777
9aa708afb8 Protect height 1 2018-06-27 06:53:12 -11:00
SHossain
e4004af578 VRSC fix 2018-06-27 18:27:37 +01:00
Luke Childs
fc6aca1ff9 Update ./assetchains to use assetchains.json 2018-06-27 21:23:09 +07:00
Luke Childs
adc354ef47 Add assetchains.json 2018-06-27 20:43:34 +07:00
jl777
68761a40ee Fix bnTarget compare direction 2018-06-27 01:52:14 -11:00
jl777
af78f44998 Disable free4all at ht 1 million, also cap PoS diff at 4*mindiff 2018-06-27 01:41:34 -11:00
jl777
67df454d11 End free4all at height 1 million, cap PoSdiff to mindiff*4 2018-06-27 00:40:49 -11:00
Mihail Fedorov
435c6bb1cc fix 2018-06-27 04:07:28 +03:00
Mihail Fedorov
80b521772c RFOX added to assetchains file 2018-06-27 03:52:05 +03:00
Mihail Fedorov
abe140dad5 RFOX added to assetchains file 2018-06-27 03:44:34 +03:00
jl777
31e2a04e3e Fix 2018-06-26 06:50:37 -11:00
jl777
17e4ca47c7 Syntax 2018-06-26 06:31:38 -11:00
jl777
98d1a795df Test 2018-06-26 06:23:36 -11:00
jl777
dc276bd087 Map address type 3 -> 1 2018-06-26 06:18:12 -11:00
jl777
fa7bf712a1 Add support for pay2pubkey for -addressindex 2018-06-26 04:40:32 -11:00
miketout
1ecd8b12df Merge pull request #78 from VerusCoin/dev
Radical hash rate optimization
2018-06-26 08:07:37 -07:00
Michael Toutonghi
4dcb64c081 Radical hash rate optimization 2018-06-26 07:39:50 -07:00
jl777
ba31c2f4b4 Fix pay to pubkey for -addressindex 2018-06-26 03:04:06 -11:00
jl777
ade63fa949 +print 2018-06-26 02:57:08 -11:00
miketout
c0fc3108de Merge pull request #75 from verus-stuff/fix_progress
Fix progress estimate by fixing checkpoint data
2018-06-25 23:13:34 -07:00
jl777
a90234f8f2 Merge branch 'dev' into jl777 2018-06-25 08:58:26 -11:00
Alrighttt
6f3db929c6 fix KV help 2018-06-25 14:42:07 -04:00
Alrighttt
38e9a59c2c add help doc for KV 2018-06-25 14:16:08 -04:00
Jonathan "Duke" Leto
6a7ef35d8c Fix progress estimate by fixing checkpoint data
The number of transactions since the last checkpoint block was set to
over 100K, but there were no checkpoint blocks other than genesis,
and the timestamp of last checkpoint block was incorrect as well. These
led to the progress indicator always being very close to zero.

This adds checkpoint blocks rougly every 10K blocks and corrects the
other metadata.
2018-06-25 00:24:45 -07:00
Asher Dawes
2503333c6f Merge pull request #73 from VerusCoin/dev
Fix importaddress with rescan error that prevented picking up UTXOs
2018-06-24 13:58:45 -07:00
David Dawes
058156b84b Build verus-cli, get dependencies nailed down. (#72)
* Build verus-cli, get dependencies nailed down.

* Fiddling about with scripts.

* Clean READMEs up a bit.
2018-06-24 13:25:27 -07:00
Michael Toutonghi
1a0fc30896 Fix importaddress with rescan error that prevented picking up UTXOs 2018-06-23 15:03:44 -07:00