Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ROI] ROI Coin | CPU Only Solo Mining Hybrid | 15% POS | 593% Term Deposit
by
maxente
on 01/01/2018, 21:52:13 UTC
I wish I had a ryzen Cry

I have ryzen 1800's and they are not as profitable as my i7 3770's. The i7's give much more bang for the buck.

Oh thanks you've cheered me up. I have a 6700 which im getting 289-302 hps on

That 6700 will do more than that. Please make sure you are using the -optimineraes=1 flag okay
Okay I'll give that a go, Is there a command to assign a set number of threads so my computer will be half usable whilst mining. Right now my cpu is at 100% but I want to mine on two cores and have the rest free for web browsing and youtube etc

If you want to mine with a certain set of cores you can't do it from withing the wallet shut down the wallet.

You have to make a ROIcoin.conf file with:

rpcuser=mine
rpcpassword=miner
rpcallowip=0.0.0.0/0
rpcport=23110
rpcthreads=40
server=1
daemon=1
gen=0
miningaddress=PUT_YOUR_RECEIVING_ADDRESS_HERE

RPCport = 3377
addnode=99.198.174.212
addnode=188.226.134.103
addnode=178.62.105.207
addnode=46.101.241.241
addnode=46.101.139.91
addnode=52.211.179.241

Save this file in the data directory, if you left it default during install it is in %appdata%\ROIcoin

Next download a miner, you can get one from: http://roicluster.miner-pools.com/

Extract the files and create a bat file for you miner:
roiminer.exe -a hodl -o http://YOUR_IP_ADDRESS_Here:23110 -u mine -p miner -t 4 --coinbase-addr=PUT_YOUR_RECEIVING_ADDRESS_HERE -q

The -t 4 is the number of cores you want to assign, so in your case you would want to change it to 2.




I manage to get it work.
Thanks alot for the info !