You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+25-2
Original file line number
Diff line number
Diff line change
@@ -64,8 +64,31 @@ Features:
64
64
* Optional module for ECDH key exchange.
65
65
* Optional module for Schnorr signatures according to [BIP-340](https://github.com/bitcoin/bips/blob/master/bip-0340.mediawiki).
66
66
67
-
Implementation details
68
-
----------------------
67
+
<b>Bitgesell is a fork of Bitcoin with the following changes:</b> <br>
68
+
* Block Reward [Burn rate is 90% of tx fees]
69
+
```sh
70
+
nFees*0.1 + GetBlockSubsidy()
71
+
```
72
+
* Block Weight [10 times smaller than Bitcoin]
73
+
```sh
74
+
<= 400,000
75
+
```
76
+
* 100% Segwit
77
+
```sh
78
+
Eliminates problems with legacy type of transactions
79
+
```
80
+
* Halving Interval [Halving cycle of bitgetsell is 1yr while that of BGL is 4yr]
81
+
```sh
82
+
210000 blocks/4
83
+
```
84
+
* Block Subsidy [Max coins = 21,000,000] <br>
85
+
`210000 blocks/4` <br> <hr>
86
+
`Hashing algorithm for blocks is Keccak (sha-3).` <br> <hr>
87
+
`The master branch is regularly built (see`[doc/build-*.md](https://github.com/BitgesellOfficial/bitgesell/tree/master/doc)`for instructions) and tested, but is not guaranteed to be completely stable.` <br> <hr>
88
+
[tags](https://github.com/BitgesellOfficial/bitgesell/tags)`are created regularly to indicate new official, stable release versions of BGL Core.` <br>
Copy file name to clipboardexpand all lines: build_msvc/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ Introduction
5
5
---------------------
6
6
Visual Studio 2022 is minimum required to build BGL Core.
7
7
8
-
Solution and project files to build with `msbuild` or Visual Studio can be found in the `build_msvc` directory.
8
+
Building with Visual Studio is an alternative to the Linux based [cross-compiler build](https://github.com/BitgesellOfficial/bitgesell/blob/master/doc/build-windows.md).
9
9
10
10
To build BGL Core from the command-line, it is sufficient to only install the [Visual Studio Build Tools](https://visualstudio.microsoft.com/downloads/) component.
Copyright: 2016 The Bitcoin Core developers Distributed under the MIT software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php.
2631
2631
License: __UNKNOWN__
2632
2632
This script attempts to download the signature file SHA256SUMS.asc from
2633
-
BGLcore.org and BGL.org and compares them.
2633
+
bitgesell.ca and BGL.org and compares them.
2634
2634
It first checks if the signature passes, and then downloads the files specified in
2635
2635
the file, and checks if the hashes of these files match those that are specified
0 commit comments