Attach Mode
Overview
Elld provides an attach
command that allows users to start a console that connects to a running Elld client locally or remotely.
Usage
elld attach
The command above will attempt to start a console that will connect to an Elld client running on localhost:8999
.
To connect to a different address, use the --rpc-address
flag.
elld attach --rpc-address "35.178.18.11:8999"
Change Loaded Account
To change the loaded account in attach mode, use the --account
flag. An interactive session is started to collect the passphrase needed to unlock the account.
elld attach --account "e4Tkr4AMxhPPjptDSMzX98F2BwHvQM2DKx"
Last updated
Was this helpful?