Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
listunspent bitcoind api 命令是否高效且可扩展?例如,假设我的 bitcoind 每天有 5000 笔交易,我每分钟用 listunspent ping bitcoind 以保持我的数据库更新。
如果是这样,有什么好的选择吗?
我每个客户端每天调用listunspent86,400 次,并且我有大约 10 个客户端指向同一个比特币守护进程,因此每天总共可以说接近一百万次调用,而且它工作得非常好,无需重新启动数周.
listunspent