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.
我在看比特核节点蚂蚁洞察项目(bitcore.io)。比特核是否将区块链的副本复制到数据库中?他们使用什么类型的数据库?我刚刚发现它需要 200gb 的磁盘空间。我需要将整个区块链放入我的数据库中,所以我不确定 bitcore 是否这样做。
我相信 bitcore 使用了 bitcoind 的修改版本,并将数据存储在 leveldb 数据库中。Bitcore 将下载完整的区块链。