Pages:
Author

Topic: [ANN][ZCC]ZcCoin with Nfactor=12 was launched on Aug. 8th (bter/cryptsy now) - page 2. (Read 43541 times)

hero member
Activity: 749
Merit: 503
Blockchain Just Entered The Real World
hey

we have added ZCC on Cryptonator.com - cryptocurrency converter

webmaster can check out our free customizable price tickers https://www.cryptonator.com/widget

there's also JSON API available for developers https://www.cryptonator.com/api

Example calls
https://www.cryptonator.com/api/ticker/zcc-btc
https://www.cryptonator.com/api/full/zcc-btc

cheers
full member
Activity: 157
Merit: 100
Hey,

I need a workign block explorer with API. Can you help? Wink
Hi, please see the following total moneysupply api:
http://www.zccoin.org/api/minted.php

I must be missing something - there's no block explorer there, just a number...
That's only moneysupply api for coincap. The block explorer is as below:
http://www.zccoin.org:8080/
hero member
Activity: 693
Merit: 500
Hey,

I need a workign block explorer with API. Can you help? Wink
Hi, please see the following total moneysupply api:
http://www.zccoin.org/api/minted.php

I must be missing something - there's no block explorer there, just a number...
full member
Activity: 157
Merit: 100
Hey,

I need a workign block explorer with API. Can you help? Wink
Hi, please see the following total moneysupply api:
http://www.zccoin.org/api/minted.php
full member
Activity: 182
Merit: 100
legendary
Activity: 1537
Merit: 1005
Hey,

I need a workign block explorer with API. Can you help? Wink
full member
Activity: 157
Merit: 100
New version 0.5.2.2 released to fix openssl heartbleed issue.
Download: https://app.box.com/s/j56hzbslyam4ds3jtaov
full member
Activity: 157
Merit: 100
Thanks for your sharing, and just put this in ANN as an example.
yes
fixed

working conf for 280x is

"api-allow" : "W:192.168.8.131,127.0.0.1",
"api-listen" : true,
"scrypt-chacha" : true,
"worksize" : "256",

"rawintensity" : "5120",
"buffer-size" : "2590",
"lookup-gap" : "8",
"auto-fan" : true,
"temp-target" : "73",
"temp-overheat" : "80",

"gpu-engine" : "1030",
"gpu-mclock" : "1500",

"gpu-powertune" : "20",

"nfmin" : "12",
"nfmax" : "30",
"starttime" : "1375817223",



"temp-cutoff" : "85",
"gpu-threads" : "1",
"queue" : "0",
"scan-time" : "1",

"no-submit-stale" : true,
"expiry" : "10"
}

sr. member
Activity: 264
Merit: 252
alt coins trader/miner.
yes
fixed

working conf for 280x is

"api-allow" : "W:192.168.8.131,127.0.0.1",
"api-listen" : true,
"scrypt-chacha" : true,
"worksize" : "256",

"rawintensity" : "5120",
"buffer-size" : "2590",
"lookup-gap" : "8",
"auto-fan" : true,
"temp-target" : "73",
"temp-overheat" : "80",

"gpu-engine" : "1030",
"gpu-mclock" : "1500",

"gpu-powertune" : "20",

"nfmin" : "12",
"nfmax" : "30",
"starttime" : "1375817223",



"temp-cutoff" : "85",
"gpu-threads" : "1",
"queue" : "0",
"scan-time" : "1",

"no-submit-stale" : true,
"expiry" : "10"
}
full member
Activity: 157
Merit: 100
Thanks for your sharing, and just put this in the ANN
If I'm not mistaken, Zcc is on N=14 now, so that config file posted is not going to work well any longer.  The following is for YACMiner - which is geared for mining coins with high N Factor https://github.com/thirtybird/yacminer

yacminer --scrypt-chacha --worksize 128 -g 1 --lookup-gap 8 --buffer-size 2590 -R 5120 -o stratum+tcp://: -u -p --nfmin 12 --nfmax 30 --starttime 1375817223

or try this if you only have 4 GB memory

yacminer --scrypt-chacha --worksize 128 -g 2 --lookup-gap 8 --buffer-size 1295 -R 2560 -o stratum+tcp://: -u -p --nfmin 12 --nfmax 30 --starttime 1375817223

If you're over 4 KH/sec with those settings, you're in the ballpark.  The higher the buffer-size you can allocate, the higher you can set -R.
 

member
Activity: 72
Merit: 10
hero member
Activity: 693
Merit: 500
If I'm not mistaken, Zcc is on N=14 now, so that config file posted is not going to work well any longer.  The following is for YACMiner - which is geared for mining coins with high N Factor https://github.com/thirtybird/yacminer

yacminer --scrypt-chacha --worksize 128 -g 1 --lookup-gap 8 --buffer-size 2590 -R 5120 -o stratum+tcp://: -u -p --nfmin 12 --nfmax 30 --starttime 1375817223

or try this if you only have 4 GB memory

yacminer --scrypt-chacha --worksize 128 -g 2 --lookup-gap 8 --buffer-size 1295 -R 2560 -o stratum+tcp://: -u -p --nfmin 12 --nfmax 30 --starttime 1375817223

If you're over 4 KH/sec with those settings, you're in the ballpark.  The higher the buffer-size you can allocate, the higher you can set -R.
 
sr. member
Activity: 264
Merit: 252
alt coins trader/miner.
280x

"api-allow" : "W:192.168.8.131,127.0.0.1",
"api-listen" : true,
"scrypt-chacha" : true,
"worksize" : "256",
"rawintensity" : "6411",
"buffer-size" : "2656",
"lookup-gap" : "2",
"auto-fan" : true,
"temp-target" : "73",
"temp-overheat" : "80",

"gpu-engine" : "1080",
"gpu-mclock" : "1500",

"gpu-powertune" : "20",

"nfmin" : "12",
"nfmax" : "30",
"starttime" : "1375817223",



"temp-cutoff" : "85",
"gpu-threads" : "1",
"queue" : "0",
"scan-time" : "1",
"thread-concurrency" : "16384",
"no-submit-stale" : true,
"expiry" : "10"
}

15khs

duno how to get more
member
Activity: 98
Merit: 10
help bat file add to 280x
full member
Activity: 157
Merit: 100
ZcCoin is based on scrypt-jane and Yacoin with Nfactor, therefore, LTC miner will not work and intensity should be low to avoid HW.
The normal hashrate for 7850 2G is 2.x K for your information.
HI,

i started to mine ZCcoin, found very interesting. I have problem with GPU miner, i have a lot HW errors. Tried with low intensity I 9, hash ~ 2 kh/s, tried with I 11, hash ~5 kh/s  the same HW errors. In 5 min i have got HW 35.

For example when i use cgminer 3.7.2 for Lite coin i dont have any problem with HW errors even with I 19.

My card is 7770 HD

My conf:

"intensity" : "11",
"vectors" : "1",
"worksize" : "256",
"kernel" : "scrypt",
"lookup-gap" : "0",
"thread-concurrency" : "8000",
"shaders" : "640",
"gpu-engine" : "1050",
"gpu-fan" : "0",
"gpu-memclock" : "1250",
"gpu-memdiff" : "0",
"gpu-powertune" : "0",
"gpu-vddc" : "0.000",
"temp-cutoff" : "95",
"temp-overheat" : "0",
"temp-target" : "0",
"api-port" : "4028",
"expiry" : "120",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "1",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "30",
"scrypt" : true,
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"

http://www.imagebam.com/image/5d4a2c316535757

Thank you for advice

I tried to mine trough pool. It says Pool difficulty 4, my Best Share for example 84 and nothing happen. No Accept no Reject Huh



hero member
Activity: 819
Merit: 502
HI,

i started to mine ZCcoin, found very interesting. I have problem with GPU miner, i have a lot HW errors. Tried with low intensity I 9, hash ~ 2 kh/s, tried with I 11, hash ~5 kh/s  the same HW errors. In 5 min i have got HW 35.

For example when i use cgminer 3.7.2 for Lite coin i dont have any problem with HW errors even with I 19.

My card is 7770 HD

My conf:

"intensity" : "11",
"vectors" : "1",
"worksize" : "256",
"kernel" : "scrypt",
"lookup-gap" : "0",
"thread-concurrency" : "8000",
"shaders" : "640",
"gpu-engine" : "1050",
"gpu-fan" : "0",
"gpu-memclock" : "1250",
"gpu-memdiff" : "0",
"gpu-powertune" : "0",
"gpu-vddc" : "0.000",
"temp-cutoff" : "95",
"temp-overheat" : "0",
"temp-target" : "0",
"api-port" : "4028",
"expiry" : "120",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "1",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "30",
"scrypt" : true,
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"

http://www.imagebam.com/image/5d4a2c316535757

Thank you for advice

I tried to mine trough pool. It says Pool difficulty 4, my Best Share for example 84 and nothing happen. No Accept no Reject Huh


full member
Activity: 157
Merit: 100
Hi all I want to mine ZCC but i cant with my cpu !!!

I downloaded the minerd created for scrypt jane!

I wanted to start it and share are not accepted it says

0/1 accepted (xx kh/s) (boooo!)

i read some forums how to set it!

I tired to set Ntime and etc but when i add that arguments in the .bat file the minerd pop up and then close....

I dont know how to mine now this coin, i cant find a guide or something like that. NOBODY wants to say how to mine theese coinsss.....
First thing to clarify, even for Nfactor=14, GPU is still much more efficient than CPU, for example:
HD7850 2G has 2K hash/s vs i7 less than 1 K
If you really want to mine ZCC with CPU, and please use one of the following cpuminers:
Binary cpuminer sse3 for 64 bit Windows
https://app.box.com/s/1qpcfzjrizunu6m9y0cc
https://docs.google.com/file/d/0B9cvOfoOekSdRWszZG1oaWNrUkU/edit?pli=1

Binary cpuminer avx for 64 bit Windows
https://app.box.com/s/gf8ugnioyhvglyrz59ro
https://docs.google.com/file/d/0B9cvOfoOekSdYVl1UmwwaDVlUDA/edit?pli=1

Please use minerd -a scrypt -o http://127.0.0.1:12210 -u user -p pass
member
Activity: 84
Merit: 10
Hi all I want to mine ZCC but i cant with my cpu !!!

I downloaded the minerd created for scrypt jane!

I wanted to start it and share are not accepted it says

0/1 accepted (xx kh/s) (boooo!)

i read some forums how to set it!

I tired to set Ntime and etc but when i add that arguments in the .bat file the minerd pop up and then close....

I dont know how to mine now this coin, i cant find a guide or something like that. NOBODY wants to say how to mine theese coinsss.....
full member
Activity: 157
Merit: 100

Charts are nice and all, but on bter.com can't even withdraw since 'ZCC withdrawal is disabled due to blockchain fork. ZCC 因网络分叉问题,暂停提取,稳定后开放。'.

Fork, where?  It looks like one pool has 90% of the hashing power.


ZCC forked around two months ago, and bter has not recovered withdraw.
However, it will some time later, and cryptsy/btc38 is OK now.
zvs
legendary
Activity: 1680
Merit: 1000
https://web.archive.org/web/*/nogleg.com

Charts are nice and all, but on bter.com can't even withdraw since 'ZCC withdrawal is disabled due to blockchain fork. ZCC 因网络分叉问题,暂停提取,稳定后开放。'.

Fork, where?  It looks like one pool has 90% of the hashing power.

Pages:
Jump to: