Re: Bitcoin crash when sending coins

Lately when I’ve been trying to send coins, the following popups twice, then the application terminates. EXCEPTION: St13runtime_error SendMoney() : wtxNew.AcceptTransaction() failed c:\Documents and Settings\username\bitcoin-0.2.0\bitcoin.exe in CMyApp::OnExceptionInMainLoop() When i restart bitcoin.exe, the transaction is showing as 0/unconfirmed. The status do not change even when the total block count increases. I’m […]

Read more

Re: 64bit support

Can bitcoin be compiled to run on 64 bit systems yet? -m64 seems to break the compile. (Not trying to nag or anything). On a side node: I have noticed that the network is about 3x larger than normal now. I see more nodes! 🙂 I haven’t tried compiling 64-bit yet. […]

Read more

Re: A few suggestions

Hi. I would like to second the headless/non-GUI mode for /*nix/i systems. It would be useful to be able to start the Bitcoin software from an initscript or one’s ~/.bashrc (or equivalent) file and let it run in the background, silently cranking away. Also, what would the feasibility of changing […]

Read more

Re: A few suggestions

To build on FreeBSD: Install all of the required software from /usr/ports and then compile using the makefile.fbsd “It just works”. 🙂 That’s good, is it running fine on FreeBSD? I committed the changes to headers.h. For consistency, I used __BSD__. The complete list of defines is at http://docs.wxwidgets.org/stable/wx_cppconst.html #ifdef […]

Read more

Bitcoin 0.2 released!

Bitcoin version 0.2 is here! Download links: http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.2.0-win32-setup.exe/download http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.2.0-win32.zip/download http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.2.0-linux.tar.gz/download New Features Martti Malmi – Minimize to system tray option – Autostart on boot option so you can keep it running in the background automatically – New options dialog layout for future expansion – Setup program for Windows – Linux […]

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

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
1 50 51 52 53 54