I tried to launch the package but i get this error:
./minotaur --quickstart
Traceback (most recent call last):
File "/home/miner/minotaur/minotaur.py", line 21, in
File "/home/miner/minotaur/gs.py", line 18, in
File "/usr/lib/python2.7/site-packages/paramiko/init.py", line 22, in
File "/usr/lib/python2.7/site-packages/paramiko/transport.py", line 57, in
File "/usr/lib/python2.7/site-packages/paramiko/ed25519key.py", line 17, in
File "/usr/lib64/python2.7/site-packages/bcrypt/init.py", line 25, in
ImportError: cannot import name '_bcrypt'
I installed the bcrypt package using the pip command.
Here is my linux version:
Linux miningrig1 4.13.0-32-generic #35~16.04.1-Ubuntu SMP Thu Jan 25 10:13:43 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
I tried to launch the package but i get this error:
./minotaur --quickstart Traceback (most recent call last): File "/home/miner/minotaur/minotaur.py", line 21, in
File "/home/miner/minotaur/gs.py", line 18, in
File "/usr/lib/python2.7/site-packages/paramiko/init.py", line 22, in
File "/usr/lib/python2.7/site-packages/paramiko/transport.py", line 57, in
File "/usr/lib/python2.7/site-packages/paramiko/ed25519key.py", line 17, in
File "/usr/lib64/python2.7/site-packages/bcrypt/init.py", line 25, in
ImportError: cannot import name '_bcrypt'
I installed the bcrypt package using the pip command. Here is my linux version: Linux miningrig1 4.13.0-32-generic #35~16.04.1-Ubuntu SMP Thu Jan 25 10:13:43 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Any help?