Re: MSVC build & SHA-256

I’ve managed to set up dependencies and build bitcoin with MS Visual C++ 2008 Express Edition. I’ll give 2010 a try at some time. There is a custom allocator class in serialize.h, secure_allocator, that fails to build with non-debug runtime selected. It is my understanding allocator classes require a template […]

Read more

JSON-RPC password

I uploaded to SVN my changes to add a password to JSON-RPC.  If you’re set up to build, please test it. The -server switch is replaced with -rpcpw=<password>, which is also used with bitcoind. bitcoin -rpcpw=<password>    — runs with JSON-RPC port open bitcoind -rpcpw=<password>   — daemon with password […]

Read more

Re: Bitcoin 0.3.2 released

Anyone know where the changelist is, I’m curious to what was fixed/changed/etc. The change list is basically encompassed by what’s listed in the first message.  Everyone should upgrade to get the important security improvements. Minimizing to tray had at least 3 different glitches and bugs on Linux, including a crash […]

Read more

Re: Network Size

Quote from: NewLibertyStandard on July 17, 2010, 22:22:09 Version 0.3 was supposed to reduce the number of outgoing connections on non-port forwarded clients from 15 to 8, but I don’t think it really happened. I’m not positive if this is the case. Correct me if I’m wrong. In 0.3.0, the […]

Read more
1 5 6 7 8 9 15