I am looking for a way to simulate a 1000 node bitcoin network on my private LAN/Wifi network.
I read the developer's guide: https://bitcoin.org/en/developer-examples#regtest-mode which mentions the regtest
mode that works primarily for single nodes or specified nodes and not random nodes like the actual network.
Some people might suggest using the testnet
mode but that is not useful for me as I want to check a new protocol for bitcoins that wont be supported by the unknown nodes over the testnet
network.
To put it simply, I am looking to simulate a complete bitcoin network within my LAN/Wifi network.