btc-hack icon indicating copy to clipboard operation
btc-hack copied to clipboard

need help with cloning and starting scrypt

Open pujaguja opened this issue 3 years ago • 3 comments

can anyone tell me what operating system do we need for this comands?for instalation and runing scrypt

pujaguja avatar Aug 12 '21 12:08 pujaguja

You can use this script on windows or linux. First go to your terminal and copy and paste this command: git clone https://github.com/DavidMGilbert/btc-hack.git btc-hack

If you get an error like "cannot find git" or "cannot find file specified" you have to type pip install git (linux: npm install git)

Second type this command "py -m pip install -r requirements.txt" so you can install the specified requirements for this project. lastly just double click btc-hack.py or you can go to your terminal and type "py (or python) btc-hack.py" and it should work

If you are dumb just type this pip install git && git clone https://github.com/DavidMGilbert/btc-hack %% cd btc-hack && pip install -r requirements.txt && python btc-hack.py

i6c avatar Aug 18 '21 03:08 i6c

Make sure to type "cd btc-hack" after cloning the repository

i6c avatar Aug 18 '21 03:08 i6c

Error showing 'Traceback (most recent call last): File "/data/data/com.termux/files/home/btc-hack/btc-hack.py", line 120, in pool.close() NameError: name 'pool' is not defined. Did you mean: 'bool'?

sathish23M avatar Nov 17 '21 10:11 sathish23M