Our first reward of 3 ZEC per server was distributed!
The following server operators were broadcasting a donation address on September 15th, 2025, posted in this thread or in our Workshops Forum thread, and thus received the first reward:
chmodas.org
light.myown.party
z.arounder.co
z.dptr.capital
z.miscthings.casa
zaino.netstable.stream
zcash.mysideoftheweb.com
zec.alexxiy.top
zec.bitchat.channel
zeclwnode.mylabtest.vip
zlw.nodemaster.link
znode.roamerx.win
TXID: b302f0c90f99c6bbad29ebac9e7cf7d42546622308f698ab0d55a13a54ec31a1
For transparency, here is the viewing key of the wallet which we will be using for payouts if you would like to follow along:
uview1fl9k4zu4p52u7mzkg3d93yyfh6xhqegcwh7nqadkl49d3gm47tl2cw50lguaveyg0yamm3lpymr4zfv56y4lqsfyacw49r2fz936z34pcy0wyt0vmdhp287gwh3vw4s3dcvd54wkju90548knm0hg6npsq8yasky705hxskp8c3h3s24h4dtwmxwmyt3ccf26qhcj3vwmglj652z7ug3py8k0rkl6x3wxrwjgs2ztu25280rr8jc47fc9ercw9azjud7m0cmahmf32tea8kdnyn0msgtq8lxneyucf5ht6dg779uk6mmaaweutx4h450slfffgjlf02p0k5kjydzgze0xhrdtv3kz6kncv9sfrn3rx7pmhk5yd22v8zxuz2wdk07q3c90yem3
Wallet birthday: 3066155
Want to participate? Itās not too late! We just updated our blockchain snapshot to help speed up your syncing. Or be hardcore and sync from scratch.
Zcash is up to 32 light wallet servers online now! Follow along on Hosh.
5 Likes
Lowo88
September 16, 2025, 1:23am
22
Did I miss out?
Hostname: zec.leoninedao.org
Ports: 8137 (gRPC), 8237 (JSON-RPC), 8232 (Zebra RPC)
Donation UA: u1zx0ctf3qz3ucqumjzmuw7z07etakxv9fgftxcprfm3ssdwn0rj4w494mxqhvdrjnxys7q4jh6nhz5l9qd68qxt7ljhqagfd620fz4p4znn8gma4xstc8s402d6dpcrtpwr2q40766y4ffpz2aageuvrz5trcpez57ncua5l7eeumkxlyr9qym0jdytpd4uqd8n9wx2wdz89pca7eua3
UFVK- uview1du8nv8m4s25j0ms6aw52amwd0m7wacahaaz77y5fhr5sxprma2984tlsw3mhfefhmemljvz5kaqp9723unenyfdhyxkmr4mcg7qklgc7c2ekuwv4lf0hurn8ct034lp2rr95l9v7xgr97d54mnlfdk4cxjcmrcf94jelcfm24rc8rksf8gyadd9ljgsy8y2t4j8phr62hvlu48zrmdrn29ngprrpcp27fmnmqddrpk2wd8aetjjz9y5cmvnqyal6rxplglffgcn8zvkzkvj6sps620kjd8ka43f6h3lvmh4zp9l0w2ukafxkyrj6uk8syw0txjq0jrh92z6gpyz6vsdkmm07kzqj7ppaxmskzpsfplzcl79ms3adt96qslhzf475a0v0f8xfg7l4hpn3skw989nhexuzlz2wyhr9kvwsyx9svcddva6950dp7kqedmcumv4r2a200247equjnxd5aww5vh0cca3x5cfluawswv0atvh7eeqa
shayan
September 17, 2025, 10:57pm
23
Doesnāt seem like your node is accessible, maybe check router port forwarding or firewall setting
try this command from outside your network to test
⯠grpcurl zec.leoninedao.org:8137 cash.z.wallet.sdk.rpc.CompactTxStreamer/GetLightdInfo
^C
⯠grpcurl zec.leoninedao.org:8237 cash.z.wallet.sdk.rpc.CompactTxStreamer/GetLightdInfo
Failed to dial target host "zec.leoninedao.org:8237": context deadline exceeded
⯠grpcurl zec.leoninedao.org:8232 cash.z.wallet.sdk.rpc.CompactTxStreamer/GetLightdInfo
Failed to dial target host "zec.leoninedao.org:8232": context deadline exceeded
Lowo88
September 17, 2025, 11:01pm
24
Yes, thatās it the firewall setting I keep getting error on everything I try out.
Should I try port 443?
shayan
September 17, 2025, 11:29pm
25
It really depends on your setup and which ports youāve configured to be exposed/used. If you followed any guidelines go back to it and see if you missed any steps there.
update: given that I donāt get a ping on your domain & IP, my guess is that your firewall (either on the device or your router) is blocking the requests.
Lowo88
September 17, 2025, 11:52pm
26
Ok, Iām going to use Cloudflare hopeful it helps.
shayan
September 18, 2025, 2:37pm
27
Cloudflare didnāt work for me (they donāt have the gRPC support that lightwalletd needs), I ended up using a small VPS to proxy the traffic, hereās what I learned last weekend
(All the docker config files are also included in the same PR as the docs)
# Welcome to the Zcash Node Workshop: Connect Week!
This continues our dicussion of hosting a zcash full node. If you are just starting here, perhaps you missed the [workshop overview](./README.md).
## Workshop TLDR
1. [Sync](./class-1-sync.md) - Initial set up:
1. Set up a virtual machine (VM) on hardware of your choice.
1. Launch the Zcash service containers via Docker or Kubernetes on your VM.
- Clone our [workshop Git repository](https://github.com/zecrocks/zcash-stack).
- Or [our friendly-competitor's repository](https://github.com/stakeholdrs/zcash-infra).
1. Synchronize your node with the Zcash network's blockchain (from scratch in ~10 days or from [`download-snapshot.sh`](../docker/download-snapshot.sh) in ~10 hours).
1. **Connect** - Connect your node to the Zcash network.
- Optionally, use one of several technologies to improve the privacy that you, as a node operator, have for running your node and to connecting clients.
1. [Observe](./class-3-observe.md) - Observe, monitor, and maintain your Zcash infrastructure to ensure your node remains reliably available as part of the network.
This document covers Connect.
## Table of Contents
- [Connecting your Server to the World Wide Web3](#connecting-your-server-to-the-world-wide-web3)
- [1. Public operation (cloud-provided static IP address)](#1-public-operation-cloud-provided-static-ip-address)
This file has been truncated. show original
3 Likes
@emersonian is this the right topic at this time to announce a node? Or should I do it on workshop thread you posted in the main post?
Hola! creo que lo logre, ustedes me diran si es asiā¦
carover0.xyz:9067
grpcurl carover0.xyz:9067 cash.z.wallet.sdk.rpc.CompactTxStreamer/GetLightdInfo
Gracias y muy feliz de participar.
5 Likes
trainer
September 25, 2025, 6:58am
32
Mine is here:
zecapi.linkpc.net:443
Interesting opportunity
Iāll give it a shot in a few days. Starting to figure out how to do thatā¦
maeashi
October 3, 2025, 11:11am
34
lwd.z0n.jp:443
Please add my server to Hosh monitoring. Thanks!
Also posted in Workshops Forum.
shayan
October 4, 2025, 10:20pm
35
Not sure if this is the best place for this message but couldnāt find a better topic.
Hosh: Light Wallet Server Status seems to be down, last uptime checks were done 2d 4h . (@emersonian )
2 Likes
alexxiy
October 11, 2025, 12:25pm
37
@emersonian Hello! Just had some free time and decided to contribute it to ZEC
Iāve created a pull-request on Hosh github with all the missed community servers at this time.
Hope it will save you some time
4 Likes
shayan
October 12, 2025, 2:35pm
38
Hosh Last Checked is 3d 15h ago again.
I could try to send a PR for a fix if the host can share the error messages or the cause for Hosh halting to check
3 Likes
shayan
October 15, 2025, 9:50pm
39
Hi @emersonian , checking in for the monthly payouts, would they be on 15th of the month or follow another schedule?
This was a bug, when a server took a long time to respond, it blocked all of the others from being checked (we added a timeout, this should be fixed).
Weāre working on sending the payouts out now! Itās looking juicy for this monthās reward with the ZEC price action, inspiring times. Iāll post an update here once they are sent.
3 Likes