Skip to content

chifra daemon scrape values invalid #3232

@mbwmbw1337

Description

@mbwmbw1337

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions