File tree Expand file tree Collapse file tree 2 files changed +48
-1
lines changed Expand file tree Collapse file tree 2 files changed +48
-1
lines changed Original file line number Diff line number Diff line change
1
+ ################################
2
+ # basic settings
3
+ ################################
4
+ txindex=1
5
+ logtimestamps=1
6
+ listen=1
7
+ daemon=1
8
+ gen=0
9
+ maxconnections=256
10
+ bind=XXX_IPV6_INT_BASE_XXX:XXX_NETWORK_BASE_TAG_XXX::XXX_NUM_XXY:XXX_MNODE_INBOUND_PORT_XXX
11
+ #############################
12
+ # nodes we want to stick to
13
+ #############################
14
+ # addnode=seed1.xxx.org
15
+ ################################
16
+ # servicenode specific settings
17
+ ################################
18
+ servicenode=1
19
+ servicenodeaddr=XXX_IPV6_INT_BASE_XXX:XXX_NETWORK_BASE_TAG_XXX::XXX_NUM_XXY:XXX_MNODE_INBOUND_PORT_XXX
20
+ #### INSERT YOUR SERVICENODE PRIVATEKEY BELOW ####################################################
21
+ servicenodeprivkey=HERE_GOES_YOUR_SYSTEMNODE_KEY_FOR_SYSTEMNODE_XXX_GIT_PROJECT_XXX_XXX_NUM_XXX
22
+ #################################################################################################
23
+ #
24
+ # b.
25
+ # 88b Insert your generated systemnode privkey here
26
+ # 888b.
27
+ # 88888b
28
+ # 888888b.
29
+ # 8888P"
30
+ # P" `8.
31
+ # `8.
32
+ # `8
33
+ #################################################################################################
34
+ #############################
35
+ # optional indices
36
+ #############################
37
+ addressindex=1
38
+ timestampindex=1
39
+ spentindex=1
40
+ #############################
41
+ # JSONRPC
42
+ #############################
43
+ server=1
44
+ rpcuser=XXX_GIT_PROJECT_XXXrpc
45
+ rpcpassword=XXX_PASS_XXX
46
+ rpcallowip=127.0.0.1
47
+ rpcport=555XXX_NUM_XXX
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ CODENAME=block
2
2
MNODE_DAEMON = ${ MNODE_DAEMON:-/usr/local/bin/blocknetdxd }
3
3
MNODE_INBOUND_PORT = ${ MNODE_INBOUND_PORT:-41412 }
4
4
GIT_URL = https://github.com/BlocknetDX/BlockDX
5
- SCVERSION = " tags/v3.7.36 "
5
+ SCVERSION = " 3.10.4 "
You can’t perform that action at this time.
0 commit comments