Max Tannahill’s BIP47DB.org project hardened privacy against seizure by moving the entire PayNym directory on-chain. After the original Samurai server went dark following arrests, the Ashigaru team resurrected it, but Tannahill argues centralized metadata is a structural vulnerability. His protocol compresses payment codes into witness space inscriptions, creating an append-only database any wallet can rebuild. Securing 20,000 existing codes cost only $150 at current fee rates.
"Moving this data onto the blockchain is the only way to ensure resilience against state interference."
- Max Tannahill, Ungovernable Misfits
The database solves a recovery gap. BIP47 enables private, repeated payments without address reuse, but wallets couldn't rediscover outgoing notification transactions after a restore using only seed words. PayNym servers acted as lookup tables, becoming a metadata crutch. Now wallets like BlueWallet can scan a specific ‘numbers address’ locally, potentially eliminating the notification transaction entirely.
Thomas V, founder of Electrum, proposes using the blockchain as a referee to slash trust from Just-In-Time Lightning channels. His fraud proof scheme requires Lightning Service Providers to burn bitcoin to establish reputation. If an LSP receives a payment but refuses to open the channel, the user publishes the payment’s pre-image on-chain, creating public evidence. Thomas argues this adversarial trust model could help providers avoid custodial classification.
Researchers Daniela and Naoma are testing timestamp fuzzing to stop attackers linking Clearnet and Tor nodes. Dual-homed nodes leak identity because they respond with identical timing data. Their solution sends different timestamps depending on which network the requester is on - real data for IPv4 peers, older or fuzzed data for Onion addresses. The challenge is avoiding zombie addresses flooding the peer-to-peer table.
Bitcoin Core merged PSBT version 2 after five years in limbo, enabling modular collaborative transactions. BIP451 standardizes dust disposal, letting users batch tiny UTXOs into a single zero-value OP_RETURN output via SIGHASH_ANYONECANPAY, handing the value to miners as a fee.

