Attach Mode
Elld provides an
attach
command that allows users to start a console that connects to a running Elld client locally or remotely. 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"
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"
The
--account
flag can take the index of a local account (e.g 0, 1 etc).
Last modified 4yr ago