This gist describes how to set up a new machine running coreos.
ssh-keygen -t rsa -b 2048 -f ~/.ssh/id_rsa_kartoza99
Get the public key:
| # Address of Pyth contract | |
| # See [https://docs.pyth.network/documentation/pythnet-price-feeds/evm#mainnet] | |
| pythNetworkAddress: "0x4374e5a8b9C22271E9EB878A2AA31DE97DF15DAF" # Arbitrum sepolia | |
| # debug mode | |
| debug: false | |
| # Refresh rate of config in seconds to prevent rate limiting from github | |
| configRefreshRateInSeconds: 3600 | |
| # See [https://docs.pyth.network/documentation/pythnet-price-feeds/price-service#public-endpoints] | |
| priceServiceEndpoint: "https://hermes.pyth.network" | |
| # maximum number of seconds between updates |
| # Address of Pyth contract | |
| # See [https://docs.pyth.network/documentation/pythnet-price-feeds/evm#mainnet] | |
| pythNetworkAddress: "0x4305FB66699C3B2702D4d05CF36551390A4c69C6" # Eth Mainnet address | |
| # debug mode | |
| debug: true | |
| # Refresh rate of config in seconds to prevent rate limiting from github | |
| configRefreshRateInSeconds: 3600 | |
| # See [https://docs.pyth.network/documentation/pythnet-price-feeds/price-service#public-endpoints] | |
| priceServiceEndpoint: "https://hermes.pyth.network" | |
| # maximum number of seconds between updates |
| { | |
| "ignition": { | |
| "version": "2.0.0", | |
| "config": {} | |
| }, | |
| "storage": { | |
| }, | |
| "systemd": {}, | |
| "networkd": {}, | |
| "passwd": { |