barmstrong / bitcoin-android

Send and receive bitcoins from your Android phone!
https://github.com/barmstrong/bitcoin-android
Apache License 2.0
214 stars 86 forks source link

Switch to allow testnet #7

Closed gary-rowe closed 13 years ago

gary-rowe commented 13 years ago

Had an issue from a user asking how the client could be switched to use Testnet. Couldn't find any instructions.

See http://forum.bitcoin.org/index.php?topic=26718.msg335884#msg335884

brandoniles commented 13 years ago

There's currently no way to use testnet without changing a flag in the code and recompiling.

brandoniles commented 13 years ago

Since testnet is mostly intended for developers, we'll likely create a separate testnet release for the market instead of adding extra options to the main application.

gary-rowe commented 13 years ago

Sounds like the right approach. Perhaps trial the latest features in Testnet under beta, and then push them out to release on prodnet once developers have kicked the tyres.