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
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.
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.
The --account
flag can take the index of a local account (e.g 0, 1 etc).
Last updated