Categories
Bitcoin

Increase Your Security And Privacy With Bitcoin Mixers

Have you ever wondered how bitcoin transactions can go anonymous?Continue readingIncrease Your Security And Privacy With Bitcoin Mixers

Categories
Bitcoin

Bitcoin 2021 Miami Conference: The biggest conference on bitcoin yet

Thousands of people worldwide flocked to Miami to attend the biggest conference on bitcoin till now. Continue readingBitcoin 2021 Miami Conference: The biggest conference on bitcoin yet

Categories
Bitcoin

Gotcha, Darkside: How I Traced The Stolen Bitcoins

No, the FBI did not hack bitcoinContinue readingGotcha, Darkside: How I Traced The Stolen Bitcoins

Categories
Bitcoin

A full shell script implementation of bitcoin?

I’ve actually been thinking about a full shell implementation of bitcoin for some time.Continue readingA full shell script implementation of bitcoin?

Categories
Bitcoin

Signaling for Taproot in the big blockchain world

Taproot will reduce the amount of storage space on the network by up to 20% by aggregating Schnorr signatures.Continue readingSignaling for Taproot in the big blockchain world

Categories
Bitcoin

Pbwhatkey — deterministic private key generator (PBKDF2 & pywallet.py based)

Tested with Python 2.6, pbkdf2_rmd v0.1 (Python module), pywallet V1.1Continue readingPbwhatkey — deterministic private key generator (PBKDF2 & pywallet.py based)

Categories
Bitcoin

DragonFly BSD patches for bitcoind

I have a small series of patches that allow bitcoind to build on DragonFly BSD; what would be an acceptable way to submit these patches upstream?Continue readingDragonFly BSD patches for bitcoind

Categories
Bitcoin

On the length of bitcoin addresses

Longer addresses will definitely inhibit the adoption of bitcoin by the public and should be high on the list of things to avoid.Continue readingOn the length of bitcoin addresses

Categories
Bitcoin

Real-world bitcoin snack machine

Designing a fast-confirmation bitcoin vending machine.Continue readingReal-world bitcoin snack machine

Categories
Bitcoin

Storing UTXOs in a Balanced Merkle Tree (zero-trust nodes with O(1)-storage)

This is a concrete proposal (and reference implementation) for a Merkle-tree of unspent-outputs (UTXOs).Continue readingStoring UTXOs in a Balanced Merkle Tree (zero-trust nodes with O(1)-storage)