ELLD is the official CLI-based client used to connect and interact with the Ellcrys network. ELLD users will be able to join the network, mine blocks, construct transactions and access the state of the network.
ELLD CLIENT
Start Elld (with ephemeral key)
To start Elld (with ephemeral key):
elld start -a "0.0.0.0:9000"
To start Elld (with a local key):
elld start -a "0.0.0.0:9000" --account 0
Join the Network on startup
elld start \
-a "0.0.0.0:9000" \
-j "ellcrys:// 12D3KooWGZxHXA3P9SxyMRYecgyKggAmdviTkKKVnmUCaWU
[email protected]:9000"
Join the Network via attach mode
net.join(
"ellcrys://[email protected]:9000"
"ellcrys://[email protected]:9000"
)
Start RPC Service on local client
elld start -a "0.0.0.0:9000" --rpc
Start RPC Service on remote client
elld start -a "0.0.0.0:9000" --rpc --rpc-address "0.0.0.0:8999"
Attach mode to a local client
elld attach
Attach mode to a remote client
elld attach --rpc-address "n1.ellnode.com"
Change loaded account
elld attach --account "e4Tkr4AMxhPPjptDSMzX98F2BwHvQM2DKx"
Create Account
elld account create
Create Account from attach mode
personal.createAccount()
Get the source
go get -u -d https://github.com/ellcrys/elld
cd $GOPATH/src/github.com/ellcrys/elld
Build Docker Container:
# Build a container
make build
# Start the container
env ELLD_RPC_ENABLED= true make start
# Attach to client in the container
make attach
# Stop the container
make stop
Instruction
When the node starts, an ephemeral key is used to derive the node's identity when interacting with other nodes on the network. Ephemeral keys are temporary; They are disposed of when the node stops running. Elld will not allow CPU mining operation when the node is using an ephemeral key as the operator will lose any mining reward to the temporary address since they will have no access and control over it.
Get SafeHold
With a few clicks, create and manage accounts, send & receive transactions and use the in-built CPU-miner to mine blocks.
Create Accounts
You can create accounts for better management of your coins.Send & Receive
Create transactions to send the native coins to any account on the network.Mine Ell coins
Use the in-built CPU-miner to miner blocks and extend the blockchain.
Spell - Javascript Library
The official Node.js binding for the ELLD JSON-RPC 2.0 Service. This library provides the ability to query or mutate the state of an Ellcrys node and blockchain.
Introducing Ellscan
The official block explorer of the Ellcrys Network. You can search and analyse transactions, blocks and accounts. It is fast and mobile-friendly.
Visit Ellscan
Join the Ellcrys Miner
Partnership Program
and become a
miner
Get Ell coins by actively running
nodes on the Ellcrys Alphanet.