SN-3741 已核对来源,附原文与上下文。
引用 · 发言者未注明它会自动同步吗?
Will it be synchronized automatically?
完全不会。不建议也不支持使用多份 wallet.dat,事实上整个比特币的设计就是为了防住这种用法。两份副本都会被搞坏。
Very much not. Using multiple copies of wallet.dat is not recommended or supported, in fact all of Bitcoin is designed to defeat that. Both copies will get screwed up.
如果你想把多台机器上生成的币并进一个钱包,现在更好的办法是在那些机器上跑 getwork 矿工。jgarzik 有个 CPU 矿工,支持 tcatm 的 4 路 SSE2,因此如果你是 AMD 或较新的 Intel(酷睿 3、5 或 7),在 Windows 上最高能比内置 SHA 快一倍。
If you're trying to consolidate your generated coins into one wallet, a better solution now is to run getwork miners on the additional systems. jgarzik has a CPU miner, and it supports tcatm's 4-way SSE2, so on Windows it's up to twice as fast as the built-in SHA if you have an AMD or recent Intel (core 3, 5 or 7).
新的演示版 CPU 矿工已发布:
New demonstration CPU miner available: