ecbtln / xcp-gui

A GUI and standalone, cross-platform app for the counterparty exchange protocol built atop bitcoin
MIT License
0 stars 0 forks source link

work on packaging for production #7

Open ecbtln opened 10 years ago

ecbtln commented 10 years ago

Needs to be cross-platform Needs to be tested on windows and linux

ecbtln commented 10 years ago

incorporate counterpartyd as submodule on repo.

Start up the server on app launch as start-up process, we can share the rpc user / password information between the script that starts counterpartyd and the script that needs it to communicate over RPC. Also, the rpc user and password for btc should be available in the config file. Just need to figure out best way to determine of BTC is on testnet or not, and then start counterpartyd and the app appropriately.