Skip to content

Instantly share code, notes, and snippets.

View carrion256's full-sized avatar
🛳️

carrion256 carrion256

🛳️
View GitHub Profile
@carrion256
carrion256 / config.yaml
Last active July 9, 2025 09:52 — forked from swimricky/config.yaml
Pyth W3F Mainnet Config
# 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
@carrion256
carrion256 / ignition.json
Created February 2, 2020 21:56 — forked from thetechnick/ignition.json
Hetzner Cloud terraform coreos install
{
"ignition": {
"version": "2.0.0",
"config": {}
},
"storage": {
},
"systemd": {},
"networkd": {},
"passwd": {
@carrion256
carrion256 / coreos-docker.md
Created February 2, 2020 21:55 — forked from timlinux/coreos-docker.md
Setting up a hetzner machine with coreos

This gist describes how to set up a new machine running coreos.

Create an ssh key

ssh-keygen -t rsa -b 2048 -f ~/.ssh/id_rsa_kartoza99

Get the public key: