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