Mining-Pools
如何低難度執行私有比特幣網路?
我想測試和開發一個開源礦池。我無法使用 ASIC 礦工或 GPU,所以我必須使用我的 CPU 來模擬挖礦,看看礦池是如何工作的。
問題是比特幣測試網難度如此之高,CPU無法挖礦、出塊和獲得獎勵。我需要一個低難度的私人比特幣來測試挖礦過程。我怎樣才能做到這一點?
使用註冊測試
Chain selection options: -regtest Enter regression test mode, which uses a special chain in which blocks can be solved instantly. This is intended for regression testing tools and app development. -testnet Use the test chain
使用此模式,您可以通過發出以下命令手動探勘塊,其中 nBlocks 是要探勘的塊數。在您的第一個挖礦獎勵可用之前,您至少需要 101 個區塊。
bitcoin-cli generate nBlock