User:Nullius: Difference between revisions
Jump to navigation
Jump to search
Add links to my new Bitcoin utilities bech32(1) and easyseed(1), released yesterday. |
Added/changed Bitcoin addresses, including Bech32 address. |
||
Line 3: | Line 3: | ||
* nullius <[mailto:nullius@nym.zone nullius@nym.zone]> | * nullius <[mailto:nullius@nym.zone nullius@nym.zone]> | ||
* [https://bitcointalk.org/index.php?action=profile;u=976210 Bitcoin Forum] | * [https://bitcointalk.org/index.php?action=profile;u=976210 Bitcoin Forum] | ||
* Bitcoin | * Bitcoin addresses; tips welcome: | ||
** Segwit P2WPKH nested in P2SH: [bitcoin:3NULL3ZCUXr7RDLxXeLPDMZDZYxuaYkCnG 3NULL3ZCUXr7RDLxXeLPDMZDZYxuaYkCnG] | |||
** [https://bitcointalk.org/index.php?topic=2646007.0 “Bravo Charlie”] Segwit Bech32: [bitcoin:bc1qcash96s5jqppzsp8hy8swkggf7f6agex98an7h bc1q'''cash'''96s5jqppzsp8hy8swkggf7f6agex98an7h] (It is only possible to send genuine Bitcoin cash money to this address!) | |||
* PGP keys; please encrypt all correspondence: | * PGP keys; please encrypt all correspondence: | ||
** Ed25519 (preferred): [https://sks-keyservers.net/pks/lookup?op=get&search=0xC2E91CD74A4C57A105F6C21B5A00591B2F307E0C 0xC2E91CD74A4C57A105F6C21B5A00591B2F307E0C] | ** Ed25519 (preferred): [https://sks-keyservers.net/pks/lookup?op=get&search=0xC2E91CD74A4C57A105F6C21B5A00591B2F307E0C 0xC2E91CD74A4C57A105F6C21B5A00591B2F307E0C] |
Revision as of 15:20, 30 December 2017
“‘If you’re not doing anything wrong, you have nothing to hide.’ No! Because I do nothing wrong, I have nothing to show.” — nullius
- nullius <nullius@nym.zone>
- Bitcoin Forum
- Bitcoin addresses; tips welcome:
- Segwit P2WPKH nested in P2SH: 3NULL3ZCUXr7RDLxXeLPDMZDZYxuaYkCnG
- “Bravo Charlie” Segwit Bech32: bc1qcash96s5jqppzsp8hy8swkggf7f6agex98an7h (It is only possible to send genuine Bitcoin cash money to this address!)
- PGP keys; please encrypt all correspondence:
- Ed25519 (preferred): 0xC2E91CD74A4C57A105F6C21B5A00591B2F307E0C
- RSA: 0xA232750664CC39D61CE5D61536EBB4AB699A10EE
- Github: nym-zone
- The bech32(1) utility for encoding/decoding of BIP 173 Bech32 strings and “Bravo Charlie” Addresses. (manpage, forum thread) Encode/decode hexadecimal strings with custom HRP, or “bc1” Bitcoin addresses. Special support for RFC 7686 .onion special-use domain names.
- The easyseed(1) secure BIP 39 mnemonic seed phrase generator. (manpage, forum thread) My original motivation for writing this was that I needed a lightweight, reliable BIP 39 seed phrase generator with easily auditable sources and minimal dependencies for use on a stripped-down airgap machine. Unlike popular Javascript utilities, easyseed(1) reads bits straight off /dev/urandom, or from user-provided keymat. Because gathering and processing of entropy is properly the kernel’s job.