Re: Bitcoin Watchdog Service

Quote from: throughput on August 12, 2010, 15:28:43 Definitively, we need some overall network hps meter in every node. And at last I’ve found that article: http://www.informit.com/articles/article.aspx?p=1237179 Network splits are easier to produce, and happen more often, than many users on this forum think. You don’t really need to cut […]

Read more

Bugfixes in SVN rev 130

Misc bugfixes in rev 130: fix -datadir with relative path autostart is now off by default except on windows fix occasional “vector iterator not dereferencable” assertion when compiled with msvc fix readlink compile warning on linux build use sys/param.h and BSD define instead of __BSD__ -paytxfee switch, e.g. -paytxfee=0.01 Related […]

Read more

Re: Not a suggestion

Quote from: satoshi on August 11, 2010, 21:07:59 I believe the clients would have to keep the entire history back to the original generated coins. The fact that clients have to keep the entire history reduces the privacy benefit. Quote from: Red on August 12, 2010, 01:10:19 I thought this […]

Read more

Re: BSD detection

Quote from: dkaparis on August 11, 2010, 23:00:16 There is this piece of code in headers.h: #ifdef __WXMAC_OSX__ #define __WXMAC__ 1 #define __WXOSX__ 1 #define __BSD__ 1 #endif #endif That code was a bad idea anyway, I’m deleting it.  Any Mac code should only use __WXMAC_OSX__, not __WXMAC__ or __WXOSX__, […]

Read more
1 7 8 9 10 11 13