Skip to content
nitr8 edited this page May 12, 2018 · 16 revisions

Quickstart Quide

1. Download and unzip

  1. Download the latest version of the creepMiner for your OS
    • use the 32-bit-version only if your system is 32 bit
    • if you are not sure if you have a 64-bit-system, try the 64-bit-version first (it will show an error if it is actually a 32-bit-system)
    • the pre-compiled version for Linux is only for Ubuntu/Debian-distributions
  2. Unpack the content to where you want it to be
  3. Open http://localhost:8124 and go to settings and configure the miner

note: If you using a NAS or just want to use a docker container of creepMiner please download the official container

2. Configuration

  1. In the WebUI select plots

  2. Enter all plot directories you want to be read while mining

    • on Windows, it looks like this: C:\\plots (double \\)
    • on Unix, it looks like this: /Users/abc/plots

2.2 Pool-Mining

Enter the URL and port of the following:

  • Mining Info
  • Submission
  • Wallet

2.2 [Solo-Mining] (only if you have a looooot of mining power in form of hard disks)

Edit mining.conf manually

  1. Enter your passphrase into passphrase->decrypted
    • your passphrase is the password for your wallet-account
    • don't worry, it will be encrypted after the first run of the creepMiner
  2. Enter your local ip and the port the local wallet is running at (127.0.0.1:8125) into
    1. miningInfoUrl
    2. poolUrl
    3. walletUrl (optional)
  3. Set a low target deadline into targetDeadline
    • otherwise you will flood your local wallet with deadline requests
    • since you are solo-mining, it needs to be very low (recommendation: between 00:05:00 and 01:00:00)
    • you will not see any deadlines higher then this value
  4. Make sure the wallet is running and up-to-date
Clone this wiki locally