Rocket Pool 2.5 is a next generation Ethereum proof of stake (PoS) infrastructure service designed to be highly decentralised, distributed and compatible with Ethereum 2.0, the new consensus protocol that Ethereum will transition to in 2020.
Running a Rocket Pool smart node allows you to stake on Ethereum 2.0 with only 16 ETH, and earn a higher return than you would outside the network.
This repository contains the source code for:
- The Rocket Pool smart node client (CLI), which is used to manage a smart node either locally or remotely (over SSH)
- The Rocket Pool smart node service, which provides an API for client communication and performs background node tasks
The smart node service is designed to be run as part of a docker stack and generally does not need to be installed manually. See the Rocket Pool dockerhub page for a complete list of docker images.
See the Smart Node Installer repository for supported platforms and installation instructions.
The following commands are available via the smart node client:
rocketpool service install- Install the Rocket Pool service either locally or to a remote serverrocketpool service config- Configure the Rocket Pool service for userocketpool service status- Display the current status of the Rocket Pool servicerocketpool service start- Start the Rocket Pool service to begin running a smart noderocketpool service pause- Pause the Rocket Pool service temporarilyrocketpool service stop- Pause the Rocket Pool service temporarilyrocketpool service terminate- Terminate the Rocket Pool service and remove all associated docker containers & volumesrocketpool service logs [services...]- View the logs for one or more services running as part of the docker stackrocketpool service stats- Display resource usage statistics for the Rocket Pool servicerocketpool service version- Display version information for the Rocket Pool client & servicerocketpool wallet status- Display the current status of the node's walletrocketpool wallet init- Initialize the node's password and walletrocketpool wallet recover- Recover a node wallet from a mnemonic phraserocketpool wallet rebuild- Rebuild validator keystores from derived keysrocketpool wallet export- Export the node's wallet informationrocketpool node status- Display the current status of the noderocketpool node register- Register the node with the Rocket Pool networkrocketpool node set-withdrawal-address [address]- Set the address which node rewards & refunds are sent torocketpool node set-timezone- Update the node's timezone locationrocketpool node swap-rpl- Swap old RPL tokens for new RPLrocketpool node stake-rpl- Stake RPL against the node to collateralize minipoolsrocketpool node withdraw-rpl- Withdraw RPL staked against the noderocketpool node deposit- Make a deposit to create a minipool and begin stakingrocketpool node send [amount] [token] [to]- Send an amount of ETH or tokens to an addressrocketpool node burn [amount] [token]- Burn reward tokens for ETHrocketpool node sign-message- Signs an arbitrary message using the node wallet's private keyrocketpool minipool status- Display the current status of all minipools run by the noderocketpool minipool refund- Refund ETH from minipools which have had user-deposited ETH assigned to themrocketpool minipool dissolve- Dissolve initialized minipools and recover deposited ETH from themrocketpool minipool exit- Exit active minipool validators from the beacon chainand close themrocketpool minipool close- Close minipools which have timed out and been dissolvedrocketpool auction status- Display the current status of the RPL auction contract and lotsrocketpool auction lots- Display the details of all RPL lotsrocketpool auction create-lot- Create a new RPL lot from RPL in the auction contractrocketpool auction bid-lot- Bid ETH on an active RPL lotrocketpool auction claim-lot- Clean RPL from a cleared lot you bid onrocketpool auction recover-lot- Recover unclaimed RPL from a cleared lot back to the auction contractrocketpool odao status- Display the current status of the oracle DAOrocketpool odao members- Display the details of all oracle DAO membersrocketpool odao proposals- Display the details of all oracle DAO proposalsrocketpool odao propose-invite [address] [id] [url]- Invite a member to join the oracle DAOrocketpool odao propose-leave- Propose leaving the oracle DAOrocketpool odao propose-replace [address] [id] [url]- Propose replacing your position in the oracle DAO with a new memberrocketpool odao propose-kick- Propose kicking a member from the oracle DAOrocketpool odao cancel-proposal- Cancel a proposal you createdrocketpool odao vote-proposal- Vote on a proposalrocketpool odao execute-proposal- Execute a passed proposalrocketpool odao join- Join the oracle DAO (requires an executed invite proposal)rocketpool odao leave- Leave the oracle DAO (requires an executed leave proposal)rocketpool odao replace- Replace your position in the oracle DAO (requires an executed replace proposal)rocketpool network node-fee- Display the current network node commission rate for new minipoolsrocketpool network rpl-price- Display the current network RPL price informationrocketpool queue status- Display the current status of the deposit poolrocketpool queue process- Process the deposit pool by assigning user-deposited ETH to available minipools
