Closed plebhash closed 5 months ago
I confirm that in order to mine in solo mode with sv1 with demand you need to be able to insert a password.
Maybe I'm missing something but there is already an input for a stratum password in settings.
my BitAxe firmware is probably out of date, sorry for the noise
@benjamin-wilson how do I download or generate a www.bin
so I can update my UI?
@benjamin-wilson how do I download or generate a
www.bin
so I can update my UI?
found the answer:
shell.nix
I wrote for this)idf.py build
the build artifacts will be inside build
(including www.bin
, which came from my original question)
There's also the www.bin
on the releases page. If there's no UI changes I don't upload one.
https://github.com/skot/ESP-Miner/releases/tag/v2.1.3
The AxeOS UI only allows the user to type in a
username
, but not apassword
.DEMAND Pool allows Solo SV1 mining, but that requires the
password
field for authentication (mining.authorize
). It is where the bitcoin address is informed.Therefore, it would be desirable to add a
password
field to the AxeOS Settings UI.cc @Fi3 @AlejandroDeLaTorre