Commit Graph

  • f3024d3556 StratumServer: submit Monero block as soon as possible SChernykh 2021-10-13 18:57:21 +0200
  • 61ac90f1d5
    Fixed typo SChernykh 2021-10-13 14:56:27 +0200
  • 60a8538e0c P2PServer: show an error when there are no ZMQ messages SChernykh 2021-10-09 11:01:26 +0200
  • 77a3a5857c P2PServer: show an error when there are no connections SChernykh 2021-10-08 18:02:04 +0200
  • af2a8eeb08 Tweaked warning level for lagging nodes SChernykh 2021-10-06 15:22:03 +0200
  • 54d0ab3658 Move most block broadcasts to log level 6 SChernykh 2021-10-06 09:47:41 +0200
  • c9faa92098 StratumServer: fixed "bad share" ban logic SChernykh 2021-10-04 15:51:28 +0200
  • 52e5008bf4 Refactoring SChernykh 2021-10-04 10:28:56 +0200
  • a0a31b0f3b
    Merge pull request #51 from Tonux599/stratumServerJson-staging SChernykh 2021-10-04 11:16:37 +0300
  • 7742d163f7
    API for stratum server statistics. #51 Thomas Clarke 2021-10-02 00:09:42 +0100
  • 8106cc1c1c Update rapidjson v1.1 SChernykh 2021-10-02 17:16:30 +0200
  • 7d66864b01 Print P2Pool version SChernykh 2021-10-02 17:06:48 +0200
  • 2a3cd13b19 P2PServer: delete old cached blocks after initial sync SChernykh 2021-10-01 15:21:32 +0200
  • 00281fb006 Updated monerod command line for optimal mining SChernykh 2021-09-28 17:32:30 +0200
  • 4bcaa41c8e Clear crypto derivation/key cache when a block is found SChernykh 2021-09-27 13:28:23 +0200
  • 4fce76576f ZMQ reader: abort if connect to monerod failed SChernykh 2021-09-27 11:32:49 +0200
  • c7d863da36 Using boost::multiprecision::uint128_t in umul128, udiv128, and difficulty_type += for handling 32-bit architectures; Ensuring that `long int` is handled for Stream::Entry<T> #40 jrgriffiniii 2021-09-27 01:22:46 +0100
  • 19043ace90
    Merge pull request #38 from QuickBASIC/fix-batch-2-electric-boogaloo SChernykh 2021-09-26 19:47:22 +0300
  • f9d75360ba fix run as admin and add pauses #38 QuickBASIC 2021-09-26 12:29:04 -0400
  • f05f7c4268 Fixed wrong nonce values in submit_block error log #37 SChernykh 2021-09-26 16:50:24 +0200
  • d8d84f08c4 Update llhttp.c SChernykh 2021-09-26 14:35:16 +0200
  • e82ff75b09
    Update flags.cmake #36 Dmitry Samoylenko 2021-09-26 15:15:47 +0300
  • ae8733c187 Update RandomX SChernykh 2021-09-22 17:52:23 +0200
  • 3d1db2fa22
    Merge pull request #28 from QuickBASIC/readme-updates SChernykh 2021-09-20 09:38:36 +0300
  • 3adc0b8ecd
    fixed typo #28 Mike Justman 2021-09-20 01:38:53 -0400
  • 08dff2a63a update how to mine on p2pool section QuickBASIC 2021-09-19 21:59:53 -0400
  • c29f211ebf Update README.md SChernykh 2021-09-19 02:23:19 +0200
  • 75b629c64c
    Merge pull request #27 from QuickBASIC/post-release-readme-cleanup SChernykh 2021-09-19 03:16:38 +0300
  • 516e7196a4 remove testing verbiage #27 QuickBASIC 2021-09-18 20:08:41 -0400
  • 7d1372ff05 Update README.md SChernykh 2021-09-18 22:54:33 +0200
  • b0e74c0b5c CI: save compiled binaries v1.0 SChernykh 2021-09-18 19:38:46 +0200
  • 25038eee8b Updated libs SChernykh 2021-09-18 11:20:48 +0200
  • bff53dcaa1
    Update README.md SChernykh 2021-09-18 10:11:25 +0200
  • 5c92920619 Default log level 3 SChernykh 2021-09-18 10:03:06 +0200
  • b4ea125a8a Hardcode default consensus ID for faster startup SChernykh 2021-09-16 14:23:14 +0200
  • 8aa9e54dc4 BlockTemplate: wait for 10 seconds before including new transactions SChernykh 2021-09-14 12:54:42 +0200
  • 94adce4045 Update crypto_tests.cpp SChernykh 2021-09-14 11:30:08 +0200
  • b35b4a9f76 Crypto: added cache for faster key derivation SChernykh 2021-09-14 11:06:49 +0200
  • ba6a2c8eb2 P2PServer: relax stale block restriction SChernykh 2021-09-13 19:25:12 +0200
  • 14e26f5c17 Fix: always check before closing TCP handles SChernykh 2021-09-13 19:11:59 +0200
  • 4c5144b37f Check monerod RPC version at startup SChernykh 2021-09-13 18:27:47 +0200
  • 3296e485b2
    Update README.md SChernykh 2021-09-13 18:06:44 +0200
  • e1cc462441
    Merge pull request #25 from hyc/logrotate SChernykh 2021-09-13 17:53:16 +0300
  • 1bae31c1f8 Add sample logrotate config #25 Howard Chu 2021-09-13 15:29:12 +0100
  • 42dd58d778 P2PServer: check broadcasts for wrong height SChernykh 2021-09-13 15:48:05 +0200
  • da0f376bef P2PServer: ban peers that don't broadcast blocks SChernykh 2021-09-13 14:26:52 +0200
  • 0d439e7712 SideChain: submit blocks to monerod in more cases SChernykh 2021-09-13 10:14:53 +0200
  • ca976e5998
    Merge pull request #23 from HaosGames/nix SChernykh 2021-09-12 11:24:56 +0300
  • a16f614cee
    fixed typo #23 Thorsten Schindler 2021-09-12 09:32:23 +0200
  • b8f04ac787 Tweaked block broadcast rules SChernykh 2021-09-11 23:44:09 +0200
  • 14a828618b
    support build for all nixpkgs default systems Thorsten Schindler 2021-09-11 21:41:38 +0200
  • 8c5cd198e0
    changed from using fetchFromGitHub to fetchgit Thorsten Schindler 2021-09-11 18:50:44 +0200
  • 830531791d
    added nix build instructions Thorsten Schindler 2021-09-11 17:00:58 +0200
  • 5c57c4d0d8
    added nix flake Thorsten Schindler 2021-09-11 16:22:47 +0200
  • fc88b9c9b2
    Merge pull request #22 from WeebDataHoarder/master SChernykh 2021-09-10 18:11:23 +0300
  • 7bad1e05a4 Implemented shares/uncles position chart on status command #22 WeebDataHoarder 2021-09-10 15:00:58 +0200
  • 74096248e1 Better error handling of Monero RPC requests SChernykh 2021-09-10 16:18:16 +0200
  • 36ee76d4d2 data api: fixed one block missing to calculate effort SChernykh 2021-09-10 08:18:38 +0200
  • 382116759d Fixed compatibility with cmake < 3.6.0 SChernykh 2021-09-09 17:40:48 +0200
  • 3aa270a072 Fix for older compilers SChernykh 2021-09-09 11:44:40 +0200
  • 2fcd2dce66 Merge branch 'master' of https://github.com/SChernykh/p2pool SChernykh 2021-09-08 20:57:38 +0200
  • 7a97171b03 Tweaked block broadcast rules SChernykh 2021-09-08 20:57:22 +0200
  • 3439d13986
    Update README.md SChernykh 2021-09-08 20:43:37 +0200
  • 52f195b89f Tweaked idle peer detection SChernykh 2021-09-08 20:36:21 +0200
  • ee7a1e54f7 DNS name resolution for command line parameters SChernykh 2021-09-08 20:25:39 +0200
  • 3a08a6d28d
    Update README.md SChernykh 2021-09-08 16:54:57 +0200
  • ca8e2ea410 Update RandomX SChernykh 2021-09-08 15:00:22 +0200
  • ac5243a9a6 Update pool_block_tests.cpp SChernykh 2021-09-08 12:36:21 +0200
  • c8a2a256e7 Fixed RandomX VM initialization SChernykh 2021-09-08 11:49:54 +0200
  • 57bc38d2bb data api: added stats_mod SChernykh 2021-09-08 09:57:31 +0200
  • a332ac7d26 P2PServer: load peers from DNS SChernykh 2021-09-07 21:30:52 +0200
  • 3244925c66 Update c-cpp.yml SChernykh 2021-09-07 15:49:55 +0200
  • 7ea1913a9d Update log.h SChernykh 2021-09-07 14:14:11 +0200
  • 73c8b1294a P2PServer: connect to peers from the event loop thread SChernykh 2021-09-07 12:56:22 +0200
  • 333cfbefaf Update c-cpp.yml SChernykh 2021-09-07 11:31:24 +0200
  • ce8ec3860d Fixed memory leak SChernykh 2021-09-07 10:22:58 +0200
  • 25772abc0f Show block share % in status SChernykh 2021-09-07 09:53:38 +0200
  • 899d5a82dd data api: check p2pool shares that come after a Monero block SChernykh 2021-09-06 23:33:52 +0200
  • 06f39c3f4c
    Update README.md SChernykh 2021-09-06 20:35:06 +0200
  • 4e5e1df27a
    Update README.md SChernykh 2021-09-06 20:31:51 +0200
  • 7b0cc256c5 P2PServer: ban peers that disconnect without finishing handshake SChernykh 2021-09-06 16:17:20 +0200
  • d3dc4c731f Added more tests SChernykh 2021-09-06 15:49:39 +0200
  • 6dd5dcec39 Update RandomX SChernykh 2021-09-06 10:13:18 +0200
  • 6857031389
    Added coverity badge SChernykh 2021-09-06 09:40:48 +0200
  • e264377f0e Added more checks SChernykh 2021-09-06 09:17:39 +0200
  • a36825424b Fixed some Coverity reports SChernykh 2021-09-06 09:02:35 +0200
  • b025056653
    Merge pull request #12 from Karce/aurlink SChernykh 2021-09-06 09:58:27 +0300
  • dbf7c8fd97 Add README doc for Arch Linux AUR package #12 Keaton Bruce 2021-09-05 19:41:32 -0400
  • e3c32caadb Set Visual Studio startup projects SChernykh 2021-09-06 00:39:19 +0200
  • 2ecd935bc5 data api: fixed saving of p2pool.blocks SChernykh 2021-09-05 23:05:36 +0200
  • f3b6423d4c Log difficulty for found pool shares SChernykh 2021-09-05 22:57:36 +0200
  • e7e6ce1aba
    Add submodule command to build instructions #11 garth-xmr 2021-09-05 16:49:57 -0400
  • 82a88ce0ef data api: added block hashes to pool/blocks SChernykh 2021-09-05 22:28:57 +0200
  • 884d0f180a TCP server: log IP addresses in more places SChernykh 2021-09-05 20:20:28 +0200
  • f3ee444aed Stratum server: log IP addresses that send bad data SChernykh 2021-09-05 19:16:23 +0200
  • af4b5738ef Updated Visual Studio libs SChernykh 2021-09-05 18:47:20 +0200
  • 1f79423438 libzmq submodule SChernykh 2021-09-05 18:24:57 +0200
  • 9b8009cd61 Delete libzmq SChernykh 2021-09-05 18:23:26 +0200
  • 85ef38b944 libuv submodule SChernykh 2021-09-05 18:20:12 +0200
  • 098a29ff29 Delete libuv SChernykh 2021-09-05 18:19:35 +0200