<?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=Sapientidiot</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=Sapientidiot"/>
	<link rel="alternate" type="text/html" href="https://en.bitcoin.it/wiki/Special:Contributions/Sapientidiot"/>
	<updated>2026-05-23T19:34:57Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Vanitygen&amp;diff=48301</id>
		<title>Vanitygen</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Vanitygen&amp;diff=48301"/>
		<updated>2014-06-21T05:57:22Z</updated>

		<summary type="html">&lt;p&gt;Sapientidiot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Vanitygen&#039;&#039;&#039; is a command-line vanity bitcoin address generator.&lt;br /&gt;
&lt;br /&gt;
If you&#039;re tired of the random, cryptic addresses generated by regular bitcoin clients, you can use vanitygen to create a more personalized address.&lt;br /&gt;
Add unique flair when you tell people to send bitcoins to 1stDownqyMHHqnDPRSfiZ5GXJ8Gk9dbjO.&lt;br /&gt;
Alternatively, vanitygen can be used to generate random addresses offline.&lt;br /&gt;
&lt;br /&gt;
Vanitygen accepts as input a pattern, or list of patterns to search for, and produces a list of addresses and private keys.  Vanitygen&#039;s search is probabilistic, and the amount of time required to find a given pattern depends on how complex the pattern is, the speed of your computer, and whether you get lucky.&lt;br /&gt;
&lt;br /&gt;
The example below illustrates a session of vanitygen.  It is typical, and takes about 10 sec to finish, using a Core 2 Duo E6600 CPU on x86-64 Linux:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
$ ./vanitygen 1Boat&lt;br /&gt;
Difficulty: 4476342&lt;br /&gt;
Pattern: 1Boat                                                                 &lt;br /&gt;
Address: 1BoatSLRHtKNngkdXEeobR76b53LETtpyT&lt;br /&gt;
Privkey: 5J4XJRyLVgzbXEgh8VNi4qovLzxRftzMd8a18KkdXv4EqAwX3tS&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Vanitygen includes components to perform address searching on your CPU (vanitygen) and your OpenCL-compatible GPU (oclvanitygen).  Both can be built from source, and both are included in the Windows binary package.  Also included is oclvanityminer, the vanity address mining client.  Oclvanityminer can be used to automatically claim bounties on sites such as [[User:ThePiachu|ThePiachu]]&#039;s [[Vanity Pool]].&lt;br /&gt;
&lt;br /&gt;
Current version: 0.22&lt;br /&gt;
&lt;br /&gt;
Windows x86+x64 binaries [https://github.com/downloads/samr7/vanitygen/vanitygen-0.20-win.zip here].  PGP signature [http://insight.gotdns.org/~samr7/vanitygen-0.20-win.zip.asc here].&lt;br /&gt;
&lt;br /&gt;
Get the source from [https://github.com/samr7/vanitygen GitHub].  Includes Makefiles for Linux and Mac OS X.&lt;br /&gt;
&lt;br /&gt;
Main discussion at [https://bitcointalk.org/index.php?topic=25804.0 BitCoinTalk]&lt;br /&gt;
&lt;br /&gt;
For AMD Catalyst 13.1+ you need to run the AMD APP SDK Runtime from Catalyst 12.10 in order to get this program to work. (So all your Catalyst drivers would be brand new except for the SDK Runtime.) This is discussed on [https://github.com/samr7/vanitygen/issues/19 GitHub]. Linux users try [https://github.com/samr7/vanitygen/issues/19#issuecomment-28689948 this solution].&lt;br /&gt;
&lt;br /&gt;
Also the latest source doesn&#039;t work properly for high-end AMD cards (7XXX and greater). Solution is to change line 459 in oclengine.c from: return quirks; to: return quirks &amp;amp; ~VG_OCL_AMD_BFI_INT;&lt;br /&gt;
Windows x86+x64 binaries that solve this problem plus provide support for compressed keys [https://lifeboat.com/oclvanitygen here]. PGP signature [https://lifeboat.com/oclvanitygen.zip.sig here]. If you have any problems with the binaries, join the relevant [https://bitcointalk.org/index.php?topic=301068.0 BitCoinTalk discussion].&lt;br /&gt;
&lt;br /&gt;
== Expected keysearch rate ==&lt;br /&gt;
Main article: [[Vanitygen keysearch rate]]&lt;br /&gt;
&lt;br /&gt;
What key search rate can I expect from hardware X?&lt;br /&gt;
&lt;br /&gt;
Detailed list forthcoming.  Some ballpark estimates are listed below.&lt;br /&gt;
&lt;br /&gt;
 Dual-core desktop CPUs, 32-bit mode: 100-250 Kkey/s.&lt;br /&gt;
 Dual-core desktop CPUs, 64-bit mode: 150-450 Kkey/s.&lt;br /&gt;
 Quad-core desktop CPUs, 32-bit mode: 200-400 Kkey/s.&lt;br /&gt;
 Quad-core desktop CPUs, 64-bit mode: 300-750 Kkey/s.&lt;br /&gt;
 NVIDIA GT200 GPUs: up to 6.5 Mkey/s&lt;br /&gt;
 AMD Radeon 58XX, 68XX GPUs: up to 23.5 Mkey/s.&lt;br /&gt;
 AMD Radeon 69XX GPUs: up to 19.5 Mkey/s.&lt;br /&gt;
&lt;br /&gt;
As vanitygen performs a lot of large integer arithmetic, running it in 64-bit mode makes a huge difference in key search rate, easily a 50% improvement over 32-bit mode.  If you are using a 64-bit edition of Windows, and not using a GPU, be sure to use vanitygen64.exe.&lt;br /&gt;
&lt;br /&gt;
Radeon 58XX outperforms Radeon 69XX by a very comfortable margin.  Oclvanitygen is sensitive to integer multiply throughput, and Radeon 58XX can multiply concurrently with other operations.  At similar clocks, a hobbled Radeon 5830 will outperform a Radeon 6970.&lt;br /&gt;
&lt;br /&gt;
In custom builds, CPU performance will be less than expected if the OpenSSL library is an older version (&amp;lt;1.0.0d) or is not built with the appropriate optimizations enabled.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Bitcoin Vanity Generation Website]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Vanity address]]&lt;/div&gt;</summary>
		<author><name>Sapientidiot</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Bitcoinwallet.in&amp;diff=47611</id>
		<title>Bitcoinwallet.in</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Bitcoinwallet.in&amp;diff=47611"/>
		<updated>2014-05-25T21:22:57Z</updated>

		<summary type="html">&lt;p&gt;Sapientidiot: adding to scams&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Warning: This site is an exact copy of OnionWallet, a known scam.  See the [[Bitcoinwallet.in#Criticism|Critisism]] section for specfic complaints and warnings.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Warning==&lt;br /&gt;
&lt;br /&gt;
Bitcoinwallet.in is a scam run by the same person(s) as EasyCoin.net and several other &amp;quot;anonymous&amp;quot; wallet services. Once a wallet address with the service recives a set amount (over 1BTC) the funds will automatically be sent to [https://blockchain.info/address/1NRMGqPYXwPoAGHiPAMzBgkqCcmgms3hjH 1NRMGqPYXwPoAGHiPAMzBgkqCcmgms3hjH]. Do not use this service. URL is here only to warn others who might be searching for it. &lt;br /&gt;
&lt;br /&gt;
Address: &lt;br /&gt;
&lt;br /&gt;
==Critcism==&lt;br /&gt;
&lt;br /&gt;
[http://www.reddit.com/r/Bitcoin/comments/1jsquq/onionwallet_is_a_scam_lost_my_bitcoin/ OnionWallet is a scam! Lost my bitcoin!]&lt;br /&gt;
&lt;br /&gt;
[http://www.talkgold.com/forum/r396769-.html WARNING OnionWallet and EasyCoin]&lt;br /&gt;
&lt;br /&gt;
[http://bitcoinscammers.com/easycoin-net/ bitcoin scammers easycoin.net]&lt;br /&gt;
&lt;br /&gt;
[https://bitcointalk.org/index.php?topic=231686.0 bitcointalk - Scam: OnionWallet]&lt;br /&gt;
&lt;br /&gt;
[https://bitcointalk.org/index.php?topic=197819.0 bitcointalk - easycoin.net warning]&lt;br /&gt;
&lt;br /&gt;
[[Category:Scams]]&lt;/div&gt;</summary>
		<author><name>Sapientidiot</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=EasyCoin.net&amp;diff=47610</id>
		<title>EasyCoin.net</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=EasyCoin.net&amp;diff=47610"/>
		<updated>2014-05-25T21:22:27Z</updated>

		<summary type="html">&lt;p&gt;Sapientidiot: adding to scams category&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Warning: Services that are run anonymously have a very poor track record.  See the [[EasyCoin.net#Criticism|Critisism]] section for specfic complaints against EasyCoin.net.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
EasyCoin.net was a (selectively?) scam wallet service that opperated alongside a TOR hidden service. The service has been known to withdraw from wallets shortly after deposits where made and send the coin to [https://blockchain.info/address/1NRMGqPYXwPoAGHiPAMzBgkqCcmgms3hjH 1NRMGqPYXwPoAGHiPAMzBgkqCcmgms3hjH]. &lt;br /&gt;
&lt;br /&gt;
==Critcism==&lt;br /&gt;
&lt;br /&gt;
There have been multiple&amp;lt;ref&amp;gt;https://bitcointalk.org/index.php?topic=194993.0&amp;lt;/ref&amp;gt; and ongoing&amp;lt;ref&amp;gt;http://www.reddit.com/r/Bitcoin/search?q=easycoin&amp;amp;sort=new&amp;amp;restrict_sr=on&amp;lt;/ref&amp;gt; reports of funds being stolen.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.reddit.com/r/Bitcoin/comments/1jsquq/onionwallet_is_a_scam_lost_my_bitcoin/ OnionWallet is a scam! Lost my bitcoin!]&lt;br /&gt;
&lt;br /&gt;
[http://www.talkgold.com/forum/r396769-.html WARNING OnionWallet and EasyCoin]&lt;br /&gt;
&lt;br /&gt;
[http://bitcoinscammers.com/easycoin-net/ bitcoin scammers easycoin.net]&lt;br /&gt;
&lt;br /&gt;
[https://bitcointalk.org/index.php?topic=231686.0 bitcointalk - Scam: OnionWallet]&lt;br /&gt;
&lt;br /&gt;
[https://bitcointalk.org/index.php?topic=194993.0 bitcointalk - easycoin.net warning !!!]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Scams]]&lt;/div&gt;</summary>
		<author><name>Sapientidiot</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=OnionWallet&amp;diff=47609</id>
		<title>OnionWallet</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=OnionWallet&amp;diff=47609"/>
		<updated>2014-05-25T21:21:37Z</updated>

		<summary type="html">&lt;p&gt;Sapientidiot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Warning: Services that are run anonymously have a very poor track record.  See the [[OnionWallet#Criticism|Critisism]] section for specfic complaints and warnings.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Warning==&lt;br /&gt;
&lt;br /&gt;
OnionWallet is a scam run by the same person(s) as EasyCoin.net and several other &amp;quot;anonymous&amp;quot; wallet services. Once a wallet address with the service recives a set amount (over 1BTC) the funds will automatically be sent to [https://blockchain.info/address/1NRMGqPYXwPoAGHiPAMzBgkqCcmgms3hjH 1NRMGqPYXwPoAGHiPAMzBgkqCcmgms3hjH]. Do not use this service. URL is here only to warn others who might be searching for it. &lt;br /&gt;
&lt;br /&gt;
Address: http://ow24et3tetp6tvmk.onion &lt;br /&gt;
&lt;br /&gt;
==Critcism==&lt;br /&gt;
&lt;br /&gt;
[http://www.reddit.com/r/Bitcoin/comments/1jsquq/onionwallet_is_a_scam_lost_my_bitcoin/ OnionWallet is a scam! Lost my bitcoin!]&lt;br /&gt;
&lt;br /&gt;
[http://www.talkgold.com/forum/r396769-.html WARNING OnionWallet and EasyCoin]&lt;br /&gt;
&lt;br /&gt;
[http://bitcoinscammers.com/easycoin-net/ bitcoin scammers easycoin.net]&lt;br /&gt;
&lt;br /&gt;
[https://bitcointalk.org/index.php?topic=231686.0 bitcointalk - Scam: OnionWallet]&lt;br /&gt;
&lt;br /&gt;
[https://bitcointalk.org/index.php?topic=197819.0 bitcointalk - easycoin.net warning]&lt;br /&gt;
&lt;br /&gt;
[[Category:Scams]]&lt;/div&gt;</summary>
		<author><name>Sapientidiot</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Help:Getting_started&amp;diff=47535</id>
		<title>Help:Getting started</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Help:Getting_started&amp;diff=47535"/>
		<updated>2014-05-23T03:41:34Z</updated>

		<summary type="html">&lt;p&gt;Sapientidiot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;WARNING: This wiki and the links it contains can be edited by anyone, always verify that the URL to the site you are visiting is correct. Before trusting or sending your bitcoins to any website you should always search on additional resources such as google, [https://bitcointa.lk bitcointalk forums] or [http://reddit.com/r/bitcoin reddit] to see what other users are saying about the service.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here is a generic [[Bitcoin_Newbie_Guide|Getting Started guide]].&lt;br /&gt;
* Get started buying bitcoins at [http://coinbase.com/?r=514b6eb6a18f2fdde50000db&amp;amp;utm_campaign=user-referral&amp;amp;src=referral-link Coinbase]&lt;br /&gt;
* Get free bitcoins and learn to use them in 5 minutes: [https://trybtc.com TryBTC]&lt;br /&gt;
* If you have old electronics (iPhones, iPads, Androids, etc), you can trade them in for bitcoins at [http://glyde.com/ Glyde] or [https://www.mintspare.com/ Mintspare].&lt;br /&gt;
* Start by watching [http://weusecoins.com/ this 2 minute vid].&lt;br /&gt;
* Learn why it [http://bitcoin.stackexchange.com/questions/2834/what-are-the-perceived-advantages-of-bitcoin-as-a-store-of-value could be a good investment]&lt;br /&gt;
* Learn why it&#039;s objectively [http://bitcoin.stackexchange.com/questions/305/what-are-the-perceived-advantages-of-bitcoin-as-a-means-of-exchange better as a means of exchange].&lt;br /&gt;
* Get a [[Clients|client]] and try it out yourself.&lt;br /&gt;
* Use an online wallet that you trust. &lt;br /&gt;
(Examples: [[File:Coinkite.gif|20px|link=https://coinkite.com/promo/beginners]] [https://coinkite.com/promo/beginners Coinkite], [[File:Bci.gif|20px|link=https://blockchain.info/]] [https://blockchain.info/wallet/ BCI], [[File:Bitalo-favicon.png|link=https://bitalo.com]] [https://bitalo.com Bitalo],&lt;br /&gt;
[[File:Greenaddress.png|20px|link=https://greenaddress.it]] [https://greenaddress.it GreenAddress])&lt;br /&gt;
* Explore bitcoin with a [[:Category:Block chain browsers|block chain browser]] such as [https://www.biteasy.com Biteasy]&lt;br /&gt;
* [http://bitcoin.stackexchange.com/ Ask questions]&lt;br /&gt;
* [http://bitcoin.stackexchange.com/questions/118/how-much-bitcoin-will-i-mine-right-now-with-hardware-x Can I generate Free Money on my computer?] - TL;DR - Not really.&lt;br /&gt;
* [https://en.bitcoin.it/wiki/FAQ Read the FAQ]&lt;br /&gt;
* [[Buying Bitcoins (the noob version)|Where can I buy bitcoins?]] (Hint: [http://bitcoin.stackexchange.com/questions/2293/how-can-i-buy-bitcoin-via-a-credit-card-or-paypal You can&#039;t buy them with Paypal or credit cards])&lt;br /&gt;
* Earn free bitcoins through [[Bonus_Programs|bonus programs]]&lt;br /&gt;
&lt;br /&gt;
If you&#039;re looking for how to get started with Bitcoin-Qt, [[Getting started installing bitcoin-qt|this is the article you&#039;re looking for]].&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[Introduction|Bitcoin Introduction]]&lt;br /&gt;
* [[Bonus_Programs|Bonus Programs]]&lt;br /&gt;
* [[Trade|Bitcoin Businesses]]&lt;/div&gt;</summary>
		<author><name>Sapientidiot</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=EasyCoin.net&amp;diff=41119</id>
		<title>EasyCoin.net</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=EasyCoin.net&amp;diff=41119"/>
		<updated>2013-09-19T03:25:36Z</updated>

		<summary type="html">&lt;p&gt;Sapientidiot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Warning: Services that are run anonymously have a very poor track record.  See the [[EasyCoin.net#Criticism|Critisism]] section for specfic complaints against EasyCoin.net.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
EasyCoin.net is a (selectively?) scam wallet service that opperated alongside a TOR hidden service. The service has been known to withdraw from wallets shortly after deposits where made and send the coin to [https://blockchain.info/address/1NRMGqPYXwPoAGHiPAMzBgkqCcmgms3hjH 1NRMGqPYXwPoAGHiPAMzBgkqCcmgms3hjH]. &lt;br /&gt;
&lt;br /&gt;
==Critcism==&lt;br /&gt;
&lt;br /&gt;
There have been multiple&amp;lt;ref&amp;gt;https://bitcointalk.org/index.php?topic=194993.0&amp;lt;/ref&amp;gt; and ongoing&amp;lt;ref&amp;gt;http://www.reddit.com/r/Bitcoin/search?q=easycoin&amp;amp;sort=new&amp;amp;restrict_sr=on&amp;lt;/ref&amp;gt; reports of funds being stolen.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.reddit.com/r/Bitcoin/comments/1jsquq/onionwallet_is_a_scam_lost_my_bitcoin/ OnionWallet is a scam! Lost my bitcoin!]&lt;br /&gt;
&lt;br /&gt;
[http://www.talkgold.com/forum/r396769-.html WARNING OnionWallet and EasyCoin]&lt;br /&gt;
&lt;br /&gt;
[http://bitcoinscammers.com/easycoin-net/ bitcoin scammers easycoin.net]&lt;br /&gt;
&lt;br /&gt;
[https://bitcointalk.org/index.php?topic=231686.0 bitcointalk - Scam: OnionWallet]&lt;br /&gt;
&lt;br /&gt;
[https://bitcointalk.org/index.php?topic=194993.0 bitcointalk - easycoin.net warning !!!]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sapientidiot</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Bitcoinwallet.in&amp;diff=41117</id>
		<title>Bitcoinwallet.in</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Bitcoinwallet.in&amp;diff=41117"/>
		<updated>2013-09-19T03:18:50Z</updated>

		<summary type="html">&lt;p&gt;Sapientidiot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Warning: This site is an exact copy of OnionWallet, a known scam.  See the [[Bitcoinwallet.in#Criticism|Critisism]] section for specfic complaints and warnings.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Warning==&lt;br /&gt;
&lt;br /&gt;
Bitcoinwallet.in is a scam run by the same person(s) as EasyCoin.net and several other &amp;quot;anonymous&amp;quot; wallet services. Once a wallet address with the service recives a set amount (over 1BTC) the funds will automatically be sent to [https://blockchain.info/address/1NRMGqPYXwPoAGHiPAMzBgkqCcmgms3hjH 1NRMGqPYXwPoAGHiPAMzBgkqCcmgms3hjH]. Do not use this service. URL is here only to warn others who might be searching for it. &lt;br /&gt;
&lt;br /&gt;
Address: &lt;br /&gt;
&lt;br /&gt;
==Critcism==&lt;br /&gt;
&lt;br /&gt;
[http://www.reddit.com/r/Bitcoin/comments/1jsquq/onionwallet_is_a_scam_lost_my_bitcoin/ OnionWallet is a scam! Lost my bitcoin!]&lt;br /&gt;
&lt;br /&gt;
[http://www.talkgold.com/forum/r396769-.html WARNING OnionWallet and EasyCoin]&lt;br /&gt;
&lt;br /&gt;
[http://bitcoinscammers.com/easycoin-net/ bitcoin scammers easycoin.net]&lt;br /&gt;
&lt;br /&gt;
[https://bitcointalk.org/index.php?topic=231686.0 bitcointalk - Scam: OnionWallet]&lt;br /&gt;
&lt;br /&gt;
[https://bitcointalk.org/index.php?topic=197819.0 bitcointalk - easycoin.net warning]&lt;br /&gt;
&lt;br /&gt;
[[Category:EWallets]]&lt;/div&gt;</summary>
		<author><name>Sapientidiot</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=OnionWallet&amp;diff=41115</id>
		<title>OnionWallet</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=OnionWallet&amp;diff=41115"/>
		<updated>2013-09-19T03:14:39Z</updated>

		<summary type="html">&lt;p&gt;Sapientidiot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Warning: Services that are run anonymously have a very poor track record.  See the [[OnionWallet#Criticism|Critisism]] section for specfic complaints and warnings.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Warning==&lt;br /&gt;
&lt;br /&gt;
OnionWallet is a scam run by the same person(s) as EasyCoin.net and several other &amp;quot;anonymous&amp;quot; wallet services. Once a wallet address with the service recives a set amount (over 1BTC) the funds will automatically be sent to [https://blockchain.info/address/1NRMGqPYXwPoAGHiPAMzBgkqCcmgms3hjH 1NRMGqPYXwPoAGHiPAMzBgkqCcmgms3hjH]. Do not use this service. URL is here only to warn others who might be searching for it. &lt;br /&gt;
&lt;br /&gt;
Address: http://ow24et3tetp6tvmk.onion &lt;br /&gt;
&lt;br /&gt;
==Critcism==&lt;br /&gt;
&lt;br /&gt;
[http://www.reddit.com/r/Bitcoin/comments/1jsquq/onionwallet_is_a_scam_lost_my_bitcoin/ OnionWallet is a scam! Lost my bitcoin!]&lt;br /&gt;
&lt;br /&gt;
[http://www.talkgold.com/forum/r396769-.html WARNING OnionWallet and EasyCoin]&lt;br /&gt;
&lt;br /&gt;
[http://bitcoinscammers.com/easycoin-net/ bitcoin scammers easycoin.net]&lt;br /&gt;
&lt;br /&gt;
[https://bitcointalk.org/index.php?topic=231686.0 bitcointalk - Scam: OnionWallet]&lt;br /&gt;
&lt;br /&gt;
[https://bitcointalk.org/index.php?topic=197819.0 bitcointalk - easycoin.net warning]&lt;br /&gt;
&lt;br /&gt;
[[Category:EWallets]]&lt;/div&gt;</summary>
		<author><name>Sapientidiot</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=EasyCoin.net&amp;diff=41114</id>
		<title>EasyCoin.net</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=EasyCoin.net&amp;diff=41114"/>
		<updated>2013-09-19T02:52:50Z</updated>

		<summary type="html">&lt;p&gt;Sapientidiot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Warning: Services that are run anonymously have a very poor track record.  See the [[EasyCoin.net#Criticism|Critisism]] section for specfic complaints against EasyCoin.net.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Bitcoin.org client downloading blockchain for hours?&lt;br /&gt;
* Dont know how to keep your wallet.dat safe from hackers?&lt;br /&gt;
* You just want to use bitcoins without having to worry about technical details?&lt;br /&gt;
* Be ready for sending and recieving bitcoins within 1 minute, no email address or personal data needed!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Click here to find out more [https://EasyCoin.net EasyCoin.net]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Because Bitcoin doesnt have to be Rocket Science.&lt;br /&gt;
&lt;br /&gt;
==Critcism==&lt;br /&gt;
&lt;br /&gt;
There have been multiple&amp;lt;ref&amp;gt;https://bitcointalk.org/index.php?topic=194993.0&amp;lt;/ref&amp;gt; and ongoing&amp;lt;ref&amp;gt;http://www.reddit.com/r/Bitcoin/search?q=easycoin&amp;amp;sort=new&amp;amp;restrict_sr=on&amp;lt;/ref&amp;gt; reports of funds being stolen.&lt;br /&gt;
&lt;br /&gt;
[https://EasyCoin.net EasyCoin.net] Bitcoin Wallet&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sapientidiot</name></author>
	</entry>
</feed>