I did a transaction about 2 hours ago and it is staying at 0/unconfirmed, the recipient has no credit showing or even an unconfirmed line… The coins seems to disapeared in the void… Should I wait is this just a transaction that is going to take exceptionally long? If the […]
Read moreAuthor: Satoshi Nakamoto
Re: Implementation bug prior to 0.3.6
BTW, an important feature of these mailing lists is that anyone can post… but only the “vendor security” group can read the posts. Thus, it is easy for an outsider with a real security issue to provide detailed information to vendor-sec@myopensourceproject.org, while preventing unscrupulous people from reading the sensitive information. […]
Read moreRe: *** ALERT *** Upgrade to 0.3.6 ASAP!
I’m getting this too on 32-bit Ubuntu 9.10. It works fine on 32-bit and 64-bit Ubuntu 10.04. “./bitcoin: /lib64/libc.so.6: version `GLIBC_2.11′ not found (required by ./bitcoin)” isn’t a new problem that started with 0.3.6 is it? This was built on the same OS installations as 0.3.0. Unfortunately I upgraded to […]
Read moreRe: *** ALERT *** Upgrade to 0.3.6 ASAP!
Tested the Windows build across XP, 2003, Vista, 7 (both 32 and 64bit builds), no issues installing or running client. So far so good, looking forward to the Linux client. 😉 0.3.6 Linux build is back to the old makefile.unix. It static links libjpeg so that shouldn’t be a problem. […]
Read moreRe: *** ALERT *** version 0.3.6
Haven’t had time to update the SVN yet. Wait for 0.3.6, I’m building it now. You can shut down your node in the meantime. SVN is updated with version 0.3.6. Uploading Windows build of 0.3.6 to Sourceforge now, then will rebuild linux. Related posts: Re: *** ALERT *** version 0.3.6 […]
Read moreRe: *** ALERT *** version 0.3.6
is this in the SVN? Haven’t had time to update the SVN yet. Wait for 0.3.6, I’m building it now. You can shut down your node in the meantime. Related posts: Re: *** ALERT *** version 0.3.6 Haven’t had time to update the SVN yet. Wait for… *** ALERT *** […]
Read more*** ALERT *** Upgrade to 0.3.6
Please upgrade to 0.3.6 ASAP! We fixed an implementation bug where it was possible that bogus transactions could be displayed as accepted. Do not accept Bitcoin transactions as payment until you upgrade to version 0.3.6! If you can’t upgrade to 0.3.6 right away, it’s best to shut down your Bitcoin […]
Read moreRe: wiki registration email?
Looks like bitcoin.org is listed on the PBL. WTF? How did we get on that? AFAIK, the only e-mail is if you tell the forum to do notifications, and I guess the wiki registration. I’d consider turning off the forum notification e-mails, I don’t know why we have that. Related […]
Read moreRe: Scalability and transaction rate
I’m curious about the developers feelings on scalability. For example, could the system handle a million users, doing say 5 transactions each per day. 5 million transactions per day is roughly 35,000 transactions per 10 minute period? Is there a bottle neck in propagating 35,000 transactions to a million nodes […]
Read moreRe: Difficulty
http://nullvoid.org/bitcoin/difficultiez.php Code: <? header(“Content-type: text/html”); require_once ‘jsonRPCClient.php’; $data=new jsonRPCClient(‘http://127.0.0.1:8332’); $blockcount = $data->getblockcount(); $now = date(“U”); $blockfile = “blockdata”; $data = file($blockfile, FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES); array_pop($data); ?><html> <head> <meta http-equiv=”refresh” content=”100000″> </head> <body> <pre> <? function humantime($secs) { if ($secs<0) return false; $m = (int)($secs / 60); $s = $secs % […]
Read more