MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU

github.com/BTCGPU/BTCGPU @v0.17.3

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.17.3 ↗ · + Follow
9,734 symbols 36,744 edges 954 files 1,325 documented · 14% updated 18mo agov0.21.3-beta · 2024-12-23★ 68238 open issues

Browse by type

Functions 8,090 Types & classes 1,644
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

BTG Core (Bitcoin Gold Core)

Build Status

BTG Core (aka Bitcoin Gold Core, BTCGPU) is the original BTG client and it builds the backbone of the network. It is based on Bitcoin Core. BTG began as a fork of Bitcoin after block height 491406 on Tue, 24 Oct 2017 01:17:35 GMT and began being mined as a separate chain at block height 491407 on Sun, 12 Nov 2017 13:34:01 GMT.

This project began out of the desire to create a variant of Bitcoin that is more decentralized by using an ASIC-resistant Proof of Work algorithm, removing barriers to entry for new miners around the world and reducing the concentration of power in the hands of massive-scale mining operations.

BTG preserves and implements Bitcoin features such as SegWit, which enables advanced scaling technologies like Lightning Network. Significant differences at launch time included:

  • ASIC-resistant GPU-minable PoW algorithm (Equihash)
  • Per-block difficulty adjustment algorithm
  • Replay protection (SIGHASH_FORK_ID)
  • Unique wallet addresses (prefixes of G and A, to avoid user confusion with Bitcoin)

Although BTG was bootstrapped on 12 Nov to create an entirely new network, it contains the entire Bitcoin blockchain until block 491406. This means BTG was a full fork at that time, with all Bitcoin transaction history since 2009. Any Bitcoin wallet address which held Bitcoin in BTC block 491406 before the fork held an equal number of Bitcoin Gold in BTG block 491407 after the fork, and those funds are accessible through the original private keys.

Releases

This is the staging tree of Bitcoin Gold. For release version, please switch to 0.17 branch or release page.

To compile from source, please check the build documentations under doc.

Documentation

Responsible Disclosure

At the Bitcoin Gold, we consider the security of our systems a top priority. But no matter how much effort we put into system security, there can still be vulnerabilities present.

If you discover a vulnerability, we would like to know about it so we can take steps to address it as quickly as possible. We would like to ask you to help us better protect our users and our systems.

Please check our Responsible Disclosure page for more details.

Links

  • Website: https://bitcoingold.org
  • Tech Spec: https://github.com/BTCGPU/BTCGPU/wiki/Technical-Spec
  • Twitter: https://twitter.com/bitcoingold
  • Facebook: https://www.facebook.com/bitcoingoldofficial/
  • Forum: https://forum.bitcoingold.org
  • Discord: invitation
  • Telegram (Global): https://t.me/BitcoinGoldHQ

Core symbols most depended-on inside this repo

Shape

Method 5,330
Function 2,760
Class 1,509
Enum 135

Languages

C++80%
Python16%
C3%
Java1%

Modules by API surface

test/functional/test_framework/messages.py256 symbols
src/wallet/wallet.cpp157 symbols
src/validation.cpp145 symbols
src/net.cpp132 symbols
src/leveldb/db/db_test.cc110 symbols
src/leveldb/db/c.cc101 symbols
src/secp256k1/src/tests.c95 symbols
src/leveldb/table/table_test.cc83 symbols
src/wallet/rpcwallet.cpp81 symbols
src/leveldb/db/version_set.cc80 symbols
src/leveldb/util/env_posix.cc77 symbols
src/wallet/wallet.h76 symbols

For agents

$ claude mcp add BTCGPU \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page