When cloning the repo and starting a full node i get the following error (mainnet)
CommitSha1: 76fd77b8f8b8ce018ed5d1a50d633543dd10e861
2023/09/10 13:12:12.712372 logging.go:113: CommitSha1: 76fd77b8f8b8ce018ed5d1a50d633543dd10e861
2023/09/10 13:12:12.712468 logging.go:114: Called as ["/pala" "--configPath" "/config/fastpath/pala"]
2023/09/10 13:12:12.708567 UTC NOTE : [/Config]: reader.go:86: Merging config from "/config/fastpath/pala/thunder.yaml"
2023/09/10 13:12:12.709108 UTC NOTE : [/Config]: reader.go:86: Merging config from "/config/fastpath/pala/override.yaml"
2023/09/10 13:12:12.709179 UTC NOTE : [/Config]: reader.go:83: Could not find config file "extra_config"
2023/09/10 13:12:12.709610 UTC NOTE : [/Config]: reader.go:171: Configuration is:
accel:
aliveprivkey: "645243f2f15b09d2e343e919d01e33755274973b21c917083beb438a6bca5376"
blockmaker:
timeperblock: "1s"
txperblocklimit: -1
txpool:
accountqueue: 4096
accountslots: 1024
evictioninterval: "12s"
globalqueue: 10000
globalslots: 50000
lifetime: "180s"
pricelimit: 1
auxnet:
aliveaddress: "0e67BD382068fb13ae3E54b443FAaeB2EC27c329"
yelladdress: "ff9A2eAcF66049B3822cC8720B868031782cf45f"
bidder:
amount: -1
bidaddress: "0x30d87bd4D1769437880c64A543bB649a693EB348"
bidtxgasprice: 0
bidtxpricebump: 0
bidtxpricemax: 0
dynamicbidamount: false
gasbidprice: -1
retryinterval: 2s
rewardaddress: 0x0000000000000000000000000000000000000000
rpcurl: ""
chain:
cacheinmb: 1024
chainid: 108
dbcachepercent: 75
fdlimit: 4096
genesis: "/config/fastpath/pala/genesis.json"
initialsupply: 1e+28
snapshotcache: 0
triecachepercent: 25
collectors:
cachesize: 512
datadir: "/datadir"
datadirhistory: []
eth:
logfile: "/logs/thunder.eth.log"
logfilter: "trie=4,state=4"
txlookuplimit: 0
full_node:
client:
connecttimeout: "15s"
hostip: "0.0.0.0:8887"
txrequesttimeout: "10h"
txretrydelay: "1s"
key:
altercommpath: "/config/fastpath/pala/r2_comm_info.json"
awsregion: "us-west-2"
genesiscommpath: "/config/fastpath/pala/genesis_comm_info.json"
keystorepath: "/keystore"
mastercert: ""
proposingkeyid: ""
stakeinkeyid: ""
storetype: "fs"
votingkeyid: ""
logfile: "/logs/thunder.log"
loggingid: "m23"
loglevel:
/: "warn"
metrics:
address: "0.0.0.0:9201"
pala:
bootnode:
ownpublicaddress: ""
port: 0
trusted: [boot-public.thundercore.com:8888]
delayofmakingfirstproposal: 1s
fromgenesis: false
isfullnode: true
isproposer: false
isvoter: false
txservice:
routing: []
voterwaitingtimebeforeclockmsg: 6s
profiling:
enable: true
port: 9998
proposer:
bindingipport: ":0"
gasprice: 0
resourcemonitor:
enable: true
interval: "10s"
rpc:
http:
cors: []
hostname: "0.0.0.0"
modules: [eth thunder net web3]
port: 8545
virtualhosts: []
logrequests: true
logs:
blockrange: -1
maxdelayblock: 120
suspendbuffer: "60s"
ws:
hostname: "0.0.0.0"
modules: [eth thunder net web3]
origins: "*"
port: 8546
throttling:
chainsyncrequestcount: 10
networkmessagecount: 200
networkmessagesize: 10000000
networkmessagetotalsize: 0
txdistributionmsgcount: 105
verboselogfile: "/logs/thunder.verbose.log"
2023/09/10 13:12:12.714662 UTC INFO : [/server]: builder.go:555: NewNode: RpcModules: []string{"eth", "thunder", "net", "web3"}, WsRpcModules: []string{"eth", "thunder", "net", "web3"}
2023/09/10 13:12:17.701330 UTC INFO : [/blockchain/upgrader]: upgrade.go:17: Already in current version(1.0)
2023/09/10 13:12:17.706714 UTC WARN : [/blockchain]: storage.go:513: The head of the canonical chain is inconsistent: geth=(0,0,1), pala=(9963,1,1286)
When cloning the repo and starting a full node i get the following error (mainnet)
any help is appreciated