-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Hi - i got a daemon up and running but its not pulling any peers. is there a list of static-nodes.json anywhere? or a bootnode enode?
this is the node i put up if you could try adding to one of your running daemons:
"enode://b69d4268abef0d287288af4b784ba503b7f8e017d24d2958cab4b6dccc6fe3ead4954c51b93a7668bc624293539b43b48421ee48851a34c674d000eb29a5dcca@72.137.255.178:32303"
im runing on ubuntu 22.04 using this start string:
geth-nu --networkid 1773 --http.corsdomain "*" --cache 2048 --maxpendpeers 500 --maxpeers 500 --syncmode "full" --gcmode "archive" --datadir "/home/def/.nu/" --http --http.addr "127.0.0.1" --http.port "8245" --port "32303" --rpc.allow-unprotected-txs --http.api eth,net,web3,debug,personal,miner,txpool --identity "nu" --ethstats "nu-daemon:etica@192.168.0.60:3100"
(i rename my geth instances for convience. also i have it connecting to an ethstats daemon i have running so i can see if the node is progressing)
thanks for any info
def670