Giter VIP home page Giter VIP logo

btc-vanity's Introduction

Hi 👋 My name is Marin

Software Developer

I work primarily in Go (since 2013), but also have experience in PHP, Flutter, VueJS. I love cloud computing, so I work mostly in cloud environments like Google Cloud and AWS. My home lab consists of self-hosted things like git, CI, personal projects via dokku and other cool stuff. Feel free to ask me about it :)

  • 🌍  I'm based in Croatia
  • 🖥️  See my portfolio at my website
  • ✉️  You can contact me at [email protected]
  • 🧠  I'm learning data structures & algorithms
  • ⚡  One man’s crappy software is another man’s full time job.

Skills

Go PHP Vue TailwindCSS MySQL PostgreSQL Firebase Lavarel Flutter

Socials

Badges

My GitHub Stats

MarinX's GitHub stats

Support Me

btc-vanity's People

Contributors

marinx avatar montanaflynn avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

btc-vanity's Issues

How to use?

Hello!

Could you please explain how to use this program?

go get github.com/MarinX/btc-vanity installs the package but no executable. Not sure how to proceed from there.

Cloning it and running go build from that directory doesn't do anything either. What am I missing?

I'm new to go, so excuse my ignorance.

package main import ( "fmt" "github.com/MarinX/btc-vanity" ) func main() { // create configuration cfg := &btcvanity.Config{ // buffered channel, more buffer, faster to find matching pattern Buffer: 5, // if you want to use testnet, set true TestNet: false, } btc := btcvanity.New(cfg) // find a patters eg adddress which starts with "ab" address, err := btc.Find("ab") if err != nil { panic(err) } // print our custom public key fmt.Printf("PUBLIC KEY\n%s\n", address.PublicKey()) // print our private key so it can be imported in most btc wallets fmt.Printf("PRIVATE KEY\n%s\n", address.PrivateKey())

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.