Bitcointalk · Security

中本聪,2010 年 7 月 10 日

SN-0888 已核对来源,附原文与上下文。

阅读语言
中文译文

我会开始考虑怎么做。

眼下,你多少可以用 -connect。可以用 -connect 让它连接你局域网里的本地计算机,比如 -connect=192.168.0.100。如果你从空白开始、不让它连主网络,难度仍停留在最初的低难度。不过如果你做了端口转发,外部节点仍可能向内连到你。

用 -connect 时它仍然走 IRC,你觉得当它被指示只用 -connect 连接特定节点时就不该上 IRC 吗?-connect 的主要场景是你有一组服务器农场,两台连着网络,其余的连到前两台。那种情况下,你不会想让 -connect 的机器上 IRC。

void ThreadIRCSeed(void* parg)
{
    if (mapArgs.count("-connect"))
        return;
ORIGINAL · 英文原文
I'll start thinking about how to do this.

At the moment, you can kind of use -connect.  You can use -connect to make it connect to local computers on your LAN, like -connect=192.168.0.100.  If you start it out blank and don't let it connect to the main network, the difficulty is still at the original low difficulty.  If you've port-forwarded though, then outside nodes might still connect inward to you.

With -connect it still uses IRC, do you think it shouldn't get on IRC when you're telling it to only connect to specific nodes with -connect?  The main scenario for -connect is where you have a server farm, with two connected to the network and the rest connected to the first two.  In that case, you wouldn't want the -connect computers on IRC.

void ThreadIRCSeed(void* parg)
{
    if (mapArgs.count("-connect"))
        return;
上下文
← 上一条 SN-0888 · 当前 下一条 → 在档案中查看完整主题串 →
来源
Bitcointalk 原始链接 ↗ 记录编号 SN-0888