Commit Graph

12731 Commits

Author SHA1 Message Date
Michael Toutonghi
d7e6718dc8 More nonce and new PoS reporting improvements 2018-07-20 22:59:33 -07:00
Michael Toutonghi
3f8720fabe Fix new nonce issue 2018-07-20 20:57:28 -07:00
Michael Toutonghi
17d0160a17 Cleanup nonce changes 2018-07-20 19:57:46 -07:00
Michael Toutonghi
503bd93fa8 Differentiate raw POSHash from full one adjusted by vout value 2018-07-19 01:02:54 -07:00
Michael Toutonghi
c5325a3256 PoS improvements 2018-07-18 17:42:15 -07:00
Michael Toutonghi
37ad688668 Protect from null ptr on chain tip 2018-07-14 21:45:38 -07:00
Michael Toutonghi
7756dac0c7 Merge branch 'dev' of https://github.com/veruscoin/veruscoin into dev 2018-07-06 14:17:12 -07:00
Michael Toutonghi
9ec211d18b use portable load_constants 2018-07-06 14:16:25 -07:00
Asher Dawes
6116053b72 Asher dev (#84)
* Updating GitLab CI config/ versions
2018-06-27 20:04:15 -07: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
Michael Toutonghi
6976734769 Fix synchronization bottleneck for high core machines 2018-06-27 12:49:32 -07: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
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
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
Asher Dawes
e64b7687de Merge pull request #67 from VerusCoin/dev
Use portable hash for staking
2018-06-19 11:46:53 -07:00
Michael Toutonghi
fa733d13fa Use portable hash for staking 2018-06-17 14:58:06 -07:00
David Dawes
67edc9df03 Another __cpuid() conflict. 2018-06-16 17:31:54 -07:00
David Dawes
8d3dd709da Remove another __cpuid conflict. 2018-06-16 17:19:25 -07:00
David Dawes
033cd36e5b Merge branch 'dave-dev' of github.com:VerusCoin/VerusCoin into dave-dev 2018-06-16 17:09:30 -07:00
David Dawes
553727a86b Fiddling with __cpuid 2018-06-16 17:08:59 -07:00
David Dawes
4b054f2494 Undo the changes 2018-06-16 16:24:20 -07:00
David Dawes
16201a68c7 Undo inadvertent delete 2018-06-16 16:23:42 -07:00
David Dawes
3fd40915ac Approach not helping, trying the other direction. 2018-06-16 16:13:37 -07:00
David Dawes
8ef8d54b0d Unsigned, dang it. 2018-06-16 15:52:30 -07:00
David Dawes
c5a53ecb24 Use Windows specific __cpuid() for Windows. 2018-06-16 15:45:01 -07:00
David Dawes
87bbf1bfe5 Merge pull request #58 from VerusCoin/dev
Portable VerusHash and CPU check
2018-06-16 14:58:03 -07:00
Michael Toutonghi
5296a85018 Portable VerusHash and CPU check 2018-06-16 14:51:13 -07:00
David Dawes
c95749c8d2 Merge pull request #53 from VerusCoin/dev
Mikes latest optimizations
2018-06-10 00:17:25 -07:00
Michael Toutonghi
20ab1c9174 mining performance boost 2018-06-10 00:12:28 -07:00
David Dawes
8b54d943ff Merge pull request #43 from VerusCoin/CI
CI updates and Mikes last fix, some README tweaks.
2018-06-03 18:13:45 -07:00
David Dawes
3451a2984a Merge pull request #41 from verus-stuff/viewingkeys
Add missing ZCVIEWING_KEY to base58Prefixes
2018-06-03 18:12:21 -07:00
Jonathan "Duke" Leto
b68a172c13 Add missing ZCVIEWING_KEY to base58Prefixes 2018-06-03 09:42:13 -07:00
Michael Toutonghi
cf98848cd4 return 0 for hash rate rather than stale value when not generating 2018-06-03 09:19:41 -07:00
Michael Toutonghi
36d8ef6b7b Fix "setgenerate true 0" to properly stake 2018-06-02 23:01:58 -07:00
Michael Toutonghi
ce379cf71a Erase failed stake transaction from wallet to prevent slow return and loss of stake age 2018-06-01 07:29:34 -07:00
Michael Toutonghi
cc1ae28b0c Made time locked addresses visible 2018-05-28 12:45:22 -07:00
Michael Toutonghi
3a868069d3 update build file that missed checkin 2018-05-27 20:26:42 -07:00
Michael Toutonghi
b89966b0d3 Merge branch 'dev' of https://github.com/veruscoin/veruscoin into dev 2018-05-27 20:00:18 -07:00
Michael Toutonghi
c6e2184378 post launch release readiness 2018-05-27 19:59:23 -07:00
David Dawes
4532d437a4 Attepting to fix typing issue on Mac. 2018-05-26 12:37:20 -07:00
Michael Toutonghi
bcb23c06e7 Reset array count to zero 2018-05-26 12:07:41 -07:00
Michael Toutonghi
bf21e4b7af fix build to operate fine until block 12800, where we will need to switch over 2018-05-26 11:48:52 -07:00
Michael Toutonghi
8abe764b18 Disabled test only state 2018-05-26 04:02:10 -07:00
Michael Toutonghi
74329e19f8 Multiple changes for critical update, including random locks and activation at 12800. Test for utxos. 2018-05-26 04:00:17 -07:00
Michael Toutonghi
4a1afe0bc5 fix build break from accidental edit 2018-05-25 22:32:05 -07:00
Michael Toutonghi
c1e7194760 fix coinbase spend after 10080 & seg fault 2018-05-25 21:52:53 -07:00