Skip to content

Instantly share code, notes, and snippets.

View ljttl3q04t's full-sized avatar

Tony Pham ljttl3q04t

View GitHub Profile
@ljttl3q04t
ljttl3q04t / config.json
Created January 4, 2026 05:20
Cardano Node Mainnet Config
{
"AlonzoGenesisFile": "/opt/cardano/cnode/files/alonzo-genesis.json",
"ByronGenesisFile": "/opt/cardano/cnode/files/byron-genesis.json",
"ConsensusMode": "PraosMode",
"ConwayGenesisFile": "/opt/cardano/cnode/files/conway-genesis.json",
"EnableP2P": true,
"LastKnownBlockVersion-Alt": 0,
"LastKnownBlockVersion-Major": 3,
"LastKnownBlockVersion-Minor": 0,
"LedgerDB": {
@ljttl3q04t
ljttl3q04t / topology.json
Last active January 4, 2026 05:18
Cardano Mainnet Topology
{
"bootstrapPeers": [
{
"address": "backbone.cardano.iog.io",
"port": 3001
},
{
"address": "backbone.mainnet.emurgornd.com",
"port": 3001
},