Running in Docker
Running a collateral auction-keeper in a docker container.
Last updated
Running a collateral auction-keeper in a docker container.
Last updated
Buy RAI from Uniswap v2 or and generate it.
Create a file called run_auction_keeper.sh
and paste the following code in it:
KEYSTORE_DIR
- the local directory where your keystore file is
KEYSTORE_FILE
- your Ethereum UTC JSON keystore filename
For more information about this keystore format and how to generate them:
ETH_RPC_URL
- the URL of the ethereum RPC connection
KEEPER_ADDRESS
- the keeper's address. It must be in a checksummed format
chmod +x run_auction_keeper.sh
./run_auction_keeper.sh