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

gm. Lease me 20k WAVES please 3N4J53EbidpMibHfo5Jy4yx1sR6ug74C1sW

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

Waves Dev Jedi | RIDE for dApps

I couldn't call right away. It gave an error. Only after 1k blocks did everything work out.
Thanks everyone for your help!!!

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

Waves Dev Jedi | RIDE for dApps

This transaction happened in testnet block 3128903 so at block height 3129904 (+1000 blocks) I can invoke join() function, right?

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

Waves Dev Jedi | RIDE for dApps

Can I get someone to lease 20k testnet WAVES and L2MP to my node please?

3My1JTDPx2ifLJXhzKMJspMp9bkdvwvXf3S

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

Waves Dev Jedi | RIDE for dApps

You need to wait 1k blocks after leasing

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

Waves Dev Jedi | RIDE for dApps

done: https://testnet.wavesexplorer.com/tx/CFKEgKFufXDegTNT1txx24J89hZPu6y5PMxJLoe6zCs5

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

Waves Dev Jedi | RIDE for dApps

3N8urUD5o519ezt4dNKDGTZcWYHUEPbnzXy

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

Waves Dev Jedi | RIDE for dApps

here you go: https://testnet.wavesexplorer.com/tx/7bfdKRyLXw4x5ZseW6Y7KRT48w8i3x3nJCHoquwSB6ko

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

Waves Dev Jedi | RIDE for dApps

How can I get balance for L2MP generation in Waves Testnet?

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

Waves Dev Jedi | RIDE for dApps

nope, turn it off and wait team to prepare the fix

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

Waves Dev Jedi | RIDE for dApps

sudo docker compose logs -f
-
By the way if you want to see just besu or waves log you can use;

sudo docker compose logs -f waves-node
-
sudo docker compose logs -f besu

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

Waves Dev Jedi | RIDE for dApps

Does this mean it worked?
How can I see the logs?

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

Waves Dev Jedi | RIDE for dApps

I don't understand...

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

Waves Dev Jedi | RIDE for dApps

start with docker compose up -d

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

Waves Dev Jedi | RIDE for dApps

Start your node using the following command:
docker-compose up -d

And I get the error:
ERROR: The Compose file './docker-compose.yml' is invalid because:
Unsupported config option for services: 'waves-node'

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

Waves Dev Jedi | RIDE for dApps

@phearnot Can I get 20k WAVES to become a mining node pls
3MzRUPSNHwHXoE9LJeSDtaeGzrHVV43MXjn

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

Waves Dev Jedi | RIDE for dApps

you can invoke now, but after lease become active you will be able to participate in L2

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

Waves Dev Jedi | RIDE for dApps

here you go: https://testnet.wavesexplorer.com/tx/5oiwBrL8YGrAgAcQ7AyN1wJ91rGKmSR3jaVseVe2KYMa

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

Waves Dev Jedi | RIDE for dApps

So at this point the node is a validating node without mining blocks.

LOL, 2 WAVES from the faucet every so often could take a while. Some help here would be appreciated

3My1JTDPx2ifLJXhzKMJspMp9bkdvwvXf3S WAVES testnet node address

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

Waves Dev Jedi | RIDE for dApps

Thank you! I'm trying to call the join() function of a Testnet chain contract as my node's Waves account. Writes:
Error while executing dApp: Insufficient generating balance: 0. Required: 2000000000000

What could be the problem? Help please.

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

Waves Dev Jedi | RIDE for dApps

Any idea how to resolve problem Max retries exceeded with url /address/etc.... ?

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

Waves Dev Jedi | RIDE for dApps

send me your waves address please

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

Waves Dev Jedi | RIDE for dApps

How do I know that my node is configured correctly and is participating in the program? Did I do everything right? Do I need to apply to participate?

And how to become a mining node? Where can I get 20k waves?

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

Waves Dev Jedi | RIDE for dApps

How to stop correctly?

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

Waves Dev Jedi | RIDE for dApps

Tell me... Is this normal?

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

Waves Dev Jedi | RIDE for dApps

docker compose logs -n 10 -f

last 10 rows

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

Waves Dev Jedi | RIDE for dApps

instead of
docker-compose up -d
use
docker compose up -d

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

Waves Dev Jedi | RIDE for dApps

services:
besu:
container_name: besu
image: hyperledger/besu:latest
pull_policy: always
command:
- --logging=ALL
- --bootnodes=enode://663ce222c6ca01f14303c290966a21d387cc1fa77e3eec3c6b6c394740f4c56429fd5645b0fb25c75dc4260b0bca3167943566a261b05adcbdaf82012daa56d1@49.13.137.162:30303
- --host-allowlist=*
- --rpc-http-enabled
- --rpc-http-api=ETH,NET,WEB3,TXPOOL,TRACE,DEBUG
- --rpc-http-cors-origins=all
- --engine-rpc-enabled
- --engine-jwt-disabled
- --engine-host-allowlist=*
- --rpc-ws-enabled
- --genesis-file=/etc/besu/genesis.json
- --data-path=/var/lib/besu
volumes:
- ./besu:/var/lib/besu
- ./log/besu:/opt/besu/logs
- ./genesis.json:/etc/besu/genesis.json
- ./log4j2.xml:/etc/besu/log4j2.xml
ports:
- "8545:8545"
- "30303:30303/tcp"
- "30303:30303/udp"
environment:
- LOG4J_CONFIGURATION_FILE=/etc/besu/log4j2.xml
healthcheck:
test: ["CMD-SHELL", "echo", "GET / HTTP/1.0\r\n", ">", "/dev/tcp/127.0.0.1/8545"]
interval: 10s
timeout: 1s
retries: 5

waves-node:
container_name: waves-node
image: wavesplatform/wavesnode:L2-20240507-819059ce4c
ports:
- "6868:6868"
- "6869:6869"
environment:
- JAVA_OPTS=-Dlogback.file.directory=/var/log/waves -Dwaves.config.directory=/etc/waves -Dlogback.file.level=TRACE
volumes:
- ./data:/var/lib/waves/data
- ./waves.conf:/etc/waves/waves.conf:ro
- ./log/waves:/var/log/waves
depends_on:
besu:
condition: service_healthy

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

Waves Dev Jedi | RIDE for dApps

You still didn't provide any info about waves-node section of your docker-compose.yml' file

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

Waves Dev Jedi | RIDE for dApps

The files contain everything identical to the source.
Replaced my secret phrase... 3gnP2x9p7uhj......i1EWWMYpV

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