Mjollnircoin Mining Rewards
The first 21 weeks the block reward is set to 50 MNR, after which the block reward will slowly decrease, at a steady rate of 0.85% every 11 days.
The first week of Mjollnir is special, then the starting block reward is 125 and is lowered to 50 MNR in ~5.5 days.
Mjollnircoin will take aprox. 1800 days to complete mining.
- block 1 - 1000: 125 MNR
- block 1000 - 2000: 100 MNR
- block 2000 - 4000: 75 MNR
- block 4000 - 117600: 50 MNR
- block 117600 - 126000: 49.57500076 MNR
- block 126000 - 134400: 49.15361404 MNR
- block 134400 - 142800: 48.73580933 MNR
- block 411600 - 420000: 36.77121353 MNR
- block 621600 - 630000: 29.70474625 MNR
- block 1394400 - 1397477: 13.54428577 MNR
Mjollnircoin Mining Pools
Below you find a list of pools, some of them require user registration.
If you have a mining rig, please consider to add your hashing power to the least strong pool
Getting Started - Solo Mining
- Get the Mjollnircoin Wallet
- Edit the configuration
- Get the cpu-miner, ccminer, cgminer or use the built-in miner
- Point the miner to your wallet
- Start mining
Getting Started - Pool Mining
- Get the Mjollnircoin Wallet
- Register yourself at one of the pools, fill in the account details (and set automatic pay-out), create a worker and read the getting started webpage of the pool
- Get the cpu-miner, ccminer (for NVIDIA) or cgminer (for AMD)
- Point the miner to the pool
Configuring Mjollnircoin
Edit your mjollnircoin.conf file or create a new one.
The mjollnircoin.conf file is located here:
- Linux: $HOME/.mjollnircoin/mjollnircoin.conf
- Windows: C:\Users\Username\Appdata\Roaming\Mjollnircoin\mjollnircoin.conf
Edit or add the following lines for solo mining:
rpcpassword=Your_Password_Change_It
rpcuser=Your_Username_Change_It
rpcallowip=127.0.0.1
server=1
If you want to run Mjollnircoin's built-in miner automatically with mjollnircoin-qt, you can add the line
gen=1
Using the built-in miner
Start Mjollnircoin-Qt, click Help » Debug Window » Console, then type the following command:
setgenerate true 2
This will start two worker threads; You can set the number of worker threads equal to the number of CPU cores you have.
To see information about mining, type the following command:
getmininginfo
Using the CPU-miner
- Download the cpu-miner
- Extract the ZIP file
- If you are on Windows, open a Command prompt and start the miner
minerd.exe -a mjollnir -o 127.0.0.1:18320 -u username -p password -t1
- If you are on Linux, open a Terminal or Shell and start the miner
./minerd -a mjollnir -o 127.0.0.1:18320 -u username -p password -t1
- You can set the -t parameter to the number of cpu cores you have
Tweak your miner
You can read (and comment) on tweaking the miners here