Skip to content
This repository was archived by the owner on Oct 19, 2022. It is now read-only.

Commit 4d7159a

Browse files
authored
Merge pull request #7 from ForestCrazy/dev
Update README.md and CONFIG.md
2 parents 51f10b6 + e74f97a commit 4d7159a

File tree

2 files changed

+3
-13
lines changed

2 files changed

+3
-13
lines changed

CONFIG.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,11 @@ setting file version
55

66
## node_source (str)
77
* 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
199

2010
## disconnect_node (boolean)
2111
disconnect if the node you are connecting is not a full node
2212

2313
## remove_node (boolean)
2414
* 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`

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tool to automatically add peer nodes up to 100 connections
55

66
## chia-node-append installer
77
* 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
99
* [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)
1010
* run **chia-node-append**
1111

0 commit comments

Comments
 (0)