Post
Topic
Board Announcements (Altcoins)
Re: [ANN]DEFT First crypto utilizing the balloon hash, new memory hard algo
by
fooc
on 12/06/2018, 14:13:26 UTC
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

thanx man