-
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
my guess is multi dimensional testing on a dapp with pools of some sort
Читать полностью…
Can i get another 100 to that same address please
Читать полностью…
Nobody asked for a node, right?
Читать полностью…
Hi! I understand that no one needs testnet support. And there will be no incentives for it! I rented a server for 14 euros for two years, and now no one wants it!!!
Just say so! Why bother? If there were 17-18 nodes before, now there are 9... Is that normal?
3MzBudnSK84pZPhmwfUPk3ePr6qSkVJRs6J
can someone slide me some testnet waves pls
https://docs.waves.tech/en/blockchain/leasing#create-and-cancel-lease
The Lease and LeaseCancel script actions performed in the same script invocation are guaranteed to be in the same block. Therefore, the dApp can safely withdraw a part of the leased WAVES using these script actions with the same recipient. If a lease of 100 WAVES is canceled and a new lease of 70 WAVES is created, the recipient's generating balance will decrease by the difference of 30 WAVES
Leased WAVES start to forging after 1000 blocks anyway, so what’s the point of this?
Читать полностью…
0 peers seems also a problem @subwar ?
Читать полностью…
You can try this https://www.yougetsignal.com/tools/open-ports/ to check if the port is open
Читать полностью…
I have provided the logs. Can some dev help me take a look? It must have some thing to do with the IP change. It worked well before so the firewall setting on the VPS should be correct. What can i do next?
Читать полностью…
Hi!
Please, could I have some waves on 3MvAcjTmYPJciBMAQcnGsdhzXAtiof4bQFK wallet?
From the logs it looks like your node did not send a CommitToGeneration transaction, so after Feature 25 (Deterministic Finality) it is not allowed to generate blocks. Only nodes that commit to the next generation period can participate in block production.
-
Also on the UNIT0 network, your node’s skipped_epoch count is already above 200, so it has been disqualified from the validator set. To participate again you need to rejoin the network via the invoke transaction, and then commit to the next generation period.
Just curious, how it is possible to waste 100 testwaves?
Читать полностью…
Ppl run their nodes voluntarily. If they can do a little profit out of it - good for them
Читать полностью…
I'm not prepared to support a node unless it's compensated. And there's no support.
Читать полностью…
anyone have an active faucet for waves testnet?
Читать полностью…
🚀 Update: WOC Custom Metric Builder just got better
Now live: Key Pattern Mode 🔑 + enhanced customization
Build smarter metrics, uncover deeper insights, and move faster than the market ⚡
Try it now 👇
https://wavesonchain.com/community/metric-builder
Upgrade your data game 📊🔥
hello, when developing a dapp, should I insert the node address like this, or is it outdated? 'https://nodes.wavesnodes.com', 'https://eu-west-1.wavesnodes.com', 'https://us-east-1.wavesnodes.com'
Читать полностью…
Please, could I have more tokens on testnet?
Читать полностью…
As a starting point, the latest blockchain state can be downloaded from the following link:
https://docs.waves.tech/en/waves-node/options-for-getting-actual-blockchain/state-downloading-and-applying
It is also possible that the configured peers are outdated, so updating the peer list in the configuration file may be necessary.
Hello, does anyone know what these spam leasing txs are? Like this:
2026.03.17 04:56 unlease -100.10246405 Waves ———— rebalanceLeases() ——————— 3PNfWAt2wdUxjJJKi7gXZTt7CgeP3QWjxAe 2026.03.17 02:56 lease +100.10246405 Waves —————— rebalanceLeases() ——————— 3PNfWAt2wdUxjJJKi7gXZTt7CgeP3QWjxAe 2026.03.17 02:56 unlease -100.10246405 Waves ———— rebalanceLeases() ——————— 3PNfWAt2wdUxjJJKi7gXZTt7CgeP3QWjxAe 2026.03.17 00:55 lease +100.10246405 Waves —————— rebalanceLeases() ——————— 3PNfWAt2wdUxjJJKi7gXZTt7CgeP3QWjxAe
In the log file I see a message that says the Blockchain is too old
Читать полностью…
I am asking the hosting service if they have blcoked port 6868
Читать полностью…
hi,I've been palying with a waves node. recently the hosting service underwent a location and IP change. Then I have not been able to append any new blocks. The node does not do anything after starting. What else do I need to do besides changing IP address in the conf file? Is there any external setting that might be causing this that I need to contact the hosting service to adjust? Please any dev here can help me debug? Thanks.
Читать полностью…
As far as I know there is no official example yet for the commit transaction, so you may want to check how other nodes are doing it. You can look at the commit (type=19) transactions of other nodes on
https://testnet.w8.io
and replicate the same structure, or use AI/tools to generate a similar commit request.