<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://en.bitcoin.it/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Sakamoto1255</id>
	<title>Bitcoin Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://en.bitcoin.it/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Sakamoto1255"/>
	<link rel="alternate" type="text/html" href="https://en.bitcoin.it/wiki/Special:Contributions/Sakamoto1255"/>
	<updated>2026-05-03T07:57:35Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Bitcoin_Core&amp;diff=61733</id>
		<title>Bitcoin Core</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Bitcoin_Core&amp;diff=61733"/>
		<updated>2016-10-24T15:08:22Z</updated>

		<summary type="html">&lt;p&gt;Sakamoto1255: /* Criticism */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Bitcoin Core&#039;&#039;&#039; (formerly &#039;&#039;&#039;Bitcoin-Qt&#039;&#039;&#039;) is the third [[Bitcoin]] [[Clients|client]], developed by [[Wladimir J. van der Laan]] based on the original reference code by [[Satoshi Nakamoto]].&amp;lt;ref name=&amp;quot;Bitcoin Client Software&amp;quot;&amp;gt;{{cite web|title=Bitcoin Client Software|url=http://bitcoin.org/clients.html|publisher=Bitcoin.org|accessdate=21 October 2012|quote=The original software written by Satoshi Nakamoto, the project&#039;s founder.}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;http://gavintech.blogspot.co.uk/2012/03/full-disclosure-bitcoin-qt-on-windows.html, Full disclosure: Bitcoin-Qt on Windows vulnerability, 21st October 2012&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2012-4682, Vulnerability Summary for CVE-2012-4682, 21st October 2012&amp;lt;/ref&amp;gt; It has been bundled with [[bitcoind]] since version 0.5.&amp;lt;ref name=&amp;quot;Bitcoin-Qt/Bitcoind Releases&amp;quot;&amp;gt;{{cite web|title=Bitcoin-Qt/Bitcoind Releases|url=http://bitcoin.org/news.html|publisher=Bitcoin.org|accessdate=21 October 2012}}&amp;lt;/ref&amp;gt; Bitcoin-Qt has been rebranded to &#039;&#039;&#039;[[Bitcoin Core]]&#039;&#039;&#039; since version 0.9.0 &amp;lt;ref name=&amp;quot;Rebranding to Bitcoin Core&amp;quot;&amp;gt;{{cite web|title=Bitcoin Core version 0.9.0 released|url=https://bitcoin.org/en/release/v0.9.0|publisher=Bitcoin.org|accessdate=19 March 2014}}&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Bitcoin Core can be used as a desktop client for regular payments or as a server utility for merchants and other payment services. &lt;br /&gt;
&lt;br /&gt;
===Current version===&lt;br /&gt;
Source code (and build instructions for supported platforms) can be found at the [https://github.com/bitcoin/bitcoin Bitcoin GitHub page].&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
* Compatibility with Linux (both GNOME and KDE), Mac OS X and Windows&lt;br /&gt;
* All functionality of the original wxWidgets client&lt;br /&gt;
* Asks for confirmation before sending coins&lt;br /&gt;
* CSV export of transactions&lt;br /&gt;
* Clearer transaction list with status icons and real-time filtering&lt;br /&gt;
* Progress bar on initial block download&lt;br /&gt;
* Languages: Dutch, English, German, Chinese and many more. Translations are being done by volunteers on [https://www.transifex.com/projects/p/bitcoin/ Transifex].&lt;br /&gt;
* Sendmany support in UI (send to multiple recipients in one transaction)&lt;br /&gt;
* Multiple [[Units|unit]] support, can show subdivided bitcoins (mBTC, µBTC) for users that like large numbers (only decimal units)&lt;br /&gt;
* Splash screen that details progress&lt;br /&gt;
* Debug window&lt;br /&gt;
* Payment requests (BIP 70)&lt;br /&gt;
* Coin control&lt;br /&gt;
* bitcoin-cli as a RPC client, instead of bitcoind executable functioning both as a server and as a RPC client&lt;br /&gt;
&lt;br /&gt;
==Criticism==&lt;br /&gt;
&lt;br /&gt;
===Sync time===&lt;br /&gt;
Bitcoin Core is often criticized for being slow in downloading and verifying the Bitcoin transaction database (the [[blockchain]]). The download may be quicker using the [https://bitcointalk.org/index.php?topic=145386.0 bootstrap method]. &#039;&#039;&#039;NOTE:&#039;&#039;&#039; As of version 0.10.0 it is now slower to download the blockchain via the torrent than it is to download the full blockchain through the P2P client.&lt;br /&gt;
Otherwise you can use some provider which allows you to download the full blockchain directory. (For example like [http://www.blockchaindownload.kr], or [http://en.blockchaindownload.nl])&lt;br /&gt;
&lt;br /&gt;
===Bandwidth use===&lt;br /&gt;
It has also been criticized for &amp;quot;hogging&amp;quot; upload bandwidth when peers connect to download the blockchain (possible only when run with port 8333 accessible to outside connections).&lt;br /&gt;
This perceived &amp;quot;issue&amp;quot; has been [https://github.com/bitcoin/bitcoin/issues/273 discussed extensively on GitHub].&lt;br /&gt;
Most modern routers support quality-of-service that can be configured to properly share the internet connection across all services, and even deprioritise Bitcoin traffic.&lt;br /&gt;
Bitcoin Core includes a script for Linux to configure QoS on an individual host.&amp;lt;ref&amp;gt;https://github.com/bitcoin/bitcoin/tree/master/contrib/qos, Linux QoS bash script&amp;lt;/ref&amp;gt;&lt;br /&gt;
Windows users can also use third-party software such as [http://seriousbit.com/netbalancer/ Netbalancer] to throttle the application&#039;s upload bandwidth and ensure that one has enough upload bandwidth available for regular computer and internet use to be unaffected.&lt;br /&gt;
&lt;br /&gt;
===Lack of multiwallet support; node+wallet tied together===&lt;br /&gt;
Wallet management is also cumbersome. Unlike clients such as [[Armory]], [[MultiBit]], [[Electrum]] and others only one wallet at a time is supported, and its location is required to be the same as the blockchain storage, making it [[Securing_your_wallet#Making_a_secure_workspace|difficult to place the wallet on an encrypted drive]]. It is recommended to backup the wallet.dat file every 50 transactions, due to the way Bitcoin Core handles [[Change|change]].&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
&lt;br /&gt;
* [https://bitcoin.org/en/download Download link at bitcoin.org]&lt;br /&gt;
* [https://bitcoin.org/en/version-history Version history]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=15276.0 Forum thread] (includes screenshots)&lt;br /&gt;
* [https://github.com/bitcoin/bitcoin Current GitHub repository shared with bitcoind]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references&lt;br /&gt;
&lt;br /&gt;
/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* [[QBitcoin]]&lt;br /&gt;
* [[bitcoind]]&lt;br /&gt;
&lt;br /&gt;
[[es:Bitcoin-Qt]]&lt;br /&gt;
&lt;br /&gt;
[[Category:User Interfaces]]&lt;br /&gt;
[[Category:Frontends]]&lt;br /&gt;
[[Category:Free Software]]&lt;br /&gt;
[[Category:Open Source]]&lt;br /&gt;
&lt;br /&gt;
{{Bitcoin Core documentation}}&lt;/div&gt;</summary>
		<author><name>Sakamoto1255</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Bitcoin_Core&amp;diff=61732</id>
		<title>Bitcoin Core</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Bitcoin_Core&amp;diff=61732"/>
		<updated>2016-10-24T15:07:33Z</updated>

		<summary type="html">&lt;p&gt;Sakamoto1255: /* Sync time */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Bitcoin Core&#039;&#039;&#039; (formerly &#039;&#039;&#039;Bitcoin-Qt&#039;&#039;&#039;) is the third [[Bitcoin]] [[Clients|client]], developed by [[Wladimir J. van der Laan]] based on the original reference code by [[Satoshi Nakamoto]].&amp;lt;ref name=&amp;quot;Bitcoin Client Software&amp;quot;&amp;gt;{{cite web|title=Bitcoin Client Software|url=http://bitcoin.org/clients.html|publisher=Bitcoin.org|accessdate=21 October 2012|quote=The original software written by Satoshi Nakamoto, the project&#039;s founder.}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;http://gavintech.blogspot.co.uk/2012/03/full-disclosure-bitcoin-qt-on-windows.html, Full disclosure: Bitcoin-Qt on Windows vulnerability, 21st October 2012&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2012-4682, Vulnerability Summary for CVE-2012-4682, 21st October 2012&amp;lt;/ref&amp;gt; It has been bundled with [[bitcoind]] since version 0.5.&amp;lt;ref name=&amp;quot;Bitcoin-Qt/Bitcoind Releases&amp;quot;&amp;gt;{{cite web|title=Bitcoin-Qt/Bitcoind Releases|url=http://bitcoin.org/news.html|publisher=Bitcoin.org|accessdate=21 October 2012}}&amp;lt;/ref&amp;gt; Bitcoin-Qt has been rebranded to &#039;&#039;&#039;[[Bitcoin Core]]&#039;&#039;&#039; since version 0.9.0 &amp;lt;ref name=&amp;quot;Rebranding to Bitcoin Core&amp;quot;&amp;gt;{{cite web|title=Bitcoin Core version 0.9.0 released|url=https://bitcoin.org/en/release/v0.9.0|publisher=Bitcoin.org|accessdate=19 March 2014}}&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Bitcoin Core can be used as a desktop client for regular payments or as a server utility for merchants and other payment services. &lt;br /&gt;
&lt;br /&gt;
===Current version===&lt;br /&gt;
Source code (and build instructions for supported platforms) can be found at the [https://github.com/bitcoin/bitcoin Bitcoin GitHub page].&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
* Compatibility with Linux (both GNOME and KDE), Mac OS X and Windows&lt;br /&gt;
* All functionality of the original wxWidgets client&lt;br /&gt;
* Asks for confirmation before sending coins&lt;br /&gt;
* CSV export of transactions&lt;br /&gt;
* Clearer transaction list with status icons and real-time filtering&lt;br /&gt;
* Progress bar on initial block download&lt;br /&gt;
* Languages: Dutch, English, German, Chinese and many more. Translations are being done by volunteers on [https://www.transifex.com/projects/p/bitcoin/ Transifex].&lt;br /&gt;
* Sendmany support in UI (send to multiple recipients in one transaction)&lt;br /&gt;
* Multiple [[Units|unit]] support, can show subdivided bitcoins (mBTC, µBTC) for users that like large numbers (only decimal units)&lt;br /&gt;
* Splash screen that details progress&lt;br /&gt;
* Debug window&lt;br /&gt;
* Payment requests (BIP 70)&lt;br /&gt;
* Coin control&lt;br /&gt;
* bitcoin-cli as a RPC client, instead of bitcoind executable functioning both as a server and as a RPC client&lt;br /&gt;
&lt;br /&gt;
==Criticism==&lt;br /&gt;
&lt;br /&gt;
===Sync time===&lt;br /&gt;
Bitcoin Core is often criticized for being slow in downloading and verifying the Bitcoin transaction database (the [[blockchain]]). The download may be quicker using the [https://bitcointalk.org/index.php?topic=145386.0 bootstrap method]. &#039;&#039;&#039;NOTE:&#039;&#039;&#039; As of version 0.10.0 it is now slower to download the blockchain via the torrent than it is to download the full blockchain through the P2P client.&lt;br /&gt;
Otherwise you can use some provider which allows you to download full blockchain directory. (For example like [http://www.blockchaindownload.kr], or [http://en.blockchaindownload.nl]&lt;br /&gt;
&lt;br /&gt;
===Bandwidth use===&lt;br /&gt;
It has also been criticized for &amp;quot;hogging&amp;quot; upload bandwidth when peers connect to download the blockchain (possible only when run with port 8333 accessible to outside connections).&lt;br /&gt;
This perceived &amp;quot;issue&amp;quot; has been [https://github.com/bitcoin/bitcoin/issues/273 discussed extensively on GitHub].&lt;br /&gt;
Most modern routers support quality-of-service that can be configured to properly share the internet connection across all services, and even deprioritise Bitcoin traffic.&lt;br /&gt;
Bitcoin Core includes a script for Linux to configure QoS on an individual host.&amp;lt;ref&amp;gt;https://github.com/bitcoin/bitcoin/tree/master/contrib/qos, Linux QoS bash script&amp;lt;/ref&amp;gt;&lt;br /&gt;
Windows users can also use third-party software such as [http://seriousbit.com/netbalancer/ Netbalancer] to throttle the application&#039;s upload bandwidth and ensure that one has enough upload bandwidth available for regular computer and internet use to be unaffected.&lt;br /&gt;
&lt;br /&gt;
===Lack of multiwallet support; node+wallet tied together===&lt;br /&gt;
Wallet management is also cumbersome. Unlike clients such as [[Armory]], [[MultiBit]], [[Electrum]] and others only one wallet at a time is supported, and its location is required to be the same as the blockchain storage, making it [[Securing_your_wallet#Making_a_secure_workspace|difficult to place the wallet on an encrypted drive]]. It is recommended to backup the wallet.dat file every 50 transactions, due to the way Bitcoin Core handles [[Change|change]].&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
&lt;br /&gt;
* [https://bitcoin.org/en/download Download link at bitcoin.org]&lt;br /&gt;
* [https://bitcoin.org/en/version-history Version history]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=15276.0 Forum thread] (includes screenshots)&lt;br /&gt;
* [https://github.com/bitcoin/bitcoin Current GitHub repository shared with bitcoind]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references&lt;br /&gt;
&lt;br /&gt;
/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* [[QBitcoin]]&lt;br /&gt;
* [[bitcoind]]&lt;br /&gt;
&lt;br /&gt;
[[es:Bitcoin-Qt]]&lt;br /&gt;
&lt;br /&gt;
[[Category:User Interfaces]]&lt;br /&gt;
[[Category:Frontends]]&lt;br /&gt;
[[Category:Free Software]]&lt;br /&gt;
[[Category:Open Source]]&lt;br /&gt;
&lt;br /&gt;
{{Bitcoin Core documentation}}&lt;/div&gt;</summary>
		<author><name>Sakamoto1255</name></author>
	</entry>
</feed>