Michal2SAB / Bitcoin-Stealer

Generate random bitcoin wallets, private keys (seeds) and then check if they match a wallet that contains some kind of balance, and then take it. Node.js
384 stars 160 forks source link

can't get this up and running onto ubuntu #88

Closed Td-Hill closed 1 month ago

Td-Hill commented 10 months ago

got to here/ "~/Bitcoin-Stealer/Linux$" when I try to get the command it does not find it run.sh or Run.sh : command not found

u9@u9-virtual-machine:~/Bitcoin-Stealer/Linux/test$ run.sh run.sh: command not found

marssystems commented 10 months ago

Make sure you right click on the .sh file and select Properties -> Permissions and make sure the "allow executing file as program" is checked (enabled). And then to run the run.sh script, you have two options:

(Easiest way) You can double click on the .sh file and select "run in terminal"

Or you can right click on the project folder, select "open in terminal" and then execute the script manually with the following command example: "./run.sh" and hit enter.

Td-Hill commented 10 months ago

Still the same as no such file or directory

Td-Hill commented 10 months ago

I am on ubuntu 20.4

Td-Hill commented 10 months ago

I tried in root and still not allowed to run bash as permission denied

ejrhe commented 5 months ago

bro try chmod +x run.sh the try ./run.sh again.