shibarium heimdall init.sh: stop injecting rest_server (crash fix) #16
Reference in New Issue
Block a user
Delete Branch "shibarium-heimdall-init-fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Shibarium heimdall: stop injecting
rest_server(crash fix)heimdall crash-looped on
toml: key rest_server is already defined.init.shinsertedrest_server = trueafter[rpc]on every boot (non-idempotent), accumulating duplicates until heimdalld refused to parse the config.rest_serveris not a valid CometBFTconfig.tomlkey — REST/LCD is enabled by the--rest-serverflag in the start command.rest_server/rest_server_addrconfig injection.rest_serverlines, so already-corrupted volumes (e.g. de-10) recover on the next boot without a volume wipe.heimdalld initto first boot only (config.tomlabsent), so restarts dont reset node identity or re-parse the existing config.After merge →
deploy-compose-repo rpc-de-10rebuilds the image; the self-heal cleans de-10s config and heimdall starts + syncs.🤖 Generated with Claude Code