Ask AI on The Internet
Ask Another Question Browse Other QuestionsQuestion: run cpuminer with this .json config: { "_comment1" : "Any long-format command line argument ", "_comment2" : "may be used in this JSON configuration file", "api-bind" : "127.0.0.1:4048", "url" : "stratum+tcp://yespowerR16.na.mine.zpool.ca:6534", "user" : "D7qgtgw6CibcY4SGnFNoNmcYiJyMCs7P4o", "pass" : "c=DGB", "algo" : "yespowerr16", "threads" : 0, "cpu-priority" : 0, "cpu-affinity" : -1, "benchmark" : false, "debug" : false, "protocol": false, "quiet" : false }
The command to run cpuminer with the above configuration is: ./cpuminer -o stratum+tcp://yespowerR16.na.mine.zpool.ca:6534 -u D7qgtgw6CibcY4SGnFNoNmcYiJyMCs7P4o -p c=DGB --api-bind 127.0.0.1:4048 --algo yespowerr16 --threads 0 -- cpu-priority 0 --cpu-affinity -1 --benchmark 0 --debug 0 --protocol 0 --quiet 0
March 1, 2023, 8:16 p.m.
Think your answer is better than the AI's? Post it below.
Question Tags
If you want your question answered by an AI, click here.
Comment Section
Please log in or sign up to post a comment.