Skip to content

Commit

Permalink
Create federation-config.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
maxidev committed Jan 9, 2018
1 parent 01cba18 commit 10593de
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions federation-config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[parity]
chain = "genesis.json"

[ui]
disable = true

[rpc]
apis = ["web3", "eth", "net", "personal", "parity", "parity_set", "traces", "rpc", "parity_accounts"]
disable = false

[mining]
reseal_on_txs = "none"
usd_per_tx = "0"

[misc]
log_file = "parity.log"

[network]
bootnodes = ["enode://a891225909f70a4ee3f40c1dac05da763fe0354d5f259922abf841db51706283d2957c09fc7266e5f4633583a34dbef3f38a769eb35551788740a06e387dfa2a@159.203.176.160:30303",
"enode://b21d8b85165319a86c822dadcd51fbaf1aca3fe7854df8644c03ac304e34205d31d44d0eac7dd6366a8f8a621eeb2198d9644090d59771148fb3ac92630d2dd6@198.211.100.127:30303"]

0 comments on commit 10593de

Please sign in to comment.