-
Notifications
You must be signed in to change notification settings - Fork 218
Closed
Labels
Description
Error: Only the index option is available for --scrape. yet the docs say scrape can be off | blooms | index
erigon@dal-edge-3:~$ /home/erigon/trueblocks-core/bin/chifra daemon --port ":10432" --api "on" --grpc --verbose --scrape "off"
Error: Only the index option is available for --scrape.
Usage:
chifra daemon [flags]
Aliases:
daemon, serve
Flags:
-p, --port string specify the server's port (default ":8080")
-a, --api string instruct the node to start the API server
One of [ off | on ] (default "on")
-s, --scrape string start the scraper, initialize it with either just blooms or entire index, generate for new blocks
One of [ off | blooms | index ]
-m, --monitor instruct the node to start the monitors tool
-g, --grpc run gRPC server to serve names
-x, --fmt string export format, one of [none|json*|txt|csv]
-v, --verbose enable verbose output
-h, --help display this help screen
Notes:
- To start API open terminal window and run chifra daemon.
- See the API documentation (https://trueblocks.io/api) for more information.