17241 Commits (033cd36e5bf9517585c44df18cfe28ff6820f475)
 

Author SHA1 Message Date
Michael Toutonghi 72311c0676 update readme 6 years ago
miketout 50ea0c018e
Merge pull request #19 from VerusCoin/dev 6 years ago
Michael Toutonghi ec872d3a55 Do not resurrect staking transactions and lose stake age when no block won 6 years ago
Michael Toutonghi cd230e37ff Staking improvement 6 years ago
Michael Toutonghi 30ceed219d Accurate POW block counting 6 years ago
Michael Toutonghi 12b384112e final fix to pos dif algo 6 years ago
Michael Toutonghi 3285dbd3c9 worked around compiler issue with types 6 years ago
Michael Toutonghi 0ea9fa65b6 Another tweak for cutting off POS at 8 consecutive 6 years ago
Michael Toutonghi b9956efcb4 Display proper POS difficulty on minted block. Add missing curly brace. 6 years ago
Michael Toutonghi 3c8a1c9d1f Change name and off-by-one to make compatible with dry-run chain 6 years ago
Michael Toutonghi e38677b86b Don't early out whenever we see max POS blocks in a row 6 years ago
Michael Toutonghi 3de80992e0 Finish up new POS difficulty calc 6 years ago
Michael Toutonghi dbe656fe39 Significant mining optimization and POS DAA modification 6 years ago
Michael Toutonghi ac4a5c7038 Merge branch 'dev' of https://github.com/veruscoin/veruscoin into dev 6 years ago
Michael Toutonghi b0957788af add "blocktype": "minted"/"mined" on getblock API 6 years ago
David Dawes 663b0b466c Turn symbols and debugging on for WIndows build. 6 years ago
Michael Toutonghi cf1e5967ee fix getinfo, cleanup hash 6 years ago
Michael Toutonghi f6608b5a0d cleanup 6 years ago
Michael Toutonghi 31bbe2343f fix staking UTXO value 6 years ago
Michael Toutonghi c2923066b2 new CNetworkBlockHeader for robust compat 6 years ago
Michael Toutonghi e96e4e61aa checking properly typed header transfer 6 years ago
Michael Toutonghi 10a01059e5 Attempt to match types in socket communication to prevent misalinged send/receive 6 years ago
Michael Toutonghi fbe86cecfa more debugging checks 6 years ago
Michael Toutonghi cdcebd3618 more cast 6 years ago
Michael Toutonghi e5a4e868bf cast 6 years ago
Michael Toutonghi 01ff13ceb7 printf for testing on server 6 years ago
Michael Toutonghi d942c58d4a revert testing changes back to original 6 years ago
Michael Toutonghi cc19c3b08d finish testing change 6 years ago
Michael Toutonghi 351bbd2eae more testing 6 years ago
Michael Toutonghi c132b91a01 More testing for header transfers 6 years ago
Michael Toutonghi 004e332290 Additional tests 6 years ago
Michael Toutonghi 52670b7205 going back to the original type mismatch - still debugging forking issue, checkin to try on other machines 6 years ago
Michael Toutonghi 3da69a3138 Trying to fix the forking issue, which is now clearly a bug in sending and receiving headers. This checkin will enable debugging and may be a fix. 6 years ago
Michael Toutonghi 32430433f3 Fix comparison error 6 years ago
Michael Toutonghi dfcf8255ef More anti-forking on startup for slow connections 6 years ago
Michael Toutonghi 3d3a117bde Fix forking potential at startup 6 years ago
Michael Toutonghi 1fae37f6bf Working proof of stake with new algorithm 6 years ago
Michael Toutonghi 3789cb0885 Merge necessary to resync branch 'dev' after commit of verus bash file with error 6 years ago
Alex English 72c5a7d56f Added ability to invoke src/fiat/verus from any cwd. Added executable permission. 6 years ago
Alex English 498542f60a Recommitting fb9ad7b0daa32072a9ef555b8dabf71e501388f2 from Sun May 13 23:34:34 2018 -0700 by MikeTout because I accidentally blew it away fixing a bad merge. 6 years ago
Michael Toutonghi 7702587db8 Fix too aggressive check for coinbase amount 6 years ago
Michael Toutonghi 1f722359c1 Verus Proof of Stake Compete with Additional ant-fork protection on block 1 6 years ago
miketout 6939648e84
Merge pull request #17 from miketout/dev 6 years ago
miketout 135fa24e0f Integrate new proof of stake support 6 years ago
David L. Dawes 8ed47707a4 Get a working URL for libgmp. 6 years ago
miketout 4cd2cd4dd1 Improve and complete getinfo output, cleanup unused reference 6 years ago
miketout 4fa65bc3ed
Merge pull request #16 from miketout/dev 6 years ago
miketout 8af1971bf3 Only zero sequence for timelocked coinbases to enable shielding all types 6 years ago
miketout 328f7a125f
Merge pull request #15 from miketout/dev 6 years ago
miketout c2f6623fdf Add blocks to maturity in transaction JSON for listtransactions RPC API 6 years ago