Bitcoin Forum
June 23, 2024, 04:09:19 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Bitcoinrand (BZAR) - Mining (Sha-256) on: June 09, 2020, 08:40:23 AM
https://github.com/bitcoinrand/bitcoinrand

Getting started
Use the following instructions to mine a block.

Open your wallet, and make sure your wallet is connected with a node.
Your wallet is connected when you see the icon Wallet connections Scrypt and SHA256 in the lower right corner of your wallet.

The message “Syncing Headers (0,0%)” will disappear once you mine your first block.

Close your wallet and create the file bitcoinrand.conf in the folder “%APPDATA%\bitcoinrand\”.

Paste the following text into bitcoinrand.conf and save the file.

rpcuser=rpc_bitcoinrand
rpcpassword=c855131137231b6553677457e
rpcallowip=127.0.0.1
rpcport=19451
listen=1
server=1

Open your wallet.

Create a .bat file named mine.bat in the same folder where you extracted bitcoinrand-cli.exe and paste the following text into mine.bat.

@echo off
set SCRIPT_PATH=%cd%
cd %SCRIPT_PATH%
echo Press [CTRL+C] to stop mining.
:begin
 bitcoinrand-cli.exe generate 1
goto begin

Save the file.

Execute mine.bat to start mining your first block.

It will take about +/- 30 minutes to mine your first block, depending on your computer hardware.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!