Closed 7022Andre closed 6 years ago
Hi there, you know how to configure the wallet address and pool address using command line ?
I currently stuck at configuration and the error I receive when running python sumominer.py
is sumominer.py: cannot connect to X server
. Thank you !
@themyth92 You can change the wallet and pool directly in sumominer but it sounds like sumominer isn't executing. Have you tried to search for the error on stackoverflow, ...?
No, I have not found any solutions for command line, so I switch to using xmr-stak for my ubuntu instead.
Good idea. Closing this issue
Sorry for opening an issue for this. I will also create a pull request to add these instructions to the README.
I had pretty much the same issues compiling and executing SumoEasyMiner as most people here.
My system (you can check the installed and to be installed version by executing
sudo apt-cache policy [package-name]
).Here are the steps to get it to work:
sudo apt-get install cmake gcc python-dev python-pip python-pyside
pip install psutil
cd /path/to/cryptonight-hash-lib
cmake .
The last lines of the output should look something like this:make
The last lines of the output should look something like this:cryptonite_hash.so
fromcryptonight-hash-lib
folder to/path/to/SumoEasyMiner/libs
folderpython sumominer.py