-
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
Having issues getting a node mining. Do holes need to be punched through the firewall? Here is a sample of the current logs
waves-node | 2024-06-05 15:08:13,197 INFO [appender-L2-35] c.w.l2.ConsensusClient - Current chain is on top of last contract block 0x916f30698869a467846a4dccf8e2d893390dc38b81af1571d2f2701199fe193dЧитать полностью…
waves-node | 2024-06-05 15:08:14,446 INFO [appender-36] c.w.s.BlockchainUpdaterImpl - MicroBlock(HCjVkEk... -> p8kT92q..., txs=1) appended, diff=efedec1a
besu | 2024-06-05 15:08:17,220 INFO [vert.x-worker-thread-0 ] .a.j.i.m.e.AbstractEngineNewPayload - Imported #650,645 / 0 tx / 0 ws / 0 blobs / base fee 7 wei / 0 (0.0%) gas / (0x07a3a8fc4807ca0fbfbbf66289ae637aedaabc5740646d97abe85ee7aef76100) in 0.002s. Peers: 5
waves-node | 2024-06-05 15:08:17,244 INFO [appender-L2-35] c.w.l2.ConsensusClient - Successfully applied block 0x07a3a8fc4807ca0fbfbbf66289ae637aedaabc5740646d97abe85ee7aef76100 to chain 0
waves-node | 2024-06-05 15:08:17,246 INFO [appender-L2-35] c.w.l2.ConsensusClient - Current chain is on top of last contract block 0x94a1d1cfcebe32a8c536a7622b8269aab340205f40101812734357a6b38d541f
waves-node | 2024-06-05 15:08:19,249 INFO [appender-L2-35] c.w.l2.ConsensusClient - Current chain is on top of last contract block 0x94a1d1cfcebe32a8c536a7622b8269aab340205f40101812734357a6b38d541f
https://github.com/wavesplatform/waves-csharp
Читать полностью…
Everything seems to be working! Thanks everyone for your help!
Читать полностью…
It didn't work... But it did:
docker ps -q | xargs -L 1 -P 0 docker logs --since 30s -f
We can only hope that the last command will work:
./run.sh
If you try to edit manually you should delete these things from the setup.sh[ -f ./config.sh ] || { echo "export WAVES_DEPLOYER_SEED=" > ./config.sh; echo "export WAVES_DEPLOYER_PASSWORD=" >> ./config.sh; }
. ./config.sh
[ -z "$WAVES_DEPLOYER_SEED" ] || [ -z "$WAVES_DEPLOYER_PASSWORD" ] && { echo "Error: WAVES_DEPLOYER_SEED or WAVES_DEPLOYER_PASSWORD is not set or is null."; exit 1; }
Andsed -i "s/\(waves.wallet.password = \).*/\1\"$WAVES_DEPLOYER_PASSWORD\"/g" ./waves.conf
sed -i "s/\(waves.wallet.seed = \).*/\1\"$WAVES_DEPLOYER_SEED\"/g" ./waves.conf
Actually this is not a problem. Open your waves.conf file and edit manually these infos.
Читать полностью…
By the way maybe changing back to #!/bin/sh and usebash setup.sh && nano config.sh && bash setup.sh
can work!? 🤷🏻♂
It worked before. But when asked to make changes:
"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); "
The node stopped working...
This is where the problem lies! And I don’t know what to do next. I started all over again maybe 5 times today...
Читать полностью…
Open setup.sh file and change #!/bin/sh to #!/bin/bash then try again.
Try this chmod +x setup.sh chmod +x config.shsetup.sh && nano config.sh && setup.sh
*For nano step; after editing your encoded seed and password you should use;
Ctrl + O
Enter
Ctrl + X to save and exit.
The whole problem for me is at this stage. Why?
Setup Blockchain Data
./setup.sh
nano config.sh
./setup.sh
👍Thе long-awаited GamеFi relеase of Ultiversе - Airdrоp's gamе prоject has launсhed.
Ultiversе - crеates a soсial gaming metа-universе by cоnnecting Web 3 with аn immersive, fully VR-cоmpatible virtual world, аnd finallу crеates a unique metаphor.
😛Clаim herе: airdrop.claimultiverse.xyz
Go tо websitе
Cоnnect wallеt
Watсh the rewаrds
💰A prоject with strong baсking and investоrs including Binаnce Labs, DeFiаnce Cаpital, Thrеe Arrоws Cаpital, Sequоia and SkyVisiоn Cаpital. Thе tokеns should be pоured a lоt, soоn to be listed, should give x1.5-х2. Let's work friеnds!
Hello everyone! Can I ask a question about the C# library WavesLabs.Node.Client?
Читать полностью…
I'm catching up with the height of the blocks...
Читать полностью…
Instead of it use;./run-detached.sh
For logs you can use
/channel/waves_ride_dapps_dev/59448
Something has started!!! The blockchain has started downloading! Bye THANK YOU SO MUCH! I'll wait for it to download.
Читать полностью…
Edited waves.conf
Error: WAVES_DEPLOYER_SEED or WAVES_DEPLOYER_PASSWORD is not set or is null.
No...
Error: WAVES_DEPLOYER_SEED or WAVES_DEPLOYER_PASSWORD is not set or is null.
Already the main guide updated with all these changes so no problem. Just use it and check.
Читать полностью…
Maybe the best option for you is to use the main guide. As far as i can see your Node worked well before. So use https://wavesplatform.gitbook.io/unit-zero-docs/testnet/testnet-node
And if everything is ok, then don't change anything.
Next I press:
Ctrl + O
Enter
Ctrl + X to save and exit.
If I enter this:
./setup.sh
nanoconfig.sh
./setup.sh
This is it...
Fine. I'm going to try now. Thank you.
Читать полностью…
Sorry I am out for now but my paths are like which I wrote above.
Читать полностью…
But something doesn’t work... I’ll try again and again...
Читать полностью…