# This is an example configuration file for the Miden node.
[]
# port defined as: sum(ord(c)**p for (p, c) in enumerate('miden-block-producer', 1)) % 2**16
= { = "localhost", = 48046 }
= "http://localhost:28943"
# enables or disables the verification of transaction proofs before they are accepted into the
# transaction queue.
= true
[]
# port defined as: sum(ord(c)**p for (p, c) in enumerate('miden-rpc', 1)) % 2**16
= { = "localhost", = 57291 }
= "http://localhost:48046"
= "http://localhost:28943"
[]
# port defined as: sum(ord(c)**p for (p, c) in enumerate('miden-store', 1)) % 2**16
= { = "localhost", = 28943 }
= "miden-store.sqlite3"
= "genesis.dat"