简体   繁体   English

可以将多少个地址添加到比特币完整节点?

[英]How many addressed can be added to a bitcoin full node?

I'm running a Bitcoin full node on my server. 我正在服务器上运行一个比特币完整节点。 I'm going to use this server as a light wallet api server using RCP methods. 我将使用RCP方法将此服务器用作轻型钱包api服务器。 And I'm going to add an address to the node whenever a light wallet generates a new address to track all transactions and unspent outputs of the address. 每当轻钱包生成一个新地址来跟踪所有交易和该地址的未使用输出时,我都会向该节点添加一个地址。

And I'm wondering how many addresses can be added to a full node? 我想知道可以向一个完整节点添加多少个地址?

Is it limitless or is there a maximum number? 是无限的还是有最大数量的?

And does the number of addresses added to the node affect the performance of the node? 并且添加到节点的地址数量是否会影响节点的性能?

And for some reason I can't use addressindex feature of bitcore, so I'm going to use importaddress, listunspent and listtransactions methods. 由于某种原因,我无法使用bitcore的addressindex功能,因此我将使用importaddress,listunspent和listtransactions方法。

There is no software limit. 没有软件限制。 The system is limited by disk space, used for the file wallet.dat. 系统受磁盘空间限制,该空间用于文件wallet.dat。 Practically, wallet.dat can contain 300,000 addresses, or even more. 实际上,wallet.dat可以包含300,000个地址,甚至更多。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM