I want to spin a local testnet following the instructions here, but the script beacon_node.sh fails.
I'm building from stable branch.
The script beacon_node.sh fails with the message:
$ ./beacon_node.sh
error: The argument '--testnet-dir <DIR>' cannot be used with '--network <network>'
USAGE:
lighthouse beacon_node --auto-compact-db <auto-compact-db> --datadir <DIR> --debug-level <LEVEL> --dummy-eth1 --enr-address <ADDRESS> --enr-tcp-port <PORT> --enr-udp-port <PORT> --eth1-blocks-per-log-query <BLOCKS> --http --http-address <ADDRESS> --http-port <PORT> --listen-address <ADDRESS> --metrics-address <ADDRESS> --metrics-port <PORT> --network <network> --port <PORT> --target-peers <target-peers> --testnet-dir <DIR>
For more information try --help
Surprisingly there is no --network argument in the failing script.
The scripts to start a test network should be working. There is no --network parameter in the scripts but still fails with this error message:
error: The argument '--testnet-dir <DIR>' cannot be used with '--network <network>'
Might be related to this issue?
I can reproduce this. I'll take it
Most helpful comment
I can reproduce this. I'll take it