Post
Topic
Board Beginners & Help
Re: Using the "same" bitcoin on multiple computers
by
_jacQues_
on 03/07/2013, 15:12:48 UTC
If you don't wait for complete synchronization, you won't lose bitcoins.  You'll just end up with a double spend that will never confirm.  Then you'll have to use a tool like pywallet to fix the wallet.

The real issue arises after you've sent about 100 transactions without replacing one copy of the wallet.dat with the other.    This problem is due to the way Bitcoin-Qt handles address generation and transaction change.  It won't matter if the blockchain is fully synchronized or not. At that time you'll have exhausted the pre-generated address pool, and you'll start to see extra bitcoins disappear out of the wallets.  The problem can be resolved safely if you are careful and know what you are doing.
Thanks a million for the explanation! I just checked and am still below 100 transactions. Phew...

As I don't fully know what I'm doing I'll stick with one wallet.dat copy for now.