waves_ride_dapps_dev | Unsorted

Telegram-канал waves_ride_dapps_dev - Waves Dev Jedi | RIDE for dApps

-

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

Subscribe to a channel

Waves Dev Jedi | RIDE for dApps

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

Читать полностью…

Waves Dev Jedi | RIDE for dApps

https://github.com/wavesplatform/waves-csharp

Читать полностью…

Waves Dev Jedi | RIDE for dApps

Everything seems to be working! Thanks everyone for your help!

Читать полностью…

Waves Dev Jedi | RIDE for dApps

It didn't work... But it did:
docker ps -q | xargs -L 1 -P 0 docker logs --since 30s -f

Читать полностью…

Waves Dev Jedi | RIDE for dApps

We can only hope that the last command will work:
./run.sh

Читать полностью…

Waves Dev Jedi | RIDE for dApps

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; }


And

sed -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

Читать полностью…

Waves Dev Jedi | RIDE for dApps

Actually this is not a problem. Open your waves.conf file and edit manually these infos.

Читать полностью…

Waves Dev Jedi | RIDE for dApps

By the way maybe changing back to
#!/bin/sh and use

bash setup.sh && nano config.sh && bash setup.sh
can work!? 🤷🏻‍♂

Читать полностью…

Waves Dev Jedi | RIDE for dApps

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...

Читать полностью…

Waves Dev Jedi | RIDE for dApps

This is where the problem lies! And I don’t know what to do next. I started all over again maybe 5 times today...

Читать полностью…

Waves Dev Jedi | RIDE for dApps

Open setup.sh file and change
#!/bin/sh to
#!/bin/bash then try again.

Читать полностью…

Waves Dev Jedi | RIDE for dApps

This is what it shows...

Читать полностью…

Waves Dev Jedi | RIDE for dApps

Try this

chmod +x setup.sh
chmod +x config.sh

setup.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.

Читать полностью…

Waves Dev Jedi | RIDE for dApps

The whole problem for me is at this stage. Why?
Setup Blockchain Data

./setup.sh
nano config.sh
./setup.sh

Читать полностью…

Waves Dev Jedi | RIDE for dApps

What do you see in your logs?

Читать полностью…

Waves Dev Jedi | RIDE for dApps

👍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!

Читать полностью…

Waves Dev Jedi | RIDE for dApps

Hello everyone! Can I ask a question about the C# library WavesLabs.Node.Client?

Читать полностью…

Waves Dev Jedi | RIDE for dApps

I'm catching up with the height of the blocks...

Читать полностью…

Waves Dev Jedi | RIDE for dApps

Instead of it use;
./run-detached.sh

For logs you can use
/channel/waves_ride_dapps_dev/59448

Читать полностью…

Waves Dev Jedi | RIDE for dApps

Something has started!!! The blockchain has started downloading! Bye THANK YOU SO MUCH! I'll wait for it to download.

Читать полностью…

Waves Dev Jedi | RIDE for dApps

Edited waves.conf

Error: WAVES_DEPLOYER_SEED or WAVES_DEPLOYER_PASSWORD is not set or is null.

Читать полностью…

Waves Dev Jedi | RIDE for dApps

No...
Error: WAVES_DEPLOYER_SEED or WAVES_DEPLOYER_PASSWORD is not set or is null.

Читать полностью…

Waves Dev Jedi | RIDE for dApps

Already the main guide updated with all these changes so no problem. Just use it and check.

Читать полностью…

Waves Dev Jedi | RIDE for dApps

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.

Читать полностью…

Waves Dev Jedi | RIDE for dApps

Next I press:
Ctrl + O
Enter
Ctrl + X to save and exit.

Читать полностью…

Waves Dev Jedi | RIDE for dApps

If I enter this:
./setup.sh
nanoconfig.sh
./setup.sh

This is it...

Читать полностью…

Waves Dev Jedi | RIDE for dApps

Fine. I'm going to try now. Thank you.

Читать полностью…

Waves Dev Jedi | RIDE for dApps

Sorry I am out for now but my paths are like which I wrote above.

Читать полностью…

Waves Dev Jedi | RIDE for dApps

My node does not start at all.

Читать полностью…

Waves Dev Jedi | RIDE for dApps

But something doesn’t work... I’ll try again and again...

Читать полностью…
Subscribe to a channel