FOR WINDOWS, MAC OS & LinuxDOWNLOADS

bitcoin rm full nodeDOWNLOADS

SHA1 checksums & Download Links

e77413e55995e83e7b05cd132f2def36f91f3e0f bitcoinrm-0.15.0.3-osx.zip
e12666df5a7eef9dda17f9642d8317f5e73e9dd2 bitcoinrm-0.15.0.3-win32.zip
e384ed5e2082a72a303b4353c15e6b84d094c866 bitcoinrm-0.15.0.3-win64.zip
6e9d9c5cb1997fd25e4e8fab162a467348f48849 bitcoinrm-0.15.0.3-x86_64-linux-gnu.tar.gz

To speed up initial synchronization, download blockchain below:

edda7823676825e04a35b11725696c0a9b77cec8 blockchain.txz (Upto block 1292060)

To download this in Linux: 

wget -U Mozilla https://www.bitcoinrm.org/blockchain.txz


Windows

FRESH INSTALLATION:

  1. Download and save the zip archive to your Windows Desktop (If your Windows OS is 32-bit, download zip archive for 32-bit version)
  2. This archive contains a single setup file. Extract the archive to save this setup file to your Desktop
  3. Right click on the extracted setup file, select Properties
  4. Click Unblock option and then click OK
  5. Now, double click the setup file to install
  6. If you get warning from Antivirus or Windows Defender, disable them and try double clicking again
Your config directory:
  %APPDATA%\BCRM

To go to your config directory:
  Click Start -> Run and enter the following and click Ok
  %APPDATA%\BCRM

Your Wallet files inside your config directory:
  BCRM.imp
  testnet\testnetBCRM.imp (If you are also running Testnet)

UPGRADING EXISTING SOFTWARE:

  1. Close all running instances of Bitcoin RM
  2. IMPORTANT STEP: Please backup your wallet file: BCRM.imp (copy to your Desktop)
  3. Delete everything except *.imp (IMP files) inside your config directory
  4. Uninstall BitcoinRM from Control Panel -> Uninstall Programs
  5. Re-install new version from above links
  6. If necessary, restore your wallet file into your config directory
  7. Launch Bitcoin RM
  8. Check to make sure your wallet is fine and your funds are safe. If everything is okay, you can move the backup copy on your Desktop to an external hardware device such as USB Drive

mac os

FRESH INSTALLATION:

  1. Just extract Zip archive to save dmg Disk Image file to your Desktop
  2. Then double click this Disk Image file
Your config directory:
  ~/Library/Application Support/BCRM

To go to your config directory:
  Open Terminal and type: cd ~/Library/Application\ Support/BCRM

Your Wallet files inside your config directory:
  BCRM.imp
  testnetBCRM.imp (If you are also running Testnet)

UPGRADING EXISTING SOFTWARE:

  1. Close all running instances of Bitcoin RM
  2. IMPORTANT STEP: Please backup your wallet file: BCRM.imp (copy to your Desktop)
  3. Delete everything except *.imp (IMP files) inside your config directory
  4. Uninstall Bitcoin RM from Apps and delete it from Desktop. Unmount any BitcoinRM image disks
  5. Re-install new version from above links
  6. If necessary, restore your wallet file into your config directory
  7. Launch Bitcoin RM
  8. Check to make sure your wallet is fine and your funds are safe. If everything is okay, you can move the backup copy on your Desktop to an external hardware device such as USB Drive

linux

FRESH INSTALLATION:

  1. Install these dependency packages first:
    fontconfig
    xkeyboard-config
    stix-fonts
    libX11-xcb  (On Debian: libx11-xcb-dev)
  2. Extract tar.gz archive into your home directory
  3. Open Terminal and type the following at the shell prompt: nohup ~/bitcoinrm-*/bin/bitcoin-qt &
Your config directory:
  ~/.bcrm

To go to your config directory:
  Open Terminal and type at the shell prompt: cd ~/.bcrm

Your Wallet files inside your config directory:
  BCRM.imp
  testnet/testnetBCRM.imp (If you are also running Testnet)

UPGRADING EXISTING SOFTWARE:

  1. Kill all running processes of Bitcoin RM
  2. IMPORTANT STEP: Please backup your wallet file: BCRM.imp (copy to your home directory)
  3. Delete everything except *.imp (IMP files) inside your config directory
  4. Open Terminal and from command prompt, remove old Bitcoin RM binaries
  5. Download new version from above links and install it into your home directory
  6. Restore your wallet files into your config directory
  7. Change directory to the directory where you extracted the tar.gz file
  8. Launch Bitcoin RM by running the following at the shell prompt: nohup ./bitcoin-qt &