Bitcoin-Core
比特幣核心洋蔥服務意外創建
為什麼在我沒有提到任何相關內容的情況下創建比特幣核心洋蔥服務
bitcoin.conf
?Windows 中的 bitcoin.conf(數據目錄):
prune=2048
Fedora 中的 bitcoin.conf(執行 bitcoind)
prune=2048 datadir=/mnt/hgfs/mainnet
/mnt/hgfs/mainnet -> E:\Core-Backup\bitcoin-mainnet(VM 中的共享文件夾)
ls /mnt/hgfs/mainnet anchors.dat blocks fee_estimates.dat peers.dat banlist.dat chainstate mempool.dat settings.json bitcoin.conf debug.log onion_v3_private_key
日誌:
2021-06-12T01:19:40Z tor: Got service ID 64randomchars, advertising service 64randomchars.onion:8333 2021-06-12T01:19:40Z msghand thread start 2021-06-12T01:19:40Z addcon thread start 2021-06-12T01:19:40Z net thread start 2021-06-12T01:19:40Z AddLocal(64randomchars.onion:8333,4)
如果找到 Tor 控制埠並且 Tor 被配置為允許,Bitcoin Core 將預設建構一個 Tor 隱藏服務。
您可以使用
torcontrol=0
它來禁用它。