-
We should consider removing counterblock and counterwallet from the fednode software. Trim out the fat, these are not required to run a Counterparty node and add complexity and confusion to new develo…
-
# Decentralized Mnemonic Backup System by PriFi Labs Inc.
## Project Description
> Not Your Keys, not Your Coins.
This crypto mantra, popularized by Andreas Antonopoulos, encourages us, cryp…
-
Setting up bitcoind is annoying and I bet many people wont do it. Using blockr.io is a poor alternative.
A good idea might be to use BitcoinJ's SPV verification to obtain the transaction history and …
-
Current peer discovery mechanisms, including the DHT, trackers, and peer exchange, used in BitTorrent leave much to be desired.
This issue is a dump of notes regarding issues, and ways peer discove…
casey updated
4 years ago
-
Please consider adding [BIP0038](https://en.bitcoin.it/wiki/BIP_0038) support:
Here is a reference implementation in Python jgarzik/python-bitcoinlib#5
which is specifically this file adding the lib…
ghost updated
9 years ago
-
I'm using ecdsa secp256r1. The signature and key pairs are generated using Java. I try to verify the signature. However, it looks like verifySignature function only accept signature with length equals…
-
-
Hi Joelklabo, great project!
Tried to run on a Raspiblitz with CLN v23.02.2
Steps taken:
```
sudo su - bitcoin
cd /home/bitcoin/cl-plugins-available/
git clone https://github.com/joelklabo/n…
-
```
sub ecc
{
state $secp;
state $used_times = 'inf'; # 20) {
...
}
```
Why this confusing little trick? This doesn't work on some older perl versions.
On activeperl v5.16.3, `$used_times…
-
This issue exists to explore ways of improving the ArgsManager interface to be more convenient and add compile-time type safety.
#16545 adds runtime type checking for ArgsManager options, but it is…