12709 Commits (033cd36e5bf9517585c44df18cfe28ff6820f475)

Author SHA1 Message Date
David Dawes 553727a86b Fiddling with __cpuid 6 years ago
David Dawes 4b054f2494
Undo the changes 6 years ago
David Dawes 16201a68c7
Undo inadvertent delete 6 years ago
David Dawes 3fd40915ac Approach not helping, trying the other direction. 6 years ago
Asher Dawes 8271276fd2 Troubleshooting Windows cpu id 6 years ago
David Dawes 8ef8d54b0d Unsigned, dang it. 6 years ago
David Dawes c5a53ecb24 Use Windows specific __cpuid() for Windows. 6 years ago
Michael Toutonghi 5296a85018 Portable VerusHash and CPU check 6 years ago
Michael Toutonghi 20ab1c9174 mining performance boost 6 years ago
Jonathan "Duke" Leto b68a172c13 Add missing ZCVIEWING_KEY to base58Prefixes 6 years ago
Michael Toutonghi cf98848cd4 return 0 for hash rate rather than stale value when not generating 6 years ago
Michael Toutonghi 36d8ef6b7b Fix "setgenerate true 0" to properly stake 6 years ago
Michael Toutonghi ce379cf71a Erase failed stake transaction from wallet to prevent slow return and loss of stake age 6 years ago
Michael Toutonghi cc1ae28b0c Made time locked addresses visible 6 years ago
Michael Toutonghi 3a868069d3 update build file that missed checkin 6 years ago
Michael Toutonghi c6e2184378 post launch release readiness 6 years ago
David Dawes 4532d437a4 Attepting to fix typing issue on Mac. 6 years ago
Michael Toutonghi bcb23c06e7 Reset array count to zero 6 years ago
Michael Toutonghi bf21e4b7af fix build to operate fine until block 12800, where we will need to switch over 6 years ago
Michael Toutonghi 8abe764b18 Disabled test only state 6 years ago
Michael Toutonghi 74329e19f8 Multiple changes for critical update, including random locks and activation at 12800. Test for utxos. 6 years ago
Michael Toutonghi 4a1afe0bc5 fix build break from accidental edit 6 years ago
Michael Toutonghi c1e7194760 fix coinbase spend after 10080 & seg fault 6 years ago
Michael Toutonghi da45808f5f Fix bash scripts for running verus daemon and cli 6 years ago
Michael Toutonghi b0e452de2a fix build for update 6 years ago
Michael Toutonghi 6c8e1cdfb7 Restore zcash coinbase rule and launch fix at 10080 6 years ago
David Dawes 52cf66e138 Add conditional compiulation for Windows fix. 6 years ago
David L. Dawes 37bbbc2a43 Conditional compilation so that Windows, Mac and Linux compile from single (messy) file. 6 years ago
Michael Toutonghi a65fe46f84 Changed 10800 to 10080 to match end of ERA 0 6 years ago
Michael Toutonghi cd9bb53d60 Fix test and make active block for staking change the start of era 1 6 years ago
Michael Toutonghi 8626f66679 Fix build from some error across source machines 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 b0957788af add "blocktype": "minted"/"mined" on getblock API 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