diff --git a/Linux/package.json b/Linux/package.json index 911e13b..a48f87e 100644 --- a/Linux/package.json +++ b/Linux/package.json @@ -1,6 +1,6 @@ { "name": "ethereum-generator", - "version": "1.0.0", + "version": "1.0.1", "description": "Generate random ethereum wallets & private keys and then check if they match a wallet that contains some kind of balance, so that you can take it. In Node.js", "main": "generator.js", "dependencies": { @@ -9,6 +9,7 @@ "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" + "install-deps": "npm install" }, "author": "Michal2sab", "license": "ISC" diff --git a/README.md b/README.md index 7c5975e..e9c0033 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Generate random ethereum wallets & private keys and then check if they match # REQUIREMENTS 1. Install Node.js -2. npm i ethers +2. npm install 3. Lots of time on your hands.. there's a lot and I mean A LOT of possible addresses and keys, you will be extremely lucky to find any that will match your riches.txt list. # HOW TO RUN diff --git a/Windows/package.json b/Windows/package.json index 911e13b..a48f87e 100644 --- a/Windows/package.json +++ b/Windows/package.json @@ -1,6 +1,6 @@ { "name": "ethereum-generator", - "version": "1.0.0", + "version": "1.0.1", "description": "Generate random ethereum wallets & private keys and then check if they match a wallet that contains some kind of balance, so that you can take it. In Node.js", "main": "generator.js", "dependencies": { @@ -9,6 +9,7 @@ "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" + "install-deps": "npm install" }, "author": "Michal2sab", "license": "ISC"