Re: A few suggestions

Helpful suggestions, thanks. Quote from: madhatter on December 09, 2009, 05:34:46 – When the bitcoin software establishes a connection with a peer (client TCP socket) have the client send the handshake string. Right now you have the server (server TCP socket) send the handshake. My reasons for this are anonymity […]

Read more

Re: A few suggestions

Suggestion : Since the coins are generated faster on fast machines, many people will want to use their GPU power to do this, too. So, my suggestion is to implement a GPU-computing support using ATI Stream and Nvidia CUDA. The average total coins generated across the network per day stays […]

Read more

Re: A few suggestions

There would be a command line switch at runtime to tell it to run without UI. All it needs to do is not create the main window. A simplistic way would be to disable “pframeMain->Show” and “ptaskbaricon->Show” in ui.cpp. The network threads don’t care that the UI isn’t there. The […]

Read more

Re: A few suggestions

Quote from: madhatter2 on December 14, 2009, 15:01:39 Can anyone shed some light here? g++ -c -O0 -Wno-invalid-offsetof -Wformat -g -D__WXMAC__ -DNOPCH -DBUILD_MACOSX -I”/usr/include” -I”/usr/local/include/wx-2.8″ -I”/usr/local/include” -I”/usr/local/boost_1_41_0″ -I”/sw/include/db4″ -I”/usr/local/ssl/include” -I”/usr/local/lib/wx/include/mac-ansi-release-2.8″ -o headers.h.gch headers.h … ui.h:430: error: no matching function for call to ‘wxTextCtrl::SetValue(const std::basic_string<char, std::char_traits<char>, std::allocator<char> >&)’ /usr/local/include/wx-2.8/wx/textctrl.h:303: note: candidates […]

Read more

Re: A few suggestions

Quote from: madhatter2 on December 15, 2009, 05:21:09 It is also throwing the same std::string issue on the latest version of Ubuntu Linux. Then it must be something you’re doing differently with building or configuring wxWidgets. What options did you use on the wxWidgets “configure” script? The options I used […]

Read more
1 2 3 4 54