Tuned some constants adn options.
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "alfis"
|
name = "alfis"
|
||||||
version = "0.2.0"
|
version = "0.2.1"
|
||||||
authors = ["Revertron <alfis@revertron.com>"]
|
authors = ["Revertron <alfis@revertron.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
|
|||||||
+5
-5
@@ -1,18 +1,18 @@
|
|||||||
# Settings
|
# Settings
|
||||||
origin = "00000DFBFFCFADC09751E7085872F9AE6464075E626401904D8C779E215A21B1"
|
origin = "0000002CE5D1D28A93B89ED426A70F337D6FB3A222C64585FB1159A397E9722F"
|
||||||
version = 1
|
version = 1
|
||||||
key_file = "default.key"
|
key_file = "default.key"
|
||||||
listen = "[::]:4244"
|
listen = "[::]:4244"
|
||||||
public = false
|
public = false
|
||||||
|
|
||||||
# Bootstrap nodes
|
# Bootstrap nodes
|
||||||
peers = ["test2-ip4.alfis.name:4244", "test2-ip6.alfis.name:4244"]
|
peers = ["test-ip4.alfis.name:4244", "test-ip6.alfis.name:4244"]
|
||||||
|
|
||||||
# DNS server options
|
# DNS server options
|
||||||
[dns]
|
[dns]
|
||||||
listen = "127.0.0.1:53"
|
listen = "127.0.0.1:5300"
|
||||||
threads = 20
|
threads = 20
|
||||||
#AdGuard DNS servers to filter ads and trackers
|
#AdGuard DNS servers to filter ads and trackers
|
||||||
#forwarders = ["94.140.14.14:53", "94.140.15.15:53"]
|
forwarders = ["94.140.14.14:53", "94.140.15.15:53"]
|
||||||
#forwarders = ["[301:2522::53]:53", "[301:2923::53]:53"]
|
#forwarders = ["[301:2522::53]:53", "[301:2923::53]:53"]
|
||||||
forwarders = ["[301:2522::53]:53", "[301:2923::53]:53", "94.140.14.14:53", "94.140.15.15:53"]
|
#forwarders = ["[301:2522::53]:53", "[301:2923::53]:53", "94.140.14.14:53", "94.140.15.15:53"]
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
pub const BLOCK_DIFFICULTY: u32 = 20;
|
pub const BLOCK_DIFFICULTY: u32 = 24;
|
||||||
pub const LOCKER_DIFFICULTY: u32 = 16;
|
pub const LOCKER_DIFFICULTY: u32 = 18;
|
||||||
pub const CHAIN_VERSION: u32 = 1;
|
pub const CHAIN_VERSION: u32 = 1;
|
||||||
pub const LOCKER_BLOCK_START: u64 = 5;
|
pub const LOCKER_BLOCK_START: u64 = 10;
|
||||||
pub const LOCKER_BLOCK_COUNT: u64 = 3;
|
pub const LOCKER_BLOCK_COUNT: u64 = 3;
|
||||||
pub const LOCKER_BLOCK_INTERVAL: i64 = 300;
|
pub const LOCKER_BLOCK_INTERVAL: i64 = 300;
|
||||||
|
|||||||
Reference in New Issue
Block a user