[MRDN Mining] Instructions

For Windows:

  1. Download and install NodeJS: nodejs official web site
  2. Download and unwrap miner: GitHub - TrueCarry/JettonGramGpuMiner
  3. Create file in a folder config.txt with your seed phrase(better create a new one): SEED=word1 word2…
  4. Change PoW Giver in the start_mrdn.bat (edit file in text redactor and change value to the preferred one : 100/1000/10000)
  5. Runstart_mrdn.bat

For Linux / Mac OS:

  1. Install NodeJS - node js official web site
  2. Download and unwrap miner: GitHub - TrueCarry/JettonGramGpuMiner
  3. Create file start_mrdn.sh and fill it with:
    #!/bin/bash
    npm install
    while true; do
    node send_meridian.js --api tonapi --bin ./pow-miner-opencl-macos --givers 100
    sleep 1;
    done;
  4. Run script from terminal with “sh start_mrdn.sh”
3 Likes

More information here
https://mine.meridian.wtf/mining_howto.txt

1 Like

I am framing with this. Nice.

1 Like

=====================================================

00:00 Начало видео
00:08 О чем видео. Что за монета меридиан
01:22 Важно. Где актуальная информация и где покупать оборудование
02:14 Что такое гиверы и какие из них добывать? Как не уйти в минус
05:03 Как майнить на windows на AMD и NVIDIA
12:37 Как майнить на Hive OS на AMD и NVIDIA
19:12 Завершение видео. Итоги. Продавайте своевременно!

=====================================================

1 Like