Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for solo and party mining on zergpool #2459

Open
mtbor opened this issue Dec 9, 2019 · 2 comments
Open

Support for solo and party mining on zergpool #2459

mtbor opened this issue Dec 9, 2019 · 2 comments
Labels

Comments

@mtbor
Copy link

mtbor commented Dec 9, 2019

It seems as though recent versions have removed the support for solo and party support on Zergpool. Can this be added back?

@UselessGuru
Copy link
Contributor

@mtbor

Change 850fcb0 fixes the solo mining issue.

Note: All pool specific settings must be stored in the 'Pools' section in the config file (and not PoolsLegacy!)

Please close this issue if your issue is solved. Thank you!

@mtbor
Copy link
Author

mtbor commented Feb 27, 2020

The fix hasn't worked for me. I'm not sure if it is because I need to restructure my config file, or what exactly.
That section of my configuration file looks like this:
"Pools": {
"NiceHash": {
"DisableEstimateCorrection": false,
"Worker": "rig",
"IsInternalWallet": true,
"Excludealgorithm":[],
"PricePenaltyFactor": 1,
"Wallets": {
"BTC": "omitted"
}
},
"ZergPool-Coin": {
"PasswordSuffix": {
"Algorithm": {
"": "",
"Polytimos": ",m=party.mtbor",
"Phi": ",m=party.mtbor",
"Hmq1725": ",m=party.mtbor",
"Tribus": ",m=party.mtbor",
"Timetravel": ",m=party.mtbor",
"Argon2dDYN": ",m=party.mtbor",
"Phi2": ",m=party.mtbor"
},
"CoinName": {
"
": "",
"Sono": ",m=party.mtbor",
"Argoneum": ",m=party.mtbor",
"Reden": ",m=party.mtbor",
"Azart": ",m=party.mtbor",
"Urals": ",m=party.mtbor",
"Rabbit": ",m=party.mtbor",
"Orbitcoin": ",m=party.mtbor",
"Momocash": ",m=party.mtbor",
"Tuxcoin": ",m=party.mtbor",
"Globaltoken": ",m=party.mtbor"
}
}
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants