Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [BSM] [PoW] Ṩ Bitsum - Telegram-oriented cryptocurrency
by
mayday8842
on 25/04/2018, 17:40:22 UTC
First time trying to mine any coin. I downloaded the CPU windows x64 program. Can some pls show me which files to edit and start mining?

3 files in the CPU windows x64 program:
config.json
start.cmd
xmrig.exe



Open config.json file and find this text:

"pools": [
        {
            "url": "pool.bitsum.uz:3333",   // URL of mining server
            "user": "",                        // username for mining server
            "pass": "x",                       // password for mining server
            "keepalive": true,                 // send keepalived for prevent timeout (need pool support)
            "nicehash": false                  // enable nicehash/xmrig-proxy support
        }
    ]
Put your wallet address into "user" and insert pool address and difficulty port in "Url"
After that just run start.cmd