I confirm that no one on our team created that account.
And yes, all the grant discussions are out in the open and it does invite conversation around the specifics. While it is not possible to get in to every small detail, I’ll do my best to answer the questions as much as possible.
Thanks to @ZcashGrants for funding the building of an expandable, privacy preserving, open source Block Explorer for Zcash.
This initiative completes the base vision of Nighthawk Suite with user facing wallets @NighthawkApps + Backend Infra https://lightwalletd.com + Zcash Block Explorer, all code being forkable.
Next steps:
We will review the changes in NU5 testnet release in the next few weeks and plan on supporting the Orchard transactions.
Get in touch with the parties who contacted us with interest in hosting Zcash Explorer.
Maintain the hosting of the explorer on AWS for 12 months per the grant.
Maintain a combined Warranty Canary for ZcashBlockExplorer at lightwalletd.com
zxviews1q0duytgcqqqqpqre26wkl45gvwwwd706xw608hucmvfalr759ejwf7qshjf5r9aa7323zulvz6plhttp5mltqcgs9t039cx2d09mgq05ts63n8u35hyv6h9nc9ctqqtue2u7cer2mqegunuulq2luhq3ywjcz35yyljewa4mgkgjzyfwh6fr6jd0dzd44ghk0nxdv2hnv4j5nxfwv24rwdmgllhe0p8568sgqt9ckt02v2kxf5ahtql6s0ltjpkckw8gtymxtxuu9gcr0swvz for this VK ( zecpages ) and non zero height , I am able to see the o/p.
with 0 height, there seems to be an issue in TX parsing. I will check it out.
side note : for the Zecpages VK, zecwallet-cli gets really slow / almost gets struct around ( 69 % ) in my past tests. I will try to figure out why that happens.
TC and ZEC believer, @extrapo. That is all. Dig in to the the Thorchain project and I think you will feel the same. DEX is the future, and TC will fast track open, permissionless money to the people.
The viewkey functionality is a wrapper for zecwallet-cli ?
When someone imports their fvk the stdout from zecwallet-cli is appended to a div (gets very long!!), would be better UI to fix the div size/position and scroll but its clunky.
Why not use ‘try_sapling_note_decryption’ from librustzcash to decode selected transactions? Then you don’t have to create wallets for every key or do full scans.
Those scans must really bog down the server. How many concurrent users can it handle with the current chain length? How many a year from now when the chain is 420k blocks longer ?
EDIT: When the import finished I got a blank page, there should be some kind of prompt ? I’m assuming the client can now lookup shielded txns but its not at all obvious.
I have fixed the container’s height and made it vertically scrollable. ( will be deployed soon )
we spin up a container ( docker for now, might switch to podman ) for every VK import call . we run zecwallet-cli import and list inside the container , send the TX json to the webapp and stream the results over websocket.
When creating the container itself we set a flag to destroy the container after it’s done running.
in this way we don’t store any VK’s that user’s entered.
regarding the blank screen :
you have most likely faced a timeout ( rare but happens ) …
if the VK you tried is already public, can you please point me to it ? ( I am aware of the zecpages one ) …
Hi, since you spawn a container for each person who uses this feature, how many concurrent users does the block explorer support?
I am concerned that the block explorer is subject to denial of service since there is no Captcha or identification. Therefore, someone could post multiple requests.
It seems that a few users would be enough to overload the service.
Hey Han, thanks for your feedback. The no captcha was put forward as a requirement when the idea for the block explorer was under discussion.
I understand your concerns, the hosted zcashblockexplorer.com is configured to limit 10 instances at a time for the VK retrieval support. And we are working on improving the issues reported earlier for fetching really old history, even though the primary use cases targeted for the hosted instance is publicizing charity donations, exchanges proving custody and other short-term proving of history as listed here Explaining viewing keys - Electric Coin Company
We are looking forward for alternative hosts of the explorers who might configure their hosting of explorer to extend its features, while we work on debugging and improving the performance of the explorer.
If you have ideas to improve the functionality or extend the features, please feel free to contribute ideas and make a PR to improve the offering to the Zcash community.
When you say 10 instances, do you mean 10 containers? Does the machine actually able to run 10 containers? AFAIK, zecwallet-cli keeps everything in memory…
I thought that would be examples of long term history…
A charity would keep the same donation address,
exchanges, their address could originate from their incorporation, …
The idea that @ChileBob mentioned above seems to be pretty good, doesn’t it?