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

USERPOOL config not being downloaded by clients #2658

Open
realsetvin opened this issue Jan 31, 2024 · 9 comments
Open

USERPOOL config not being downloaded by clients #2658

realsetvin opened this issue Jan 31, 2024 · 9 comments
Assignees

Comments

@realsetvin
Copy link

I have tried adding custom user pools, they seem to be added correctly however only my server and 1 client have the userpools added to their configs.

For some reason the rest of the clients will not download the userpool, I dont know why. I tried restarting, ext.

I found this other issue and wondering if its related
#2362

It is possible that while I was creating the userpool I accidentally entered incorrect information initially so the majority of my clients are now locked and will not download new pool data.

The clients which dont see user pools still connect to the existing pools list and accept changes to those pools.config from the server. Just not changes to userpools

@RainbowMiner RainbowMiner self-assigned this Jan 31, 2024
@realsetvin
Copy link
Author

additional context, when adding even more additional userpools, the clients which dont see userpool still do not see the new userpools I added.

@whitindllc
Copy link

does it look anything like this??

{
"Enable": "1",
"Name": "AnonCommunityPool",
"PoolFee": "0",
"Algorithm": "Equihash24x7",
"CoinName": "ANONymous",
"CoinSymbol": "ANON",
"Currency": "ANON",
"Protocol": "stratum+tcp",
"Host": "47.242.230.93",
"Port": "3330",
"User": "$Wallet.$WorkerName",
"Pass": "x",
"Region": "HongKong",
"SSL": "0",
"Worker": "$WorkerName",
"EthMode": ""
},

@realsetvin
Copy link
Author

I was able to get the server and 1 client to accept userpools, however now the rest of my clients seem to be locked in a state where they no longer look for user pools at all.

@RainbowMiner
Copy link
Owner

Very strange. Could you please send me a Debug file of one of the clients, that stopped download the userpools.config.txt?

@whitindllc
Copy link

soooo let me see if understand.... you setup a few pools or a pool once... enabled it/them with 1... all the machines took them... then you added more to the userpools file and after that only one machine would take them??

the userpools.config on machine 4 is not the same as machine 1(the working one)?

@realsetvin
Copy link
Author

I believe what happened the first time setting up the pool, I put in wrong information. At the time, I believe one client was turned off at that time. Later I fixed the userpool info and suddenly the server accepted the changes and mined to the userpool, then the client which I turned on later accepted the changes too.

All of the other clients must have become in a locked state as described in this other issue #2362

RainbowMiner added a commit that referenced this issue Feb 2, 2024
- compensate for time difference of rig vs. pool (issue #2658)
@whitindllc
Copy link

I believe what happened the first time setting up the pool, I put in wrong information. At the time, I believe one client was turned off at that time. Later I fixed the userpool info and suddenly the server accepted the changes and mined to the userpool, then the client which I turned on later accepted the changes too.

All of the other clients must have become in a locked state as described in this other issue #2362

did you remove the 4 or 5 entries that are sitting there as examples and blank out the file

@whitindllc
Copy link

also if you look on the configs of your downstream clients do they have this in the config?

"ServerConfigName": "algorithms,coins,config,pools,userpools"

i have a ton of client pcs that i fucked up on when i was trying to change the device from cpu,gpu to cpu and it didnt have userpools in there so it didnt pull it down

@realsetvin
Copy link
Author

also if you look on the configs of your downstream clients do they have this in the config?

"ServerConfigName": "algorithms,coins,config,pools,userpools"

i have a ton of client pcs that i fucked up on when i was trying to change the device from cpu,gpu to cpu and it didnt have userpools in there so it didnt pull it down

I will try to follow up on this sometime this weekend - I guess otherwise completely reinstalling the client is the solution?

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

No branches or pull requests

3 participants