cat <<EOF > ~/.common.inc
socket="/home/cardano/cnode/sockets/node.socket"
genesisfile="/home/cardano/cnode/config/mainnet-shelley-genesis.json" #Shelley-Genesis path
genesisfile_byron="/home/cardano/cnode/config/mainnet-byron-genesis.json" #Byron-Genesis path
cardanocli="cardano-cli" #Path to your cardano-cli you wanna use
cardanonode="cardano-node" #Path to your cardano-node you wanna use
magicparam="--mainnet" #choose "--mainnet" for mainnet or for example "--testnet-magic 1097911063" for a testnet
addrformat="--mainnet" #choose "--mainnet" for mainnet address format or like "--testnet-magic 1097911063" for testnet address format
itn_jcli="./jcli" #only needed if you wanna include your itn witness for your pool-ticker
#--------- leave this next value until you have to change it for a testnet
byronToShelleyEpochs=208 #208 for the mainnet, 74 for the testnet