Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Onion Services
Onionmine
Commits
5126d874
Verified
Commit
5126d874
authored
May 05, 2022
by
Silvio Rhatto
Browse files
Feat(mine-remote): configuration parameters
parent
5d1b6aca
Changes
1
Hide whitespace changes
Inline
Side-by-side
onionmine.conf.sample
View file @
5126d874
...
...
@@ -95,6 +95,27 @@ MKP224O_RUN_FLAGS="-s -d $CANDIDATES -f $FILTERS -B"
# The following example uses https://0xacab.org/rhatto/keyringer/
#PASSPHRASE_COMMAND="keyringer my-keyring decrypt onionmine/$CONFIG/passphrase 2> /dev/null | head -1"
#
# Remote mining support
#
# Remote hosts
#
# A space-separated list of hostnames.
REMOTE_HOSTS=""
# Whether to sync the codebase to the remote hosts
REMOTE_HOSTS_RSYNC="0"
# The rsync command to copy the codebase to the remote hosts
REMOTE_HOSTS_RSYNC_COMMAND=""
# The SSH command to connect to the remote hosts when invoking Onionmine scripts
REMOTE_HOSTS_SSH_COMMAND="ssh"
# The remote basedir where the pool is located
REMOTE_HOSTS_BASEDIR="/home/onionmine/onionmine"
#
# Other options
#
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment