I have this info since few hours ago and no updates:
~/zcash/./src/zcash-cli getinfo
{
“version” : 1000050,
“protocolversion” : 170002,
“walletversion” : 60000,
“balance” : 0.00000000,
“blocks” : 1575,
“timeoffset” : 0,
“connections” : 8,
“proxy” : “”,
“difficulty” : 59487.27717076,
“testnet” : false,
“keypoololdest” : 1477826529,
“keypoolsize” : 30001,
“paytxfee” : 0.00000000,
“relayfee” : 0.00005000,
“errors” : “”
}
I followed this guide: https://github.com/Austin-Williams/zcash-guides/wiki/Guide-to-Mining-Zcash-on-Amazon-EC2
Please help me to get it working - been at my desk for 16 hours already and it is still not working - amazon is already charging me ;(
so sad, I don’t get any help
not going to make a cent solo mining on amazon, check my post here:
hi all, now for the 'not waste of time' version of mining zcash on amazon ec2. use spot instances, around 32-64 cpus is fine. paste the below into userdata, when setting up yr instances (this mines against zec.suprnova.cc) have fun, james
#!/bin/bash
sudo apt-get update
sudo apt-get install -y cmake build-essential libboost-all-dev git
git clone https://github.com/ocminer/nheqminer.git
cd nheqminer/nheqminer
mkdir build
cd build
cmake ..
make
./nheqminer -u <username.worker>
to mine against o…
Thank you… I don’t really know how to integrate in my ubuntu
Hi,
I have setup zcash mining with amazon for couple of hours. I would like to know if the one you get mining with zcash is a whole number unlike bitcoins where we can be able to mine in fractions of btc?
Here is my current stats:
~/zcash/./src/zcash-cli getinfo
{
“version” : 1000050,
“protocolversion” : 170002,
“walletversion” : 60000,
“balance” : 0.00000000,
“blocks” : 1650,
“timeoffset” : 0,
“connections” : 8,
“proxy” : “”,
“difficulty” : 57566.52269091,
“testnet” : false,
“keypoololdest” : 1477826529,
“keypoolsize” : 30000,
“paytxfee” : 0.00000000,
“relayfee” : 0.00005000,
“errors” : “”
}
Thanks all!