I did not receive a payment, my pending is 0.07 zec and i set the minimum to 0.05 last night…
z-addr anonymous transactions can take HOURS to transfer… trust me i found out the hard way too… thought my ZCash was gone
but its all cool, just wait it out
at some point during the night my client stopped getting work. it was working fine earlier, and if i switch back to the suprnova version it works fine.
Setting log level to 2
[2016-10-29 07:17:58.044847][0x00003480]: Using SSE2: YES
[2016-10-29 07:17:58.048350][0x00003480]: Using AVX: YES
[2016-10-29 07:17:58.049852][0x00003480]: Using AVX2: YES
[2016-10-29 07:17:58.050853][0x00002e44]: stratum | Starting miner
[2016-10-29 07:17:58.052855][0x00001dd4]: miner#0 | Starting thread #0 (CPU-XENONCAT-AVX2)
[2016-10-29 07:17:58.053355][0x00003f98]: miner#1 | Starting thread #1 (CPU-XENONCAT-AVX2)
[2016-10-29 07:17:58.053855][0x000005a0]: miner#3 | Starting thread #3 (CPU-XENONCAT-AVX2)
[2016-10-29 07:17:58.053855][0x00003f8c]: miner#4 | Starting thread #4 (CPU-XENONCAT-AVX2)
[2016-10-29 07:17:58.054356][0x00003fe0]: miner#5 | Starting thread #5 (CPU-XENONCAT-AVX2)
[2016-10-29 07:17:58.054356][0x00003c04]: miner#6 | Starting thread #6 (CPU-XENONCAT-AVX2)
[2016-10-29 07:17:58.053355][0x0000263c]: miner#2 | Starting thread #2 (CPU-XENONCAT-AVX2)
[2016-10-29 07:17:58.069371][0x00002e44]: stratum | Connecting to stratum server equihash.us1-zcashz.flypool.org:3333
[2016-10-29 07:17:58.069371][0x00003324]: miner#7 | Starting thread #7 (CPU-XENONCAT-AVX2)
[2016-10-29 07:17:58.149948][0x00002e44]: stratum | Connected!
[2016-10-29 07:18:08.457813][0x00003480]: Speed [300 sec]: 0 I/s, 0 Sols/s
[2016-10-29 07:18:18.503931][0x00003480]: Speed [300 sec]: 0 I/s, 0 Sols/s
[2016-10-29 07:18:28.562189][0x00003480]: Speed [300 sec]: 0 I/s, 0 Sols/s
[2016-10-29 07:18:38.628314][0x00003480]: Speed [300 sec]: 0 I/s, 0 Sols/s
[2016-10-29 07:18:48.689947][0x00003480]: Speed [300 sec]: 0 I/s, 0 Sols/s
[2016-10-29 07:18:58.743060][0x00003480]: Speed [300 sec]: 0 I/s, 0 Sols/s
[2016-10-29 07:19:08.794668][0x00003480]: Speed [300 sec]: 0 I/s, 0 Sols/s
[2016-10-29 07:19:18.858291][0x00003480]: Speed [300 sec]: 0 I/s, 0 Sols/s
[2016-10-29 07:19:28.917923][0x00003480]: Speed [300 sec]: 0 I/s, 0 Sols/s
[2016-10-29 07:19:39.003064][0x00003480]: Speed [300 sec]: 0 I/s, 0 Sols/s
[2016-10-29 07:19:49.057690][0x00003480]: Speed [300 sec]: 0 I/s, 0 Sols/s
[2016-10-29 07:19:59.109297][0x00003480]: Speed [300 sec]: 0 I/s, 0 Sols/s
[2016-10-29 07:20:09.160409][0x00003480]: Speed [300 sec]: 0 I/s, 0 Sols/s
[2016-10-29 07:20:19.207014][0x00003480]: Speed [300 sec]: 0 I/s, 0 Sols/s
[2016-10-29 07:20:29.270134][0x00003480]: Speed [300 sec]: 0 I/s, 0 Sols/s
[2016-10-29 07:20:39.331754][0x00003480]: Speed [300 sec]: 0 I/s, 0 Sols/s
[2016-10-29 07:20:49.396877][0x00003480]: Speed [300 sec]: 0 I/s, 0 Sols/s
[2016-10-29 07:20:59.461999][0x00003480]: Speed [300 sec]: 0 I/s, 0 Sols/s
[2016-10-29 07:21:09.521619][0x00003480]: Speed [300 sec]: 0 I/s, 0 Sols/s
[2016-10-29 07:21:19.576231][0x00003480]: Speed [300 sec]: 0 I/s, 0 Sols/s
[2016-10-29 07:21:29.638851][0x00003480]: Speed [300 sec]: 0 I/s, 0 Sols/s
[2016-10-29 07:21:39.711482][0x00003480]: Speed [300 sec]: 0 I/s, 0 Sols/s
[2016-10-29 07:21:49.779107][0x00003480]: Speed [300 sec]: 0 I/s, 0 Sols/s
[2016-10-29 07:21:59.835723][0x00003480]: Speed [300 sec]: 0 I/s, 0 Sols/s
Miners are still getting work done but showing down on the pool…
my miner clearly isn’t doing anything, i’ll keep it running as cpu only in the background while i mine suprnova and switch back when i see it’s getting work
You can modify nicehash nheqminer to run Flypool on Ubuntu 14 by following these instructions:
- sudo apt-get install cmake build-essential libboost-all-dev
- git clone GitHub - nicehash/nheqminer: Equihash miner for NiceHash
- cd nheqminer/nheqminer
- nano main.cpp
- find rows 149-150 and replace:
std::string host = “equihash.” + location + “.nicehash.com”;
std::string port = “3357”; - with the Flypool server information:
std::string host = " eu1-zcash.flypool.org";
std::string port = “3333”;
- mkdir build
- cd build
- cmake …
- make
To run:
./nheqminer -u YOUR_TADDRESS.rig1
If you find this helpful, please donate:
t1NF6yLUxAAttibU8mzfX86o8aWLcqF38DX
Im using Saraths Nicehash 3a fork showing 0h/s
The CPU and GPU miner fork from etherpool.org is showing solutions…
What happend to the pool? I was mining just fine and now all my 3 workers using nheqminer is dead showing 0/0 (after relaunching) or the old ones just saying Invalid Shares, the fuck, im angry
guys wtf ?? why i cant start mine on r7 370?
my driver 16.1
i start with parameters
genoil.exe -c zec-eu.suprnova.cc:2142 -u rolik2001.x -p x -P 0 -g 0 -i 13
after start i receive mesage
you driver amd was restarted
Classic crash. Windows 10 crashes for me aswell.
wtf is going on, stats are not updating at all, no payments are sent out… flypool admin, what is going on !!!
What time zone is that? Could be that the block reward was lower at that time.
(Block#/20000)* 12.5 * 0.8 = Block reward
devs are you here ??
Use coinmine.pl
I confirm that this legit pool,I got my ZEC to Polo now.
it seems to be an issue with the US server, i switched to EU and it’s fine.
According to FlyPool I got a payout to an z address yesterday. But “zcash-cli getinfo” showed no balance, even after hours. Today FlyPool posted a message on their site Saying payouts to z addresses is currently not working due to a bug in the Zcash software. However, when using “zcash-cli z_listreceivedbyaddress “address”” the payout shows up. But sending it from my z address to a t address fails.
What is going on?! Zcash turns out to be really frustrating.
Is my payout to the z address lost?
yes but mine is a t add have a look t1PxPHDj3CGKNkSGrrUH957q1LMEbCEjke3
Is this pool even legit? I’m waiting for payment for the last 15 hours…
Im getting massive amounts of rejected shares…
Give it a minute or two to load up, used to happen when I tried mining monero, rejected shares for the first minute or two.