open-ethereum-pool icon indicating copy to clipboard operation
open-ethereum-pool copied to clipboard

./config.json weird output

Open AngeloPauli opened this issue 5 years ago • 4 comments

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

AngeloPauli avatar Dec 10 '20 16:12 AngeloPauli

How are you running config.json? That holds settings and does not need to be executed

mikeyb avatar Dec 10 '20 17:12 mikeyb

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

AngeloPauli avatar Dec 10 '20 18:12 AngeloPauli

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!

AngeloPauli avatar Dec 10 '20 18:12 AngeloPauli

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.

69fordf100 avatar Jan 09 '21 19:01 69fordf100