lukso-network / tools-lukso-cli

This repository serves as a CLI to download and/or run lukso dependencies
https://docs.lukso.tech/networks/mainnet/running-a-node/#lukso-cli-node-setup
Apache License 2.0
12 stars 6 forks source link

feat: deposit fix #186

Closed Wolmin closed 1 year ago

Wolmin commented 1 year ago

(no clickup ticket since it was made on the fly) This is a PR that introduces:

github-actions[bot] commented 1 year ago

:rocket: Deployed preview to curl https://install.lukso.network/186 | sh

mxmar commented 1 year ago

Tested on Ubuntu 22.04 LTS amd64 -> lukso start --checkpoint-sync:

ps aux | grep prysm
prysm --accept-terms-of-use --config-file=./configs/mainnet/prysm/prysm.yaml --contract-deployment-block=0 --genesis-state=./configs/mainnet/shared/genesis.ssz --chain-config-file=./configs/mainnet/shared/config.yaml --checkpoint-sync-url=https://checkpoints.mainnet.lukso.network/
fhildeb commented 1 year ago

Still WIP: testing on Debian and ARM now