A GPU prover that does not rely the on CPU too much
./dxa0 -h aleo.ss.dxpool.com -p 9090 -u account.worker
We recommand you to run dxa0
via pm2
, which enables process relaunch when crashed
pm2 start -n ap ./dxa0 -- -h aleo.ss.dxpool.com -p 9090 -u account.worker
To check log
pm2 logs ap
To stop
pm2 stop ap