]> Git Repo - VerusCoin.git/history - src/miner.cpp
Ensure correct connectivity params
[VerusCoin.git] / src / miner.cpp
2019-04-18 miketoutEnsure correct connectivity params
2019-04-18 miketoutImprove merge mining resiliancy to failures
2019-04-18 miketoutRefresh mining blocks at least every 4 minutes regardless
2019-04-18 miketoutMerge mining improvements
2019-04-18 miketoutRemove dead function
2019-04-18 miketoutFixes and updates for merge mining and notarization
2019-04-17 miketoutFix offset calc
2019-04-17 miketoutPut instantspend out in correct position on coinbase tx
2019-04-17 miketoutProperly connect instant spend from coinbase to earned...
2019-04-16 miketoutAPI rename, adjust delay
2019-04-16 miketoutUpdate root chain name
2019-04-16 miketoutMore debugging and a few fixes
2019-04-15 miketoutsmall adjustments
2019-04-15 miketoutAbility to define, list, start and connect to PBaaS...
2019-04-13 miketoutFix chain power and reorganize PBaaS headers
2019-04-12 Michael ToutonghiPBaaS updates and reorganization for signing
2019-04-11 Michael ToutonghiEnable PBaaS APIs - still need keys
2019-04-10 Michael ToutonghiPBaaS updates
2019-04-09 Michael ToutonghiPBaaS - bulk of non-activated PBaaS changes for testing
2019-02-03 miketoutKeep staking on even with NULL wallet
2019-02-03 miketoutZ-tx don't stop mining
2019-02-03 miketoutMerge previous
2019-02-03 miketoutUpdate gen param
2019-02-03 Michael ToutonghiPersist new gen state
2019-01-31 Michael ToutonghiPBaaS header prep
2019-01-21 miketoutfix mega hash mining display and increase outbound...
2019-01-01 Asher DawesMerge pull request #180 from VerusCoin/dev
2019-01-01 Asher DawesMerge pull request #179 from VerusCoin/Asher-Dev
2018-12-31 Asher DawesMerge branch 'mike' into Asher-Dev
2018-12-31 Asher DawesMerge remote-tracking branch 'mike/master' into Asher-Dev
2018-12-31 miketoutOptimized miner for wallet
2018-12-20 Asher DawesMerge pull request #174 from VerusCoin/dev
2018-12-19 Asher DawesMerge branch 'mike'
2018-12-19 miketoutSwitch fully to boost thread local storage
2018-12-19 miketoutUse boost for thread local storage
2018-12-19 miketoutThread local storage key fixes
2018-12-18 miketoutMining bug
2018-12-18 miketoutRC For VerusHash 2.0
2018-12-17 miketoutLatest algorithm updates
2018-12-17 miketoutMore fixes and portability work
2018-12-17 miketoutUpdates, portability, and fixes
2018-12-15 miketoutCleanup next work
2018-12-15 miketoutStaking printout
2018-12-15 miketoutMetrics and mining requires peers
2018-12-15 miketoutAdjust difficulty
2018-12-15 miketoutHash key buffer fix, perf improvement, and version...
2018-12-14 miketoutCleanup and enlarge the mutating key
2018-12-14 miketoutAlgorithm updates
2018-12-12 miketoutAdjust keyed Haraka index range
2018-12-12 miketoutVerusHash 2.0 concepts
2018-12-11 miketoutAlignment and ptr math fix
2018-12-11 miketoutAlgorithm concepts
2018-11-08 miketoutMerge pull request #37 from miketout/dev
2018-11-02 Asher DawesMerge pull request #159 from VerusCoin/dev
2018-11-02 Asher DawesMerge pull request #158 from miketout/dev
2018-11-01 miketoutIndicate cheatcatcher active or error if bad sapling...
2018-11-01 miketoutDon't log mempool error for staking tx, fix default...
2018-10-31 Asher DawesMerge remote-tracking branch 'origin/dev' into CI
2018-10-29 Asher DawesMerge pull request #149 from VerusCoin/dev
2018-10-29 Asher DawesMerge pull request #148 from miketout/dev
2018-10-29 miketoutMerge pull request #35 from miketout/dev
2018-10-29 miketoutMerge branch 'dev' of https://github.com/miketout/komod...
2018-10-29 miketoutFix Komodo interest when z_sendmany uses builder. Sapli...
2018-10-28 miketoutIntegrate latest Zcash fixes and update for non-latin...
2018-10-28 miketoutMerge pull request #33 from VerusCoin/dev
2018-10-27 miketoutBetter cheat catcher
2018-10-18 HomuAuto merge of #3541 - leto:amount_docs, r=bitcartel
2018-10-18 miketoutMerge pull request #29 from miketout/dev
2018-10-15 Asher DawesMerge pull request #133 from VerusCoin/dev
2018-10-15 Asher DawesMerge pull request #131 from DavidLDawes/dev
2018-10-15 Asher DawesMerge pull request #130 from miketout/dev
2018-10-15 miketoutFix incorrect voutNum and ensure that voutNum is of...
2018-10-15 Asher DawesMerge pull request #128 from miketout/dev
2018-10-14 miketoutLatest Zcash bug fixes
2018-10-14 miketoutDon't stake on null wallet call
2018-10-14 miketoutCleanup, comment out test code, prepare for release PR
2018-10-14 miketoutAllow NULL keystore to actually work
2018-10-13 miketoutUpdate handling of relayed stake transactions
2018-10-13 miketoutChange default note contents in Tx builder and cheat...
2018-10-13 miketoutAdd value to cheat catcher through SendChangeTo
2018-10-12 miketoutAdjust cheat catcher height
2018-10-12 miketoutReduce lag timeouts
2018-10-12 miketoutRemove spurios opret in tx builder, don't wait forever...
2018-10-12 miketoutClean up stake rebroadcasting and mempool checking
2018-10-11 miketoutError message only when cheatstaker parameter is invali...
2018-10-11 miketoutZcash latest changes
2018-10-11 miketoutFix negative height issues for pruning cheat lists
2018-10-11 Michael ToutonghiReorganized cheatcatcher for build issues
2018-10-11 Michael ToutonghiBuild
2018-10-11 Michael ToutonghiCheatcatcher
2018-10-09 HomuAuto merge of #3450 - leto:rpctest-readme, r=str4d
2018-10-09 miketoutUpdate to Zcash rc1
2018-10-09 miketoutSelectively reject Sapling transactions while synced...
2018-10-08 miketoutSapling support for z_shieldcoinbase and more
2018-10-08 HomuAuto merge of #3517 - mdr0id:3388_persist_wallet, r...
2018-10-08 miketoutChange name to Stake Guard
2018-10-07 miketoutFix error in display-only of winning stake POS hash...
2018-10-06 HomuAuto merge of #3567 - bitcartel:3546_estimate_tx_size...
2018-10-06 HomuAuto merge of #3566 - bitcartel:3546_prohibit_sapling_m...
2018-10-05 miketoutMerge pull request #26 from miketout/dev-zcash
next
This page took 0.479892 seconds and 107 git commands to generate.