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.
* 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
19
+
20
+
## disconnect_node (boolean)
21
+
disconnect if the node you are connecting is not a full node
22
+
23
+
## remove_node (boolean)
24
+
* remove a node that connot connect to
25
+
* required when you define **node_source** as `node_list_firestore`
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,8 @@ 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 and add peer node
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
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
0 commit comments