>> (p.1)
    Author Topic: Bitcoin Morse  (Read 1614 times)
    remotemass (OP)
    Legendary
    *
    Offline Offline

    Activity: 1122
    Merit: 1017


    ASMR El Salvador


    View Profile WWW
    February 13, 2013, 11:40:49 AM
    Last edit: February 25, 2025, 12:35:13 PM by remotemass
     #1

    #########################################
    Up to Date: https://cubicpostcode.com/bitcoinMorse.html
    #########################################


    Bitcoin addresses allow:
    0 .. 9, A ..Z, a .. z, but without the four characters 0, O, I and l

    I wanted to encode any bitcoin address using only numbers.
    Because zeros are not allowed we will use it to encode letters like this,

    preceding with zeros for a letter, like this:
    01-A
    001-a (double zero, one)
    02-B
    002-b
    03-C
    003-c
    04-D
    004-d
    05-E
    005-e
    06-F
    006-f
    07-G
    007-g
    08-H
    008-h
    009-i
    0001-J (triple zero, one)
    00001-j (fourfold zero, one)
    0002-K
    00002-k
    0003-L
    0004-M
    00004-m
    0005-N
    00005-n
    00006-o
    0007-P
    00007-p
    0008-Q
    00008-q
    0009-R
    00009-r
    000001-S (fivefold zero, one)
    0000001-s (sixfold zero, one)
    000002-T
    0000002-t
    000003-U
    0000003-u
    000004-V
    0000004-v
    000005-W
    0000005-w
    000006-X
    0000006-x
    000007-Y
    0000007-y
    000008-Z
    0000008-z

    So, best scenario you would encode a bitcoin address with 34 digits

    and in the worst case scenario with 238 digits.
    With this encoding the lengh would be very variable.

    Let me try to encode one address with this 'Bitcoin Morse', as I call it.

    Bitcoin Address:14jsRJx8HnKq9jyqfBQKgvvnFy3rNCbc3G
    In Bitcoin Morse: 1400001000000100090001000000680800005000200008900001000000700008006020008000200 70000004000000400005060000007300009000503002003307

    34 alphanumerics into 129 number digits.
    Not too bad, is it?! And maybe vanity addresses could optimize your address to have as little lenght as it gets...

    " PetroPayPal ≠ PayPal. Sats > petrocash. Stack free. " — #Cubic #Postcode.
Page 1
Viewing Page: 1