Post
Topic
Board Pools (Altcoins)
Re: █▓▒░-< [ZPOOL.CA][HashTap™][FlexFee™] The miners multipool >-░▒▓█
by
PD107
on 25/09/2017, 19:31:50 UTC
hi all.
where can I download cpuminer-opt/3.6.7?
how to configure it?
Hi!
I'm using this one: https://bitcointalk.org/index.php?topic=1326803.0
Yeah, I saw this topic. Downloaded https://github.com/JayDDee/cpuminer-opt
But what to do next I do not understand... How to set up a Zpool and my wallet BTC?

I've made a bat file to start the miner.
First you have to find out what instruction set does your cpu support. (Download and install cpu-z, and look for "Instructions" section, one of mine supports only aes and sse42)
You can open notepad and place the miner exe wallet address etc in it.
For example:
Code:
cpuminer-aes-sse42.exe -a m7m -o stratum+tcp://m7m.mine.zpool.ca:6033 -u -p c=BTC -t 2
You can replace -a m7m with the algo you want (-a xevan, -a x11...)
You should replace the server address and port to whatever you want to mine.
And you should pass the number of threads at -t, my cpu has only two cores and does not support HyperThreading, so I use -t 2, but my I7 cpu has 4 cores with HT, that's 8 threads (-t 8 ).
After you've set everything you can save the file (Save as...) in bat format, just type something like start.bat at filename, and save it in the same folder where the miner .exe files are located.