Commit Graph

392 Commits

Author SHA1 Message Date
SChernykh
b0e74c0b5c CI: save compiled binaries 2021-09-18 19:47:30 +02:00
SChernykh
25038eee8b Updated libs 2021-09-18 11:20:48 +02:00
SChernykh
bff53dcaa1
Update README.md 2021-09-18 10:11:25 +02:00
SChernykh
5c92920619 Default log level 3
Also refactored default port numbers
2021-09-18 10:03:06 +02:00
SChernykh
b4ea125a8a Hardcode default consensus ID for faster startup 2021-09-16 14:23:14 +02:00
SChernykh
8aa9e54dc4 BlockTemplate: wait for 10 seconds before including new transactions 2021-09-14 12:54:42 +02:00
SChernykh
94adce4045 Update crypto_tests.cpp 2021-09-14 11:30:08 +02:00
SChernykh
b35b4a9f76 Crypto: added cache for faster key derivation 2021-09-14 11:06:49 +02:00
SChernykh
ba6a2c8eb2 P2PServer: relax stale block restriction 2021-09-13 19:25:12 +02:00
SChernykh
14e26f5c17 Fix: always check before closing TCP handles 2021-09-13 19:11:59 +02:00
SChernykh
4c5144b37f Check monerod RPC version at startup 2021-09-13 18:27:47 +02:00
SChernykh
3296e485b2
Update README.md 2021-09-13 18:06:44 +02:00
SChernykh
e1cc462441
Merge pull request #25 from hyc/logrotate
Add sample logrotate config
2021-09-13 17:53:16 +03:00
Howard Chu
1bae31c1f8 Add sample logrotate config 2021-09-13 15:39:50 +01:00
SChernykh
42dd58d778 P2PServer: check broadcasts for wrong height 2021-09-13 15:48:05 +02:00
SChernykh
da0f376bef P2PServer: ban peers that don't broadcast blocks 2021-09-13 15:01:02 +02:00
SChernykh
0d439e7712 SideChain: submit blocks to monerod in more cases 2021-09-13 10:16:45 +02:00
SChernykh
ca976e5998
Merge pull request #23 from HaosGames/nix
Add build for Nix/NixOS
2021-09-12 11:24:56 +03:00
Thorsten Schindler
a16f614cee
fixed typo 2021-09-12 09:32:23 +02:00
SChernykh
b8f04ac787 Tweaked block broadcast rules 2021-09-11 23:44:09 +02:00
Thorsten Schindler
14a828618b
support build for all nixpkgs default systems 2021-09-11 21:41:38 +02:00
Thorsten Schindler
8c5cd198e0
changed from using fetchFromGitHub to fetchgit 2021-09-11 18:50:44 +02:00
Thorsten Schindler
830531791d
added nix build instructions 2021-09-11 17:00:58 +02:00
Thorsten Schindler
5c57c4d0d8
added nix flake 2021-09-11 16:22:47 +02:00
SChernykh
fc88b9c9b2
Merge pull request #22 from WeebDataHoarder/master
Implemented shares/uncles position chart on status command
2021-09-10 18:11:23 +03:00
WeebDataHoarder
7bad1e05a4 Implemented shares/uncles position chart on status command
Shows progress in slices of PPNLS window. Shares move left to right as they age.
A dot "." indicates no shares, 1-9 for that number in shares, for 9+ it shows a "+".

Will not show shares or uncles lines unless you have one on window.
2021-09-10 16:59:15 +02:00
SChernykh
74096248e1 Better error handling of Monero RPC requests 2021-09-10 16:18:16 +02:00
SChernykh
36ee76d4d2 data api: fixed one block missing to calculate effort 2021-09-10 08:18:38 +02:00
SChernykh
382116759d Fixed compatibility with cmake < 3.6.0 2021-09-09 17:42:16 +02:00
SChernykh
3aa270a072 Fix for older compilers 2021-09-09 11:44:40 +02:00
SChernykh
2fcd2dce66 Merge branch 'master' of https://github.com/SChernykh/p2pool 2021-09-08 20:57:38 +02:00
SChernykh
7a97171b03 Tweaked block broadcast rules 2021-09-08 20:57:22 +02:00
SChernykh
3439d13986
Update README.md 2021-09-08 20:43:37 +02:00
SChernykh
52f195b89f Tweaked idle peer detection 2021-09-08 20:36:21 +02:00
SChernykh
ee7a1e54f7 DNS name resolution for command line parameters 2021-09-08 20:25:39 +02:00
SChernykh
3a08a6d28d
Update README.md 2021-09-08 16:54:57 +02:00
SChernykh
ca8e2ea410 Update RandomX 2021-09-08 16:07:18 +02:00
SChernykh
ac5243a9a6 Update pool_block_tests.cpp 2021-09-08 12:36:21 +02:00
SChernykh
c8a2a256e7 Fixed RandomX VM initialization 2021-09-08 11:49:54 +02:00
SChernykh
57bc38d2bb data api: added stats_mod 2021-09-08 09:57:31 +02:00
SChernykh
a332ac7d26 P2PServer: load peers from DNS 2021-09-07 21:43:44 +02:00
SChernykh
3244925c66 Update c-cpp.yml 2021-09-07 15:49:55 +02:00
SChernykh
7ea1913a9d Update log.h 2021-09-07 14:14:11 +02:00
SChernykh
73c8b1294a P2PServer: connect to peers from the event loop thread
Better thread safety
2021-09-07 12:56:22 +02:00
SChernykh
333cfbefaf Update c-cpp.yml 2021-09-07 11:35:23 +02:00
SChernykh
ce8ec3860d Fixed memory leak 2021-09-07 10:22:58 +02:00
SChernykh
25772abc0f Show block share % in status 2021-09-07 09:53:38 +02:00
SChernykh
899d5a82dd data api: check p2pool shares that come after a Monero block 2021-09-06 23:33:52 +02:00
SChernykh
06f39c3f4c
Update README.md 2021-09-06 20:35:06 +02:00
SChernykh
4e5e1df27a
Update README.md 2021-09-06 20:31:51 +02:00