Thanks again for this useful guide! I’m getting out-of-mem errors with beta1, even with a m4.large with 8GB RAM. Weird cos I have no issues compiling on my local machine with 4GB RAM. Any ideas? Cheers! Tom
@Austin-Williams
Just wanted to say thank you for all the of the contributions that you have made. This guide is great. Looking forward to the test tomorrow.
Just out of curiosity, have you (or has anyone else) managed to mine on a t2.micro instance? I tried using the ami-d732f0b7 AMI using the v1.0.0-beta2 release and while I can launchzcashd it quickly dies due to a std::bad_alloc. Idle RAM usage seems to be around 120MB 50MB which implies you really do need the full gigabyte to mine.
Hello, and thank you @Austin-Williams for this very easy to use tutorial for mining Zcash on AWS. I follow up all the instruction till starting the zcash, after the tests set executed succesfully. I got the following error message launching ~/zcash/./src/zcash-cli getinfo after 1 hours:
“WARNING: check your network connection, 1 blocks received in the last 4 hours (96 expected)”
Do you know how long it takes for the testnet blockchain to synkronize ? or is it a real error ?
EDIT: I changed my post since, previously, I could not find tesnet3, when I later discovered it is under /.zcash folder and not /zcash, very noob mistake.
EDIT2: @Austin-Williams, problem was that the guide you wrote is still referring to Beta1 ($ git checkout v1.0.0-beta1), where now we have Beta2, so finally I was able to fix the problem. Thank you anyway !
is there a way to set this up to mine on a pool? ive installed and compiled all the needed things like you would on your own computer but this is what i get for ths miner and the nheqminer ?
./zcash-standalone-miner/src/zcash-miner -stratum=stratum+tcp://zec.suprnova.cc:21
42 -user=xdf.user -password=password -debug -printtoconsole
-bash: ./zcash-standalone-miner/src/zcash-miner: No such file or director