Re: Compile error in SVN r127

Building r127 here, we see some missing casts, apparently: Code: rpc.cpp: In function ‘json_spirit::Value gethashespersec(const json_spirit::Array&, bool)’: rpc.cpp:340: error: conversion from ‘int64’ to ‘json_spirit::Value’ is ambiguous json/json_spirit_value.h:283: note: candidates are: json_spirit::Value_impl<Config>::Value_impl(double) [with Config = json_spirit::Config_vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >] json/json_spirit_value.h:275: note:                 json_spirit::Value_impl<Config>::Value_impl(uint64_t) […]

Read more

Re: Escrow

Quote from: jgarzik on August 10, 2010, 18:53:57 Ask some real-world business owners if they want to tell their customers about the chance of the money being lost forever, unrecoverable by either party. That makes it sound like it might somehow get lost and the parties can’t get it even […]

Read more

Re: Not a suggestion

As some might have noticed, one of the things that bugs me about bitcoin is that the entire history of transactions is completely public. I totally understand the benefits of how this simplifies things and makes it easy for everyone to prove coins are valid. So this is not a […]

Read more

Connection limits

SVN rev 125: – Always make 8 outbound connections even if have 8 inbound – Limit outbound connections to one per a.b.?.? range – Switch -maxconnections=# I added the (currently undocumented) switch -maxconnections=#.  You shouldn’t use it unless you need to because your router can’t maintain a lot of connections, […]

Read more
1 8 9 10 11 12 13