Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Zcash Node #313

Closed
wants to merge 10 commits into from
Closed

Add Zcash Node #313

wants to merge 10 commits into from

Conversation

nfl0
Copy link

@nfl0 nfl0 commented Aug 23, 2022

Example SDL for running Zcash Node on Zcash mainnet

@andy108369
Copy link
Collaborator

@nfl0 thank you for your PR!
Please update the root level README.md before we can merge it.

@nfl0
Copy link
Author

nfl0 commented Apr 8, 2023

@andy108369 thanks for your feedback! I've made the necessary changes and believe the code is now ready for merge. Please let me know if there's anything else that needs to be addressed before we proceed.

@andy108369
Copy link
Collaborator

@nfl0 looks great! Please add the last bit - signedBy attributes, e.g. https://github.com/akash-network/awesome-akash/blob/b720cd5/MySQL/deploy.yaml#L29-L32 to your deployment SDL manifest.

Thank you!

README.md Outdated Show resolved Hide resolved
Zcash/start.sh Outdated Show resolved Hide resolved
@AlirezaDarbandi
Copy link

Example SDL for running Zcash Node on Zcash mainnet

@Dimokus88
Copy link
Contributor

Hey @nfl0 !
Need resolve branch conflict, for merge.

@nfl0
Copy link
Author

nfl0 commented Feb 27, 2024

Thank you for bringing the issue to my attention. I am currently working on resolving it.

@nfl0
Copy link
Author

nfl0 commented Mar 5, 2024

@Dimokus88 done

@Dimokus88
Copy link
Contributor

Hey @nfl0 !
Check please:

[app]: Get:247 http://archive.ubuntu.com/ubuntu noble/universe amd64 gnupg2 all 2.4.4-2ubuntu17 [4748 B]
[app]: Get:248 http://archive.ubuntu.com/ubuntu noble/main amd64 python3-distro all 1.9.0-1 [19.0 kB]
[app]: Get:249 http://archive.ubuntu.com/ubuntu noble/main amd64 ssh-import-id all 5.11-0ubuntu2 [10.0 kB]
[app]: Fetched 291 MB in 19s (15.0 MB/s)
[app]: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libh/libheif/libheif1_1.17.6-1ubuntu4_amd64.deb  Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::102). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::102). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::101). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::103). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::101). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::103). - connect (101: Network is unreachable) [IP: 185.125.190.83 80]
[app]: E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
[app]: bash: line 8: /etc/ssh/sshd_config: No such file or directory
[app]: New password: Retype new password: passwd: password updated successfully
[app]: ssh: unrecognized service
[app]: nginx: unrecognized service
[app]: bash: line 13: sudo: command not found
[app]: bash: line 14: runsvdir: command not found
[app]: bash: line 16: wget: command not found
[app]: bash: line 16: gpg: command not found
[app]: bash: line 17: gpg: command not found
[app]: bash: line 17: sudo: command not found
[app]: bash: line 18: sudo: command not found
[app]: bash: line 19: sudo: command not found
[app]: bash: line 20: sudo: command not found
[app]: bash: line 21: zcash-fetch-params: command not found
[app]: bash: line 26: zcashd: command not found

In general, in containers everything is executed as the superuser, so using sudo does not matter as much as on a VPS.

@nfl0
Copy link
Author

nfl0 commented Oct 13, 2024

I'm closing this PR as zcashd will be deprecated in the next few months and replaced by the Zcash Zebrad software, which is already in production: Zebra.

@nfl0 nfl0 closed this Oct 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants