<?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=Avici</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=Avici"/>
	<link rel="alternate" type="text/html" href="https://en.bitcoin.it/wiki/Special:Contributions/Avici"/>
	<updated>2026-05-03T00:08:35Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Wallet&amp;diff=51038</id>
		<title>Wallet</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Wallet&amp;diff=51038"/>
		<updated>2014-09-12T13:01:24Z</updated>

		<summary type="html">&lt;p&gt;Avici: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A Bitcoin &#039;&#039;&#039;wallet&#039;&#039;&#039; is a file that contains a collection of private keys. &lt;br /&gt;
&lt;br /&gt;
=== Bitcoin Qt ===&lt;br /&gt;
&lt;br /&gt;
The original Bitcoin  [[Clients|client]] wallet file is named &#039;&#039;&#039;wallet.dat&#039;&#039;&#039; and contains&amp;lt;ref&amp;gt;[https://bitcointalk.org/index.php?topic=4448.0 Wallet import/export: bitkeys format]&amp;lt;/ref&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
* keypairs for each of your [[address|addresses]]&lt;br /&gt;
* transactions done from/to your addresses&lt;br /&gt;
* user preferences &lt;br /&gt;
* default key&lt;br /&gt;
* reserve keys&lt;br /&gt;
* [[Accounts_explained|accounts]]&lt;br /&gt;
* a version number&lt;br /&gt;
* [[Key pool]]&lt;br /&gt;
* Since 0.3.21: information about the current best chain, to be able to rescan automatically when restoring from a backup.&lt;br /&gt;
&lt;br /&gt;
The data file for the wallet is wallet.dat and is located in the [[data directory|Bitcoin data directory]].&lt;br /&gt;
&lt;br /&gt;
It is intended that a wallet be used on only one installation of Bitcoin at a time.  Attempting to clone a wallet for use on multiple computers will result in &amp;quot;weird behavior&amp;quot;&amp;lt;ref&amp;gt;[http://forum.bitcoin.org/index.php?topic=5324.msg77896#msg77896 Multiple instance of bitcoin with the same wallet]&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
The format of this file is Berkeley DB.  Tools that can manipulate wallet files include [[pywallet]].&lt;br /&gt;
&lt;br /&gt;
=== [[Anonimcoin]] ===&lt;br /&gt;
&lt;br /&gt;
[http://anonimcoin.com Anonimcoin.com] is online wallet with free bitcoin mixing service. Service has its own reserve of premixed coins, this method makes mixing instant. Recommend using with a socks, proxy or TOR to maximize anonymity. &lt;br /&gt;
&lt;br /&gt;
=== [[Armory]] ===&lt;br /&gt;
&lt;br /&gt;
The [[Armory]] client uses a custom [http://bitcoinarmory.com/developers/armory-wallet-files/ binary wallet format].&lt;br /&gt;
&lt;br /&gt;
=== [[Bitcoin Wallet]] ===&lt;br /&gt;
&lt;br /&gt;
[[File:bitcoin_wallet.png|192px]] Bitcoin Wallet uses the bitcoinj [http://code.google.com/p/protobuf/ protobuf] format for its wallet file. However, due to Android isolation of applications, it is impossible to access the wallet file as a non-root user.&lt;br /&gt;
&lt;br /&gt;
=== Blockchain.info ===&lt;br /&gt;
&lt;br /&gt;
Blockchain.info use a plain text JSON wallet format documented [https://blockchain.info/wallet/wallet-format here]. Private keys Keys are stored in base58.&lt;br /&gt;
&lt;br /&gt;
=== [[Coinkite]] ===&lt;br /&gt;
&lt;br /&gt;
[[File:Coinkite.gif|20px|link=https://coinkite.com]] [https://coinkite.com/promo/wiki Coinkite] is a web wallet using [https://en.bitcoin.it/wiki/BIP_0032 &amp;quot;HD Wallet (BIP32)&amp;quot;] technology, which can be shared partially or entirely with different systems, each with or without the ability to spend coins  [https://coinkite.com/faq here]. Private keys Keys are sent to you encrypted with AES-256-CBC.&lt;br /&gt;
&lt;br /&gt;
=== [[Coinprism]] ===&lt;br /&gt;
&lt;br /&gt;
[[File:Coinprism_Favicon.png|16px|link=https://www.coinprism.com]] [https://www.coinprism.com Coinprism] is the first [[Colored Coins]] web wallet. Coinprism is similar to other web wallets, except you can store, issue, send and receive colored coins and not only normal Bitcoins. Note that the site is currently in invite-only beta.&lt;br /&gt;
&lt;br /&gt;
=== Email Tip Bot ===&lt;br /&gt;
&lt;br /&gt;
[http://emailtipbot.com Email Tip Bot] is a wallet that works entirely through email. This makes it the only native solution to sending bitcoins on iOS devices, like the iPhone and iPad. It is secure against email spoofing, but can be compromised by anyone who has read access to your email.&lt;br /&gt;
&lt;br /&gt;
=== [[Hive]] ===&lt;br /&gt;
&lt;br /&gt;
[https://www.hivewallet.com Hive] is a lightweight &amp;quot;thin client&amp;quot; Bitcoin wallet for Mac OS X and soon in iOS, Web and Android. It is primarily based on bitcoinj focusing on ease-of-use that offers multi-currency support and many others.&lt;br /&gt;
&lt;br /&gt;
=== [[HolyTransaction]] ===&lt;br /&gt;
&lt;br /&gt;
[https://www.holytransaction.com HolyTransaction] is your universal multi-currency wallet with instant exchange. You can send payments in one digital currency, and receive in another. It&#039;s designed for nontechnical users. Mobile wallet client available on any device with HTML5 support.&lt;br /&gt;
&lt;br /&gt;
=== Multibit ===&lt;br /&gt;
&lt;br /&gt;
Multibit uses the bitcoinj [http://code.google.com/p/protobuf/ protobuf] wallet file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[Securing your wallet]]&lt;br /&gt;
* [[EWallet]]&lt;br /&gt;
* [[Deterministic Wallet]]&lt;br /&gt;
* [http://bitcoinx.io/wallets Finding a Wallet]&lt;br /&gt;
* Third party [http://www.expresscoin.com/wallets Bitcoin Wallets] on [[expresscoin]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Avici</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Template:MainPage_Topics&amp;diff=49736</id>
		<title>Template:MainPage Topics</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Template:MainPage_Topics&amp;diff=49736"/>
		<updated>2014-08-11T17:33:03Z</updated>

		<summary type="html">&lt;p&gt;Avici: /&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--&lt;br /&gt;
First table is for tutorials. Left column = pages written for end users. Right column = pages for developers.&lt;br /&gt;
Second table is for categories.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{|cellpadding=&amp;quot;2&amp;quot; style=&amp;quot;background-color: inherit;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| scope=&amp;quot;col&amp;quot; style=&amp;quot;width: 200px;&amp;quot; |&lt;br /&gt;
* [[Introduction]]&lt;br /&gt;
* [[Getting started]]&lt;br /&gt;
* [[Myths]]&lt;br /&gt;
* [[Securing your wallet]]&lt;br /&gt;
* [http://bitcoincharts.com/ Bitcoin Statistics]&lt;br /&gt;
| scope=&amp;quot;col&amp;quot; style=&amp;quot;width: 200px;&amp;quot; |&lt;br /&gt;
* [[:Category:Technical|Technical articles]]&lt;br /&gt;
* [[Protocol specification]]&lt;br /&gt;
* [[Secure Trading|Best practices for traders]]&lt;br /&gt;
* [[Bitcoin Improvement Proposals]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|cellpadding=&amp;quot;2&amp;quot; style=&amp;quot;background-color: inherit;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width: 200px;&amp;quot; |&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width: 200px;&amp;quot; |&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
* [[Anonymity &amp;amp; Security]]&lt;br /&gt;
* [[Software]]&lt;br /&gt;
* [[Mining]]&lt;br /&gt;
* [[:Category:Exchanges|Exchanges]]&lt;br /&gt;
* [[:Category:Directories|Local Directories]]&lt;br /&gt;
* [[:Category:Marketing|Marketing resources]]&lt;br /&gt;
* [[People]]&lt;br /&gt;
|&lt;br /&gt;
* [[:Category:Clients|Clients]] / [[:Category:Frontends|Frontends]]&lt;br /&gt;
* [[:Category:Economics|Economics]]&lt;br /&gt;
* [[Trade|Businesses (Trade)]]&lt;br /&gt;
* [[:Category:Games|Games]]&lt;br /&gt;
* [[Real world shops|Real world merchants map]]&lt;br /&gt;
* [[Donation-accepting_organizations_and_projects|Donation-accepting sites]]&lt;br /&gt;
* [[Meetups]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: right;&amp;quot; class=&amp;quot;noprint&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{fullurl:Template:MainPage_Topics|action=edit}} &#039;&#039;&#039;Edit&#039;&#039;&#039;]&amp;lt;/span&amp;gt; &amp;amp;ndash; &#039;&#039;&#039;[[Special:Categories|See More]]&#039;&#039;&#039;&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Avici</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Anonymity_%26_Security&amp;diff=49645</id>
		<title>Anonymity &amp; Security</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Anonymity_%26_Security&amp;diff=49645"/>
		<updated>2014-08-08T05:19:41Z</updated>

		<summary type="html">&lt;p&gt;Avici: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Mixing services ==&lt;br /&gt;
&lt;br /&gt;
[http://anonymity.co.in/mixing_services.html Mixing services] are used to avoid compromising of privacy and security. Mixing services provide to periodically exchange your bitcoins for different ones which cannot be associated with the original owner.&lt;br /&gt;
&lt;br /&gt;
== Transactions ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
While using bitcoins is an excellent way to make your purchases, donations, and p2p payments, without losing money through inflated transaction fees, [[transactions]] are never truly anonymous. Buying Bitcoin you pass identification, Bitcoin transactions are stored publicly and permanently on the network, which means anyone can see the balance and transactions of any Bitcoin address. Bitcoin activities are recorded and available publicly via the [[blockchain]], a comprehensive database which keeps a record of bitcoin transactions.&lt;br /&gt;
&lt;br /&gt;
== Buying/selling bitcoins ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All exchanges require the user to scan ID documents, and large transactions must be reported to the proper governmental authority. When you use Bitcoin to pay for goods and services, you will of course need to provide your name and address to the seller for delivery purposes.&lt;br /&gt;
&lt;br /&gt;
This means that a third party with an interest in tracking your activities can use your visible balance and ID information as a basis from which to track your future transactions or to study previous activity. In short, you have compromised your [[security]] and [[privacy]].&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [http://anonymity.co.in/mixing_services.html Mixing service summaries]&lt;br /&gt;
* [http://bitcoinhelp.net/know/more/top-seven-ways-your-identity-can-be-linked-to-your-bitcoin-address Top Seven Ways Your Identity Can Be Linked to Your Bitcoin Address]&lt;br /&gt;
* [[Privacy]]&lt;br /&gt;
* [[Security]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Anonymity]]&lt;/div&gt;</summary>
		<author><name>Avici</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Template:MainPage_Topics&amp;diff=49504</id>
		<title>Template:MainPage Topics</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Template:MainPage_Topics&amp;diff=49504"/>
		<updated>2014-08-07T21:00:31Z</updated>

		<summary type="html">&lt;p&gt;Avici: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--&lt;br /&gt;
First table is for tutorials. Left column = pages written for end users. Right column = pages for developers.&lt;br /&gt;
Second table is for categories.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{|cellpadding=&amp;quot;2&amp;quot; style=&amp;quot;background-color: inherit;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| scope=&amp;quot;col&amp;quot; style=&amp;quot;width: 200px;&amp;quot; |&lt;br /&gt;
* [[Introduction]]&lt;br /&gt;
* [[Getting started]]&lt;br /&gt;
* [[Myths]]&lt;br /&gt;
&lt;br /&gt;
* [[Securing your wallet]]&lt;br /&gt;
* [http://bitcoincharts.com/ Bitcoin Statistics]&lt;br /&gt;
| scope=&amp;quot;col&amp;quot; style=&amp;quot;width: 200px;&amp;quot; |&lt;br /&gt;
* [[:Category:Technical|Technical articles]]&lt;br /&gt;
* [[Protocol specification]]&lt;br /&gt;
* [[Secure Trading|Best practices for traders]]&lt;br /&gt;
* [[Bitcoin Improvement Proposals]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|cellpadding=&amp;quot;2&amp;quot; style=&amp;quot;background-color: inherit;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width: 200px;&amp;quot; |&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width: 200px;&amp;quot; |&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
* [[Anonymity &amp;amp; Security]]&lt;br /&gt;
* [[Software]]&lt;br /&gt;
* [[Mining]]&lt;br /&gt;
* [[:Category:Exchanges|Exchanges]]&lt;br /&gt;
* [[:Category:Directories|Local Directories]]&lt;br /&gt;
* [[:Category:Marketing|Marketing resources]]&lt;br /&gt;
* [[People]]&lt;br /&gt;
|&lt;br /&gt;
* [[:Category:Clients|Clients]] / [[:Category:Frontends|Frontends]]&lt;br /&gt;
* [[:Category:Economics|Economics]]&lt;br /&gt;
* [[Trade|Businesses (Trade)]]&lt;br /&gt;
* [[:Category:Games|Games]]&lt;br /&gt;
* [[Real world shops|Real world merchants map]]&lt;br /&gt;
* [[Donation-accepting_organizations_and_projects|Donation-accepting sites]]&lt;br /&gt;
* [[Meetups]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: right;&amp;quot; class=&amp;quot;noprint&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{fullurl:Template:MainPage_Topics|action=edit}} &#039;&#039;&#039;Edit&#039;&#039;&#039;]&amp;lt;/span&amp;gt; &amp;amp;ndash; &#039;&#039;&#039;[[Special:Categories|See More]]&#039;&#039;&#039;&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Avici</name></author>
	</entry>
</feed>