-
Only tech topics about Waves: dev tools, libs, RIDE, dApps, Nodes Github: http://tiny.cc/github-waves IDE: https://ide.wavesplatform.com/ Online Course: https://stepik.org/course/54415 StackOverflow: #wavesplatform Jobs: https://t.me/wavesridejobs
This is not my advice, it is the advice of the Node team, it is up to you to follow it or not 🤷🏻♂
Читать полностью…
After these steps my node stopped working.
Читать полностью…
For UNIT0 TESTNODE managers;
Follow these steps for a better experiment;docker compose down
Modify known-peers in waves.confwaves.l2.network.known-peers = ["95.31.7.226:6865","testnet-l2-htz-fsn1-1.wavesnodes.com:6865","49.13.137.162:6868","49.13.137.162:6865"]
Or
known-peers = ["95.31.7.226:6865","testnet-l2-htz-fsn1-1.wavesnodes.com:6865","49.13.137.162:6868","49.13.137.162:6865"]
Everything is fine. Synchronization completed. The node is working. But only according to the old version.
Читать полностью…
If want more often snapshots, make your own
Читать полностью…
Sir, snapshots are taken daily, not every 1min
Читать полностью…
We didnt have this error, then somehow appear, then disappear... Soo till fix will be like this
Читать полностью…
I've already reinstalled everything from scratch...
Читать полностью…
Just let it go and check in 30 min.
Читать полностью…
update it to latest re-download the blockchain data
Читать полностью…
The node stopped working... 😔😔😔
Читать полностью…
if you don't have the file, you need to create it, yes.
Читать полностью…
I've also pushed the new node image, which should improve block propagation: wavesplatform/wavesnode:L2-latest. please update the image name and tag in your docker-compose.yml, do
Читать полностью…
docker compose down
docker compose pull
docker compose up -d
Open your docker-compose.yml file and change image address, see below;
waves-node:
container_name: waves-node
image: wavesplatform/wavesnode:L2-latest
Then go to besu folder open static-nodes.json (besu/static-nodes.json) and add the following list into it; you can delete or merge old ones (if you don't have this file just create it);
[
"enode://32b9b779cfc4e78e4ed6b1abe5a67f04e9f4ea785923a2efd7322191e74d526bfc46b6ba4c4fb9c5aaf195d7a3d931b36f065c06f3da80a76ef48fafa56f0d60@159.69.126.149:30303",
"enode://48364dd43309b862aae98e0ceac0da35b92cd8c04f082054dce68be1736d99bd72adc4489ae2b231d9e64243ad353d4ec3c7820e3037ba7f4436ae428d3810d4@217.76.63.73:30303",
"enode://663ce222c6ca01f14303c290966a21d387cc1fa77e3eec3c6b6c394740f4c56429fd5645b0fb25c75dc4260b0bca3167943566a261b05adcbdaf82012daa56d1@49.13.137.162:30303",
"enode://9407f7a02f878b4f5f87c918bb1faefd96fe9769945a6b1d29d52003f5b743d639050c61810a5e94dbc7e10a23471705b66703d4708646bd4711904ac3b8b176@5.140.110.232:30303",
"enode://ac0c711a1905bcfeb00b2bfd6e97fa3ca9c23e9053a5939ce124d2bd389dfdf604e29d793d428a1d88d9bf5a3cd3479eecb6b7450c1054edd67fe4a21799883a@194.61.28.96:30303",
"enode://d48711fd3e92d9b6ccf3b4faff8c0ca150fd0f0ce005ac7c0ddaee77d7bd11cf50e78e74b6ac6bfcb054650586f10737039b412ad2f6c89240b307617c0f57ff@85.10.185.174:30303",
"enode://f632e549c9c44980f43f99a9218dda01cd6771379c154dec9dc84e9d039c9124294fab63ab45a2232ba23b1bbbb56a9ea913d98a212579ff114e80f36ab7e8f5@95.31.7.226:30303"
]
docker compose pull
docker compose up -d
curl -s -d '{"jsonrpc":"2.0","method":"net_enode","params":[],"id":53}' 127.0.0.1:8545 | jq
Will I need to call join() again?
Читать полностью…
will take you max 10min to synch to lates
Читать полностью…
While it is tightening the height of the blocks. Archive only up to 3130000
Читать полностью…
I don’t like the error, of course…
Читать полностью…
It will keep restarting it and at the end it will work
Читать полностью…
Let it restart eventually will work
Читать полностью…
Changed everything back. Still doesn't work...
Читать полностью…
"enode://4b12dbb7bf6d43a47e7042ee7934d6e177844eb80f0dbd0d65c4f0832521c72de9eb007d90743777bfb9a92c7e1ac5ead5cd4bf98a1831c3ff65d39bcacaf69e@45.90.121.36:30303"
Читать полностью…
static-nodes.json ? if we dont have it to create it ?
Читать полностью…
since we're experiencing some weird issues with besu peer discovery, we'll have to resort to using static nodes feature. here's the list of enode URLs I've collected so far:
[
"enode://32b9b779cfc4e78e4ed6b1abe5a67f04e9f4ea785923a2efd7322191e74d526bfc46b6ba4c4fb9c5aaf195d7a3d931b36f065c06f3da80a76ef48fafa56f0d60@159.69.126.149:30303",
"enode://48364dd43309b862aae98e0ceac0da35b92cd8c04f082054dce68be1736d99bd72adc4489ae2b231d9e64243ad353d4ec3c7820e3037ba7f4436ae428d3810d4@217.76.63.73:30303",
"enode://663ce222c6ca01f14303c290966a21d387cc1fa77e3eec3c6b6c394740f4c56429fd5645b0fb25c75dc4260b0bca3167943566a261b05adcbdaf82012daa56d1@49.13.137.162:30303",
"enode://9407f7a02f878b4f5f87c918bb1faefd96fe9769945a6b1d29d52003f5b743d639050c61810a5e94dbc7e10a23471705b66703d4708646bd4711904ac3b8b176@5.140.110.232:30303",
"enode://ac0c711a1905bcfeb00b2bfd6e97fa3ca9c23e9053a5939ce124d2bd389dfdf604e29d793d428a1d88d9bf5a3cd3479eecb6b7450c1054edd67fe4a21799883a@194.61.28.96:30303",
"enode://d48711fd3e92d9b6ccf3b4faff8c0ca150fd0f0ce005ac7c0ddaee77d7bd11cf50e78e74b6ac6bfcb054650586f10737039b412ad2f6c89240b307617c0f57ff@85.10.185.174:30303",
"enode://f632e549c9c44980f43f99a9218dda01cd6771379c154dec9dc84e9d039c9124294fab63ab45a2232ba23b1bbbb56a9ea913d98a212579ff114e80f36ab7e8f5@95.31.7.226:30303"
]
besu/static-nodes.json file so that besu will use it after the next restartnet_enode method:
curl -s -d '{"jsonrpc":"2.0","method":"net_enode","params":[],"id":53}' 0:8545 | jq