Last active
August 12, 2021 03:03
-
-
Save keroro520/90dcdd3ae7659e4782859da1ae284db1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Config generated by `ckb init --chain staging` | |
data_dir = "data" | |
[chain] | |
# Choose the kind of chains to run, possible values: | |
# - { file = "specs/dev.toml" } | |
# - { bundled = "specs/testnet.toml" } | |
# - { bundled = "specs/mainnet.toml" } | |
spec = { file = "ckb-spec-staging.toml" } | |
[logger] | |
filter = "info" | |
color = false | |
log_to_file = true | |
log_to_stdout = false | |
[sentry] | |
# set to blank to disable sentry error collection | |
dsn = "http://[email protected]/4" | |
org_ident = "ckb-dev" | |
# if you are willing to help us to improve, | |
# please leave a way to contact you when we have troubles to reproduce the errors. | |
# org_contact = "" | |
# [memory_tracker] | |
# # Seconds between checking the process, 0 is disable, default is 0. | |
# interval = 600 | |
[miner.client] | |
rpc_url = "http://127.0.0.1:18127/" | |
block_on_submit = true | |
# block template polling interval in milliseconds | |
poll_interval = 1000 | |
[[miner.workers]] | |
worker_type = "EaglesongSimple" | |
threads = 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment