-
Notifications
You must be signed in to change notification settings - Fork 78
/
Copy pathconfig.toml.SAMPLE
29 lines (23 loc) · 1.07 KB
/
config.toml.SAMPLE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# This is a TOML configuration file for DKG, P2P networking and connction to Ethereum
# Provider Initialization Example
[ethereum]
URL = "ws://127.0.0.1:8546"
URLRPC = "http://127.0.0.1:8545"
[ethereum.account]
Address = "0xAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8AAAAAAAAA"
KeyFile = "/Users/someuser/ethereum/data/keystore/UTC--2018-03-11T01-37-33.202765887Z--AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8AAAAAAAAA"
[ethereum.ContractAddresses]
# Hex-encoded address of KeepRandomBeacon contract
KeepRandomBeacon = "0xBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB"
# Hex-encoded address of KeepRandomBeaconBackend contract
KeepRandomBeaconBackend = "0xCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC"
# Hex-encoded address of StakingProxy contract
Staking = "0xCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC"
# Non-bootstrap node connecting to an existing network.
# [LibP2P]
# Peers = ["/ip4/127.0.0.1/tcp/3919/ipfs/njOXcNpVTweO3fmX72OTgDX9lfb1AYiiq4BN6Da1tFy9nT3sRT2h1"]
# Port = 3920
# Bootstrap node creating a new network.
# [LibP2P]
# Seed = 2
# Port = 3919