├── LICENSE ├── README.md ├── iptables ├── README.md ├── iptables.rules └── iptables.service ├── openvpn └── README.md ├── payout ├── pay.py └── pay.sh ├── snapshots └── snapshot.sh ├── tezos-accuser.service ├── tezos-baker.service ├── tezos-node-cpr ├── README.md ├── octez-node-cpr.sh ├── tezos-node-cpr.CHANGELOG.md └── tezos-node-cpr.sh ├── tezos-node.service ├── tezos-signer-tunnel.service └── tezos-signer.service /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/etomknudsen/tezos-baking/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/etomknudsen/tezos-baking/HEAD/README.md -------------------------------------------------------------------------------- /iptables/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/etomknudsen/tezos-baking/HEAD/iptables/README.md -------------------------------------------------------------------------------- /iptables/iptables.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/etomknudsen/tezos-baking/HEAD/iptables/iptables.rules -------------------------------------------------------------------------------- /iptables/iptables.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/etomknudsen/tezos-baking/HEAD/iptables/iptables.service -------------------------------------------------------------------------------- /openvpn/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/etomknudsen/tezos-baking/HEAD/openvpn/README.md -------------------------------------------------------------------------------- /payout/pay.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/etomknudsen/tezos-baking/HEAD/payout/pay.py -------------------------------------------------------------------------------- /payout/pay.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/etomknudsen/tezos-baking/HEAD/payout/pay.sh -------------------------------------------------------------------------------- /snapshots/snapshot.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/etomknudsen/tezos-baking/HEAD/snapshots/snapshot.sh -------------------------------------------------------------------------------- /tezos-accuser.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/etomknudsen/tezos-baking/HEAD/tezos-accuser.service -------------------------------------------------------------------------------- /tezos-baker.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/etomknudsen/tezos-baking/HEAD/tezos-baker.service -------------------------------------------------------------------------------- /tezos-node-cpr/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/etomknudsen/tezos-baking/HEAD/tezos-node-cpr/README.md -------------------------------------------------------------------------------- /tezos-node-cpr/octez-node-cpr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/etomknudsen/tezos-baking/HEAD/tezos-node-cpr/octez-node-cpr.sh -------------------------------------------------------------------------------- /tezos-node-cpr/tezos-node-cpr.CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/etomknudsen/tezos-baking/HEAD/tezos-node-cpr/tezos-node-cpr.CHANGELOG.md -------------------------------------------------------------------------------- /tezos-node-cpr/tezos-node-cpr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/etomknudsen/tezos-baking/HEAD/tezos-node-cpr/tezos-node-cpr.sh -------------------------------------------------------------------------------- /tezos-node.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/etomknudsen/tezos-baking/HEAD/tezos-node.service -------------------------------------------------------------------------------- /tezos-signer-tunnel.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/etomknudsen/tezos-baking/HEAD/tezos-signer-tunnel.service -------------------------------------------------------------------------------- /tezos-signer.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/etomknudsen/tezos-baking/HEAD/tezos-signer.service --------------------------------------------------------------------------------