you can always stop it , deleted the contents of the ./zcash folder (except the files we put there) and re-run it again … it will start from the beginning !!
but dont delete zcash.conf , poolrestapi.cfg , zcash.cfg
the rest you can delete
you can always stop it , deleted the contents of the ./zcash folder (except the files we put there) and re-run it again … it will start from the beginning !!
the rest you can delete
Ok ty i’ll try (20 charr)
ok, see it. block height is what has to sync, correct?
yup …
is the #!/bin/bash correct?
yes thats seems right
i’ve wanted to make everything from scratch but at this step cmake …/src -DROOT_SOURCE_DIR=/home/ivcelmik/ZEC i get this error
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
POOLCOMMON_LIBRARY
linked by target “pool_frontend_zcash” in directory /home/ivcelmik/ZEC/pool_frontend_zcash/src
POOLCORE_LIBRARY
linked by target “pool_frontend_zcash” in directory /home/ivcelmik/ZEC/pool_frontend_zcash/src
– Configuring incomplete, errors occurred!
See also “/home/ivcelmik/ZEC/pool_frontend_zcash/x86_64-Linux/CMakeFiles/CMakeOutput.log”.
See also “/home/ivcelmik/ZEC/pool_frontend_zcash/x86_64-Linux/CMakeFiles/CMakeError.log”.
any sugestions
delete all everything … leave
/home/ivcelmik/.zcash (empty it except the config files)
/home/ivcelmik/.zcash-params
delete all the ZEC folder & download all again … they don’t take much time (only the fetch params & maybe the compile of zcash do)
For those of you with your stratum pools up: If you type “Screen -r zecnode”, what does your solutions per second on the node say? To exit the screen safely do the following sequence:
Mine reports this:"
Since starting this node 9 hours, 16 minutes, 2 seconds ago:
Yet on my stratum webpage it shows i’m hashing ~3500 h/s
Please let me know if your zecnode screen reports much higher numbers and if you are running gpu only.
the pool handles all your hashing and not the node, so unless you are running the node with gen=1 which will mine on its own away from the pool, unless you have that, the Sols/s rate in the node won’t show much.
think of it like this, the pool is a layer on top of the node that is like one big miner working on its own, the node is only the medium to sync with the network.
and btw, i wouldn’t recommend doing the gen=1 on the pool server, it will just occupy the cpu with more processing with very little outcome
i hope this makes any sense
good to know, thank you.
I get this error
starting up ZEC Pool
Starting ZEC node
Starting Frontend
Starting Rest API
Starting Nginx
nginx: [error] ngx_http_cxxrest_pass_handler: got destination: api_backend
this is not an error as it was pointed out … its just a debug msg
So it’s working? or?
if you have zcashd node synced … then if you type screen -r zecpool you should see your pool in action
also browse to it from your web browser
it’s working i can acces it with myu local ip finally
Wow! it is working. can’t believe I was able to get going. I learned a lot, but still need to learn more! This is so cool. Thank you for your help and I will be taking care of all!
I the backend i still have the error : Error opening block database.
Do you want to rebuild the block database now?
i really havent seen that error before … but we are on the zcash forum so no worries this is more related to the zcashd node … so i would start a new thread with this and i’m sure you’ll get the solution right away.
but … have you waited until zcash was synced with the network ? if it did , it should look something like this:
I’ll wait to sync and the we’ll see if this error still exist