]> pere.pagekite.me Git - homepage.git/blob - blog/tags/bitcoin/bitcoin.rss
81523e6ac6cd8ce098230d9b6568b63d3bc4d6f3
[homepage.git] / blog / tags / bitcoin / bitcoin.rss
1 <?xml version="1.0" encoding="utf-8"?>
2 <rss version='2.0' xmlns:lj='http://www.livejournal.org/rss/lj/1.0/'>
3 <channel>
4 <title>Petter Reinholdtsen - Entries tagged bitcoin</title>
5 <description>Entries tagged bitcoin</description>
6 <link>http://people.skolelinux.org/pere/blog/</link>
7
8
9 <item>
10 <title>How to backport bitcoin-qt version 0.7.2-2 to Debian Squeeze</title>
11 <link>http://people.skolelinux.org/pere/blog/How_to_backport_bitcoin_qt_version_0_7_2_2_to_Debian_Squeeze.html</link>
12 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/How_to_backport_bitcoin_qt_version_0_7_2_2_to_Debian_Squeeze.html</guid>
13 <pubDate>Tue, 25 Dec 2012 20:50:00 +0100</pubDate>
14 <description>&lt;p&gt;Let me start by wishing you all marry Christmas and a happy new
15 year! I hope next year will prove to be a good year.&lt;/p&gt;
16
17 &lt;p&gt;&lt;a href=&quot;http://www.bitcoin.org/&quot;&gt;Bitcoin&lt;/a&gt;, the digital
18 decentralised &quot;currency&quot; that allow people to transfer bitcoins
19 between each other with minimal overhead, is a very interesting
20 experiment. And as I wrote a few days ago, the bitcoin situation in
21 &lt;a href=&quot;http://www.debian.org/&quot;&gt;Debian&lt;/a&gt; is about to improve a bit.
22 The &lt;a href=&quot;http://packages.qa.debian.org/bitcoin&quot;&gt;new debian source
23 package&lt;/a&gt; (version 0.7.2-2) was uploaded yesterday, and is waiting
24 in &lt;a href=&quot;http://ftp-master.debian.org/new.html&quot;&gt;the NEW queue&lt;/A&gt;
25 for one of the ftpmasters to approve the new bitcoin-qt package
26 name.&lt;/p&gt;
27
28 &lt;p&gt;And thanks to the great work of Jonas and the rest of the bitcoin
29 team in Debian, you can easily test the package in Debian Squeeze
30 using the following steps to get a set of working packages:&lt;/p&gt;
31
32 &lt;blockquote&gt;&lt;pre&gt;
33 git clone git://git.debian.org/git/collab-maint/bitcoin
34 cd bitcoin
35 DEB_MAINTAINER_MODE=1 DEB_BUILD_OPTIONS=noupnp fakeroot debian/rules clean
36 DEB_BUILD_OPTIONS=noupnp git-buildpackage --git-ignore-new
37 &lt;/pre&gt;&lt;/blockquote&gt;
38
39 &lt;p&gt;You might have to install some build dependencies as well. The
40 list of commands should give you two packages, bitcoind and
41 bitcoin-qt, ready for use in a Squeeze environment. Note that the
42 client will download the complete set of bitcoin &quot;blocks&quot;, which need
43 around 5.6 GiB of data on my machine at the moment. Make sure your
44 ~/.bitcoin/ directory have lots of spare room if you want to download
45 all the blocks. The client will warn if the disk is getting full, so
46 there is not really a problem if you got too little room, but you will
47 not be able to get all the features out of the client.&lt;/p&gt;
48
49 &lt;p&gt;As usual, if you use bitcoin and want to show your support of my
50 activities, please send Bitcoin donations to my address
51 &lt;b&gt;&lt;a href=&quot;bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b&amp;label=PetterReinholdtsenBlog&quot;&gt;15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b&lt;/a&gt;&lt;/b&gt;.&lt;/p&gt;
52 </description>
53 </item>
54
55 <item>
56 <title>A word on bitcoin support in Debian</title>
57 <link>http://people.skolelinux.org/pere/blog/A_word_on_bitcoin_support_in_Debian.html</link>
58 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/A_word_on_bitcoin_support_in_Debian.html</guid>
59 <pubDate>Fri, 21 Dec 2012 23:59:00 +0100</pubDate>
60 <description>&lt;p&gt;It has been a while since I wrote about
61 &lt;a href=&quot;http://www.bitcoin.org/&quot;&gt;bitcoin&lt;/a&gt;, the decentralised
62 peer-to-peer based crypto-currency, and the reason is simply that I
63 have been busy elsewhere. But two days ago, I started looking at the
64 state of &lt;a href=&quot;http://packages.qa.debian.org/bitcoin&quot;&gt;bitcoin in
65 Debian&lt;/a&gt; again to try to recover my old bitcoin wallet. The package
66 is now maintained by a
67 &lt;a href=&quot;https://alioth.debian.org/projects/pkg-bitcoin/&quot;&gt;team of
68 people&lt;/a&gt;, and the grunt work had already been done by this team. We
69 owe a huge thank you to all these team members. :)
70 But I was sad to discover that the bitcoin client is missing in
71 Wheezy. It is only available in Sid (and an outdated client from
72 backports). The client had several RC bugs registered in BTS blocking
73 it from entering testing. To try to help the team and improve the
74 situation, I spent some time providing patches and triaging the bug
75 reports. I also had a look at the bitcoin package available from Matt
76 Corallo in a
77 &lt;a href=&quot;https://launchpad.net/~bitcoin/+archive/bitcoin&quot;&gt;PPA for
78 Ubuntu&lt;/a&gt;, and moved the useful pieces from that version into the
79 Debian package.&lt;/p&gt;
80
81 &lt;p&gt;After checking with the main package maintainer Jonas Smedegaard on
82 IRC, I pushed several patches into the collab-maint git repository to
83 improve the package. It now contains fixes for the RC issues (not from
84 me, but fixed by Scott Howard), build rules for a Qt GUI client
85 package, konqueror support for the bitcoin: URI and bash completion
86 setup. As I work on Debian Squeeze, I also created
87 &lt;a href=&quot;http://lists.alioth.debian.org/pipermail/pkg-bitcoin-devel/Week-of-Mon-20121217/000041.html&quot;&gt;a
88 patch to backport&lt;/a&gt; the latest version. Jonas is going to look at
89 it and try to integrate it into the git repository before uploading a
90 new version to unstable.
91
92 &lt;p&gt;I would very much like bitcoin to succeed, to get rid of the
93 centralized control currently exercised in the monetary system. I
94 find it completely unacceptable that the USA government is collecting
95 transaction data for almost all international money transfers (most are done in USD and transaction logs shipped to the spooks), and
96 that the major credit card companies can block legal money
97 transactions to Wikileaks. But for bitcoin to succeed, more people
98 need to use bitcoins, and more people need to accept bitcoins when
99 they sell products and services. Improving the bitcoin support in
100 Debian is a small step in the right direction, but not enough.
101 Unfortunately the user experience when browsing the web and wanting to
102 pay with bitcoin is still not very good. The bitcoin: URI is a step
103 in the right direction, but need to work in most or every browser in
104 use. Also the bitcoin-qt client is too heavy to fire up to do a
105 quick transaction. I believe there are other clients available, but
106 have not tested them.&lt;/p&gt;
107
108 &lt;p&gt;My
109 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Now_accepting_bitcoins___anonymous_and_distributed_p2p_crypto_money.html&quot;&gt;experiment
110 with bitcoins&lt;/a&gt; showed that at least some of my readers use bitcoin.
111 I received 20.15 BTC so far on the address I provided in my blog two
112 years ago, as can be
113 &lt;a href=&quot;http://blockexplorer.com/address/15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b&quot;&gt;seen
114 on the blockexplorer service&lt;/a&gt;. Thank you everyone for your
115 donation. The blockexplorer service demonstrates quite well that
116 bitcoin is not quite anonymous and untracked. :) I wonder if the
117 number of users have gone up since then. If you use bitcoin and want
118 to show your support of my activity, please send Bitcoin donations to
119 the same address as last time,
120 &lt;b&gt;&lt;a href=&quot;bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b&amp;label=PetterReinholdtsenBlog&quot;&gt;15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b&lt;/a&gt;&lt;/b&gt;.&lt;/p&gt;
121 </description>
122 </item>
123
124 <item>
125 <title>The European Central Bank (ECB) take a look at bitcoin</title>
126 <link>http://people.skolelinux.org/pere/blog/The_European_Central_Bank__ECB__take_a_look_at_bitcoin.html</link>
127 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/The_European_Central_Bank__ECB__take_a_look_at_bitcoin.html</guid>
128 <pubDate>Sun, 4 Nov 2012 08:30:00 +0100</pubDate>
129 <description>&lt;p&gt;Slashdot just ran a story about the European Central Bank (ECB)
130 &lt;a href=&quot;http://www.ecb.europa.eu/pub/pdf/other/virtualcurrencyschemes201210en.pdf&quot;&gt;releasing
131 a report (PDF)&lt;/a&gt; about virtual currencies and
132 &lt;a href=&quot;http://www.bitcoin.org/&quot;&gt;bitcoin&lt;/a&gt;. It is interesting to
133 see how a member of the bitcoin community
134 &lt;a href=&quot;http://blog.bitinstant.com/blog/2012/10/30/the-ecb-report-on-bitcoin-and-virtual-currencies.html&quot;&gt;receive
135 the report&lt;/a&gt;. As for the future, I suspect the central banks and
136 the governments will outlaw bitcoin if it gain any popularity, to avoid
137 competition. My thoughts go to the
138 &lt;a href=&quot;http://en.wikipedia.org/wiki/Wörgl&quot;&gt;Wörgl experiment&lt;/a&gt; with
139 negative inflation on cash which was such a success that it was
140 terminated by the Austrian National Bank in 1933. A successful
141 alternative would be a threat to the current money system and gain
142 powerful forces to work against it.&lt;/p&gt;
143
144 &lt;p&gt;While checking out the current status of bitcoin, I also discovered
145 that the community already seem to have
146 &lt;a href=&quot;http://www.theverge.com/2012/8/27/3271637/bitcoin-savings-trust-pyramid-scheme-shuts-down&quot;&gt;experienced
147 its first pyramid game / Ponzi scheme&lt;/a&gt;. Not very surprising, given
148 how members of &quot;small&quot; communities tend to trust each other. I guess
149 enterprising crocks will try again and again, as they do anywhere
150 wealth is available.&lt;/p&gt;
151 </description>
152 </item>
153
154 <item>
155 <title>Some thoughts on BitCoins</title>
156 <link>http://people.skolelinux.org/pere/blog/Some_thoughts_on_BitCoins.html</link>
157 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Some_thoughts_on_BitCoins.html</guid>
158 <pubDate>Sat, 11 Dec 2010 15:10:00 +0100</pubDate>
159 <description>&lt;p&gt;As I continue to explore
160 &lt;a href=&quot;http://www.bitcoin.org/&quot;&gt;BitCoin&lt;/a&gt;, I&#39;ve starting to wonder
161 what properties the system have, and how it will be affected by laws
162 and regulations here in Norway. Here are some random notes.&lt;/p&gt;
163
164 &lt;p&gt;One interesting thing to note is that since the transactions are
165 verified using a peer to peer network, all details about a transaction
166 is known to everyone. This means that if a BitCoin address has been
167 published like I did with mine in my initial post about BitCoin, it is
168 possible for everyone to see how many BitCoins have been transfered to
169 that address. There is even a web service to look at the details for
170 all transactions. There I can see that my address
171 &lt;a href=&quot;http://blockexplorer.com/address/15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b&quot;&gt;15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b&lt;/a&gt;
172 have received 16.06 Bitcoin, the
173 &lt;a href=&quot;http://blockexplorer.com/address/1LfdGnGuWkpSJgbQySxxCWhv8MHqvwst3&quot;&gt;1LfdGnGuWkpSJgbQySxxCWhv8MHqvwst3&lt;/a&gt;
174 address of Simon Phipps have received 181.97 BitCoin and the address
175 &lt;a href=&quot;http://blockexplorer.com/address/1MCwBbhNGp5hRm5rC1Aims2YFRe2SXPYKt&quot;&gt;1MCwBbhNGp5hRm5rC1Aims2YFRe2SXPYKt&lt;/A&gt;
176 of EFF have received 2447.38 BitCoins so far. Thank you to each and
177 every one of you that donated bitcoins to support my activity. The
178 fact that anyone can see how much money was transfered to a given
179 address make it more obvious why the BitCoin community recommend to
180 generate and hand out a new address for each transaction. I&#39;m told
181 there is no way to track which addresses belong to a given person or
182 organisation without the person or organisation revealing it
183 themselves, as Simon, EFF and I have done.&lt;/p&gt;
184
185 &lt;p&gt;In Norway, and in most other countries, there are laws and
186 regulations limiting how much money one can transfer across the border
187 without declaring it. There are money laundering, tax and accounting
188 laws and regulations I would expect to apply to the use of BitCoin.
189 If the Skolelinux foundation
190 (&lt;a href=&quot;http://linuxiskolen.no/slxdebianlabs/donations.html&quot;&gt;SLX
191 Debian Labs&lt;/a&gt;) were to accept donations in BitCoin in addition to
192 normal bank transfers like EFF is doing, how should this be accounted?
193 Given that it is impossible to know if money can cross the border or
194 not, should everything or nothing be declared? What exchange rate
195 should be used when calculating taxes? Would receivers have to pay
196 income tax if the foundation were to pay Skolelinux contributors in
197 BitCoin? I have no idea, but it would be interesting to know.&lt;/p&gt;
198
199 &lt;p&gt;For a currency to be useful and successful, it must be trusted and
200 accepted by a lot of users. It must be possible to get easy access to
201 the currency (as a wage or using currency exchanges), and it must be
202 easy to spend it. At the moment BitCoin seem fairly easy to get
203 access to, but there are very few places to spend it. I am not really
204 a regular user of any of the vendor types currently accepting BitCoin,
205 so I wonder when my kind of shop would start accepting BitCoins. I
206 would like to buy electronics, travels and subway tickets, not herbs
207 and books. :) The currency is young, and this will improve over time
208 if it become popular, but I suspect regular banks will start to lobby
209 to get BitCoin declared illegal if it become popular. I&#39;m sure they
210 will claim it is helping fund terrorism and money laundering (which
211 probably would be true, as is any currency in existence), but I
212 believe the problems should be solved elsewhere and not by blaming
213 currencies.&lt;/p&gt;
214
215 &lt;p&gt;The process of creating new BitCoins is called mining, and it is
216 CPU intensive process that depend on a bit of luck as well (as one is
217 competing against all the other miners currently spending CPU cycles
218 to see which one get the next lump of cash). The &quot;winner&quot; get 50
219 BitCoin when this happen. Yesterday I came across the obvious way to
220 join forces to increase ones changes of getting at least some coins,
221 by coordinating the work on mining BitCoins across several machines
222 and people, and sharing the result if one is lucky and get the 50
223 BitCoins. Check out
224 &lt;a href=&quot;http://www.bluishcoder.co.nz/bitcoin-pool/&quot;&gt;BitCoin Pool&lt;/a&gt;
225 if this sounds interesting. I have not had time to try to set up a
226 machine to participate there yet, but have seen that running on ones
227 own for a few days have not yield any BitCoins througth mining
228 yet.&lt;/p&gt;
229
230 &lt;p&gt;Update 2010-12-15: Found an &lt;a
231 href=&quot;http://inertia.posterous.com/reply-to-the-underground-economist-why-bitcoi&quot;&gt;interesting
232 criticism&lt;/a&gt; of bitcoin. Not quite sure how valid it is, but thought
233 it was interesting to read. The arguments presented seem to be
234 equally valid for gold, which was used as a currency for many years.&lt;/p&gt;
235 </description>
236 </item>
237
238 <item>
239 <title>Now accepting bitcoins - anonymous and distributed p2p crypto-money</title>
240 <link>http://people.skolelinux.org/pere/blog/Now_accepting_bitcoins___anonymous_and_distributed_p2p_crypto_money.html</link>
241 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Now_accepting_bitcoins___anonymous_and_distributed_p2p_crypto_money.html</guid>
242 <pubDate>Fri, 10 Dec 2010 08:20:00 +0100</pubDate>
243 <description>&lt;p&gt;With this weeks lawless
244 &lt;a href=&quot;http://www.salon.com/news/opinion/glenn_greenwald/2010/12/06/wikileaks/index.html&quot;&gt;governmental
245 attacks&lt;/a&gt; on Wikileak and
246 &lt;a href=&quot;http://www.salon.com/technology/dan_gillmor/2010/12/06/war_on_speech&quot;&gt;free
247 speech&lt;/a&gt;, it has become obvious that PayPal, visa and mastercard can
248 not be trusted to handle money transactions.
249 A blog post from
250 &lt;a href=&quot;http://webmink.com/2010/12/06/now-accepting-bitcoin/&quot;&gt;Simon
251 Phipps on bitcoin&lt;/a&gt; reminded me about a project that a friend of
252 mine mentioned earlier. I decided to follow Simon&#39;s example, and get
253 involved with &lt;a href=&quot;http://www.bitcoin.org/&quot;&gt;BitCoin&lt;/a&gt;. I got
254 some help from my friend to get it all running, and he even handed me
255 some bitcoins to get started. I even donated a few bitcoins to Simon
256 for helping me remember BitCoin.&lt;/p&gt;
257
258 &lt;p&gt;So, what is bitcoins, you probably wonder? It is a digital
259 crypto-currency, decentralised and handled using peer-to-peer
260 networks. It allows anonymous transactions and prohibits central
261 control over the transactions, making it impossible for governments
262 and companies alike to block donations and other transactions. The
263 source is free software, and while the key dependency wxWidgets 2.9
264 for the graphical user interface is missing in Debian, the command
265 line client builds just fine. Hopefully Jonas
266 &lt;a href=&quot;http://bugs.debian.org/578157&quot;&gt;will get the package into
267 Debian&lt;/a&gt; soon.&lt;/p&gt;
268
269 &lt;p&gt;Bitcoins can be converted to other currencies, like USD and EUR.
270 There are &lt;a href=&quot;http://www.bitcoin.org/trade&quot;&gt;companies accepting
271 bitcoins&lt;/a&gt; when selling services and goods, and there are even
272 currency &quot;stock&quot; markets where the exchange rate is decided. There
273 are not many users so far, but the concept seems promising. If you
274 want to get started and lack a friend with any bitcoins to spare,
275 you can even get
276 &lt;a href=&quot;https://freebitcoins.appspot.com/&quot;&gt;some for free&lt;/a&gt; (0.05
277 bitcoin at the time of writing). Use
278 &lt;a href=&quot;http://www.bitcoinwatch.com/&quot;&gt;BitcoinWatch&lt;/a&gt; to keep an eye
279 on the current exchange rates.&lt;/p&gt;
280
281 &lt;p&gt;As an experiment, I have decided to set up bitcoind on one of my
282 machines. If you want to support my activity, please send Bitcoin
283 donations to the address
284 &lt;b&gt;15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b&lt;/b&gt;. Thank you!&lt;/p&gt;
285 </description>
286 </item>
287
288 </channel>
289 </rss>