./config.json weird output
Hello,
I've installed all the required things and followed the instructions. After I run config.json I get the following output but I don't know why.
./config.json: line 2: threads:: command not found
./config.json: line 3: coin:: command not found
./config.json: line 4: name:: command not found
./config.json: line 6: proxy:: command not found
./config.json: line 7: enabled:: command not found
./config.json: line 8: listen:: command not found
./config.json: line 9: limitHeadersSize:: command not found
./config.json: line 10: limitBodySize:: command not found
./config.json: line 11: behindReverseProxy:: command not found
./config.json: line 12: blockRefreshInterval:: command not found
./config.json: line 13: stateUpdateInterval:: command not found
./config.json: line 14: difficulty:: command not found
./config.json: line 15: hashrateExpiration:: command not found
./config.json: line 17: healthCheck:: command not found
./config.json: line 18: maxFails:: command not found
./config.json: line 20: stratum:: command not found
./config.json: line 21: enabled:: command not found
./config.json: line 22: listen:: command not found
./config.json: line 23: timeout:: command not found
./config.json: line 24: maxConn:: command not found
./config.json: line 25: },: command not found
./config.json: line 27: policy:: command not found
./config.json: line 28: workers:: command not found
./config.json: line 29: resetInterval:: command not found
./config.json: line 30: refreshInterval:: command not found
./config.json: line 32: banning:: command not found
./config.json: line 33: enabled:: command not found
./config.json: line 34: ipset:: command not found
./config.json: line 35: timeout:: command not found
./config.json: line 36: invalidPercent:: command not found
./config.json: line 37: checkThreshold:: command not found
./config.json: line 38: malformedLimit:: command not found
./config.json: line 39: },: command not found
./config.json: line 40: limits:: command not found
./config.json: line 41: enabled:: command not found
./config.json: line 42: limit:: command not found
./config.json: line 43: grace:: command not found
./config.json: line 44: limitJump:: command not found
./config.json: line 46: syntax error near unexpected token }' ./config.json: line 46: }'
Thanks for the help Regards
How are you running config.json? That holds settings and does not need to be executed
I don't have that much experience with this. ./build/bin/open-ethereum-pool config.json doesn't work. Output: ./build/bin/open-ethereum-pool config.json -su: ./build/bin/open-ethereum-pool: No such file or directory
I'm trying to create a pool based on this tutorial: https://steemit.com/ethereum/@kev626/how-to-make-an-ethereum-mining-pool Had issues with the go install but I've version 1.9.1!
I'm trying to create a pool based on this tutorial: https://steemit.com/ethereum/@kev626/how-to-make-an-ethereum-mining-pool Had issues with the go install but I've version 1.9.1!
I'm also trying to get a personal pool going. had some luck with this page
https://docs.ether1.org/pools-and-mining/setup-ether-1-mining-pool-on-ubuntu
but also have found that some of the files needed to be fix according to this issue.
https://github.com/sammy007/open-ethereum-pool/issues/463
after that, i was able to get the make file to build the config that i needed.