-
Notifications
You must be signed in to change notification settings - Fork 406
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
[App Request] - Rootstock RSKj node #562
Comments
I upvote your idea. RSK is a great development! I can help you setup the docker part of it if you guide me to where the RSKj containers are defined. |
I've found it on their site :) But I think it would be too heavy ( runs on Java ) for a Raspberry Pi ... you can try it though, but according to RSK, the minimum requirements are:
To do so, once your Umbrel boots, connect to it using SSH, create a directory (let's call it RSK, and cd there) and run:
Then, you need to generate the image, by running:
Then you can run it:
You can see if it's working using "docker ps" and see how much is consuming using "docker stats" I didn't try to compile it, so if you do that, please let me know how it went. It's Java-based, so I guess it will compile on ARM. |
Confirmed: RSK won't run on a PI, but it will run on Docker on a PC ( AMD64 ), so if you run it on a PC, you can give it a try! I compiled its image, and it's running ... taking up 1 GB of RAM and 25% of 2 cores on a Ryzen 7 👍 |
Have you tried this?
https://github.com/getumbrel/umbrel/blob/master/apps/README.md The images need to be on Docker Hub to be packaged for Umbrel |
Thanks for the link @AaronDewes . Since this application does not run on ARM, there's no point in creating an APP for it at this point. I'd close this ISSUE. |
Have you tried doing so? The Docker container should build fine |
Yes, I tried and built the whole docker image. But the RSK people do not have an architectural candidate for ARM in their repository (ppa), so it doesn't finish building. Ence my statement that "it doesn't work on ARM". It works on Linux though. |
Same with me. Tried to using prebuild RSK image but it said "it doesn't work on ARM". Maybe self built RSK from source will do. But it will take more time to try it. |
I guess umbrel should be developed based on bitcoin and not another sidechain. |
I propose the maintainers close this "OPEN" issue, as it's not an Issue, but a feature request not aligned with Umbrel's purpose. |
I think it's ok to keep this issue open. We're definitely open to the idea of someone packaging an RSK node for Umbrel. |
OK, if that's what you want, let's do that. I've opened a feature request with my friends at RSK. |
Hi community,
Last week, I learned about RSK and their features and totally amazed. I was learning to add a RSKj docker to current Umbrel Node via Docker, but it's not done yet. So a shower thought that do you guys think about adding RSKj to Umbrel in the future?
The text was updated successfully, but these errors were encountered: