7
Is it possible to operate on the same wallet from multiple devices? If I run, for example Android on a device, and Windows/Linux on another, how do I share the same private key(s) of my wallet between these device so I can send money from any of them?
Are the wallet files someway interoperable between clients? Is there a dedicated import/export tool?
I'm mainly interested in this client
1
In the latest version of MultiBit you can import private keys in this format: https://github.com/jim618/multibit/wiki/Export%20and%20limited%20import%20of%20private%20keys . If you can export your private keys from your Android client in the sipa wallet import format you should be able to import them into MultiBit.
– jim618 – 2012-02-09T21:46:52.4601Note that the next release of the standard client will provide
dumpprivkeyandimportprivkeyRPC calls, so I can import and export private keys on the desktop wallet. If the wallet on my phone allows the same then I can manually keep them in sync. There's still the issue of 'change' addresses however; each time I make a spend, the change is sent back to a new address which I will need to sync to my other wallet(s). – Chris Moore – 2012-02-09T22:13:02.220@ThePiachu Is it true that StrongCoin keeps some of your "transaction fees" for themselves when you send coins to other addresses? – Pacerier – 2012-06-25T13:52:11.430
@Pacerier They charge a small amount on top of transaction fees. – ThePiachu – 2012-06-25T14:57:43.453
@ThePiachu Are you aware how does it work? It states "A fee of 1% will be added to the amount you send. The minimum fee is 0.005 BTC and the maximum is 1 BTC." So if we send 1000 BTC how much is charged? – Pacerier – 2012-06-25T19:23:32.460
@Pacerier If you send 1000BTC, you would be charged 10BTC if it wasn't for the cap. So you will be charged 1BTC. You would probably be also charged about 0.0005 BTC of a standard transaction fee. – ThePiachu – 2012-06-25T19:40:52.263
@ThePiachu Hmm, StrongCoin doesn't allow us to increase/decrease the standard transaction fee. – Pacerier – 2012-06-25T20:14:39.330
@Pacerier Nope, it follows standard client's transaction fees rules as far as I know. – ThePiachu – 2012-06-25T20:47:45.363