unit-e
unit-e copied to clipboard
A digital currency for a new era of decentralized trust
There are a number of files which are used to build a Windows installer: There is configuration in [share](https://github.com/dtr-org/unit-e/blob/master/share/setup.nsi.in), there is a README which is included in the installer in...
First reported to us by @Gnappuraz . **Describe the bug** Unit-e's RPC mechanism (inherited from Bitcoin) is able to listen through IPv4 & IPv6 addresses. When it successfully achieves binding...
**Is your feature request related to a problem? Please describe** When a node is one or more blocks behind the "network's tip", then the node discards valid transactions having `nLockTime`...
**Is your feature request related to a problem? Please describe** At the moment we do not check that when we retrieve the `keyID`, the hash or the sha256 of a...
#212 will make segwit not just the default but required for all transactions. That gives several improvmements: Simpler code (easier to maintain and review) as we do not need to...
[UIP-15](https://github.com/dtr-org/uips/blob/master/UIP-0015.md) introduced a new kind of witness program which does not fit the old specification ([BIP-141](https://github.com/bitcoin/bips/blob/master/bip-0141.mediawiki#Witness_program)): > A scriptPubKey (or redeemScript as defined in BIP16/P2SH) that consists of a 1-byte...
bitcoin is apparently going to do this around March: https://github.com/bitcoin/bitcoin/issues/13356#issuecomment-445961724 If we wanted to do it now, I don't see anything stopping us.
From the original _consensus design decisions_ meeting notes: > What network traffic should we send for broadcasting txs, blocks?
Particl punishes nodes detected to be staking the same coins by delaying their blocks, which increases the chance of those blocks to be orphaned. Apparently, the intention is to reduce...
**Is your feature request related to a problem? Please describe** Bitcoin creates a block every 10 minutes or ~51 840/year. As one header (`CBlockIndex`) weights ~ 204bytes (rough calculations) it's...