from the announce front page, wth is "zero classic"
Did someone really fork zero?
Yes. Zero did a fork to change some stuff, e.g. devs now get a small share of coin to push the development and for promoting it. Also it now has halving and thus a limited supply what was different before. Afaik one pool decided to stay on the old chain and thus created a new coin.
hey thanks! I did as you said and no, the profile example on "run miner with restart" was ZERO and the other was BTG. I changed both to BTCZ but no help as yet. "PROFILE=EXAMPLE_BTCZ" what's next?
I just tested a bit around a with your settings.
So, this should be the content of your
user_config.json:
{
"DEFAULTS" : {
"DEVICES" : "AUTO",
"APIPORT" : 0
},
"EXAMPLE_BTCZ" :
{
"COIN" : "BTCZ",
"POOLS" : [
{"POOL" : "mine-btcz-na.equipool.1ds.us",
"PORT" : "50063",
"USER" : "t1h7WGHNLx8hY97UerETfDPVfVj9QqNM94d.lolMiner",
"PASS" : "minpayout=1000"}]
}
}
And this should be the content of your
run_miner.bat:
@echo off
setlocal enableDelayedExpansion
set "PROFILE=EXAMPLE_BTCZ"
set "PARAMS=--profile %PROFILE%"
setx GPU_FORCE_64BIT_PTR 1
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100
lolMiner.exe !PARAMS!
timeout 10
Put both in the directory where the lolMiner.exe is places.
Then just double click on the run_miner.bat and you should mine fine

looks like when setting "--pass c=LTC" with zegpool, it still is sending "x" as password (according to zergpool display)
I will check this, usually it should work but will check and fix if not.
Hi there, I checked and found indeed that there was a small bug!I just updated the Linux download links to fix this. For Windows it will take approx 5-6 hours, because I am currently on the round with a Ubuntu Laptop only where I can not compile for Windows. I will give a notice when windows links are updated as well.
Thanks for reporting!
Ps:
For those who are interested in having their miner in their favorite Mining OS:
1) PIMP OS is currently testing their integration.
2) I had contact with SMOS. They will check if the miner is stable enough to include it
3) For Hive I am currently playing around with the custom miner integration. Looking good that this will work, so hope to present you the package here soon.