Giter Site home page Giter Site logo

victoryeo / bitcoin-core Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 8.01 MB

customised bitcoin core

License: MIT License

Makefile 13.66% Shell 12.07% M4 1.09% Python 6.19% NSIS 0.04% C++ 28.12% C 37.66% Objective-C 0.79% Objective-C++ 0.04% Assembly 0.16% Java 0.17% HTML 0.01%

bitcoin-core's Introduction

bitcoin-core

This is a customised bitcoin core. The changes are listed below:

  1. In chainparamsbase.cpp, the nRPCPort is changed.

  2. In chainparams.cpp, the nDefaultPort is changed.

  3. In chainparams.cpp, the message signature is changed. pchMessageStart[0] = 0xf0; pchMessageStart[1] = 0xb0; pchMessageStart[2] = 0xb0; pchMessageStart[3] = 0xd0;

  4. In chainparams.cpp, the address prefix is changed. base58Prefixes[PUBKEY_ADDRESS] = std::vector(1,75)

  5. In chainparams.cpp, the minimum chain work is changed to accelerate mining. consensus.nMinimumChainWork = uint256S("0000000000000000000000000000000000000000000000000000000100010001");

  6. In chainparams.cpp, the DNS seeds are removed comment out the line: vSeeds.emplace_back

  7. In chainparams.cpp, the genesis message is changed. const char* pszTimestamp = "xxxxxx........";

  8. The maximum block size is changed. In consensus/consensus.h, changed from 400000 to 800000, this will give you 2M size block static const unsigned int MAX_BLOCK_WEIGHT = 8000000

  9. The block interval is changed. In chainparams.cpp Modify the nPowTargetSpacing from 1060 to 160

bitcoin-core's People

Contributors

victoryeo avatar

Watchers

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