Post
Topic
Board Hardware
Re: Official FutureBit Apollo BTC Software/Image and Support thread
by
nullama
on 02/05/2022, 10:23:50 UTC
So I've had my Apollo's for a little while now and like most people here, I am thrilled to have them in my apartment! Currently running 4 of them - 1 with a controller, 3 without. My question it this - I have them connected to a pool but using the controller's UI via FireFox - I am only able to have these connect to a pool as 1 worker. All of the other miners I use have individual assignable worker names - so should there be an issue, its easy to identify which miner is problematic without actually being at home and staring at the screen. Is there a way to have each apollo connect to the pool as it's own miner while running them all connected to the unit with a controller? Or would I have to use external controllers for each standard unit to achieve this.


Not sure if it's supported in the web UI, but you can name each worker using the pool username field.

Usually pools allow you to give names to each worker by appending a dot(.) and then the worker name to the username of the pool. Something like this:

Quote
./apollo-miner -host POOL_URL -port POOL_PORT -user POOL_USERNAME.WORKER1_NAME -pswd x -comport /dev/ttyACM0 etc...

./apollo-miner -host POOL_URL -port POOL_PORT -user POOL_USERNAME.WORKER2_NAME -pswd x -comport /dev/ttyACM1 etc...

./apollo-miner -host POOL_URL -port POOL_PORT -user POOL_USERNAME.WORKER3_NAME -pswd x -comport /dev/ttyACM2 etc...

etc...

You would only need one computer to name those 4 workers. Each one would just be another call of the apollo-miner binary with its name and specific parameters.