Post
Topic
Board Announcements (Altcoins)
Re: [ANN] 🔥 Cryptoncoin(CCN)-PoW-Exchange
by
cryptonclub
on 02/02/2020, 14:21:26 UTC
How to set up mining?

Mining from desktop/laptop:

Open your wallet, and make sure your wallet is connected with a node.

Close your wallet and create the file cryptoncoin.conf in the folder “%APPDATA%\cryptoncoin\”.

Paste the following text into cryptoncoin.conf and save the file.
Code:
rpcuser=rpc_cryptoncoin
rpcpassword=e91a3fe06f660112a782b4b3
rpcallowip=127.0.0.1
rpcport=15533
daemon=1
server=1
listen=1
txindex=1
addnode=node1.cryptonclub.com
addnode=node2.cryptonclub.com

Open your wallet.

Create a .bat file named mine.bat in the same folder where you extracted cryptoncoin-cli.exe and paste the following text into mine.bat.
Code:
@echo off
set SCRIPT_PATH=%cd%
cd %SCRIPT_PATH%
echo Press [CTRL+C] to stop mining.
:begin
 cryptoncoin-cli.exe generate 1
goto begin

Save the file.

Start mine.bat to start mining CCN coin

Setting up Pool:
You can also setup unomp pool and do mining CCN