zack-bitcoin / amoveo-mining-pool

mining pool software for amoveo
15 stars 17 forks source link

Node is not running #12

Open Boyceman opened 6 years ago

Boyceman commented 6 years ago

log is Node is not running after sh start.sh

➜ amoveo-mining-pool git:(master) ✗ sh attach.sh Node is not running! ➜ amoveo-mining-pool git:(master) ✗ sh start.sh ===> Verifying dependencies... ===> Compiling amoveo_mining_pool ===> Verifying dependencies... ===> Compiling amoveo_mining_pool ===> Starting relx build process ... ===> Resolving OTP Applications from directories: /Users/liubc/Documents/amoveo-mining-pool/_build/prod/lib /Users/liubc/Documents/amoveo-mining-pool/apps /usr/local/Cellar/erlang/20.3.6/lib/erlang/lib /Users/liubc/Documents/amoveo-mining-pool/_build/prod/rel ===> Resolved amoveo_mining_pool-0.1.0 ===> Including Erts from /usr/local/Cellar/erlang/20.3.6/lib/erlang ===> release successfully created! ➜ amoveo-mining-pool git:(master) ✗ sh attach.sh Node is not running!

Stoner19 commented 6 years ago

You can't run the pool without running a full node. I'd suggest you start here: https://github.com/zack-bitcoin/amoveo/blob/master/docs/getting-started/turn_it_on.md

Boyceman commented 6 years ago

ok~ I running a full node in a docker container, mining pool was running at local computer, out of docker container, i mapped docker's port. i can run a full node locally, but docker's way is not accessible?