for minersmining guide

bitcoin rmmining guide

NOTE: Currently Windows 10 64-bit and Linux 64-bit operating systems are supported. Your computer must have an AMD or Nvidia GPU with latest drivers installed.

WARNING: Please do not mine to Exchange wallet because Exchanges do extra monitoring and verification on incoming funds and if you are mining to Exchange wallet, it puts extra strain on their resources.

Payment Info: We are not charging a pool fee. After you mine a block with our pool, please wait about 24 hrs to receive payment. If your Address does not show up at https://pool.bitcoinrm.org/workers (even after 15 minutes), that means your miner is misconfigured. If your miner sends a lot of invalid shares, you will be banned. You can go here to check balance for your Address:

https://pool.bitcoinrm.org/api/worker_stats?YOURADDRESS


nvidia gpu

MINING WITH EWBF

  1. Download EWBF. See Bitcointalk thread
  2. Make sure you have latest version of Nvidia GPU drivers installed. See Nvidia Drivers
  3. Install Bitcoin RM software. See Downloads (Note your Bitcoin RM address down. Also want to backup your wallet file BCRM.imp in a safe place).
  4. Create the following configuration file and save it as config.txt. You can download a sample configuration file here: config.txt

    [common]
    fee 0
    cuda_devices 0 1 2 3 4 5
    intensity 64 64 64 64 64 64
    templimit 85
    pec 0
    boff 0
    eexit 0
    tempunits C
    algo 144_5
    pers BCRMcoin

    [server]
    server pool.bitcoinrm.org
    port 2000
    user Your-BitcoinRM-Address
    pass any

  5. Verify that you have inserted your Bitcoin RM address in place of Your-BitcoinRM-Address in configuration file: config.txt
  6. Launch miner as follows:
Linux:
./miner --config config.txt &

Windows (Command Shell):
miner --config config.txt

MINING WITH BMINER

  1. Download Bminer from here
  2. For more detailed info, see: Bminer website
Linux:
./bminer -nofee -no-runtime-info -pers BCRMcoin -uri equihash1445://YOURADDRESS:[email protected]:2000

Windows (Command Shell):
miner --config config.txt

MINING WITH miniZ

  1. Download miniZ from here (Dev Fee 2% cannot be turned off. This fee goes to the miniZ developer, not to
    Bitcoin RM)
  2. For more detailed info, see: miniZ website
Linux:
./miniZ -l pool.bitcoinrm.org --port 2000 --pers BCRMcoin -u YOUR-ADDR -p any --templimit 85 -a 0.0.0.0:0

Windows (Command Shell):
miniZ -l pool.bitcoinrm.org --port 2000 --pers BCRMcoin -u YOUR-ADDR -p any --templimit 85 -a 0.0.0.0:0

MINING WITH FUNAKOSHI

  1. Download Funakoshi from here (Dev Fee 2% cannot be turned off. This fee goes to the Funakoshi developer, not to
    Bitcoin RM)
  2. For more detailed info, see: GitHub Page
Linux:
./funakoshiMiner.exe -l pool.bitcoinrm.org:2000 -u YourBitcoinRMaddress.w1

Windows (Command Shell):
funakoshiMiner.exe -l pool.bitcoinrm.org:2000 -u YourBitcoinRMaddress.w1

amd gpu

MINING WITH LOLMINER

NOTE: Dev Fee 2% (cannot be turned off). This fee goes to the LolMiner developer, not to Bitcoin RM. See: Bitcointalk thread

Linux:
  1. Download the latest LolMiner_*_Lin64.tar.gz and extract files
  2. Download configuration file: user_config.txt and save it inside the same directory where user_config.json exists
  3. Edit this configuration file and enter your Bitcoin RM address on "USER": line. Then save the file
  4. Rename old user_config.json to user_configOLD.json
  5. Rename user_config.txt to user_config.json
  6. Edit both run_miner.sh and run_miner_with_restart.sh such that the line beginning with PROFILE= looks like this in each file:
    PROFILE=EXAMPLE_BCRM
  7. Start mining!
    ./run_miner.sh
Windows (Command Shell):
  1. Download the latest LolMiner_*_Win64.zip and extract files to Desktop
  2. Download configuration file: user_config.txt and save it inside the same folder on Desktop where user_config.json exists
  3. Edit this configuration file and enter your Bitcoin RM address on "USER": line. Then save the file
  4. Rename old user_config.json to user_configOLD.json
  5. Rename user_config.txt to user_config.json
  6. Edit both run_miner.bat and run_miner_with_restart.bat in notepad such that the line beginning with set "PROFILE= looks like this in each file:
    set "PROFILE=EXAMPLE_BCRM"
  7. Double click on run_miner.bat to start mining!