Lodestar is a Typescript implementation of the official Ethereum specification by the ChainSafe.io team. In addition to the beacon chain client, the team is also working on 22 packages and libraries. A complete list can be found here. Finally, the Lodestar team is leading in light client research and development and has received funding from the EF and Moloch DAO for this purpose.
Official Links
Subject
Links
Releases
Documentation
Website
1. Initial configuration
Create a service user for the consensus service, create data directory and assign ownership.
#Download and import the Nodesource GPG keysudoapt-getupdatesudoapt-getinstall-yca-certificatescurlgnupgsudomkdir-p/etc/apt/keyringscurl-fsSLhttps://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key|sudogpg--dearmor-o/etc/apt/keyrings/nodesource.gpg#Create deb repositoryNODE_MAJOR=20echo"deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_$NODE_MAJOR.x nodistro main"|sudotee/etc/apt/sources.list.d/nodesource.list#Run Update and Installsudoapt-getupdatesudoapt-getinstallnodejs-y
Replace<0x_CHANGE_THIS_TO_MY_ETH_FEE_RECIPIENT_ADDRESS> with your own Ethereum address that you control. Tips are sent to this address and are immediately spendable.
Not staking? If you only want a full node, delete the whole line beginning with
--suggestedFeeRecipient
To exit and save, press Ctrl + X, then Y, then Enter.
Run the following to enable auto-start at boot time.