Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update config.yaml #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ url: 'https://pool.burstcoin.ro' # mainnet pool
#url: 'http://localhost:6876' # solo mining testnet

hdd_reader_thread_count: 0 # default 0 (=auto: number of disks)
hdd_use_direct_io: true # default true
hdd_use_direct_io: true # default true, use false on not PC

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"use false for remote/network access", is that what you mean?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, jonnyFm said that "little ones" do not support it. I do not know why it not supports..maybe it is related to USB connection and ARM proccesors?

hdd_wakeup_after: 240 # default 240s

cpu_threads: 0 # default 0 (=auto: number of logical cpu cores)
Expand Down Expand Up @@ -62,4 +62,4 @@ logfile_log_pattern: "{({d(%Y-%m-%d %H:%M:%S)} [{l}]):26.26} {m}{n}"

# More detailed log patterns
#console_log_pattern: "{d(%H:%M:%S.%3f%z)} [{h({l}):<5}] [{T}] [{t}] - {M}:{m}{n}"
#logfile_log_pattern: "{d(%Y-%m-%dT%H:%M:%S.%3f%z)} [{h({l}):<5}] [{T}]-[{t}] [{f}:{L}] - {M}:{m}{n}"
#logfile_log_pattern: "{d(%Y-%m-%dT%H:%M:%S.%3f%z)} [{h({l}):<5}] [{T}]-[{t}] [{f}:{L}] - {M}:{m}{n}"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what was changed here?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think github removed whitespace..but not sure

Copy link

@damccull damccull Aug 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is just @shefass client adding a newline where there wasn't one before. It's fine. Most linux systems expect a newline at the end of the file from legacy behavior but it's not required. This won't help or hurt anything.