Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: 3worlduser on March 06, 2016, 03:27:34 AM



Title: NOOBS TUTORIALS SERIES - HIROCOIN - How to set up wallet and how to mine
Post by: 3worlduser on March 06, 2016, 03:27:34 AM
Welcome to the Noob Tutorial Series, today is HIROCOIN turn.

1.- Wallet set up.

Go to HIROCOIN official website http://cryptocoderz.com/hirocoin.html (http://cryptocoderz.com/hirocoin.html) (always try to download wallets from official websites, itīs more safe)

https://i.imgur.com/EHZLrWj.jpg

Now go to your download folder rigth click de downloaded file and select "run as administrator", click "yes" on the prompt windows, the install and finish, now the HIROCOIN wallet is installed on your PC, you need to run it to get synced with the network to be able to use it, so double click de HIROCOIN  icon on your desktop and "Allow access" on windows firewall.

https://i.imgur.com/tUTF8Bn.jpg

Wallet will begin to sync with network, this can take several hours just be patient, in case wallet canīt find any connections just close it and open it again. (sometimes this happen because windows firewall delay to allow access).
Once wallet is synced you will be able to send and receive HIROCOINS.

2.- How to mine

NOTE: I only have an AMD graphic card HD6870 ( i know i need to buy something new  ;D ), so this tutorial is based on AMD, for NVIDIA users it should be the same just with other software, but iīm not 100% sure.

First you need to download the miner

AMD------> http://cryptomining-blog.com/2496-new-sgminer-fork-for-x11-mining-with-higher-performance/ (http://cryptomining-blog.com/2496-new-sgminer-fork-for-x11-mining-with-higher-performance/)

NVIDIA---> http://cryptomining-blog.com/6362-updated-ccminer-1-7-1-dev-fork-by-tpruvot-from-git-for-windows/ (http://cryptomining-blog.com/6362-updated-ccminer-1-7-1-dev-fork-by-tpruvot-from-git-for-windows/)

Unzip the downloaded file and leave it there, because now you need to choose a mining pool, at the moment iīm writing these, there are two

I.- Sawa p2pool http://crypto.office-on-the.net:9408/static/ (http://crypto.office-on-the.net:9408/static/)

II.- Aika pool https://aikapool.com/hiro (https://aikapool.com/hiro)

Iīll explain Sawa pool, just because is more simple to start, Aika pool need you to register and create a worker, anyway you should try both and see which one suit you better.

So letīs come back to the unziped file go to the folder where "sgminer.exe" resides (/sph-sgminer_x11mod) and create a new text file name it "sgminer.conf" (delete the original first), open it with Notepad and paste the following. Donīt forget to put your wallet address.

Code:
{
"pools" : [
{
"url" : "stratum+tcp://crypto.office-on-the.net:9408",
"user" : "HERE PUT YOUR WALLET ADDRES",
"pass" : "x"
}
]
,
"intensity" : "18",
"worksize" : "256",
"kernel" : "x11mod",
"lookup-gap" : "2",
"thread-concurrency" : "8192",
"shaders" : "0",
"gpu-threads" : "2",
"gpu-engine" : "0-0",
"gpu-fan" : "0-0",
"gpu-memclock" : "0",
"gpu-memdiff" : "0",
"gpu-powertune" : "0",
"gpu-vddc" : "0.000",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "75",
"api-mcast-port" : "4028",
"api-port" : "4028",
"expiry" : "1",
"failover-switch-delay" : "60",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"log" : "5",
"no-pool-disable" : true,
"queue" : "0",
"scan-time" : "1",
"tcp-keepalive" : "30",
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}


Save it and run "sgminer.exe", now you should be mining, you can check your stats in the pool page, if you get an "missing OpenCL.dll" error when you run "sgminer.exe" you need to download the proper or latest driver for your video card.
There are more configurations and tweaks to get more hashrate from your card but these are more advance and more hardware specific, and these is a noob tutorial, just to get you started.
NVIDIA user sorry but i donīt have any NVIDIA card so iīm not sure the exact way to mine with these, but now you should have a general idea of the process.
comments, questions, iīll be glad to answer


Title: Re: NOOBS TUTORIALS SERIES - HIROCOIN - How to set up wallet and how to mine
Post by: mmboulhosa on March 08, 2016, 12:16:39 AM
Great tutorial.I think the SP CCminer fork is faster than the tpruvot.(i had about 400kh/s difference in quark mining with a gtx 750 ti)


Title: Re: NOOBS TUTORIALS SERIES - HIROCOIN - How to set up wallet and how to mine
Post by: 3worlduser on March 08, 2016, 12:49:10 AM
Great tutorial.I think the SP CCminer fork is faster than the tpruvot.(i had about 400kh/s difference in quark mining with a gtx 750 ti)

I donīt have NVIDIA card so i canīt make any test  :( , any way iīll post SP CCminer following your advise.

http://cryptomining-blog.com/6365-updated-windows-binary-of-the-ccminer-1-5-78-git-fork-by-sp-for-maxwell/ (http://cryptomining-blog.com/6365-updated-windows-binary-of-the-ccminer-1-5-78-git-fork-by-sp-for-maxwell/)

is this version correct? remember HIRO is X11mod algo


Title: Re: NOOBS TUTORIALS SERIES - HIROCOIN - How to set up wallet and how to mine
Post by: MontyOnTheRun on March 08, 2016, 07:51:24 AM
First time miner here... I was looking for a noob altcoin guide and saw your guide and it seems quite straightforward so I'm going to try it.

Just syncing the wallet so I'll be back later with an update/questions - only 102 weeks behind lol


Title: Re: NOOBS TUTORIALS SERIES - HIROCOIN - How to set up wallet and how to mine
Post by: MontyOnTheRun on March 09, 2016, 07:34:18 AM
Ok the wallet finally synced and I launched sgminer

This screen pops up

https://i.imgur.com/BmVxV00.png

And then after 30 seconds or so sgminer crashes

I've got an ATI Radeon HD 5450 (I know it's a shit card lol)


Title: Re: NOOBS TUTORIALS SERIES - HIROCOIN - How to set up wallet and how to mine
Post by: 3worlduser on March 09, 2016, 07:57:55 AM
did you check your drivers? i got a hd 5570OC and this setup worked just fine


Title: Re: NOOBS TUTORIALS SERIES - HIROCOIN - How to set up wallet and how to mine
Post by: MontyOnTheRun on March 09, 2016, 08:01:24 AM
Didn't think of that, I haven't updated them for a long time.

I'll do that now

Thanks


Title: Re: NOOBS TUTORIALS SERIES - HIROCOIN - How to set up wallet and how to mine
Post by: MontyOnTheRun on March 09, 2016, 09:39:00 AM
Ok that worked. Windows Update and restarted my PC.

https://i.imgur.com/p0pd8ap.png

It looks like it is working - finding new blocks but I've no hashrate.

When I press G to bring up the GPU management screen

https://i.imgur.com/jOPtnRX.png

????


Title: Re: NOOBS TUTORIALS SERIES - HIROCOIN - How to set up wallet and how to mine
Post by: 3worlduser on March 09, 2016, 10:04:53 AM
in the conf file change the "gpu-threads" : "2"  to 1

Code:
"gpu-threads" : "2", (CHANGE THIS)

Windows update? you must download official drivers from official AMD website

Windows 7 32 bits ------> http://support.amd.com/en-us/download/desktop/legacy?product=legacy3&os=Windows%207%20-%2032 (http://support.amd.com/en-us/download/desktop/legacy?product=legacy3&os=Windows%207%20-%2032)

Windows 7 64 bits-------> http://support.amd.com/en-us/download/desktop/legacy?product=legacy3&os=Windows%207%20-%2064 (http://support.amd.com/en-us/download/desktop/legacy?product=legacy3&os=Windows%207%20-%2064)

That should do the trick



Title: Re: NOOBS TUTORIALS SERIES - HIROCOIN - How to set up wallet and how to mine
Post by: MontyOnTheRun on March 09, 2016, 07:44:47 PM
Ok, I did both set GPU-thread to 1 and update my drivers

Now the sgminer window opens for less than a second and then closes.

I may have to give up on this  >:(