nightminer icon indicating copy to clipboard operation
nightminer copied to clipboard

Simple Python CryptoCurrency mining client

Results 12 nightminer issues
Sort by recently updated
recently updated
newest added

can you tell me how can i use this to mine doge coin, and where should i specify my wallet address

Hi, im currently working on integrating this script in a discord bot and for that i need a 3.x version (best is 3.7) of it. Is that possible?

nightminer-master> python nightminer.py -a scrypt -o http://127.0.0.1:9332 -u s -p 1 -P -d File "nightminer.py", line 327 except Exception, e: ^ SyntaxError: invalid syntax

So the script actually executes on Py2 but [2018-02-16 14:55:48] [INFO] Starting server on mcn.pool.minergate.com:45640 Exception in thread Thread-1: Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner...

When I'm mining with nightminer I found there is an error mining bitcoin with sha256d(). [ERROR] ERROR: sha256d() takes exactly 1 argument (2 given) my command: python nightminer.py -o stratum+tcp://stratum.antpool.com:3333...

any idea? Traceback (most recent call last): File "nightminer.py", line 954, in miner.serve_forever() File "nightminer.py", line 829, in serve_forever sock.connect((hostname, port)) File "/usr/lib/python2.7/socket.py", line 224, in meth return getattr(self._sock,name)(*args) socket.error:...

**Description** scrypt mining is hanging after a couple of minutes. I used the native library and ltc-scrypt lib and it hangs with both of them. **Steps** ```python python nightminer.py -a...

I need help it's have problem File "nightminer.py", line 327 except Exception, e: