We are working on it.
thanks downgreaded to older driver version still no work so that miner is last chance to get that windows rig running
Edit: i need to use feeleep75 nheqminer on my linux because your fork fails to build with:
collect2: error: ld returned 1 exit status
make: *** [nheqminer] Fehler 1
@peter_zcash Im building the Linux CPU miner from here GitHub - etherchain-org/nheqminer: Equihash miner for NiceHash
You might want to update the wiki as yours is incomplete
sudo apt-get upgrade
sudo apt-get update
sudo apt-get install cmake build-essential libboost-all-dev git qt5-default
git clone GitHub - etherchain-org/nheqminer: Equihash miner for NiceHash
cd nheqminer
mkdir build
cd build
qmake âŚ/nheqminer/nheqminer/nheqminer.pro
make
Itâs still not working though
Do I need anything else ?
We are getting ready for the launch and have switched the pool already in mainnet mode. This means that when Zcash launches we will not need to restart our stratum backend and all your miners will remain connected to the pool.
You can generate a Zcash mainnet address by running the Zcash wallet with testnet=0 and use the following RPC command: ./zcash-cli getnewaddress . This should give you an address that starts with t1 and should be usable on the mainnet. You will still be able to connect to the pool using a testnet address but in order to receive your funds you will need to provide us with a message that has been signed using your testnet address (can be done using the signmessage RPC command) in order to prove that you are indeed the owner of this account.
As soon as Zcash launches all balances will be cleared. Payments will be executed manually in the beginning to make sure everything is working properly.
I can follow this guide correct?
Do you know if this can be done w/ RC4 or will we need to wait for 1.0.0 to be released? (I canât imagine theyâll be changing the code from RC4 to 1.0.0 and these are the production parameter files for RC4 right?)
According to the latest block post of the Zcash team RC4 is equal to 1.0.0 except the genesis block. So all addresses created with RC4 in mainnet mode should continue to work.
Im sure it will get integrated in to nheqminer within the next day
Any news to mine with amd gpuâs on your pool? Now Genoils Zcash miner doesenât work with rx480, only with cpu. Maby adding eXtremal miner to your pool, any progress?
PS: My linux address start with tm not t1 on rc4
You need to set testnet=0 in your zcash.conf file
So, we can start all our miners now ? ⌠as long as we have a supposed mainnet address ?
When running ./zcash-cli getnewaddress I get a couldnât connect to server error
~/zcash/./src/zcashd -daemon
What should be in my zcash.conf
testnet=0
addnode=testnet.z.cash
rpcuser=zcashrcp
rcpassword=XXXXXXXXXXXXXXXXXXXXXXX
You will still be able to connect to the pool using a testnet address but in order to receive your funds you will need to provide us with a message that has been signed using your testnet address (can be done using the signmessage RPC command) in order to prove that you are indeed the owner of this account.
Can you please make this more clear?
agreed the wiki is not so helpful Iâm still trying to figure out this bit > cd to nheqminer root folder and run the following commands⌠hmm nheqminer root folder
I used:
testnet=0
addnode=mainnet.z.cash
peter_zcash
Hi,
Great work!
But I wanât to ask how to generate zcash wallet for windows 64x (AMD GPU) ?
Thank you in advance.
Nheqminer_v0.3 is out can you port it to flypool peter then we are able to mine with amd!!
Looks to be Windows only at this point, there is some hinting that another update will come out that supports Linux as well.