Giter Site home page Giter Site logo

oneitguy / clone_coin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jdavidthomson/clone_coin

0.0 0.0 0.0 8 KB

Clone Coin is a script used to make generic cryptocurrencies out of the bitcoin source code

License: MIT License

Python 100.00%

clone_coin's Introduction

#####################

Clone Coin Script

#####################

Preface

I have spent the past few weeks messing around with the Bitcoin sourcecode. In my exercises I have figured out how to make a new genesis block, and get it working with Bitcoind as the daemon process, in effect making a new blockchain based on Bitcoin. Now, DISCLAIMER: I HAVE ONLY A SLIGHT IDEA OF WHAT I'M DOING. USE THIS ALL AT YOUR OWN RISK.

UNTESTED - draft of code

The purpose of this script is to take the bitcoin reference client and make a new "cryptocurrency".

This is done by following these steps:

  1. Run GenesisH0 with appropriate params
  2. Put the params spit out by GenesisH0 into the chainparams.cpp file
  3. Setup the dependencies for building bitcoind
  4. Build the binary for the cloned coin
  5. Start the cloned coin in two or more instances
  6. Get a new address using RPC commands
  7. Generate 1 block using RPC commands
  8. Mine 100 more blocks using CGMiner
    • my github has a link to a script for building CGMiner for bitcoin mining using a GPU
  9. Deploy the blockchain to three or more servers

Notes:

  1. The parameters inside of the bitcoin reference client stay the same - half lilfe of coins is still the same, difficulty adjustment period stays the same

Requirements:

  • python-pip: sudo apt install python-pip
  • libssl-dev: sudo apt install libssl-dev

Compatability: bitcoin 0.15.0.1

clone_coin's People

Contributors

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