kryptokrona
  • Welcome to the Kryptokrona Wiki
  • ❓About
    • About Kryptokrona
    • Background and History
    • Kryptokrona Community
    • Contributing
    • Contributors
    • Frequently Asked Questions
    • Getting Started
    • Supporting
    • Technical Data
    • Timeline
  • 😎Developer
    • 😎Kryptokrona
      • Compiling from Source
      • Forking Kryptokrona
      • Local Testnet
      • Developer Resources
      • Running a Node on a Pi
      • Subwallets
      • kryptokronad behind HAProxy
      • CI/CD
      • Versioning
      • Help and Support
      • Kryptokrona API Docs
        • Daemon JSON RPC API
        • kryptokrona-wallet-backend-js
        • kryptokrona-service
        • RPC Errors
        • Wallet RPC API
        • Daemon HTTP RPC API
    • 🐦Hugin API
      • Setup
      • API usage examples
      • Build Test and Deployment
      • Dashboard
      • Database
      • Help and Support
      • Onion Services
      • Technologies
      • Test Environment
      • Testing
      • Websockets
      • Sponsors
      • Contribute
    • 🧰Kryptokrona Kotlin SDK
      • Getting Started
      • How To Use Kryptokrona SDK
  • 🎓Guides
    • 👛Wallets
      • 📜Making a Paper Wallet
      • 👜Making a Kryptokrona Wallet
      • 🚑Recovering your Wallet
      • 💻Using Kryptokrona Desktop Wallet
      • 💻Using Kryptokrona Desktop Wallet *deprecated*
      • 🛰️Using Remote Nodes
      • 👾Command Line
        • Using xkrwallet
    • 🐦Hugin API
      • Deploy Your Own Hugin API
  • 🐦Hugin Messenger
    • 📱How to use Hugin Mobile
  • 🕸️Node
    • 😇Deploy a Public Node (manually)
    • 🚢Deploy node with Docker
    • 🦅Deploy a Hugin Full Node with Docker
    • 🍇Run a Node on a Raspberry Pi
    • ✏️How to configure the node?
    • 🥾Node bootstrap
  • ⛏️Mining
    • ⛏️Get started with mining
    • 😎Solo-mining Kryptokrona
    • 🍇Mining with a SBC
    • 🧑‍🎓🧑🎓 Mining Intro
    • 📒Notes
    • 🌊Mining Pools
    • 🚚Mining with XMRig
    • 🏊‍♂️🏊♂ Run a Mining Pool
    • 📱Mining on Android
    • Mining on macOS
    • 🍯Mining on HiveOS
Powered by GitBook
On this page
  1. Mining

Solo-mining Kryptokrona

PreviousGet started with miningNextMining with a SBC

Last updated 2 years ago

Solo-mining Kryptokrona means that you, alone, try to find the next block. It is extremely hard, and not recommended - try our if you want a more steady flow of XKR. Solo-mining is limited to only your CPU.

If you're sure you want to solo mine, let's continue.

Setup and Running

Make sure you have Kryptokrona and miner, both can be found in .

Note: If they aren't there, you'll have to compile it yourself:

Ensure Kryptokrona is running and fully synced, or find a public node to use here.

Go to your folder that has miner.exe in it and start a cmd prompt.

  • This can easily be done by moving to the Kryptokrona directory in Windows Explorer, then typing cmd in the search bar and hitting enter.

In Linux, you may be able to right click on your directory and "Open in" Terminal.

When it opens, type: miner --address SEKR.. --threads 4 --scan-time 1 --log-level 3

If you're using a remote node, you can add the following flag:

--daemon-address url.to.node:11898

Repace SEKR.. with your Kryptokrona public address. We recommend setting the --threads option to half of how many you have. So if you have 12 threads in your CPU, set it to 6.

Example:

miner --address  SEKReX2avthCKT4YUUKV3jgZ1Hderk9XbRciqp8vHVPoDSb9nA1dCV86Jia3TkD4jWgfxeh1AEYV3DKEAesSb7mSAvNqf6cB6kR --threads 4 --scan-time 1 --log-level 3

Congratulations, you are now solo mining Kryptokrona from your CPU.

Notes

  • Kryptokrona must stay running for the miner to mine Kryptokrona, unless you use a remote node.

  • Be patient. Finding a block may happen within the first few hours of mining. It also may take a week. Or it may never happen.

  • If you accidently close out Kryptokrona you can restart the miner by hitting Ctrl+C on your keyboard, then re-entering the miner command given above.

  • You may have to adjust the amount of threads based on your PC's capabilities(half of how many your CPU has is recommended).

⛏️
😎
other guides
the latest release
Windows
Linux
OSX