Giter VIP home page Giter VIP logo

sumoeasyminer's People

Contributors

7022andre avatar mrheinen avatar sumoprojects avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

sumoeasyminer's Issues

ImportError: No module named PySide.QtGui

git clone https://github.com/sumoprojects/SumoEasyMiner SumoEasyMiner
cd sumoeasyminer
python sumominer.py

output

Traceback (most recent call last):
  File "sumominer.py", line 10, in <module>
    from main import main
  File "/SumoEasyMiner/main.py", line 10, in <module>
    from app.QSingleApplication import QSingleApplication
  File "/SumoEasyMiner/app/QSingleApplication.py", line 12, in <module>
    from PySide.QtGui import QApplication
ImportError: No module named PySide.QtGui
:sumoeasyminer$ 

error

ImportError: No module named PySide.QtGui

proxy

how to run behind proxy?

Windows 10 build not successful

I am stuck on similiar Windows build error, after successfully building the cryptonight_hash I moved the files to the ./libs dir.. At which point I installed some missing dependencies. There were some missing module errors that I cleared up until this point. PySide and QT are installed, and functioning..Now I am seeing the following;

Fatal Python error: PyThreadState_Get: no current thread

This application has requested the Runtime to terminate in an unusual way.
Please contact the application's support team for more information. 

After putting a compiled version of cryptonite_hash.so in the /libs dir nothing notably happened.

cryptonite_hash not found

Any assistance would be greatly appreciated. Thanks in advance! Great work

Everything Compiled But I was sweard at. Ubuntu 18.04 LTS

root@marcel-OptiPlex-7010:/sumo-easy-miner/source# python --version
Python 2.7.15rc1
root@marcel-OptiPlex-7010:/sumo-easy-miner/source# python sumominer.py
Traceback (most recent call last):
File "sumominer.py", line 10, in
from main import main
File "/sumo-easy-miner/source/main.py", line 16, in
from app.hub import Hub
File "/sumo-easy-miner/source/app/hub.py", line 18, in
from ui import AddPoolDialog
File "/sumo-easy-miner/source/ui/init.py", line 25, in
from miner.miner import MinerWork, MinerRPC, human_readable_hashrate
File "/sumo-easy-miner/source/miner/miner.py", line 17, in
from libs import cpu_has_aes_in_supported, cryptolite_hash, cryptonite_hash
File "/sumo-easy-miner/source/libs/init.py", line 5, in
from cryptonite_hash import cpu_has_aes_in_supported, cryptolite_hash, cryptonite_hash
ImportError: /sumo-easy-miner/source/libs/cryptonite_hash.so: undefined symbol: _Py_FalseStruct

Can you release binaries for Newbie user?

Hello, people who don't know how to build and coding something, they want to also mining. So can you release for these people...? Sorry for my bad English.
I love this project too much but i dont know how to build and share binaries for Windows on here.

Maybe we cant build python based projects or not needed?
Run from Terminal? If we can packing all files in one executable files, this will be amazing.

with my Best Regards.

Miner GUI functionality freezes and becomes non responsive

Sumo Easy Miner V0.1 (Beta 1.3)
Issue: Miner GUI functionality freezes and becomes non responsive
-Hashrate monitor freezes,
-Start/Stop button becomes unusable.

Possible Causes and Solutions (Attempted, but did not resolve the issue):
-Outdated GPU/Onboard graphics drivers,
-Updated drivers.

-Insufficient resources,
-Lowered the thread count at which the miner is operating.

-Anti-Malware program interfering with mining operation,
-Added Application/.exe file to the whitelist.
-Added Application Folder to the whitelist.

*Note: This issue is present and persistent on my msi cx62-laptop (Windows 10 - Nvidia).
-This issue is not present on my Alianware Aurora-Desktop (Windows 7 - AMD Radeon)
-This issue is not present on my Dell Latitude-Laptop (Windows 10 - Onboard Intel Graphics)

*Note: Even though the GUI functionality freezes and becomes non responsive, the miner itself still
works (seen in task manager).

New Request

Please Add Feature to Hide Sumo Miner, Its Great I Thought

CryptoNightV7 update?

Any plans to include CryptoNightV7 for mining XMR on the new fork?
Been loving running this super lite program on my lower end machines. Super easy setup is key for people not well versed in command line.
Keep up the good work

Noob stuck at compiling cryptonight-hash-lib

Up to the path to cryptonight-hash-lib

lubuntu@lubuntu:~/cryptonight-hash-lib$ sudo cmake .

CMake Error at CMakeLists.txt:3 (include):
include could not find load file:

Cryptonite

-- Target architectures:
-- The C compiler identification is GNU 6.3.0
-- The ASM compiler identification is GNU
-- Found assembler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Setting build type to 'Release' as none was specified.
CMake Error at /usr/share/cmake-3.7/Modules/FindPackageHandleStandardArgs.cmake:138 (message):
Could NOT find PythonLibs (missing: PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS)
Call Stack (most recent call first):
/usr/share/cmake-3.7/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake-3.7/Modules/FindPythonLibs.cmake:255 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
CMakeLists.txt:22 (find_package)

-- Configuring incomplete, errors occurred!
See also "/home/lubuntu/cryptonight-hash-lib/CMakeFiles/CMakeOutput.log".

Sumokoin easy miner on mac

Hi there, currently experiencing issues with the mac version of the easy miner? it doesnt seem to be opening the mining file at all when i click on it.. hope you can help. cheers

SumoEasyMiner works on Ubuntu 17.10!

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]).

  • ubuntu 17.10
  • python 2.7.14
  • cmake 3.9.1-1
  • gcc 4:7.2.0-1
  • python-dev 2.7.14-2
  • python-pip 9.0.1-2
  • python-pyside 1.2.2+source1-1build1
  • psutil 5.4.3

Here are the steps to get it to work:

-- Configuring done
-- Generating done
-- Build files have been written to: /path/to/cryptonight-hash-lib
  • make
    The last lines of the output should look something like this:
[100%] Linking C shared library cryptonite_hash.so
[100%] Built target cryptonite_hash
  • Copy just created cryptonite_hash.so from cryptonight-hash-lib folder to /path/to/SumoEasyMiner/libs folder
- Run the miner with `python sumominer.py`
- Start mining

Error in ubuntu 16.04 in starting

Hello Guys,
I followed all the instruction given by you but when starting python sumominer.py i am getting error.
Traceback (most recent call last): File "sumominer.py", line 10, in <module> from main import main File "/home/gujjar/SumoEasyMiner/main.py", line 16, in <module> from app.hub import Hub File "/home/gujjar/SumoEasyMiner/app/hub.py", line 18, in <module> from ui import AddPoolDialog File "/home/gujjar/SumoEasyMiner/ui/__init__.py", line 25, in <module> from miner.miner import MinerWork, MinerRPC, human_readable_hashrate File "/home/gujjar/SumoEasyMiner/miner/miner.py", line 16, in <module> from libs import cpu_has_aes_in_supported, cryptolite_hash, cryptonite_hash File "/home/gujjar/SumoEasyMiner/libs/__init__.py", line 5, in <module> from cryptonite_hash import cpu_has_aes_in_supported, cryptolite_hash, cryptonite_hash ImportError: /home/gujjar/SumoEasyMiner/libs/cryptonite_hash.so: undefined symbol: _Py_FalseStruct

sumominer.py not running on ubuntu 17.04

python sumominer.py command giving exception :

Traceback (most recent call last):
  File "sumominer.py", line 10, in <module>
    from main import main
  File "/home/y34h1a/Downloads/SumoEasyMiner/main.py", line 10, in <module>
    from app.QSingleApplication import QSingleApplication
  File "/home/y34h1a/Downloads/SumoEasyMiner/app/QSingleApplication.py", line 58
    except Exception, err:
	            ^
SyntaxError: invalid syntax

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.