zcoinofficial (OP)
|
|
February 13, 2017, 09:49:02 AM |
|
are we on GPU block yet?
good question. can someone answer? or we still in testnet and people mining there. But at leat, devs are working, it makes me happy. Nice to see the price this days)) We're already fully migrated to the new algorithm. All the major pools have upgraded as well.
|
|
|
|
krile
|
|
February 13, 2017, 10:08:41 AM |
|
Can anyone please walk me through the steps to setup the GPU miner with SuprNova?
Suprnova -> help -> getting started. Same goes for any pool DNTM I keep getting the error when I try to run it. "The program can't start because VCRUNTIME140.dll is missing from your computer. Try reinstalling the program to fix this problem" After reading several posts regarding missing .dll files, I thought to share some information with anyone who is ever missing any .dll files. First, you can always do a Google search with the name of needed .dll file, & then download it after you've ensured it's legit/virus-free. There is also a website that I often use myself called dll-files.com. I have never had a problem with any of the .dll files I've downloaded from that website, but you should still always scan them first! For the record, I do not have any affiliation to this website.. Website: https://www.dll-files.com/This coin... None of the reported network hashrates are correct (suprnova, mph, chainz), I can't make heads or tails of the difficulty trying to calculate how long would it take to find a block with my hashrate and at times the wallet syncs slower than the speed of new blocks being found.
This... 250MHs reported by ccminer, not a single share accepted for hours. What is up with the numbers here, nothing is right I was having this same problem (as other have also mentioned). [Assuming you are mining on suprnova's pool] I tried using the various ports ocminer posted for different rigs (see the XZC suprnova main-page for port numbers), & was getting so many different outcomes with crazy results. In the end, the solution was patience - after about an hour of mining on the proper port, it seems everything has made itself stable, & I'm regularly accepting shares with a steady hashrate. Well patience did not help here. Left it running over night, not a single share accepted. Just the difficulty jumping up and down all the time. Maybe there is something wrong with ccminer on linux. Anyone having similar issues on linux?
|
|
|
|
ptrace
Newbie
Offline
Activity: 34
Merit: 0
|
|
February 13, 2017, 10:26:43 AM |
|
Any updates on the AMD Gpu-Miner? I compiled sgminer for linux and get only about 40MH/s per RX480.
If you are getting 40 MH/s then you got some nice future tech lol 40KH of cause, corrected it.
|
|
|
|
FFI2013
|
|
February 13, 2017, 01:15:18 PM |
|
Does anyone no how older r9 cards perform on this I have 290and390 and thinking of switching but I hate losing a day of mining to optimize my cards to a new coin
|
|
|
|
IOTUSA
|
|
February 13, 2017, 02:35:12 PM |
|
Does anyone no how older r9 cards perform on this I have 290and390 and thinking of switching but I hate losing a day of mining to optimize my cards to a new coin
There is no public miner that makes AMD cards useful. It's all botnets and private miners instamining for now.
|
|
|
|
melea
Member
Offline
Activity: 115
Merit: 10
Not B troll & do something!
|
|
February 13, 2017, 03:26:28 PM |
|
Does anyone no how older r9 cards perform on this I have 290and390 and thinking of switching but I hate losing a day of mining to optimize my cards to a new coin
There is no public miner that makes AMD cards useful. It's all botnets and private miners instamining for now. sgminer - AMD Download :https://github.com/djm34/sgminer-msvc2015/releases (by djm34) sgminer -a lyra2z -o stratum+tcp://
|
|
|
|
ZenFr
Legendary
Offline
Activity: 1260
Merit: 1046
|
|
February 13, 2017, 05:12:55 PM |
|
Any update of the Djinn34 CCMiner (nvidia/Ubuntu) in the next days (more than 0.0.1pre) ?
|
|
|
|
IOTUSA
|
|
February 13, 2017, 05:38:54 PM |
|
Does anyone no how older r9 cards perform on this I have 290and390 and thinking of switching but I hate losing a day of mining to optimize my cards to a new coin
There is no public miner that makes AMD cards useful. It's all botnets and private miners instamining for now. sgminer - AMD Download :https://github.com/djm34/sgminer-msvc2015/releases (by djm34) sgminer -a lyra2z -o stratum+tcp:// Useful. A hash rate of 1/5th of nVidia and on par with a CPU isn't useful.
|
|
|
|
YourMom420
|
|
February 13, 2017, 05:46:31 PM |
|
What are some good settings for an Rx 480 4gb?
|
|
|
|
ptrace
Newbie
Offline
Activity: 34
Merit: 0
|
|
February 13, 2017, 06:23:43 PM |
|
What are some good settings for an Rx 480 4gb?
Try these: Will still be just ~220KH/s.
|
|
|
|
kiranrh
Member
Offline
Activity: 110
Merit: 10
|
|
February 13, 2017, 06:25:44 PM |
|
What are some good settings for an Rx 480 4gb?
Try these: Will still be just ~220KH/s. On which port ? 1569 or 1596?
|
|
|
|
doktor83
|
|
February 13, 2017, 06:32:33 PM |
|
dont be funny, use this :
--xintensity 256 -w 12
|
|
|
|
joblo
Legendary
Offline
Activity: 1470
Merit: 1114
|
|
February 13, 2017, 06:56:52 PM |
|
What are some good settings for an Rx 480 4gb?
Probably off.
|
|
|
|
|
coins101
Legendary
Offline
Activity: 1456
Merit: 1000
|
|
February 13, 2017, 07:48:47 PM |
|
What are some good settings for an Rx 480 4gb?
Probably off. That's quite funny But seriously - can anyone provide some guidance on the question?
|
|
|
|
barrysty1e
|
|
February 13, 2017, 07:49:37 PM |
|
sudo su passwd (enter a new root password, yr gnna do just as equal damage with sudo..) apt-get update apt-get install -y build-essential automake autoconf pkg-config libcurl4-openssl-dev libjansson-dev libssl-dev libgmp-dev git screen git clone https://github.com/zcoinofficial/cpuminer-xzccd cpuminer-xzc ./autogen.sh ./build.sh ./cpuminer -a lyra2z -o stratum+tcp://xzc.suprnova.cc:1598 -u barrystyle.0 -p x -q or apt-get update && apt-get install -y build-essential automake autoconf pkg-config libcurl4-openssl-dev libjansson-dev libssl-dev libgmp-dev git screen && git clone https://github.com/zcoinofficial/cpuminer-xzc && cd cpuminer-xzc && ./autogen.sh && ./build.sh && ./cpuminer -a lyra2z -o stratum+tcp://xzc.suprnova.cc:1598 -u barrystyle.0 -p x -q sometimes
|
my father wears sneakers in the pool
|
|
|
ZenFr
Legendary
Offline
Activity: 1260
Merit: 1046
|
|
February 13, 2017, 08:13:43 PM |
|
What are some good settings for an Rx 480 4gb?
Try these: Will still be just ~220KH/s. Lesss than a core i3 4330T @25 W :-) (2 cores, HT desactivated).
|
|
|
|
barrysty1e
|
|
February 13, 2017, 09:04:12 PM |
|
i love the amd vs nvidia trashtalk here, cracks me up. i mean, it only took nvidia 7 years to catch up, now that they're in bed with google.
|
my father wears sneakers in the pool
|
|
|
joblo
Legendary
Offline
Activity: 1470
Merit: 1114
|
|
February 13, 2017, 09:58:32 PM |
|
i love the amd vs nvidia trashtalk here, cracks me up. i mean, it only took nvidia 7 years to catch up, now that they're in bed with google.
I thought it was more GPU vs CPU. The only knock against AMD here is the ancient unoptimized Lyra2 base. The Nvidia Lyra2 base was recently optimized to double its performance giving it a leg up. But CPU is still the winner.
|
|
|
|
Vultron
Newbie
Offline
Activity: 18
Merit: 0
|
|
February 14, 2017, 12:24:20 AM |
|
|
|
|
|
|