With which command can i start the cpu miner on ubuntu? ./minerd does not work
you need to download the custom miner for this algo.
Yes I have the Customer miner But I dont know the correct command to start it
Someone walked me through this on discord.
After building I did the following
1. (Command in terminal)nano mining.sh
2. in nano. edit the file to fit your pool, address, password and perhaps amount of threads. (cpuminer -a balloon -o statum+tcp://pool.deft.host:3333 -u "Your deft address" -p "your password" -t "number of miner threads"
3. save your changes by pressing Ctrl+O and then exit by pressing Ctrl+X
4. (Command in terminal)chmod +x mining.sh
5. ./mining.sh should start the miner