Bitcoin Jest Bazą Danych

By Bitcoin Magazyn - 3 miesiące temu - Czas czytania: 5 minuty

Bitcoin Jest Bazą Danych

Przygotuj się, przygotuj się. Czytanie tego może cię rozwścieczyć i zmylić, może cię zmylić, możesz nawet wpaść w taką wściekłość, że uderzysz w ekran (nie rób tego). Potraktuj to jako ostrzeżenie o wyzwalaczu.

Bitcoin jest bazą danych. Period. That is what it is. The blockchain is a database for storing past updates to be able to reproduce the current state of that database, the UTXO set. The entire Bitcoin protocol is built around baza danych. Co jest prawidłowym wpisem w tej bazie danych, a co nie? Kto może proponować wpisy do tej bazy danych? Jak zapewnić, że tylko wpisy tych użytkowników będą brane pod uwagę i akceptowane? Jaki jest mechanizm uwierzytelniania ograniczający zapisywanie wpisów do tej bazy? Jak ograniczyć wpisy do bazy danych, aby ludzie nie mogli ich zrobić zbyt wiele, co spowodowałoby przeciążenie lub awarię oprogramowania zarządzającego bazą danych? Jak zapewnić, że użytkownicy nie będą mogli wprowadzać pojedynczych wpisów, które będą wystarczająco duże, aby spowodować inne problemy związane z odmową usługi?

Wszystko dotyczy bazy danych.

Proof-of-work? The entire purpose of that in the protocol is to manage who can actually process updates to the database. Bitcoin is meant to be a decentralized system, so it needed a way for the database to be updated in a decentralized way while still allowing users to come to consensus with all their individual copies of the database on a single update to it. If everyone is just updating their own copy of the database by themselves, there is no way everyone will come to consensus on a single version of the database. If you depend on some authority figures to handle updates, then the update process is not truly decentralized. This was the point of POW, to allow anyone to process an update, but not without incurring a verifiable cost in doing so.

Proof-of-work to po prostu zdecentralizowany mechanizm aktualizacji bazy danych.

The entire peer-to-peer network architecture? It exists solely to propagate proposed database update entries (transactions), and finalized database updates (blocks). Nodes verifying transactions as they enter their mempool? It’s to pre-filter proposed entry updates to the database and ensure they are valid. Nodes verifying that a block meets the required difficulty target? It’s to pre-filter a proposed database update and ensure it's valid before passing it on to other nodes to update their local copy.

Sieć peer-to-peer istnieje wyłącznie w celu uzgadniania wielu kopii tej samej bazy danych.

Bitcoin script? It literally exists for the sole purpose of functioning as an authorization mechanism for entries in the database. In order to delete an existing entry in the current database state, the UTXO set, a user proposing that update must provide authentication proof meeting the conditions of the script locking the existing database entry. Only existing entries, or UTXOs, can be “spent” in order to authorize the creation of new entries into the database. Miners are the only ones in the protocol allowed to create entries without meeting the condition of removing an existing one by meeting the authorization requirements set out in it’s locking script.

Bitcoin script is simply a mechanism to control and restrict who can write to the database.

Every single aspect of what Bitcoin is revolves around the core central function of maintaining a database, and ensuring that many network participants all retaining their individual copies of that database remain in sync and agree on what the current state of the database is. All of the properties that make Bitcoin valuable as a form of money, or a means of payment, dosłownie wywodzą się z tego, jak funkcjonuje jako baza danych.

Wiele osób w tym środowisku uważa, że ​​tej bazy danych należy używać wyłącznie jako środka płatniczego lub formy pieniędzy, i podzielam ten pogląd. Ja również uważam, że jest to dla niego najważniejszy przypadek użycia i uważam, że należy dołożyć wszelkich starań, aby maksymalnie skalować ten konkretny przypadek użycia, nie rezygnując z suwerenności i bezpieczeństwa możliwości samodzielnej bezpośredniej interakcji z tą bazą danych .

But it is still just a database when you boil down to the objective reality of what Bitcoin is. People willing to pay the costs denominated in satoshis to write an entry that is considered valid under the rules of that database can do so. There is nothing you can do in order to stop them short of changing what is considered a valid entry in that database, which entails convincing everyone else to also adopt a new ruleset regarding what is a valid entry.

Ludzie mogą swobodnie konkurować w ramach zasad konsensusu, aby zapisywać w tej bazie danych, co chcą, pod warunkiem, że poniosą koszty wymagane przez zasady i strukturę zachęt wydobycia. Okres. Czy wiele rzeczy, które ludzie mogą i wprowadzają do bazy danych, jest głupich? Tak. Oczywiście że są. Internet jest zaśmiecony odrętwiającą ilością głupich rzeczy w odizolowanych bazach danych wszędzie. Dlaczego? Ponieważ ludzie są skłonni zapłacić koszty umieszczania głupich rzeczy w bazie danych.

Whether that is users of the database paying the provider and operator, or the operator themselves allowing certain things to be entered as part of operations without passing the cost to a user, is irrelevant. These stupid things only exist somewhere in digital form because in some way, the cost is paid to do so.

Bitcoin is fundamentally no different from any other database in that regard. The only difference is that there is no singular owner or gatekeeper dictating what is allowed or not. Every owner of a copy of the Bitcoin database is capable of allowing or not allowing whatever they want; the problem is if they choose to refuse something that everyone else finds acceptable, they fall out of consensus with everyone else. Their local database is no longer in sync with the global virtual database that everyone else is following and using.

If you find certain database entries unacceptable, then by all means change the rules your local copy validates new entries against. But that is cutting off your nose to spite your face. At the end of the day Bitcoin runs on one simple axiom: pay to play. If people pay the fee, they get to play. That’s just how it works.


Ostatecznie to całkowicie zależy od każdej osoby, na co chce zezwolić, a na co nie, w swojej bazie danych, ale pomijając wszystkie toczące się obecnie debaty semantyczne i filozoficzne, jedna rzecz pozostaje niekwestionowana i obiektywnie prawdziwa: Bitcoin jest bazą danych

Pierwotnym źródłem: Bitcoin Magazyn