Skip to content

dxpool/aleo-miner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

goldshellDxPool

A GPU prover that does not rely the on CPU too much

How to run

./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