Post
Topic
Board Mining (Altcoins)
Re: What are CPU only mineable coins?
by
Nestade
on 27/08/2018, 17:48:31 UTC

I find NIM quite some trouble. I mine now credits on suprnova but the symbol on coinmarketcap is CS and on Suprnova CREDS ? What am i mining ?
If CREDS is Credits(CS) then it is really nice. Within 2 hours 5 credits already

Hi Smiley

Where's the problem with NIM?`

The minable Credits is CRDS:
https://bitcointalk.org/index.php?topic=1944858.0
https://crds.co/

CS is more popular - however CRDS is older so CS stole their name.


I mine NIM too, with VPS.  You doing it with your own cpu?

I'm mining on my own PC (Ryzen 7 2700x) and VPS (36x Intel Xeon Platinum 8124M CPU @ 3.00GHz vCPU + 72 GB RAM)


I can not find a good mining pool and a normal mining software

Hi,

Pool (list): https://www.reddit.com/r/Nimiq/comments/8gb8bi/a_list_of_all_nimiq_pools_available_right_now/
(I'd recommend Sushipool: https://sushipool.com/#!/ )

Miner:
Solo: https://github.com/nimiq-network/core  (you can use a Windows Subsystem for Linux (WSL) but make sure to read this if you're using a WSL: https://github.com/nimiq-network/core/issues/387)
Pool: https://sushipool.com/#!/get-started  (Sushipool)  ||  Also check out https://miner.beeppool.org/  -  precompiled + hashrate seems to be slightly increased

For https://miner.beeppool.org/ in combination with Sushipool I'm using this start-parameters:
Code:
THREADS=$(grep -c ^processor /proc/cpuinfo) && env UV_THREADPOOL_SIZE=${THREADS} ./miner --wallet-address="YOUR_NIM_ADDRESS" --pool=eu.sushipool.com:443 --deviceLabel="YourDeviceLabel" --protocol=dumb --miner=${THREADS}