Does anyone want to translate the Bitcoin client itself? It would be great to have at least one other language in the 0.3 release. All you have to do is get poedit and translate the po file I’m attaching to this post. It’s less than 750 words. Updated bitcoin.po attachment […]
Read moreCategory: Bitcoin Talk
Re: Share database blocks ?
I have a question. I saw that everyone need to get blocks before starting to get coins. Does it mean that these blocks are the same for everyone? Is there a database with all of them? So … can I share this database with someone else to make him able […]
Read moreRe: CLI bitcoin generation
Quote from: molybdenum on May 22, 2010, 18:44:20 An optional parameter to specify the minimum number of blocks after that transaction (getallreceived 1 for current behavior, or just getallreceived, getallreceived 5 for the paranoid, getallreceived 0 for instant confirms)? Yeah, that actually is what it is. getallreceived 0 should do […]
Read moreRe: Tracing a coin’s lineage
Quote from: Xunie on May 26, 2010, 00:50:04 Can’t we force a user to use a new address for receiving payments? Every time a payment is received display another Bitcoin address in the address bar. (only transactions via Bitcoin addresses, NOT IPs of course, since that’d be useless, right?) The […]
Read moreJSON-RPC programming tips using labels
I added label related functions to help with managing multiple addresses per user. New or renamed functions are: getreceivedbyaddress — amount received on a single address getreceivedbylabel — amount received by all addresses with this label listreceivedbyaddress — list addresses and amounts they’ve received listreceivedbylabel — list labels and amounts […]
Read moreRe: We accept Bitcoins
Quote from: DataWraith on May 19, 2010, 19:52:42 Can I just butt in with a question on why that is? To me it seems that if Bitcoin uses public-key cryptography to transfer ownership of the coins, it should be a trivial matter to include a short message that is only […]
Read moreRe: Ummmm… where did my bitcoins go?
The blocks are currently about 34 MB. I’m sure future versions will improve the download process. Including them with the installation would not be correct way of speeding up the initial download. But a trusted source could certainly host the majority of the blocks as a separate download. That would […]
Read moreRe: Is there a way to automate bitcoin payments for a website?
I run a website hosted on freebsd and well right now nobody visits it ever and so I can totally change it. I am wanting to change it to allow people to pay for services from the website exclusively through bitcoins. Now I see bitcoin has some linux program but […]
Read moreRe: Setting up multiple bitcoin machines behind NAT
So, if I somehow I forwarded port router:8333 to bitcoinhost1:8333 and router:8334 to bitcoinhost2:8333, we get undefined behavior? Because that seems like trivial to me, to keep track of port numbers in any p2p app. At the moment, it always assumes the incoming port is 8333, so it would tell […]
Read moreRe: removing bitcoin addresses
Is there any way to remove bitcoin addresses that you have generated for yourself? What about if you have received payments to those addresses? Are they needed to show ownership for the coins after they have been transferred? A question to Satoshi: have you tested the program with thousands of […]
Read more