Public & Private Keys Explained

📖 5 min read

✍️ විසින් ලියන ලද සහ සමාලෝචනය කරන ලදී Karel Havlíčekයාවත්කාලීන කරන ලදී 2026🛡️ කතුවැකියෙන් ස්වාධීන

Quick Answer

බිට්කොයින් පරිශීලක නාම සහ මුරපද වෙනුවට යතුරු යුගලයක් භාවිතා කරයි. එකක් ඔබට මුළු ලෝකය සමඟම බෙදා ගත හැකිය, අනෙක ඔබ ඔබේ ජීවිතය ආරක්ෂා කර ගත යුතුය. ඔවුන් එක්ව ඔබට ප්‍රසිද්ධියේ මුදල් ලබා ගැනීමට සහ ඒවා අතර බැංකුවක් නොමැතිව පුද්ගලිකව වියදම් කිරීමට ඉඩ සලසයි.

💡 Think of it as…

වීදියේ වීදුරු තැපැල් පෙට්ටියක්. ඕනෑම කෙනෙකුට ඇතුළත දැකීමට සහ තව් (ඔබේ පොදු ලිපිනය) හරහා ලිපියක් දැමිය හැකිය, නමුත් ඔබ පමණක් අකුරු පිටතට ගැනීමට දොර විවෘත කරන යතුර අල්ලාගෙන සිටින්න (ඔබේ පුද්ගලික යතුර). සෑම කෙනෙකුටම ඔබට ගෙවිය හැකිය; ඔබට පමණක් වියදම් කළ හැකිය.

Private key: your secret

පුද්ගලික යතුරක් යනු අහඹු ලෙස ජනනය කරන ලද රහස් අංකයකි. එය හිමිකාරිත්වය ඔප්පු කරන අතර ගනුදෙනු "අත්සන්" කිරීමට භාවිතා කරයි. පුද්ගලික යතුර අල්ලාගෙන සිටින තැනැත්තා කාසි පාලනය කරයි - එය අහිමි වීම යනු ප්‍රවේශය අහිමි වීම සහ කාන්දු වීම යනු අරමුදල් අහිමි වීමයි.

Public key & address: your handle

Your public key (and the address derived from it) is shared freely so others can send you Bitcoin. Crucially, the public key can be calculated from the private key, but never the other way around — thanks to one-way cryptography.

Digital signatures

When you spend, your wallet uses the private key to create a signature that anyone can verify with your public key — proving you authorized the payment without ever revealing the secret. No signature, no spend.

🔑 Key takeaway

Public key = receive (share it). Private key = spend (protect it). The math lets the network verify your payments without ever seeing your secret.

Why this matters for you

This is why self-custody matters: a hardware wallet keeps your private keys offline and in your hands, beyond the reach of exchange hacks, frozen accounts, or capital controls — a real concern for savers across Asia.

නිතර අසන ප්රශ්න

What is a seed phrase then?

බීජ වාක්‍ය ඛණ්ඩයක් (වචන 12 හෝ 24) යනු ඔබගේ සියලු පුද්ගලික යතුරු නැවත උත්පාදනය කළ හැකි මිනිසුන්ට කියවිය හැකි උපස්ථයකි. යතුරු මෙන් එය ආරක්ෂා කරන්න - ඔබේ බීජ වාක්‍ය ඛණ්ඩය ඇති ඕනෑම අයෙකු ඔබේ බිට්කොයින් පාලනය කරයි.

If my address is public, is my balance public too?

Yes — anyone can look up an address’s balance and history on the public ledger. That is why privacy-conscious users avoid reusing addresses.

What happens if I lose my private key?

The coins are permanently frozen on the blockchain — no one can recover them, including you. This is the trade-off of being your own bank, and why backups matter.

Keep learning