Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
- # Global settings:
- #
- # VerthashDataFile
- # Set mining data file for Verthash algorithm.
- # It can be (usually) found inside "Data" folder when using a core wallet.
- # If verthash.dat is specified directly from the data folder and
- # core wallet is running along with the miner, then mining data will be
- # automatically updated if it becomes outdated
- # Default: verthash.dat
- #
- # VerthashDataFileVerification
- # Enable verthash data file verification.
- # Default: true
- #
- # Debug
- # Enable extra debugging output.
- # Default: false
- #
- #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
- <Global VerthashDataFile = "verthash.dat"
- VerthashDataFileVerification = "true"
- Debug = "false">
- #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
- # Connection setup:
- #
- # Algorithm
- # Select mining algorithm.
- # Default: Verthash
- #
- # Url
- # URL of mining server.
- # Example stratum: "stratum+tcp://example.com:port"
- # Example GBT: "http://127.0.0.1:port"
- #
- # Username
- # Username for mining server.
- #
- # Password
- # Password for mining server. If server doesn't require it. Set: "x"
- #
- # CoinbaseAddress
- # Payout address for GBT solo mining
- #
- # CoinbaseSignature
- # Data to insert in the coinbase when possible.
- #
- # SSLCertificateFileName
- # Certificate to connect to mining server with SSL.
- #
- # Proxy
- # Connect through a proxy.
- # Example: [PROTOCOL://]HOST[:PORT]
- #
- # Redirect
- # Allow(true) or Ignore(false) requests to change the URL of the mining server.
- # Default: true
- #
- # LongPoll
- # Enable/Disable long polling.
- # Default: true
- #
- # LongPollTimeout
- # Timeout for long polling, in seconds.
- # Default: 0
- #
- # Scantime
- # Upper bound on time spent scanning current work when
- # long polling is unavailable, in seconds.
- # Default: 5
- #
- # Retries
- # Number of times to retry if a network call fails
- # Default: -1 (retry indefinitely)
- #
- # RetryPause
- # Time to pause between retries, in seconds.
- # Default: 30
- #
- # ProtocolDump
- # Verbose dump of protocol-level activities.
- # Default: false
- #
- #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
- <Connection Algorithm = "Verthash"
- Url = "stratum+tcp://example.com:port"
- Username = "user"
- Password = "x"
- CoinbaseAddress = ""
- CoinbaseSignature = ""
- SSLCertificateFileName = ""
- Proxy = ""
- Redirect = "true"
- LongPoll = "true"
- LongPollTimeout = "0"
- Scantime = "5"
- Retries = "-1"
- RetryPause = "30"
- ProtocolDump = "false">
- #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
- # OpenCL device config:
- #
- # Available platforms:
- #
- # 1. Platform name: Advanced Micro Devices, Inc.
- # Index: 0
- #
- # Available devices:
- #
- # DeviceIndex: 0
- # Name: Ellesmere
- # PCIeId: 01:00:0
- # Platform index: 0
- #
- #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
- <CL_Device0 DeviceIndex = "0" BinaryFormat = "auto" AsmProgram = "gfx8" WorkSize = "0" BatchTimeMs = "500" OccupancyPct = "100" DeviceMonitor = "1" GPUTemperatureLimit = "79">
- #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
- # CUDA Device config:
- #
- # Available devices:
- #
- #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
Advertisement
Add Comment
Please, Sign In to add comment