-
Notifications
You must be signed in to change notification settings - Fork 219
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fix merge mining proxy pool mining (#3814)
Description --- Fixed merge mining proxy pool mining: - XMRig/merge_mininig_proxy error: 'required field "blocktemplate_blob" not found' - config file was not read correctly; - global config exited prematurely ; - round-robin for `monerod_url` - start at the next entry in the list when encountering connection errors; - updated cucumber integration test. Motivation and Context --- When used with Monero mainnet and pool mining, XMRig reported many errors and exited after mining for a while: - XMRig/merge_mininig_proxy had an issue with pool mining: ``` [2022-02-01 23:56:05.773] origin submitted to origin daemon (174/748) diff 110685 vs. 311330 [2022-02-01 23:56:06.135] cpu accepted (859/61) diff 40000 (361 ms) [2022-02-01 23:56:06.517] [127.0.0.1:7878] required field "blocktemplate_blob" not found ``` - Default merge mining proxy config on windows was wrong - When `monerod_url` had an error new connection attempts were always started at the first entry instead of at the last used entry How Has This Been Tested? --- Cucumber tests for merge mining System-level tests
- Loading branch information
1 parent
bd12b4d
commit 407160c
Showing
13 changed files
with
211 additions
and
155 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.