Skip to content

Commit

Permalink
add: config.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Aug 3, 2022
1 parent b1d9432 commit 1d685d7
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
14 changes: 14 additions & 0 deletions LVE_TEST_config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[Eth]
NetworkId = 123456
SyncMode = "full"

[Node]
DataDir = "/home/ubuntu/SMIN/LVETEST"

[Node.P2P]
MaxPeers = 25
ListenAddr = ":30303"

[Dashboard]
#your ip address
Host = "172.31.7.141"
21 changes: 21 additions & 0 deletions LVE_config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
[Eth]
SyncMode = "fast"

[Node]
DataDir = "/home/lvminer3/ETHEREUM/SMIN/LVE"
IPCPath = "geth.ipc"
HTTPPort = 8545
HTTPVirtualHosts = ["localhost"]
HTTPModules = ["net", "web3", "eth", "shh"]
WSPort = 8546
WSModules = ["net", "web3", "eth", "shh"]
NoUSB = true

[Node.P2P]
MaxPeers = 25
NoDiscovery = false
StaticNodes = []
TrustedNodes = []
ListenAddr = "172.26.16.141:30303"
EnableMsgEvents = false

0 comments on commit 1d685d7

Please sign in to comment.