>> (p.1)
    Author Topic: [GUIDE] Create a Bitcoin address from scratch  (Read 4711 times)
    jackjack (OP)
    Legendary
    *
    Offline Offline

    Activity: 1176
    Merit: 1281


    May Bitcoin be touched by his Noodly Appendage


    View Profile
    August 19, 2011, 01:10:05 AM
     #1

    As requested here: https://bt.irlbtc.com/view/37966.msg466652#msg466652


    • Download Pywallet. You only need to install Python 2.7. If you encounter some problems installing Python, post in pywallet thread, someone will answer you quickly
    • Pick 64 random characters in the following list: [1234567890abcdef]
    • For example, say you chose "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
    • Run the console (Windows-R then "cmd" then Enter on windows)
    • Run:
    Code:
    cd 'the directory where you downloaded pywallet'
    • Then run:
    Code:
    ./pywallet.py --info --importhex --importprivkey 1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef


    This should returns:
    Code:
    Address (Bitcoin): 19ffB4HttNCHfY1t3YuErEytCspyHyVMwv
    Privkey (Bitcoin): 5HxJb9hZNXEEk9SAM3J7gXBK6zgkkLW5dpx2WDdBZub8HxifdDH
    Hexprivkey: 1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef
    The first line is your address
    The second and the third is two different manners to write your private key, you don't have to save/print both, but be sure to keep at least one of them

    Own address: 19QkqAza7BHFTuoz9N8UQkryP4E9jHo4N3 - Pywallet support: 1AQDfx22pKGgXnUZFL1e4UKos3QqvRzNh5 - Bitcointalk++ script support: 1Pxeccscj1ygseTdSV1qUqQCanp2B2NMM2
    Pywallet: instructions. Encrypted wallet support, export/import keys/addresses, backup wallets, export/import CSV data from/into wallet, merge wallets, delete/import addresses and transactions, recover altcoins sent to bitcoin addresses, sign/verify messages and files with Bitcoin addresses, recover deleted wallets, etc.
Page 1
Viewing Page: 1