yes … you are right !!! … will update it right away …
nginx is at the /home/user
yes … you are right !!! … will update it right away …
nginx is at the /home/user
cp -r /home/user/ZEC/pooljs/coins-for-all/webapp/* /home/user/ZEC/nginx/html
the line i read was missing /home/user/ZEC/nginx/html
hai megacrypto,
i try to virtualbox ubuntu 14.04,works on compile file,but why connections refused when i try to mine (nheqminer cpu).
report is:could not connect to stratum server,connection refused
its actually ok to have the nginx installation folder anywhere as long as you define it correctly anywhere its required, like:
cd /home/user/nginx/conf
nano nginx.conf
and like you mentioned
cd /home/user/ZEC/pooljs/coins-for-all/webapp
cp -r /home/user/ZEC/pooljs/coins-for-all/webapp/* /home/user/nginx/html
and also in the bash script
echo “Starting Nginx”
sudo nginx/sbin/nginx
its all relative to which folder you are on, and what you are trying to run & where its located
can you provide more info like:
Ok, I i’m stuck. I’m using claymore. I can connect to my stratum, but I get the error below:
Update:
I changed it to :
ZecMiner64.exe -zpool 192.168.1.118:3357 -zwal t1guEEpcz39uJuYb8RrDer44m44t4eux1cs.480X5 -zpsw x
But now get this in claymore:
Miner detected that you use local pool or local proxy.
This mode is not currently supported and will cause less performance.
ZEC: Share accepted (16 ms)!
ZEC: 11/29/16-01:48:24 - SHARE FOUND - (GPU 0)
Miner detected that you use local pool or local proxy.
This mode is not currently supported and will cause less performance.
ZEC: Share accepted (16 ms)!
ZEC: 11/29/16-01:48:24 - SHARE FOUND - (GPU 5)
Miner detected that you use local pool or local proxy.
This mode is not currently supported and will cause less performance.
i myself am running linux so havent tried claymore’s, but this is from Zogpool’s mining info page:
example Claymore config
Config file :
-zpool zogpool.org:3357
-zwal t1PGgRgVQ14utsD7mp2dzGdykTDFUCKzPQ5.euclid
-zpsw x
-allpools 1
-mport 0
Hi! Could you please write a HOWTO? I believe I am able to deploy the pool, but I need a steb-by-step HOWTO for it… ![]()
I can’t open your web page. Please check if your pool is up and OK.
I have linux and windows machines.
Silentarmy v5 Linux: seems fine
Optiminer does not connect.
Claymore reports: ZEC - Total Speed: 1032.456 H/s, Total Shares: 1737, Rejected: 2, Time: 00:16
ZEC: GPU0 188.592 H/s, GPU1 188.978 H/s, GPU2 180.700 H/s, GPU3 138.946 H/s, GPU4 187.678 H/s, GPU5 147.563 H/s
ZEC: 11/29/16-03:11:13 - SHARE FOUND - (GPU 0)
Miner detected that you use local pool or local proxy.
This mode is not currently supported and will cause less performance.
My proxy reports 690+ h/s and going up.
Should my .zcash/zcash.conf have anything in particular?
Should I change the 127.0.0.1 ip addresses in the configurations to 192.168.1.118 (the ethernet adapter IP versus localhost designation)?
the zcashd node reports:
Anyway the node information and the fact that optiminer is not working + claymore is giving me the local/proxy error is cause for concern.
please note that i did not write that code … i merely got it to work in my environment and i thought i’d share what i got working with everybody … i myself am not a very experienced coder when it comes to mining and miners … so unfortunately i will not have all the answers for you.
i know the code is working because as far as i know its the same code that is running on zogpool & luckpool, and they have found blocks and all workers got paid correctly (including myself on zogpool). The original code by eXtermal is what i have described (and i have running on my local pool).
Having said that, in regards to zcash.conf, i didnt have anything there except the usual mainnet, rpcuser & rpcpassword (which is the default for zcashd). even the p2pport is defined when running zcashd and not in the conf file.
it could be that claymore is putting some restrictions in his code to slow down the miner if using local pool … i don’t know honestly … but this could be easily found out from either his thread here or on bitcointalk
i mostly used nheqminer & silentarmy on my own local pool
i’m very sorry that i was not of much help to you, but like i said, i’m really not a coder when it comes to mining, and i’m still trying to figure my way around all the python, c++, nodejs, and all that past many years of knowledge that one has to catch up with, if one wants to learn the inner workings of things … i’m only 30 or so days old in this world and i can only put a few hours a day into expanding my knowledge so its taking more time than usual ( plus im getting old to learn new things
)
No worries, You have been helpful.
If Zcashd defaults to mainnet by default, then I should not have to edit zcash.conf file.
I think these messages are fairly normal. I could test by putting the local node on digital ocean or a different VLAN.
I’m at 3320.532 sols/s and counting. Lets hope I find a block. Thank you very much for your help. I will tip as soon as make some ZEC.
now we are talking
… just kidding :)))
hope you find the block soon :))
Found my mistake. Misread build to mean compile in my head instead of reading the next line. zcash built perfect.
I do not have a .zcash folder. Do I configure zcash as in the setup instructions:
Create the ~/.zcash directory and place a configuration file at ~/.zcash/zcash.conf using the following commands:
mkdir -p ~/.zcash
echo “addnode=mainnet.z.cash” >~/.zcash/zcash.conf
echo “rpcuser=username” >>~/.zcash/zcash.conf
echo “rpcpassword=head -c 32 /dev/urandom | base64” >>~/.zcash/zcash.conf
or do I just create the folder, then add the files?
Was mirgrating to a better connection ubucation.
Now its definively up and running ![]()
Feel free to check it and mine a bit ![]()
Fees at at 0% ofc.
either way will work
the
will work, or you can make it yourself and then add the files to that folder
its important that you run zcashd first and leave it until it sync’s with the network before running the pool!
will I see it running?
Need help now i’m syncronizing but i get an erro : Error openeing block database but the sync i working any ideea how to correct this?
you can through
screen -r zecnode
and to exit screen just press ctrl+a followed by ctrl+d