node
node copied to clipboard
How to run an Ink Node
Node ink
Please ink node
fix some comments
I tried running the Ink Node following the tutorial, but I found that the static peers are often unstable, and the op-node is unable to find enough peers to sync...
same with sepolia: https://github.com/inkonchain/node/blob/19f1be74b3ddece89ae9c67a21a138d61c499d9b/scripts/init-bedrock.sh#L28-L31
My sepolia node (rpc) got stalled and it is not adding new blocks. op-geth version: v1.101411.1 op-node version: v1.9.5 op-geth logs: ``` INFO [11-15|21:14:36.409] Ahead with major recommended protocol version...
What does it MEAN? ``` root@InkSpecial:~# docker logs --tail 10 ce1451fe5d68 -f INFO [05-13|09:24:02.893] HTTP server started endpoint=[::]:8551 auth=true prefix= cors=localhost vhosts=* INFO [05-13|09:24:12.934] Loaded local transaction journal transactions=133,425 dropped=0...
The command should use apt-get install instead of just apt install
Synced my node with default configs, which imply a geth wss port at 9994 on the hosted machine, although when trying to interact with this I get an error connection...
v1.101503.1 ``` Mar 23 12:57:14 fg23s ink-geth-start.sh[2399405]: WARN [03-23|12:57:14.756] Served engine_forkchoiceUpdatedV3 conn=127.0.0.1:33998 reqid=9561 duration="235.099µs" err="Invalid payload attributes" errdata="{\"err\":\"holocene eip-1559 params should be 8 bytes, got 0\"}" ```