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 moreCategory: Bitcoin Talk
Re: A few suggestions
Quote from: madhatter2 on December 12, 2009, 06:34:21 I almost have the svn 0.2 compiling on Mac OS X 10.4.11/Intel (I also have a PPC970 machine here as well so a PPC build would be possible as well). The windowing is native carbon too via wxwidgets! It is FAST! Wink […]
Read moreRe: 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 moreRe: A few suggestions
Right, the SVN has the almost-release-candidate 0.2 source, which can also be built and run on Linux. It hasn’t been tested on FreeBSD. Quote from: madhatter2 on December 11, 2009, 04:59:19 If we can get to the point where we have a working backend process that will run on FreeBSD […]
Read moreRe: Questions about Bitcoin
Wow, thanks alot for these detailed answers. But today another question came to my mind. Lets say we know, that our neighbar uses Bitcoin, and we also know that he will receive a payment soon (maybe because he owns an internet shop and accepts bitcoin as payment option). Also, we […]
Read moreRe: Questions about Bitcoin
Hi, yesterday i stumpled upon this great payment option. I read my way trough many sites but now I have some questions that couldn’t get answered. 1. Is Bitcoin really anonymous ? I mean totally and completely ? Is my ISP able to detect, that i have sent or received […]
Read moreRe: A few suggestions
Quote from: madhatter2 on December 10, 2009, 14:00:17 Front ends can also be ran on clients with very low cpu power such as mobile phones. That’s a good approach for mobile. Programmatic API used by PHP (any language) to present a web UI covers remote admin, mobile and any other […]
Read moreRe: 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 moreRe: Repost: Linux/UNIX compile
The Linux version is on its way. Martti’s Linux port was merged into the main code branch and New Liberty Standard has been testing it. It’ll be in the next release, version 0.2. Command line is on the to-do list after 0.2. Related posts: Repost: Linux/UNIX compile ——————– scott: Linux/UNIX […]
Read moreRepost: Linux/UNIX compile
——————– scott: Linux/UNIX compile Posted:Thu 08 of Oct, 2009 (05:49 UTC) Can we get instructions or modifications to compile and install BitCoin on Linux? A command line version would be great. Related posts: Re: Repost: Linux/UNIX compile The Linux version is on its way. Martti’s Linux port… Re: Repost: How […]
Read more