Re: Bitcoin Watchdog Service

Quote But there will be no irc server to bootstrap from. Which doesn’t matter because you can’t access sourceforge to download the software either. If you’ve ever been connected before, you don’t need IRC to bootstrap anymore.  Even if you haven’t, you can bootstrap from seed nodes.  IRC is completely […]

Read more

Re: Bugfixes in SVN rev 130

So, -paytxfee sets nTransactionFee. Can someone explain how nTransactionFee causes a client to behave? And more specifically, what happens when node A sets 1000.0 and all other nodes use 0.01? No, that’s not what it is. -paytxfee allows you to include a transaction fee with your transactions.  If transaction confirmations […]

Read more

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 18 19 20 21 22 58