GithubHelp home page GithubHelp logo

chengenh / btc-wallet-stealer Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 103.62 MB

- Mnemonic collision - Utilizes idle machines without spending money

License: MIT License

Dockerfile 2.01% Go 97.39% Shell 0.60%

btc-wallet-stealer's Introduction

English | 中文

btc-wallet-stealer

  • Mnemonic collision
  • Utilizes idle machines without spending money

Support

Coins Mix Online Offline
BTC x x
ETH

Build

  • Golang 1.21
  • RUN
    • git clone https://github.com/ChengenH/btc-wallet-stealer.git
    • cd btc-wallet-stealer
    • git submodule update --init
    • go mod tidy
    • CGO_ENABLED=0 go build -ldflags "-s -w" .
    • chmod +x btc-wallet-stealer
    • ./btc-wallet-stealer
  • Shell
    • sh build.sh

Docker

  • Linux arch AMD Build
    • CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "-s -w" .
  • Linux arch ARM Build
    • CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "-s -w" .
  • Build Image
  • sudo docker build -f Dockerfile -t btc-wallet-stealer:v1.0 .

Execution

  • Binary
    • ./btc-wallet-stealer
  • Docker
    • sudo docker run -d btc-wallet-stealer:v1.0

Config

{
  "mode":2, # running mode, 0:mix 1:online 2:offline
  "wallet":{
    "eth":["wallet_path/xxx.txt"],
    "btc":["wallet_path/xxx.txt"]
  },
  "proxy": {  # proxy configuration
    "enable": true,
    "address": "http://0.0.0.0:2334"
  },
  "words_list": "english", # mnemonic language
  "etherscan_api_key": "xxxxxxxx" # API key configuration, online mode need it
}

Description

  • There will be no console output when running this program. If a wallet address with a balance is matched, the result will be written to the balance.txt file.

Thanks

TODO

  • Looking forward to good suggestions or PRs

btc-wallet-stealer's People

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.