Giter Site home page Giter Site logo

nextcashtech / bitcoin Goto Github PK

View Code? Open in Web Editor NEW
23.0 5.0 0.0 2.53 MB

Fresh Bitcoin Implementation

License: MIT License

C++ 73.80% Makefile 0.53% CMake 0.09% Shell 0.01% M4 1.02% C 22.32% Python 1.15% Assembly 1.09%
bitcoin bitcoin-cash cpp c-plus-plus bitcoin-sv

bitcoin's Introduction

bitcoin

Fresh Bitcoin Cash/SV Implementation

This is a new Bitcoin Cash/SV implementation built almost completely from the ground up. It currently uses Pieter Wuille's secp256k1 implementation. Copyright (c) 2013 Pieter Wuille.

Support for selecting the Bitcoin SV chain has recently been added.

It is currently fully functional. There is an SPV mode on which an Android wallet is being built.

With it I hope to try performance improvements and to also add security to Bitcoin through more diverse implementations.

Keep in mind it is still in early development and still needs complete consensus rules verification, performance improvements, code cleanup, and many tests.

Current notable features

  • Multi-threaded design from the ground up
  • Multi-threaded block validation
  • Multi-threaded mempool acceptance
  • Multi-threaded UTXO set saving
  • UTXO set design in which 10 million transactions can be indexed in memory using around 1 GB.
  • Initial block download with pre-approved block hash below which blocks will not be validated, and just used to update the UTXO set
  • Custom requests interface for quering block chain data through TCP/IP.

Future features

  • Graphene

Please feel free to send comments.

Build/install instructions are in the wiki of this repo. https://github.com/nextcashtech/bitcoin/wiki/Compiler-Setup

bitcoin's People

Contributors

karltheprogrammer avatar loosethinker 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

Watchers

 avatar  avatar  avatar  avatar  avatar

bitcoin's Issues

Pending transaction reference issue

There is an issue while a block is being verified. The transaction references for that block are in the transaction output pool, but they don't have block file offsets yet. This can cause failures when verifying transactions that spend outputs from them.

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.