Can the same wallet be run from multiple computers

2

1

How can i personally utilize many of my home and office computers to mine bitcoin for the same address or user? Does bitcoin allow that? Also if i have supercomputing facilities does it mean i can generate bitcoins every minute?

Ali

Posted 2013-04-07T08:19:58.270

Reputation: 265

1"Also if i have supercomputing facilities does it mean i can generate bitcoins every minute?" Yep. Well, every 10 minutes at most, but you get the idea.Nick ODell 2013-04-08T02:18:33.950

Answers

2

The same receiving address can be used as many times as you like, though with some loss of anonymity.

However, if you run the client on multiple computers with the same wallet file, you'll run into problems; even if you start with an exact copy of a wallet on both computers, they'll get out of sync eventually if you make transactions from each copy.

The Bitcoin-QT client generates up to 100 addresses in advance and stores them in the wallet, but at some point will generate more. Most "send" transactions use one of those addresses as a change address. If you're sending from 2 clients which started with the same copy of a wallet file, at some point they will start using addresses that did not exist in the original wallet file. At that point, bitcoins in one wallet will not be available to spend from the other wallet.

Highly Irregular

Posted 2013-04-07T08:19:58.270

Reputation: 10 514

may i have evidences of your claims?Ali 2013-04-08T01:22:41.737

@wordtext, I've expanded my answer.Highly Irregular 2013-04-08T01:31:13.183