Payouts are automated
The min tx fee is 0.0002 so that is 20% if your threshold is 0.001
Ok but it’s already been over two weeks and a payout haven’t been done yet. I have a little more than 0.05. The payout is set to 0.001. So shouldn’t I be paid already?
has the US server difficulty been increased to match the others yet?
smth wrong with the pool. Unpaid balance was not change for more than an hour while the pool keeps pushing block submits
When I’m on my home directory in Linux, it won’t let me use “./nheqminer -l us1-zcash.flypool.org:3333 -u t-addr.worker1”
It gives me the error: “./nheqminer: Is a directory”
And when I use “nheqminer -l us1-zcash.flypool.org:3333 -u t-addr.worker1”
It gives me the error “nheqminer: command not found”
Did I do something wrong in the installation process? Or should I be in a certain directory when I run this command?
Thanks a ton!
I think it’s cd nheqminer/nheqminer/build or cd nheqminer/nheqminer/
I don’t have a nheqminer/nheqminer/build directory, and nheqminer/nheqminer/ is giving me the same errors. Have any other suggestions?
Which version are you using ?
run within the directory
Following the instructions on the GitHub repo, I just downloaded the most recent version of CPU_XENONCAT. I’m also using the latest version of Ubuntu (16.04).
sudo apt-get upgrade
sudo apt-get update
sudo apt install qt5-default
sudo apt-get install cmake build-essential libboost-all-dev
git clone GitHub - sarath-hotspot/nheqminer: Equihash miner for NiceHash
cd nheqminer/nheqminer
mkdir build
cd build
cmake …
make
be sure to be in
nheqminer/nheqminer/build
./nheqminer -l us1-zcash.flypool.org:3333 -u taddress.worker -t numberofcputhreads(75% works best)
That’s the one I use
You are a gentleman and a scholar! Its now working! Thanks a ton mate!
Last question: Is this the only program I need to be running? Or do I also need to run the zcash daemon as well?
This is standalone so no need to have zcashd running…
All you need to have is a T-Address (be sure to save your wallet.dat from Zcash folder or use something like an exchange T-Address Poloniex etc)
I’m running a program called ZCash Swing Wallet UI 0.38 (beta) and it generated a t-address for me to use. However, this gathers information from zcashd (the zcash daemon) and throws errors if its not running. I don’t know if it’d be better to create another t-address through Poloniex or if I should just use the t-address I already have. What are your thoughts?
Im wary of using 3rd party software TBTH.
You can use that one but need to start the daemon to sync the chain each time you want to send. Receiving is not a problem.
Alright! I have an account through Poloniex already, so I suppose it just comes down to getting another t-address and utilizing that address instead of my old one. Thanks a bunch for your assistance - you’ve been a huge help!
i use the zcash Swing wallet as i can control the private key and send the zec to polinex when i want to sell them
@peter_zcash
I am curious as to why when miner disconnects, pool shows 0 hashes almost immediately, while when it reconnects, you continue to show zero hashes for quite a while.
During this time of showing zero upon reconnect, does miner hash to the account or not?