This content was deleted by the author. You can see it from Blockchain History logs.

🌊 REEFcoin - How to solo mine with GPU 🚀


REEF is online on MAINNET now, but ONLY for solo mining yet.
Here follows the recipe to get going as the first rewards start coming.

https://discord.gg/fseytpK

For gpu solo mining to wallet on local net
using https://github.com/brian112358/nevermore-miner/releases for nvidia

reef.conf settings

rpcuser=user
rpcpassword=pass
rpcbind=192.168.1.1:8766 #your local ip to wallet here
rpcallowip=192.168.1.1/24
server=1

miner.bat file

ccminer -a x16s -o http://192.168.1.1:8766 -u user -p pass -i 20 --no-longpoll --no-stratum --coinbase-addr RGWgED9mjtTMYkaMqnChUqYcMAFoEA75gK --retry-pause=1 

Exchange the IP with the IP to your wallet pc, and address with yours.
expect some
[2018-05-24 03:22:03] get_work failed, retry after 1 seconds
[2018-05-24 03:22:04] get_work failed, retry after 1 seconds