Giter Site home page Giter Site logo

blockchain-wallet-guesser's Introduction

Cracker (better name pending)

This repo is a fun attempt to try to guess Ethereum wallet private keys

how to test

  1. Clone this repo git clone https://github.com/ctverceles/blockchain-wallet-guesser
  2. cd blockchain-wallet-guesser
  3. yarn or npm install
  4. yarn test: everything should be green

explanation

What ive done so far is not difficult. all it is is generating a random number between 0 and 10^10 (from trial and error unit testing, this is a good range to stay within the 64 digit hex that is a private key), converting it to a private key (64 digits of hex values), using web3 to unlock it. thats the trivial part. whats difficult is (and i havent implemented this) 1) how to actually find a private key w balance in it within a large range of base10 private key equivalents (if your private key in base10 is between 1 and 100,000 for example, thats actually easy to brute force and it looks like someone's already done that on Ethereum). and 2) im brushing up now on some basic AI heuristic search algorithms and i need to find a "hook" to search around - my first guess is to check for patterns in bip39 wallet generation.

blockchain-wallet-guesser's People

Contributors

chris247474 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.