<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
	<id>https://transhumanist.ru/index.php?action=history&amp;feed=atom&amp;title=Blockchain%2Fen</id>
	<title>Blockchain/en - История изменений</title>
	<link rel="self" type="application/atom+xml" href="https://transhumanist.ru/index.php?action=history&amp;feed=atom&amp;title=Blockchain%2Fen"/>
	<link rel="alternate" type="text/html" href="https://transhumanist.ru/index.php?title=Blockchain/en&amp;action=history"/>
	<updated>2026-04-12T08:15:13Z</updated>
	<subtitle>История изменений этой страницы в вики</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://transhumanist.ru/index.php?title=Blockchain/en&amp;diff=7875&amp;oldid=prev</id>
		<title>Rodion: 1 версия импортирована</title>
		<link rel="alternate" type="text/html" href="https://transhumanist.ru/index.php?title=Blockchain/en&amp;diff=7875&amp;oldid=prev"/>
		<updated>2022-05-21T16:05:47Z</updated>

		<summary type="html">&lt;p&gt;1 версия импортирована&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ru&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Предыдущая версия&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Версия от 19:05, 21 мая 2022&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ru&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(нет различий)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Rodion</name></author>
	</entry>
	<entry>
		<id>https://transhumanist.ru/index.php?title=Blockchain/en&amp;diff=7874&amp;oldid=prev</id>
		<title>H+Pedia&gt;FuzzyBot: Updating to match new version of source page</title>
		<link rel="alternate" type="text/html" href="https://transhumanist.ru/index.php?title=Blockchain/en&amp;diff=7874&amp;oldid=prev"/>
		<updated>2022-01-16T11:34:37Z</updated>

		<summary type="html">&lt;p&gt;Updating to match new version of source page&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
A &amp;#039;&amp;#039;&amp;#039;blockchain&amp;#039;&amp;#039;&amp;#039; is a distributed ledger in which transactions are incorporated into cryptographically secure blocks. This allows a trustless, peer-to-peer method for achieving consensus, and was a solution to a long standing unsolved problem in computer science known as the [https://en.wikipedia.org/wiki/Byzantine_fault_tolerance Byzantine Generals Problem]. A valid chain is one which at least 51% of the network agrees is the longest. Computations supporting the network are performed by &amp;#039;miners&amp;#039;, programs which maintain a copy of the longest chain and use brute force computation to discover the next block, which will be some cryptographic [https://en.wikipedia.org/wiki/Cryptographic_hash_function hash function] that satisfies the encrypted header of the previous block, for bitcoin this function is [https://en.wikipedia.org/wiki/SHA-2 SHA-2], other cryptocurrencies use different functions, for example Litecoin uses [https://en.wikipedia.org/wiki/Scrypt Scrypt]. Blockchain was first described by [https://bitcoin.org/bitcoin.pdf Satoshi Nakamoto] in 2009 and applied to the bitcoin protocol. Distributed currency grew from the [https://en.wikipedia.org/wiki/Cypherpunk cypherpunk] movement in the 1980s and 1990s and is a successor to the earlier [https://en.wikipedia.org/wiki/Hashcash hashcach] system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Network ==&lt;br /&gt;
&lt;br /&gt;
Users are incentivised to host and secure the database through a process known as &amp;#039;mining&amp;#039;, whereby a node is rewarded for a [https://en.wikipedia.org/wiki/Proof-of-work_system proof of work] with a portion of uniquely signed cryptographic data. This may be performed by solving a cryptographic puzzle, showing proof of bandwidth or proof of storage. The proof of bandwidth model is similar to that of the popular [https://en.wikipedia.org/wiki/BitTorrent BitTorrent] protocol, which forces users to upload sufficient data to be eligible to download data.&lt;br /&gt;
&lt;br /&gt;
Ownership of arbitrary &amp;#039;blocks&amp;#039; of the chain can be cryptographically transferred to different addresses across the network, requiring ultimately the entire network reaches a consensus over who-owns-what within the network.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Applications ==&lt;br /&gt;
&lt;br /&gt;
Bitcoin itself has enjoyed success as a [[Special:MyLanguage/censorship|censorship]]-resistant digital cash-like currency. Due to the potential level of anonymity offered, it has become the currency of choice of [[Special:MyLanguage/Cybercrime|cyber criminals]] involved with [https://en.wikipedia.org/wiki/Carding_%28fraud%29 carding] and [https://en.wikipedia.org/wiki/Darknet_market darknet markets] and has various associations with the [https://en.wikipedia.org/wiki/Dark_web dark web]. However it has allowed websites and individuals to accept anonymous payments and donations without creating a digital footprint uses of PayPal or credit cards would otherwise leave, protecting the anonymity of both parties involved from traditional payment system compromise and [[Special:MyLanguage/mass surveillance|mass surveillance]].&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Namecoin Namecoin] runs the [https://en.wikipedia.org/wiki/.bit .bit] tld, a censorship resistant domain name but requires special software to resolve.&lt;br /&gt;
&lt;br /&gt;
Artists [https://www.pirateparty.org.uk/party-magazine/who-made-could-digitally-registered-images-be-future-creators have suggested] automatic digital registration of creations could provide digitally signed proofs of creation.&lt;br /&gt;
&lt;br /&gt;
Technologies such as [https://en.wikipedia.org/wiki/Ethereum Ethereum] have built a programming language into the block chain, allowing the execution of automated [[Special:MyLanguage/smart contracts|smart contracts]].&lt;br /&gt;
&lt;br /&gt;
[http://www.coindesk.com/block-chain-technology-digital-democracy/ Transparent voting systems] has been proposed with this technology.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Blockchain Research ==&lt;br /&gt;
&lt;br /&gt;
Blockchain technology is potentially one of the most powerful methods for achieving trustless, distributed consensus. Its ability to transparently show cryptographically secure decisions has applications to contracts, law, and government. Original peer-reviewed research articles on technical and social aspects of blockchain technology can be found in the open-access journal [https://ledgerjournal.org/ojs/index.php/ledger/index Ledger].  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Bitcoin ==&lt;br /&gt;
&lt;br /&gt;
Bitcoin suffers from being both overly hyped and [http://rationalwiki.org/wiki/Bitcoin overly criticised]. Criticisms include:&lt;br /&gt;
&lt;br /&gt;
* Pump and dump investors caused by lack of traditional regulation&lt;br /&gt;
* Price volatility, especially notorious bubbles and crashes&lt;br /&gt;
* Use as an investment commodity&lt;br /&gt;
* A series of embarrassing security failures (notably [https://en.wikipedia.org/wiki/Mt._Gox Mt. Gox])&lt;br /&gt;
* Use by [[Special:MyLanguage/Cybercrime|cyber criminals]]&lt;br /&gt;
* [[Special:MyLanguage/Technophilia|Technophilia]] by its advocates&lt;br /&gt;
* Criticism of the [[Special:MyLanguage/Anarcho-Futurism|anarchist]] or [[Special:MyLanguage/libertarian|libertarian]] politics advocated by many of its users&lt;br /&gt;
* Dysfunction of its centralised components, notably core development team and increasingly centralised mining pools&lt;br /&gt;
&lt;br /&gt;
== People ==&lt;br /&gt;
&lt;br /&gt;
* [[Special:MyLanguage/Vitalik Buterin|Vitalik Buterin]]&amp;lt;ref&amp;gt;https://en.wikipedia.org/wiki/Vitalik_Buterin&amp;lt;/ref&amp;gt; co-founder of Ethereum is a supporter of [[Special:MyLanguage/SENS|SENS]].&amp;lt;ref&amp;gt;https://twitter.com/VitalikButerin/status/913701491638124545&amp;lt;/ref&amp;gt;&lt;br /&gt;
* Satoshi Nakamoto. programer and creator of bitcoin&lt;br /&gt;
* Charles Hoskinson. Creator of Cardano and cocreator of Ethereum&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
&lt;br /&gt;
* {{wikipedia|Blockchain (database)}}&lt;br /&gt;
* {{wikipedia|Bitcoin network}}&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
[[Category:Emerging technologies]]&lt;br /&gt;
[[Category:Blockchain]]&lt;/div&gt;</summary>
		<author><name>H+Pedia&gt;FuzzyBot</name></author>
	</entry>
</feed>