Post
Topic
Board Wallet software
Re: I don't like Gavin's and Jeff's Bitcoin client - can I write my own?
by
riX
on 03/06/2011, 01:48:50 UTC
This. If it is GUI related, you can just isolate the core classes and put your GUI code in a seperate file..

Or just make a GUI as a front-end for bitcoind, no need to edit the original code at all, just send API commands to the daemon.