Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update vsys-mainnet.conf #214

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions vsys-mainnet.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ vsys {
peers-broadcast-interval = 5s

connection-timeout = 30s

# Inbound Network Connections
max-inbound-connections = 120

# Outbound Network Connections
max-outbound-connections = 120

# Network buffer size
outbound-buffer-size = 64M

# Network address
bind-address = "0.0.0.0"
Expand All @@ -30,15 +39,6 @@ vsys {
declared-address = "localhost:9921"
}

# Wallet settings
wallet {
# Password to protect wallet file
password = "vsys"

# Wallet seed as string
# seed = ""
}

# Blockchain settings
blockchain.type = MAINNET
blockchain.minimum-in-memory-diff-blocks = 500
Expand All @@ -63,7 +63,7 @@ vsys {
enable = yes

# Network address to bind to
bind-address = "0.0.0.0"
bind-address = "127.0.0.1"

# Port to listen to REST API requests
# port = 9922
Expand All @@ -74,4 +74,4 @@ vsys {
}

checkpoints.public-key = "A9MX22tXpNdTTx5wBf3CunZz299c1nnca6kH3MzL312L"
}
}