jcartes / ETH-Account-Cracking-3.0

written in Node JS , 25x faster than 2.0 version

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ETH-Account-Cracking-3.0

written in Node JS , 25x faster than 2.0 version

The content provided is for educational and informational purpose only

📥 Install Geth Node

sudo apt update

sudo apt install git nodejs npm -y
sudo apt install golang-go -y
sudo apt install  gccgo-go -y

git clone https://github.com/fluxx03/OwnEthCrackingStation.git
cd OwnEthCrackingStation
sudo apt install unzip
unzip geth.zip
mv geth /usr/local/bin

🧪 verify node

curl -X POST 127.0.0.1:3334  -H "Content-Type: application/json"  --data  ' { "jsonrpc": "2.0", "method": "eth_getBalance", "params": ["0x34a45419f5fb329aa948Fa3C50bd150Cae0D50c8", "latest"], "id": 1 } '

if you got similar to this ➡️ {"jsonrpc":"2.0","id":1,"result":"0x80d3b41e43b0d1"} then node is working fine.

🤖 Run Brutforcing Bot

nohup geth --http --http.port 3334 &

git clone https://github.com/fluxx03/ETH-Account-Cracking-3.0.git

cd ETH-Account-Cracking-3.0

npm install

running for test

node main.js

Running in Background

nohup node main.js &

About

written in Node JS , 25x faster than 2.0 version


Languages

Language:JavaScript 100.0%