Post
Topic
Board Announcements (Altcoins)
Re: [ANN][FELX] Felixcoin - Dogecoin copycat
by
felixcoinorg
on 23/05/2021, 15:16:26 UTC
Network hashrate:    338.369 MH/s
       
I don't think solo mining is currently possible.

and also mining must be enabled in settings file felixcoin.conf

something like

server=1
rpcuser=USERNAME
rpcpassword=PASSWORD
rpcallowip=127.0.0.1
rpcport=8332
gen=1


and then creating and running *.bat file

:loop
   felixcoin-cli.exe generate 1
goto loop