Skip to content

No information on how to use a external Monero Node #91

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

Open
Fjox opened this issue Feb 12, 2025 · 4 comments
Open

No information on how to use a external Monero Node #91

Fjox opened this issue Feb 12, 2025 · 4 comments
Assignees
Labels
priority/medium Important but not urgent; can be scheduled for a later release status/awaiting feedback Needs input from the author or another contributor before proceeding type/documentation Issues related to missing, outdated, or incorrect documentation

Comments

@Fjox
Copy link

Fjox commented Feb 12, 2025

it was announced that this was possible but i cant find any information on how.
https://shkeeper.io/news/external-node-capability-for-monero

Copy link

Official Statement from the SHKeeper Development Team

We would like to clarify that the SHKeeper development team consists solely of the following:

It is managed through our official GitHub account https://github.com/vsys-host

We NEVER:

  • Share or redirect users to unofficial or suspicious links.
  • Request private keys, funds, or other sensitive information.

If you encounter any comments, issues, or users claiming to represent SHKeeper and sharing external links or providing questionable support, please report them immediately. These individuals are not affiliated with the SHKeeper team.

For accurate information and official support, please refer only to:

Our GitHub account: https://github.com/vsys-host/shkeeper.io
Our official SHKeeper website: https://shkeeper.io/
Our official VSYS Host website: https://vsys.host/

Thank you for your understanding and vigilance.

SHKeeper Development Team

@ikyslyi ikyslyi added type/documentation Issues related to missing, outdated, or incorrect documentation status/awaiting feedback Needs input from the author or another contributor before proceeding priority/medium Important but not urgent; can be scheduled for a later release status/needs review Awaiting review or feedback from maintainers and removed status/awaiting feedback Needs input from the author or another contributor before proceeding labels Feb 12, 2025
@yukonet
Copy link
Contributor

yukonet commented Feb 18, 2025

Hello,

To use Monero with our external fullnode you should add next lines to the values.yaml file (to use other fullnodes, you need to change the host and port):

Lines for mainnet:

#
# Monero
#

monero:
  enabled: true
  mainnet: true

    monerod:
      host: "fullnode.monero.shkeeper.io"
      port: "18089"

Lines for Testnet


#
# Monero
#

monero:
  enabled: true
  mainnet: false

    monerod:
      host: "stagenet.monero.shkeeper.io"
      port: "38089"

@yukonet yukonet self-assigned this Feb 18, 2025
@yukonet yukonet added status/awaiting feedback Needs input from the author or another contributor before proceeding and removed status/needs review Awaiting review or feedback from maintainers labels Feb 18, 2025
@Fjox
Copy link
Author

Fjox commented Feb 22, 2025

Monero

monero:
enabled: true
mainnet: true

monerod:
  host: "fullnode.monero.shkeeper.io"
  port: "18089"

if i try it gives me this error

Error: INSTALLATION FAILED: failed to parse values.yaml: error converting YAML to JSON: yaml: line 25: mapping values are not allowed in this context

@yukonet
Copy link
Contributor

yukonet commented Feb 24, 2025

Sorry, there was an error in the previous config
Please try the following configs

Testnet

#
# Monero
#

monero:

  enabled: true
  mainnet: false

  fullnode:
    enabled: false
    monerod:
      host: "stagenet.monero.shkeeper.io"
      port: "38089"

Mainnet

#
# Monero
#

monero:

  enabled: true
  mainnet: true

  fullnode:
    enabled: false
    monerod:
      host: "fullnode.monero.shkeeper.io"
      port: "18089"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority/medium Important but not urgent; can be scheduled for a later release status/awaiting feedback Needs input from the author or another contributor before proceeding type/documentation Issues related to missing, outdated, or incorrect documentation
Projects
None yet
Development

No branches or pull requests

3 participants