Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: activebiz on October 05, 2014, 05:50:25 AM



Title: MINERSCOIN X15 GPU and CPU Mining Guide.
Post by: activebiz on October 05, 2014, 05:50:25 AM
http://i57.tinypic.com/280nt3s.png

MINERSCOIN is a new X15 based cryptocurrency, read more about it here: https://bitcointalk.org/index.php?topic=766157

MinersCoin can be mined by a CPU as well as on a GPU using one of the optimized Miners below.

It is quite easy to mine it currently as diff is quite low:

CPU Mining:


 Download the X15 Cpu Miner from one of the links below

CPUminer-Multi
Sourcecode: https://github.com/lucasjones/cpuminer-multi

Release Binaries: https://github.com/LucasJones/cpuminer-multi/releases

Bitblock-CPUminer:
Sourcecode
https://github.com/bitblockproject/Bitblock-CPUminer

Windows (pre-compiled):
https://www.dropbox.com/s/bq64crr0mkgqe3w/miner.zip?dl=0

Register at any Minerscoin pool e.g https://mic.best-pool.com for an account and set up a worker under "My Workers".

To Compile cpuminer on Linux do:

Code:
sudo apt-get install build-essential libcurl4-openssl-dev zip automake screen libjansson-dev
git clone https://github.com/bitblockproject/Bitblock-CPUminer
cd Bitblock-CPUminer
chmod +x autogen.sh
./autogen.sh
./configure CFLAGS="-O3"
make

Start your worker:

 enter a "screen" for getting the thread into the background:

Code:
screen

Start your miner:

Code:
./minerd -a bitblock -o stratum+tcp://stratum.best-pool.com:3017 -u worker.username -p worker.passsword &
You can now put this thread into the background by pressing CTRL-A and d
or screen -d
 

For Windows:

Open a DOS Box where you've downloaded the CPU Miner and:

Code:
minerd -a bitblock -o stratum+tcp://stratum.best-pool.com:3017 -u worker.username -p worker.passsword

For solo mining use:
minerd -a bitblock -o http://127.0.0.1:<rpcport> -O
<rpcuser>:<rpcpassword>

 You should now see something like this:

Code:
 Starting Stratum on stratum+tcp://bbl.suprnova.cc:3663
 Binding thread 0 to cpu 0
 Binding thread 3 to cpu 3
 4 miner threads started, using 'bitblock' algorithm
 Binding thread 1 to cpu 1
thread 2: 2097152 hashes, 37.03 khash/s
 thread 1: 2097152 hashes, 37.00 khash/s
 thread 3:
2097152 hashes, 36.87 khash/s
 Stratum detected new block
 thread 1: 2097152 hashes, 37.03 khash/s

Check your hashrate on the pool, it should reflect your minerhashrate +-50kh/s

You're now mining MinersCoin!

GPU MINING:
Download the miner for your card, edit your pool, worker,
password and run

AMD - SGminer 5.0 Pre-Release X15

Sourcecode https://github.com/aznboy84/X15GPU

Prebuilt windows binaries: http://cryptomining-blog.com/wp-content/files/sgminer-5-0-beta-x15-windows.zip

NVIDIA - CCminer 1.2-x15

Sourcecode: https://github.com/djm34/ccminer

Windows 32-bit prebuilt binaries: http://cryptomining-blog.com/wp-content/files/ccminer-1.2-x15-windows.zip

Check your hashrate on the pool, it should reflect your minerhashrate

You're now mining MinersCoin!


Title: Re: MINERSCOIN X15 GPU and CPU Mining Guide.
Post by: igotek on March 13, 2018, 10:41:53 PM
is there any exchange for Minerscoin ?