shkeeper.io icon indicating copy to clipboard operation
shkeeper.io copied to clipboard

How install eth testnet environment

Open thapld opened this issue 1 year ago • 2 comments

How install eth testnet environment?

thapld avatar May 27 '24 14:05 thapld

You can install SHKeeper with Ethereum testnet crypto using the following steps:

  1. Create values.yaml file with next content:
storageClassName: local-path
btc:
  enabled: false
ltc:
  enabled: false
doge:
  enabled: false

#
# Ethereum
#

eth_fullnode:
  enabled: true
  mainnet: false
  
eth:
  enabled: true
eth_usdt:
  enabled: true
eth_usdc:
  enabled: true
  1. Install SHKeeper with commands:
helm repo add vsys-host https://vsys-host.github.io/helm-charts
helm repo add mittwald https://helm.mittwald.de
helm repo update
helm install kubernetes-secret-generator mittwald/kubernetes-secret-generator
helm install -f values.yaml shkeeper vsys-host/shkeeper

If you do not have Kubernetes and Helm installed, you can use the following instructions to install these components: https://shkeeper.io/kb/start-to-work/documentation-on-launching

Once SHKeeper is installed and your local full testnet node is synchronized, you should add the following variables to the values and update your deployment

ethereum_shkeeper:
  extraEnv:
    LAST_BLOCK_LOCKED: "FALSE"

yukonet avatar Jun 03 '24 15:06 yukonet

Thank you for your response


Sent with Gmail for Sidekick Browser https://join.meetsidekick.com/_7ww23

On Mon, 3 Jun 2024 at 22:32 yukonet @.***> wrote:

You can install SHKeeper with Ethereum testnet crypto using the following steps:

  1. Create values.yaml file with next content:

storageClassName: local-path btc: enabled: false ltc: enabled: false doge: enabled: false

Ethereum

eth_fullnode: enabled: true mainnet: false

eth: enabled: true eth_usdt: enabled: true eth_usdc: enabled: true

  1. Install SHKeeper with commands:

helm repo add vsys-host https://vsys-host.github.io/helm-charts helm repo add mittwald https://helm.mittwald.de helm repo update helm install kubernetes-secret-generator mittwald/kubernetes-secret-generator helm install -f values.yaml shkeeper vsys-host/shkeeper

If you do not have Kubernetes and Helm installed, you can use the following instructions to install these components: https://shkeeper.io/kb/start-to-work/documentation-on-launching

Once SHKeeper is installed and your local full testnet node is synchronized, you should add the following variables to the values and update your deployment

ethereum_shkeeper: extraEnv: LAST_BLOCK_LOCKED: "FALSE"

— Reply to this email directly, view it on GitHub https://github.com/vsys-host/shkeeper.io/issues/51#issuecomment-2145521576, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJHRCP7LDC6NK7FQE2H7ODTZFSEBJAVCNFSM6AAAAABILJZ4SOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNBVGUZDCNJXGY . You are receiving this because you authored the thread.Message ID: @.***>

thapld avatar Jun 03 '24 15:06 thapld