Commit Graph

954 Commits

Author SHA1 Message Date
SChernykh
19043ace90
Merge pull request #38 from QuickBASIC/fix-batch-2-electric-boogaloo
fix run as admin and add pauses
2021-09-26 19:47:22 +03:00
QuickBASIC
f9d75360ba fix run as admin and add pauses 2021-09-26 12:29:04 -04:00
SChernykh
f05f7c4268 Fixed wrong nonce values in submit_block error log 2021-09-26 16:50:24 +02:00
SChernykh
d8d84f08c4 Update llhttp.c 2021-09-26 14:35:16 +02:00
SChernykh
ae8733c187 Update RandomX 2021-09-22 17:59:58 +02:00
SChernykh
3d1db2fa22
Merge pull request #28 from QuickBASIC/readme-updates
update how to mine on p2pool section
2021-09-20 09:38:36 +03:00
Mike Justman
3adc0b8ecd
fixed typo 2021-09-20 01:38:53 -04:00
QuickBASIC
08dff2a63a update how to mine on p2pool section 2021-09-19 21:59:53 -04:00
SChernykh
c29f211ebf Update README.md 2021-09-19 09:21:51 +02:00
SChernykh
75b629c64c
Merge pull request #27 from QuickBASIC/post-release-readme-cleanup
remove testing verbiage
2021-09-19 03:16:38 +03:00
QuickBASIC
516e7196a4 remove testing verbiage 2021-09-18 20:08:41 -04:00
SChernykh
7d1372ff05 Update README.md 2021-09-18 23:47:59 +02:00
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