I can’t build r80 from the SVN with -O2 in the makefile. I’m running Ubuntu 10.04 LTS 64-bit on an Intel Core 2. If I remove -O2 (switch back to -O0), it builds fine. The problem seems to be line 15 of net.h. My googling suggests that statement-expressions, some non-standard, […]
Read moreCategory: Bitcoin Talk
Re: Technical clarifications
Hi people. I’m interested in decentralized currency and going to either participate in development of this one or develop my own version. Before making a decision i want to clarify few technical aspects, which is not clear from documentation. Partially this is just because english is not my native language, […]
Read moreRe: Dealing with SHA-256 Collisions
A mathematician friend of mine pointed out that there are very few if any hash protocols that have survived for 10 years or more. What would Bitcoin’s solution be if SHA256 were to be cracked tomorrow? SHA-256 is very strong. It’s not like the incremental step from MD5 to SHA1. […]
Read moreRe: Hostnames instead of IP Addresses
Put things this way; if you manage (on a more or less distant future, don’t know) to run sort of a shop on surface web* with BC, you may want: » Your customers to be identifiable – to know who is paying what and handle refunds » Your customers to […]
Read moreRe: On IRC bootstrapping
Bitcoin has its own distributed address directory using the “addr” message. It’s about time we coded in a list of the current long running static nodes to seed from. I can add code so new nodes do not preferentially stay connected to the seed nodes, just connect and get the […]
Read moreRe: Website translations
Here is the almost complete (93%) translation into Dutch. It might contain some errors though. I can has credit now? 🙂 I uploaded the 93% complete Dutch translation to SVN. Thanks! Related posts: Re: Website translations Here’s the German translation for the client. It may require… Re: Website translations Here there […]
Read moreRe: Proof-of-work difficulty increasing
A nice addition to the GUI would be an estimate of how many hashes/sec it’s computing. Either present this as a raw number or a “you can expect to generate X packs of bitcoins per week.” This might partially solve the frustration of new users not getting any Bitcoins right […]
Read moreRe: Hostnames instead of IP Addresses
The current sending by IP is not very useful: it connects to the IP, so you’d like to use TOR for anonymity, but then it can totally be eavesdropped and man-in-the-middled. The future plan for sending to an IP is to make it a bitcoin address plus IP, like: 1auaDZCFYqaGx4FKS5WenNfurk2SkoDu4h<someseparatorcharacter>1.2.3.4 […]
Read moreRe: Website translations
Here there is the italian translation of the software. There can be some mistakes, but it’s just ok for the first version 🙂 I hope that someone will come to do something better. Hurray! We have our first language. I uploaded it to SVN to go in with the 0.3 release. […]
Read moreRe: Odd amount of generated coins
Greetings, How is the amount of bitcoins generated per block determined? It was my understanding that is is currently fixed to 50, however a few days ago I happened to generate amount of 52.64: Status: 729 blocks Date: 05/15/10 08:38 Source: Generated Credit: 52.64 Net amount: +52.64 How comes? Regards, […]
Read more