Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.9 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.9 KB

Bitcoin

The aim of this repository is to give step by step guide for people that want make their first step in Bitcoin programming.

The example have been made on a fresh Ubuntu install.
This has been done as a test to be in the bitcoin labs seminary, to learn more and deeply about Bitcoin.

STEPS

  1. There is a guide to install WSL on a windows machine and on a non-system drive

    Ubuntu Notice.md

  2. The next step is to compile bitcoin on the Ubuntu or Fedora server
    Compile Bitcoin on Ubuntu 18.04
    Compile Bitcoin on Fedora

  3. The next step, after a successful installation, is to run unit/reression tests
    I have provide the logs when I have run them.
    Unit tests - Logs
    Regression tests - Full Logs
    Regression tests - Light Logs

  4. Finally, I had to provide a modified code from the test_example.py testing script in order to do 3 actions :
    - Mine a block
    - Send it to a dedicated node
    - Check that node has received it.
    example_test_mk.py

I have also added some words about bitcoin-related subjects.

Do not hesitate to contribute as this would be useful for anyone that is interested in Bitcoin Programming.