Installation
Last updated
Last updated
The minimum hardware requirements are very low. A single board computer could run multiple instances of the bot, along with other tasks and services, without perceiving an impact on performance.
This installation requires NodeJS on your machine.
Parameter | Description |
---|---|
The liquidator bot could be initiated with arguments in the yarn cli
command or by using the .env variables.
Make sure that --ssv-sync
and --node-url
parameters (or SSV_SYNC
and NODE_URL
environment variables) are all relative to the same blockchain.
For example, for Holesky (using a sample QuickNode RPC endpoint), the command should look like this:
The smart contract addresses were taken from this page, in this instance.
--node-url
The Ethereum execution node end-point
--private-key
Private key of the liquidator's wallet
--ssv-token-address
SSV token contract address
--ssv-network-address
The ssv.network contract address
--ssv-network-views
The ssv.network views contract address
--gas-price
Gas price heuristic according to the median gas price suggested by web3 gas price oracle:
Low (*0.1)
Med (*0.2)
High (*0.3)