Commit Graph

153 Commits (71245a38732166ec4e68a97b2c3dd8ae93d7c8d5)
 

Author SHA1 Message Date
SChernykh 71245a3873 Merge branch 'master' of https://github.com/SChernykh/p2pool
3 years ago
SChernykh 4deef2f807 Added cppcheck workflow
3 years ago
SChernykh 6816ab5861 Added cppcheck workflow
3 years ago
SChernykh abf5918da9 Added build status
3 years ago
SChernykh b31adbd5ae Added macOS build
3 years ago
SChernykh e527b0c660 Added Windows builds
3 years ago
SChernykh b17723f1e4 Removed unused code
3 years ago
SChernykh 56207b705b Added crypto tests
3 years ago
SChernykh f5ea284846 Added keccak tests
3 years ago
SChernykh c96dc8983d Create c-cpp.yml
3 years ago
SChernykh 1554a44f5c Added more integrity checks
3 years ago
SChernykh c75bc83fc1 Added Wallet tests
3 years ago
SChernykh 08d2fbdbd1 Parse full 128-bit difficulty from monerod
3 years ago
SChernykh 661d596107 api: store difficulty and totalHashes for each block
3 years ago
SChernykh 2d8530798d Unit tests for difficulty_type
3 years ago
SChernykh b26c4616d7 Fixed wrong diff in api/network/stats
3 years ago
SChernykh 70ff4ba859 Tweaked peer list logic
3 years ago
SChernykh e736a73117 Update codeql-analysis.yml
3 years ago
SChernykh 518f22cb0b
Create codeql-analysis.yml
3 years ago
SChernykh 9de3b6bac0
Update README.md
3 years ago
SChernykh 648e21f937 Update run.sh
3 years ago
SChernykh bab148fbad Added cppcheck scripts
3 years ago
SChernykh 7092667301 Update README.md
3 years ago
SChernykh 55f8e9dc33 Added total blocks found
3 years ago
SChernykh a7c11e02b4 Update config.json
3 years ago
SChernykh fbdef7d058 Count all miners that were active in last 24 hours
3 years ago
SChernykh e1b4649c2a Added pool blocks
3 years ago
SChernykh 73da71a2d3 Renamed next payout to block reward share
3 years ago
SChernykh 533cc202d2 Added pool stats
3 years ago
SChernykh 295cbda449 p2pool: export data to an external web-server
3 years ago
SChernykh 5d6fa03f11 Show all Monero block rewards in log
3 years ago
SChernykh 75843e9b37 P2PServer: don't broadcast stale blocks
3 years ago
SChernykh 33e95fbaf8 Fixed library names
3 years ago
SChernykh 1a83610299 P2PServer: simplified the code a bit
3 years ago
SChernykh 5f406a60a6 StratumServer: added keepalived method
3 years ago
SChernykh 5eea610f3c Stricter wallet address checks
3 years ago
SChernykh bdb8ce57d0 Changed port to 37889
3 years ago
SChernykh e44919c289 Changed pool name for the new test
3 years ago
SChernykh 780afd84a2 Added checks for tx keys
3 years ago
SChernykh 0558cdb9cc Fixed share effort calculation
3 years ago
SChernykh 7364292ece Fixed average effort calculation
3 years ago
SChernykh 662a7e91c8 P2PServer: always ban IPs that send bad blocks
3 years ago
SChernykh 8064865ba5 Fixed setting max log level from command line
3 years ago
SChernykh 7b197824fe P2PServer: add peers from the command line to the peer list on startup
3 years ago
SChernykh 3c183f0cb1 Added custom fixed difficulty example
3 years ago
SChernykh 114f6b627b P2PServer: don't allow multiple connections to/from the same IP
3 years ago
SChernykh 4757cdb8e2 P2PServer: added 1 second grace time for stale shares
3 years ago
SChernykh bb8ff24db8 StratumServer: added avg effort and number of shares to status
3 years ago
SChernykh 4ac08ac10d StratumServer: print current effort in status
3 years ago
SChernykh 891ee36e53 Force update average hashrates when print_status() is called
3 years ago