Skip to content

Commit 15da258

Browse files
firedancer-dev: development firedancer configs
1 parent b76f293 commit 15da258

File tree

2 files changed

+76
-0
lines changed

2 files changed

+76
-0
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
[layout]
2+
exec_tile_count = 10
3+
[gossip]
4+
port = 9723
5+
entrypoints = [
6+
"entrypoint.testnet.solana.com:8001",
7+
"entrypoint2.testnet.solana.com:8001",
8+
"entrypoint3.testnet.solana.com:8001",
9+
]
10+
[blockstore]
11+
shred_max = 16777216
12+
block_max = 131072
13+
txn_max = 1048576
14+
idx_max = 8192
15+
alloc_max = 10737418240
16+
[tiles]
17+
[tiles.shred]
18+
max_pending_shred_sets = 16384
19+
[tiles.repair]
20+
repair_intake_listen_port = 9294
21+
repair_serve_listen_port = 8034
22+
[tiles.replay]
23+
snapshot_url = "http://${VALIDATOR_IP}:8899/snapshot.tar.bz2"
24+
incremental_url = "http://${VALIDATOR_IP}:8899/incremental-snapshot.tar.bz2"
25+
funk_sz_gb = 140
26+
funk_rec_max = 150000000
27+
funk_txn_max = 2000
28+
[tiles.metric]
29+
prometheus_listen_address = "0.0.0.0"
30+
prometheus_listen_port = 7999
31+
[consensus]
32+
vote = false
33+
expected_shred_version = 64475
34+
[paths]
35+
identity_key = "${KEYS}/fd-identity-keypair.json"
36+
vote_account = "${KEYS}/fd-vote-keypair.json"
37+
[log]
38+
path = "${LEDGER_DIR}/firedancer-dev.log"
39+
level_stderr = "INFO"
40+
level_logfile = "NOTICE"
41+
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
[layout]
2+
exec_tile_count = 10
3+
[gossip]
4+
port = 9723
5+
entrypoints = ["${VALIDATOR_IP}:8001"]
6+
[blockstore]
7+
shred_max = 16777216
8+
block_max = 4096
9+
txn_max = 1024
10+
idx_max = 8192
11+
alloc_max = 10737418240
12+
[tiles]
13+
[tiles.shred]
14+
max_pending_shred_sets = 16384
15+
[tiles.repair]
16+
repair_intake_listen_port = 9294
17+
repair_serve_listen_port = 8034
18+
[tiles.replay]
19+
snapshot_url = "http://${VALIDATOR_IP}:8899/snapshot.tar.bz2"
20+
funk_sz_gb = 20
21+
funk_txn_max = 4096
22+
funk_rec_max = 1048576
23+
[tiles.metric]
24+
prometheus_listen_address = "0.0.0.0"
25+
prometheus_listen_port = 7999
26+
[consensus]
27+
vote = false
28+
expected_shred_version = ${SHRED_VERSION}
29+
[paths]
30+
identity_key = "${KEYS}/fd-identity-keypair.json"
31+
vote_account = "${KEYS}/fd-vote-keypair.json"
32+
[log]
33+
path = "${LEDGER_DIR}/firedancer-dev.log"
34+
level_stderr = "INFO"
35+
level_logfile = "NOTICE"

0 commit comments

Comments
 (0)