I have tried to create bootnode by using the following command, but I cannot start the node. bootnode -genkey boot.key
bootnode -nodekey boot.key -verbosity 9 -addr :30310
INFO [11-20|18:06:05.376] New local node record seq=1
id=14a0c68dfe9d6ca2 ip=<nil> udp=0 tcp=0
I know how to get the enode, and I had tried to enter it directly. it does not work as well.
geth -bootnodes "enode://3ec4fef2d726c2c01f16f0a0030f15dd5a81e274067af2b2157cafbf76aa79fa9c0be52c6664e80cc5b08162ede53279bd70ee10d024fe86613b0b09e1106c40@[::]:30310"
Had spent more than 2 days. Any help will be appreciated!