Bitcoin Forum
April 16, 2026, 01:09:38 PM *
News: Latest Bitcoin Core release: 30.2 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: We are all Satoshi. Today let's generate our own Private Key or Mnemonic.  (Read 19 times)
sanfri (OP)
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
April 13, 2026, 04:54:59 AM
Last edit: April 14, 2026, 09:56:50 PM by sanfri
 #1

Today let's make our own Private Key or Mnemonic!
We are all Satoshi and Bitcoiners. We always support spontaneous, contributive and nonprofit activities for Bitcoin-centered world.
https://iancoleman.io/no-donations/

Mnemonic words validator: only offline usage
https://iancoleman.io/bip39/
https://iancoleman.net/bip39-validator/

Mnemonic Word Recovery Tool: only offline usage
https://www.iancoleman.net/seed-savior/
https://3rditeration.github.io/mnemonic-recovery/src/index.html
 (source: https://github.com/3rdIteration/mnemonic-recovery/)


----------------
----------------
The following is the guide for generating your own "Private key" or "Mnemonic"  on offline.
Private key means hex, binary and wif(base58). This private key can be converted to Mnemonic.


Sha256 calculators: Random Text => Hex(64bits)
https://www.bitaddress.org/  Brain Wallet & Wallet Details
https://andersbrownworth.com/blockchain/hash
https://xn--yq5bk9r.com/blog/dev-sha256-encoder
https://emn178.github.io/online-tools/sha256.html Not worked offline
 (Source: https://github.com/emn178/online-tools)
Apps on phone: HashCalc, Data Hashing, Hash King, HashX, Hash Tool etc.

Generating own random text means the private key or mnemonic:
●Text => hex(sha256) => private key(wif) => public key => address
All humans are dead. I am a human. Then I am dead.
b845f06c60ec6a65868993ee661858166d98728fd842e18c60da6f19b9ca60bc​
L3Puxctq9pkXbdjgrRZhvtEq4FAuQ7n5TXz5L9QpLBYghgU8vcVE
02eeb1635380df93904512b3eb8a93671d51ce6f0ee574884317deed00efe4879b
1CTyNgnrYWXAHG3MhkxP6sarT5XmWX4i3K
●Text => hex(sha256) => mnemonic
All humans are dead. I am a human. Then I am dead.
b845f06c60ec6a65868993ee661858166d98728fd842e18c60da6f19b9ca60bc​
reunion convince brand scrub shop crazy boss crash unveil cotton bid coast sunset deer disorder analyst thunder glide custom taste oppose topple load love

ref)
https://andersbrownworth.com/blockchain/hash/ text => hex
https://www.iancoleman.net/bitcoin-address-private-key/ hex => private key(wif) => public key => address
https://www.bitaddress.org/ text => address & private key(wif) & public key & hex
https://iancoleman.io/bip39/ hex => mnemonic

P.S)
We can generate the entropy(random binary number) with coin or dice, and then convert it to hex & mnemonic.
https://iancoleman.io/bip39/ iancoleman
https://youtu.be/k5h7A7kRM8Y Youtuber- Wicked Smart Bitcoin


----------------
HD path: Standard Bip39 & Bip44.

Sample Mnemonic: mnemonic = binary = hex
age age age age age age age age age age age car
0000010011000000100110000001001100000010011000000100110000001001100000010011000 000100110000001001100000010011000000100110 0010001 (checksum: 0010)
04c0981302604c0981302604c0981311

Derived path: m/44'/0'/0'

xpub:
xpub6D1oBtYBbwTX24yFR2PypBhr2e7Siu4Pc4sVzAXrNsvcoVatosPsLudmdRLWjXiPXzcvKSr7hTV KaxZhBCAi2gF7VFcjybdKvhWuB6aMbfH

m/44'/0'/0'/0/0
18gmYdy6C5HT81nadDyM9NCszCuKUdedF7
03f2bc4c78f40eeed52eeff6175ad9aa8e57dceb442abd290183dbabbb5670370b
L45jCkxd4SgeRqWrWndS249EmjzjU63M5h7m6v2qKPCLZ17P7uRF

m/44'/0'/0'/0/1
1D1wgJph2MSUAPwyEoosQSdGXm19fganve
02eafef5dd14e0e260dfcc0f8c1313b798a68c3254ea51e64db600b695650e41b1
KzYX5iGFyTWiuiuP6La8PhZpXQBkUifZXQ881BpNNkgAmX39JaU3

~~~

ref)
https://iancoleman.io/bip39/
= https://iancoleman.net/bip39/
 (Source: https://github.com/iancoleman/iancoleman.io)
https://kimbatt.github.io/btc-address-generator/?page=mnemonic-seed
https://learnmeabitcoin.com/technical/keys/hd-wallets/mnemonic-seed/
https://bip39.coinsect.io/
 (Source: https://github.com/kispi/bip39_checksum)
https://github.com/bitcoin/bips/blob/master/bip-0039/english.txt
https://www.rapidtables.com/convert/number/hex-to-binary.html?x=04C0981302604C0981302604C0981311 hex to binary


----------------
Single path: bip44 address(Legacy address)

Sample Mnemonic
age age age age age age age age age age age car

ccc15c11c10b4a60da4f17ecba5a033f6a233a16fe5567199ef067db3c04066e
L45jCkxd4SgeRqWrWndS249EmjzjU63M5h7m6v2qKPCLZ17P7uRF
03f2bc4c78f40eeed52eeff6175ad9aa8e57dceb442abd290183dbabbb5670370b
18gmYdy6C5HT81nadDyM9NCszCuKUdedF7

ref)
https://www.iancoleman.net/bitcoin-address-private-key/ input value: mnemonic or private key(hex,wif) or public key.
https://iancoleman.io/bitcoin-key-compression/ input value: public key(hex) or private key(wif)
= https://iancoleman.net/bitcoin-key-compression/
 (Source: https://github.com/iancoleman/keycompression)
https://kimbatt.github.io/btc-address-generator/?page=address-details input value: private key(wif)
https://www.bitaddress.org/ Wallet Details, input value: hex or private key(wif)
https://learnmeabitcoin.com/technical/keys/private-key/wif/


----------------
Satoshi Nakamoto's Genesis wallet: uncompressed public key and uncompressed wallet.

Bitcoin Genesis Block: Block No.0
https://mempool.space/ko/block/000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f

Public key(address): uncompressed
04678afdb0fe5548271967f1a67130b7105cd6a828e03909a67962e0ea1f61deb649f6bc3f4cef3 8c4f35504e51ec112de5c384df7ba0b8d578a4c702b6bf11d5f
https://mempool.space/ko/address/04678afdb0fe5548271967f1a67130b7105cd6a828e03909a67962e0ea1f61deb649f6bc3f4cef38c4f35504e51ec112de5c384df7ba0b8d578a4c702b6bf11d5f

hashed address: ucompressed
1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa
https://mempool.space/ko/address/1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa

ref)
https://blog.naver.com/sanfri333/224143483805
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!