You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 19, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: CONFIG.md
+2-12Lines changed: 2 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -5,21 +5,11 @@ setting file version
5
5
6
6
## node_source (str)
7
7
* source of the node list
8
-
* there are two configurations: `file name` or `node_list_firestore` if you assign it to a file name, for example `node_list.txt` script will use node list from node_list.txt file. But if you define it as `node_list_firestore` script will use the node list from the node list firestore database
9
-
10
-
## firestore.firestore (int)
11
-
* set how many loops every number of loops to retrieve the node list from the node list firestore database
12
-
* required when you define **node_source** as `node_list_firestore`
13
-
* it is advisable to configure a large number of numbers so as not to affect firebase firestore data usage (firebase is now free version, if you want to support firebase price you can donate at [DONATE](https://github.com/ForestCrazy/chia-node-append#donate-for-development-))
14
-
15
-
## firestore.firestore_update (int)
16
-
* set how many loops every number of loops to insert node to node list firestore database
17
-
* required when you define **node_source** as `node_list_firestore`
18
-
* it is advisable to configure a large number of numbers so as not to affect firebase firestore data usage
8
+
* there are two configurations: `file name` or `node_list_api` if you assign it to a file name, for example `node_list.txt` script will use node list from node_list.txt file. But if you define it as `node_list_api` script will use the node list from the node list firestore database
19
9
20
10
## disconnect_node (boolean)
21
11
disconnect if the node you are connecting is not a full node
22
12
23
13
## remove_node (boolean)
24
14
* remove a node that cannot connect to
25
-
* required when you define **node_source** as `node_list_firestore`
15
+
* required when you define **node_source** as `file name`
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ Tool to automatically add peer nodes up to 100 connections
5
5
6
6
## chia-node-append installer
7
7
* download **chia-node-append** from [last release](https://github.com/ForestCrazy/chia-node-append/releases/tag/v1.2.0)
8
-
*[optional] create `node_list.txt` and add node list [(example `node_list.txt` file)](https://github.com/ForestCrazy/chia-node-append/blob/master/node_list.txt) if you do not create the file `node_list.txt` script will find node list from firestore database
8
+
*[optional] create `node_list.txt` and add node list [(example `node_list.txt` file)](https://github.com/ForestCrazy/chia-node-append/blob/master/node_list.txt) if you do not create the file `node_list.txt` script will find node list from node list api
9
9
*[optional] create `chia-node-append-setting.json` and copy setting from [chia-node-append-setting.json](https://github.com/ForestCrazy/chia-node-append/blob/master/chia-node-append-setting.json) if you do not create the file `chia-node-append-setting.json` script will use default setting [(see setting file description)](https://github.com/ForestCrazy/chia-node-append/blob/master/CONFIG.md)
0 commit comments