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