Skip to content
Snippets Groups Projects
Commit bff0638b authored by Dmitriy A. Gerasimov's avatar Dmitriy A. Gerasimov
Browse files

[*] Massive update

parent f7484d8a
No related branches found
No related tags found
1 merge request!10[*] Massive update
Showing
with 35 additions and 22 deletions
......@@ -50,9 +50,9 @@ SET(DESTDIR "/opt/${PROJECT_NAME}")
SET( CPACK_GENERATOR "DEB")
SET( CPACK_PACKAGE_NAME "${PROJECT_NAME}")
SET( CPACK_PACKAGE_VERSION_MAJOR 0)
SET( CPACK_PACKAGE_VERSION_MINOR 10)
SET( CPACK_PACKAGE_VERSION_PATCH 2)
SET( CPACK_PACKAGE_VERSION_MAJOR 1)
SET( CPACK_PACKAGE_VERSION_MINOR 0)
SET( CPACK_PACKAGE_VERSION_PATCH 1)
SET( CPACK_SYSTEM_NAME "debian-10.0-amd64")
SET( CPACK_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}-${CPACK_PACKAGE_VERSION_PATCH}")
......
......@@ -10,16 +10,16 @@ reconfigure|configure)
db_input critical dapcash-node/debug_mode || true
db_go || true
db_input low dapcash-node/debug_stream_headers || true
db_input critical dapcash-node/debug_stream_headers || true
db_go || true
db_input critical dapcash-node/server_enabled || true
db_go || true
db_input medium dapcash-node/server_addr || true
db_input critical dapcash-node/server_addr || true
db_go || true
db_input low dapcash-node/server_port || true
db_input critical dapcash-node/server_port || true
db_go || true
db_input critical dapcash-node/dapcash_testnet_enabled || true
......@@ -27,7 +27,6 @@ reconfigure|configure)
db_input critical dapcash-node/dapcash_testnet_node_type || true
db_go || true
;;
*)
echo "config called with unknown argument \`$1'" >&2
......
......@@ -38,6 +38,16 @@ tx_cond_create=false
# <wallet name>:<Value per transaction>:<Minimum time(seconds) between transactions>:<network name>
# tx_cond_templates=[mywallet0:0.00001:3600:DAPT:dapcash-testnet,mywallet1:0.000001:3600:KELT:dapcash-testnet]
# Builtin DNS server
[dns_server]
enabled=false
bootstrap_balancer=true
# DNS as service
[srv_dns]
enabled=false
# VPN stream channel processing module
[srv_vpn]
# Turn to true if you want to share VPN service from you node
......
......@@ -12,6 +12,8 @@ gdb_groups_prefix=dapcash-testnet
# node addr exired time in hours (168h=1w 720h=1m 8760h=1y), by default 720h(1week)
#node-addr=0x10
node-addr-expired=168
# type of node addr [auto, static, dinamic]
node_addr_type=auto
seed_nodes_hostnames=[0.root.testnet.dapcash.org,1.root.testnet.dapcash.org,2.root.testnet.dapcash.org,3.root.testnet.dapcash.org,4.root.testnet.dapcash.org]
seed_nodes_aliases=[dapcash.testnet.root.0,dapcash.testnet.root.1,dapcash.testnet.root.2,dapcash.testnet.root.3,dapcash.testnet.root.4]
......
......@@ -12,6 +12,8 @@ gdb_groups_prefix=kelvin-testnet
# node addr exired time in hours (168h=1w 720h=1m 8760h=1y), by default 720h(1week)
#node-addr=0x10
node-addr-expired=168
# type of node addr [auto, static, dinamic]
node_addr_type=auto
seed_nodes_hostnames=[0.root.testnet.klvn.io,1.root.testnet.klvn.io,2.root.testnet.klvn.io,3.root.testnet.klvn.io,4.root.testnet.klvn.io]
seed_nodes_aliases=[kelvin.testnet.root.0,kelvin.testnet.root.1,kelvin.testnet.root.2,kelvin.testnet.root.3,kelvin.testnet.root.4]
......
......@@ -14,7 +14,7 @@ Restart=always
#Group=dapcash-node
User=root
Group=root
CapabilityBoundingSet=CAP_NET_BIND_SERVICE CAP_IPC_LOCK CAP_KILL CAP_LEASE CAP_MKNOD CAP_NET_ADMIN CAP_NET_BROADCAST CAP_NET_RAW CAP_SYS_NICE CAP_SYS_RAWIO CAP_SYSLOG CAP_WAKE_ALARM
#CapabilityBoundingSet=CAP_NET_BIND_SERVICE CAP_IPC_LOCK CAP_KILL CAP_LEASE CAP_MKNOD CAP_NET_ADMIN CAP_NET_BROADCAST CAP_NET_RAW CAP_SYS_NICE CAP_SYS_RAWIO CAP_SYSLOG CAP_WAKE_ALARM
[Install]
WantedBy=multi-user.target
Subproject commit 214f324f5faa30ca6b00bfedae1104b09a0c1e30
Subproject commit a479b3c1e56ece208e00c7a75a0cf656e6310dbb
Subproject commit 2838682b96e477d3767b263d1db303e11ef4b7fa
Subproject commit 1e888729d80befec68683762707e62b8e61d2a4d
Subproject commit b11de781617e3137875fbdab281f26a796474657
Subproject commit 4d3cda376d9fd673ff12d748807fab57709e967b
Subproject commit 0edf531dd6e4e56521222e1ac73905a03e139a95
Subproject commit ef0ae6288a55168e8670ea2900e7e40e54acdab2
Subproject commit 61157623dc77de04628dcca6dae39536f1be10de
Subproject commit ee7139d8f6cb50122334b5edbe0d5a02aca367d6
Subproject commit 5a2f860accd8036d0ca2f9daca0a0be6dab10630
Subproject commit 3eb6ca1d03cd2e03db9fa8b178eba05c3e1101fe
Subproject commit 05cd2947d6e3547e3e111b53befeff4b043cb16a
Subproject commit f00357d0a187058e13b366198cb12140c9a919d7
Subproject commit e0f74dbc745a65bb040a41e99460b21b14406a1d
Subproject commit 77c26fa2203149bb8fc4f40e42eed83c5e41887d
libdap-chain-wallet @ 4a3ca1c4
Subproject commit 03f7babcb4376b21580b8109f811f5b2511b6cf0
Subproject commit 4a3ca1c4e8799f38cd1adb792f117bfe3027b0c0
Subproject commit d8713a616f0824ff40236ec43cfc50c3d1220a94
Subproject commit f7dbe9db19e6f87c6fe5bb5abf004cde162ed3dd
Subproject commit 77f0dd9d161ac902f28d5d64b3451d7ab50fe186
Subproject commit d30f7681997fd3f1126d667ae36674521c79a329
Subproject commit dd803b2e03007c74c792b35a319fd7f9b6e73078
Subproject commit 9fdcdcb45d041e63a3a4b575424a6f3de7e68ca1
Subproject commit 7500d54e139a92586b1488edffcb12f4f1c824ec
Subproject commit 608ab1c9e0f5dac7b8c4f1abac6aa8f13c48ceaa
Subproject commit 429013c8e58d4bc4f8dcc765832fad7c6604fc71
Subproject commit 001748d443a4cf8fef1886a6a9846e712967d0fd
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment