Search…
Learn
Introduction
Protocol Overview
Accounts
Operators
Stakers
Performance
Glossary
Developers
Get Started
Integration Guides
Tools
Smart Contracts
Testnet
Run a Node
Operator Node
Liquidator Node
Installation
Powered By
GitBook
Installation
Prerequisites
Wallet on the Goerli testnet funded with sufficient GoETH for transaction gas fees
Execution layer node end-point
Reliable internet connection
Installation
git clone https://github.com/bloxapp/ssv-liquidator.git
cd ssv-liquidator
yarn install
yarn cli --help
This installation requires NodeJS on your machine.
Arguments
Parameter
Description
--node-url
Ethereum node end-point
--private-key
Private key of the liquidator's wallet
--ssv-token-address
​
SSV token contract address
​
--ssv-contract-address
​
ssv.network 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)
Run
The liquidator node could be initiated with arguments in the
yarn cli
command or by using the .env variables.
CLI
.ENV variables
yarn cli --node-url <ETH1 NODE URL> --private-key <LIQUIDATOR WALLET ADDRESS PK> --ssv-token-address <SSV NETWORK CONTRACT> --ssv-contract-address <SSV CONTRACT ADDRESS> --gas-price <PREFFERED GAS PRICE>
​
NODE_URL=<ETH1 NODE URL>
SSV_NETWORK_ADDRESS=<SSV NETWORK CONTRACT>
SSV_TOKEN_ADDRESS=0x425890f2a5g84hw94
ACCOUNT_PRIVATE_KEY=<LIQUIDATOR WALLET ADDRESS PK>
GAS_PRICE=<PREFFERED GAS PRICE>
Run a Node - Previous
Liquidator Node
Last modified
27d ago
Copy link
Outline
Prerequisites
Installation
Arguments
Run