Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Value "pool_list" #478

Open
amrap1 opened this issue Jan 28, 2018 · 2 comments
Open

Missing Value "pool_list" #478

amrap1 opened this issue Jan 28, 2018 · 2 comments

Comments

@amrap1
Copy link

amrap1 commented Jan 28, 2018

Very basic understanding of programming. Value usually means parameter that needs defining. I tried adding the following lines above "pool_address"

"pool_list" : "1" *since I have 1 pool listed OR
"pool_list" : "" OR
"pool_list" : "pool.supportxmr.com:3333"

everything I put after pool_list" : returns unexpected type

am I close to figuring it out?

@cphine
Copy link

cphine commented Feb 7, 2018

I'm also very new to this, but the settings in my config file for "pool list" are set by XMR-Stak automatically when run the first time. It asks all the questions in the command window and the answers are used to create the config file. In mine, the result looks like this:

"pool_list" :
[
{"pool_address" : "us-east.cryptonight-hub.miningpoolhub.com:20596", "wallet_address" : "Xian77.3", "pool_password" : "x", "use_nicehash" : false, "use_tls" : true, "tls_fingerprint" : "", "pool_weight" : 1 },
],

Try deleting the config file in the XMR-Stak folder and running the xmr-stak application to let it do the setup.

Hope that is correct and I'm not speaking out of turn as a noob.
Cheers,
Christian

@amrap1
Copy link
Author

amrap1 commented Feb 10, 2018

yea....that did it.

New problem. Old Computer. Phenom ii x 2 CPU doesn't support AES, so hash rate is 30 h/s. No graphics card so....Time for an upgrade or two....

Ed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants