Giter VIP home page Giter VIP logo

bitcoin_wallet_tutorial_with_py's Introduction

Step by Step Bitcoin Wallet Tutorial

Are you a developer trying to figure out how a bitcoin "wallet" is actually generated without getting into all the ins and outs? This guide might help you.

The guide is based on this excellent webpage: http://www.mobilefish.com/services/cryptocurrency/cryptocurrency.html So most of the comments where extrated from that page.

The procedural code demo will introduce you to all the concepts involved in the creation of a bitcoin wallet. If you follow the code step by step in main.py and utils.py, some of your basic questions regarding Private Keys, Public Keys, WIF's, uncompressed/compressed WIF's, etc. will be answered by looking at an actual implemenation.

This guide will assume that you know the basics of the following topics:

  • Numeral systems: base-2 (binary), base-10 (decimal), base-16 (hexadecimal), base-58
  • Asymmetric cryptography A.K.A Public Key Cryptography
  • Hashing

In order to follow along, you'll need Python 2.7 and some crypto/bitcoin libraries:

$ pip install hashlib
$ pip install pybitcointools 
$ pip install pybitcoin

Once those libraries are installed, you can just simply run the main.py (Python 2.7):

$ python main.py

References & Resources:

Disclaimer:

The provided code is only intended to show you the basics of a bitcoin wallet creation. Use the code at your own risk.

License

MIT

bitcoin_wallet_tutorial_with_py's People

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.