[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$f2XFLWXFdcCIBQgiHAH6Eu9rYyHPPtqZrRn_i7em5u7s":3,"$fxm4kbpUu16l6do80xGQnInXV_XUW4rh4POvLapEQ4y8":68,"$fiyvIbqocwCLNx4v5GssX1y6mixlwxVfdnejehcX5zn0":88},{"fiat":4,"crypto":37},{"AED":5,"ARS":6,"AUD":7,"BHD":8,"BRL":9,"CAD":10,"CLP":11,"CNY":12,"EGP":13,"EUR":14,"GBP":15,"HKD":16,"IDR":17,"ILS":18,"INR":19,"IRR":20,"JPY":21,"KRW":22,"KWD":23,"KZT":24,"MAD":25,"MXN":26,"MYR":27,"OMR":28,"PEN":29,"QAR":30,"RUB":31,"SAR":32,"SGD":33,"TRY":34,"UAH":35,"USD":36},3.672498,1392.9465,1.416742,0.377675,5.094506,1.38615,908.819678,6.857404,53.2468,0.854498,0.742405,7.832145,16989,3.08084,92.40315,1315875.000289,158.160498,1474.775035,0.30908,477.797202,9.297457,17.42225,3.97602,0.384685,3.423792,3.644112,78.599673,3.752445,1.272965,44.493335,43.307786,1,{"ALPH":38,"BC2":39,"BCH":40,"BSV":41,"BTC":42,"CFX":43,"CLORE":44,"DGB":45,"DOGE":46,"ERG":47,"ETC":48,"ETHW":49,"FB":50,"IRON":51,"KAS":52,"LTC":53,"NEXA":54,"OCTA":55,"QUAI":56,"RVN":57,"RXD":58,"SAL":59,"SDR":60,"XEC":61,"XEL":62,"XMR":63,"XNA":64,"XTM":65,"ZEC":66,"ZEPH":67},0.05214,0.714623,449.32,17.07,72587,0.0514,0.002246,0.004676,0.09479,0.3036,8.71,0.2721,0.4276,0.0596,0.03314,55.28,5.4e-7,0.11485,0.03466,0.005872,0.000088,0.01971,0.0000026,0.00000703,0.318,344.21,0.0000396,0.000712,334.44,0.4343,{"slug":69,"category":70,"title":71,"description":72,"content":73,"translations":74,"pub_date":86,"upd_date":87},"watchdog-for-mining-en","Mining","Watchdog for mining","What is a watchdog? Why does a miner need it? What types of watchdogs are there? Kryptex will tell you how to set up a watchdog and save your time and nerves in case of a mining rig failure.","Watchdog — software or hardware module that can restart your miner and\u002For PC in case of failure and\u002For malfunction:\n\n- One or more graphics cards have lost overclocking — you need to restart the miner for the overclocking to be applied again.\n- One or more graphics cards “dead” — you need to restart the PC.\n- For some unknown reason, the hashrate has dropped sharply — you need to restart the miner or PC.\n- The number of rejected shares is too large — you need to restart the miner or PC.\n\n**There are two types of watchdogs — software and hardware.**\n\n- A software watchdog is a feature built into the miner. Watchdog monitors mining and take specific actions in case of an error during mining. *For example, if the computer is completely frozen and does not respond to commands, a software watchdog will not help. So here you need a hardware watchdog.*\n- A hardware watchdog is a standalone device that monitors the computer constantly and reboots it if it freezes.\n\n*If necessary, you can use both types at the same time.*\n\n***It's the salvation! Why don't you tell me this before?!*** — you say, and you will be correct only in part.\n\nWatchdog is not a \"remedy\" for unstable mining. It is just additional insurance. However, a watchdog can save you time and frustration when you're away from the mining rig and can't fix the problem personally.\n\n## How to configure a software watchdog\n\n> *If you are mining through the Kryptex app, you do not need to configure anything. Instead, Kryptex restarts the miner on its own and performs the function of a software watchdog.*\n> \n\nEach miner has its commands and watchdog capabilities.\n\nUsually, the watchdog works by default, and its limitations converge to automatically restarting the miner in case of an unexpected failure.\n\nWatchdog usage scenarios can vary significantly between miners or depending on your needs.\n\n**This article will look at setting up a watchdog using the T-rex miner as an example.**\n\n![][1]\n\n1. First, create a [.bat file](https:\u002F\u002Fpool.kryptex.com\u002Fen\u002Farticles\u002Fbat-file-en) for [pool mining](https:\u002F\u002Fpool.kryptex.com\u002F).\n2. Switch on [logging for your miner](https:\u002F\u002Fpool.kryptex.com\u002Fen\u002Farticles\u002Fget-logs-en).\n*When and if the watchdog works, it will be essential for you to find out why it worked.*\n3. Enter the command to the miner to enable the watchdog, and set the trigger conditions.\n\nThe T-rex miner uses the `--watchdog-exit-mode` command to enable the watchdog.\nThe command has trigger parameters `N:M:A` — they define the action `A` that the watchdog should do if the miner is restarted `N` times within `M` minutes.\n\nThe watchdog command will look like this `--watchdog-exit-mode N:M:A`\n\n1. `A` — the action which the watchdog should take:\n    - `r` — system reboot;\n    - `s` — system shutdown;\n    - `e` — miner exit.\n2. `N` — the ***number of times*** the miner has to ***restart itself before*** the watchdog algorithm starts. Set to any positive integer, such as 1, 3, 8, 20, etc.\n3. `M` — the ***number of minutes*** during which the miner must ***restart itself*** the specified number of times `N` ***before*** the watchdog algorithm starts. Set to any positive integer, such as 1, 3, 8, 20, etc.\n\n## Sounds difficult? Let's take a closer look!\n\n`--watchdog-exit-mode 20:10:s` — the watchdog will **turn off the PC** if the miner itself restarts **20 times** within **10 minutes**.\n\n`--watchdog-exit-mode 5:7:r` — the watchdog will **restart the PC** if the miner itself restarts **5 times** within **7 minutes**.\n\n**Recommendations from Kryptex:**\n\n- Do not set the number by restarting `N` miner more than 5 times, as the miner or PC may freeze during the restart. **2-3 is the best option.**\n- Do not set the number of minutes `M` to be less than 5 minutes. For the watchdog to work, the miner must have time to close and start within the specified time. **5-15 minutes is the best option for 2-5 restarts.**\n- Do not use the `s` (shutdown PC) or `e` (close miner) commands unless you are ready to run to the farm and figure out what happened. **The `r` (reboot PC) command would be the best option.**\n\n## How to use a hardware watchdog\n\nA hardware watchdog can have different designs, so you should rely on the manufacturer's instructions. Usually, this device is connected to the USB port and the RESET \u002F POWER pins on the motherboard. Unfortunately, it cannot monitor mining as a software watchdog does. Therefore, it only reacts to a complete computer freeze or sometimes to losing an Internet connection.\n\n![Types of hardware watchdogs][2]\n\n## Let’s summarize\n\n*A watchdog is a professional tool that can help with rare hardware failures. It has its limitations:*\n\n1. A software watchdog will NOT be able to restart your PC if the PC is completely frozen and unresponsive. Only a hardware watchdog connecting directly to your mining rig will help in this case.\n2. Watchdog does NOT solve the problem. What's the point of restarting the mining rig every half an hour? This mining will not be stable and can also break your expensive equipment.\n3. A watchdog is just a program code or a small device. It can also fail. You can't rely on it 100%.\n4. For different miners, watchdogs may only perform certain functions or may not be customizable. You can't force a program to do something it can't do.\n\n## **🤯Too complicated?**\n\n> *The miner can't start? You can’t set your mining rig?  \nAre you tired of digging into the logs and looking for a solution on the net?  \nDo you want easy and understandable two-click mining with simple payouts?*\n> \n\n**Register on Kryptex!**\n\nEasy two-click mining with [Kryptex Pro](https:\u002F\u002Fwww.kryptex.com\u002Fen\u002Fpro-app) (Windows).\nManage, update, monitor, and reboot remotely from your account!\nKryptex will notify you by email if mining stops.\n\n\n  [1]: https:\u002F\u002Fugc.kryptex.com\u002Fkb\u002FMYjXMFG.webp\n  [2]: https:\u002F\u002Fugc.kryptex.com\u002Fkb\u002FlJJC9Dd.webp",[75,78,82],{"slug":69,"locale":76,"locale_name":77},"en","English",{"slug":79,"locale":80,"locale_name":81},"watchdog-for-mining-ru","ru","Русский",{"slug":83,"locale":84,"locale_name":85},"watchdog-for-mining-uk","uk","Українська","1671123587","1774905177",[89,174,466,566,582,682],{"name":90,"slug":91,"articles":92},"FAQ","faq",[93,96,99,102,105,108,111,114,117,120,123,126,129,132,135,138,141,144,147,150,153,156,159,162,165,168,171],{"slug":94,"title":95},"how-pool-works-en","Common questions",{"slug":97,"title":98},"get-support-en","Need support?",{"slug":100,"title":101},"about-pool-en","About Kryptex Pools",{"slug":103,"title":104},"mining-rental-en","How to Rent a Mining Rig?",{"slug":106,"title":107},"windows-workers-ip-en","How to find out the IP of a worker in Windows",{"slug":109,"title":110},"hiveos-workers-ip-en","How to find out the IP of a worker in HiveOS",{"slug":112,"title":113},"raveos-workers-ip-en","How to find out the IP of a worker in RaveOS",{"slug":115,"title":116},"pps-vs-pplns-en","PPS+ vs PPLNS",{"slug":118,"title":119},"pool-affiliate-en","Kryptex Pool Referral Program",{"slug":121,"title":122},"prop-vs-pps-en","PROP vs PPS+",{"slug":124,"title":125},"how-long-pool-keep-coins-en","How Long Does the Pool Keep Coins?",{"slug":127,"title":128},"solo-mining-en","What is SOLO Mining?",{"slug":130,"title":131},"kryptex-vs-kryptex-pool-en","Comparison of kryptex.com and pool.kryptex.com",{"slug":133,"title":134},"kryptex-pool-vs-2miners-en","Comparison of Kryptex Pool and 2Miners",{"slug":136,"title":137},"kryptex-pool-vs-herominers-en","Comparison of Kryptex Pool and Herominers",{"slug":139,"title":140},"kryptex-pool-vs-f2pool-en","Comparison of Kryptex Pool and F2pool",{"slug":142,"title":143},"kryptex-pool-vs-vipor-en","Comparison of Kryptex Pool and Vipor",{"slug":145,"title":146},"kryptex-pool-vs-viabtc-en","Comparison of Kryptex Pool and ViaBTC",{"slug":148,"title":149},"kryptex-pool-vs-k1pool-en","Comparison of Kryptex Pool and K1Pool",{"slug":151,"title":152},"kryptex-pool-vs-emcd-en","Comparison of Kryptex Pool and EMCD",{"slug":154,"title":155},"why-hashrate-differs-en","Why Does Miner and Pool Hashrate Differs?",{"slug":157,"title":158},"network-adress-range-en","How to Find the IP Address Range of Your Local Network",{"slug":160,"title":161},"mining-manual-en","How to start mining on Kryptex Pool",{"slug":163,"title":164},"how-to-connect-asic-step-by-step-en","How To Connect ASIC To The Pool? Step-By-Step Guide",{"slug":166,"title":167},"account-mining-en","Mine Anything — Get Bitcoin!",{"slug":169,"title":170},"kryptex-miningrigrentals-en","How to mine on the Kryptex pool with MiningRigRentals",{"slug":172,"title":173},"kryptex-nicehash-rent-en","How to mine with Kryptex Pool using NiceHash",{"name":175,"slug":176,"articles":177},"Connection","connection",[178,181,184,187,190,193,196,199,202,205,208,211,214,217,220,223,226,229,232,235,238,241,244,247,250,253,256,259,262,265,268,271,274,277,280,283,286,289,292,295,298,301,304,307,310,313,316,319,322,325,328,331,334,337,340,343,346,349,352,355,358,361,364,367,370,373,376,379,382,385,388,391,394,397,400,403,406,409,412,415,418,421,424,427,430,433,436,439,442,445,448,451,454,457,460,463],{"slug":179,"title":180},"connect-hiveos-to-kryptex-en","How to connect HiveOS to Kryptex",{"slug":182,"title":183},"connect-raveos-to-kryptex-en","How to connect RaveOS to Kryptex",{"slug":185,"title":186},"how-to-mine-kaspa-en","How to mine KASPA",{"slug":188,"title":189},"dual-mining-en","Dual mining setting",{"slug":191,"title":192},"hive-os-dual-mining-en","HiveOS dual mining",{"slug":194,"title":195},"rave-os-dual-mining-en","RaveOS dual mining",{"slug":197,"title":198},"how-to-mine-nexa-en","How to mine NEXA",{"slug":200,"title":201},"how-to-mine-ironfish-en","How to mine IRON FISH",{"slug":203,"title":204},"how-to-mine-conflux-en","How to mine Conflux CFX",{"slug":206,"title":207},"antminer-e9-pro-en","ASIC Antminer E9 Pro",{"slug":209,"title":210},"iceriver-ks0-ks1-ks2-ks3-ks3l-en","ASICs IceRiver KS0, KS0 Pro, KS0 Ultra, KS1, KS2, KS3, KS3M, KS3L, KS5M, KS5L",{"slug":212,"title":213},"antminer-ks3-en","ASIC Bitmain Antminer KS3",{"slug":215,"title":216},"ipollo-v1-v1mini-v1minise-x1-en","ASICs iPollo V1, V1 mini, V1 Mini SE, V1 Mini SE Plus, X1",{"slug":218,"title":219},"jasminer-x16p-x16q-x4-x4q-x41u-en","ASICs Jasminer X44-P, X44-Q, X16-P, X16-Q-Pro, X16-Q, X4, X4-Q, X4-3U-Z, X4-1U",{"slug":221,"title":222},"osprey-e100-e300-en","FPGA Osprey E100, E300",{"slug":224,"title":225},"forestminer-epu-1c-2c-xc-en","ASICs ForestMiner EPU 1-C, 2-C, XC",{"slug":227,"title":228},"antminer-x5-en","ASIC Bitmain Antminer X5",{"slug":230,"title":231},"ubq-pool-closing-en","UBQ Mining Pool Shutting Down on 4 December 2023",{"slug":233,"title":234},"how-to-mine-zephyr-en","How to mine Zephyr (ZEPH)",{"slug":236,"title":237},"how-to-mine-karlsen-en","How to mine Karlsen (KLS)",{"slug":239,"title":240},"how-to-mine-neurai-en","How to mine Neurai (XNA)",{"slug":242,"title":243},"how-to-mine-cloreai-en","How to mine CloreAI (CLORE)",{"slug":245,"title":246},"how-to-mine-zeph-hiveos-en","How to increase your mining income",{"slug":248,"title":249},"how-to-mine-on-smartphone-en","How To Mine With Your Phone?",{"slug":251,"title":252},"superscalar-k10-k11-k20-k30-ks3-en","SuperScalar K10",{"slug":254,"title":255},"ibelink-bm-ks-max-en","ASIC iBeLink BM-KS Max",{"slug":257,"title":258},"btc-mining-en","How to mine Bitcoin BTC",{"slug":260,"title":261},"btc-account-mining-en","Bitcoin Mining with a Kryptex Account",{"slug":263,"title":264},"how-to-mine-alephium-en","How to mine Alephium (ALPH)",{"slug":266,"title":267},"antminer-ks5-ks5pro-en","ASIC Bitmain Antminer KS5, KS5 Pro",{"slug":269,"title":270},"goldshell-ka-box-en","ASICs Goldshell KA BOX, KA BOX Pro",{"slug":272,"title":273},"how-to-mine-ergo-en","How to mine Ergo (ERG)",{"slug":275,"title":276},"goldshell-al-box-en","ASIC Goldshell AL BOX, AL BOX II, AL BOX II PLUS, AL BOX III",{"slug":278,"title":279},"how-to-mine-nirmata-en","How to mine Nirmata (NIR)",{"slug":281,"title":282},"how-to-mine-sedra-en","How to mine Sedra (SDR)",{"slug":284,"title":285},"how-to-mine-ravencoin-en","How to mine Ravencoin (RVN)",{"slug":287,"title":288},"how-to-mine-monero-en","How to mine Monero (XMR)",{"slug":290,"title":291},"bombax-ez100-ez100c-en","ASICs Bombax EZ100-Pro, EZ100, EZ100-C",{"slug":293,"title":294},"how-to-mine-xelis-en","How to mine Xelis (XEL)",{"slug":296,"title":297},"how-to-mine-ethw-en","How to mine Ethereum PoW (ETHW)",{"slug":299,"title":300},"how-to-mine-etc-en","How to mine Ethereum Classic (ETC)",{"slug":302,"title":303},"switching-to-xelishashv2-en","Xelis Hardfork: Switching to XelisHashV3",{"slug":305,"title":306},"gtminer-v66-v88-en","ASICs GTMiner V66, V88",{"slug":308,"title":309},"windminer-k9-en","ASIC Wind Miner K9",{"slug":311,"title":312},"dragonball-ks6-ks6-pro-en","ASICs Dragonball KS6, KS6 S, KS6 Pro, KS6 Pro+",{"slug":314,"title":315},"how-to-mine-octa-en","How to mine OctaSpace (OCTA)",{"slug":317,"title":318},"antminer-al1-en","ASIC Bitmain Antminer AL1, AL1 Pro",{"slug":320,"title":321},"iceriver-al0-en","ASIC IceRiver AL0",{"slug":323,"title":324},"how-to-mine-salvium-en","How to mine Salvium (SAL)",{"slug":326,"title":327},"goldshell-e-ka1m-en","ASIC Goldshell E-KA1M",{"slug":329,"title":330},"dragonball-a11-en","АSIC Dragonball A11",{"slug":332,"title":333},"goldshell-e-al1m-en","ASIC Goldshell E-AL1M",{"slug":335,"title":336},"iceriver-al3-en","ASIC IceRiver AL3",{"slug":338,"title":339},"dragonball-a40-en","АSIC Dragonball A40",{"slug":341,"title":342},"iceriver-rx0-en","ASIC IceRiver RX0",{"slug":344,"title":345},"iceriver-al2-lite-en","ASIC IceRiver AL2 Lite",{"slug":347,"title":348},"iceriver-ks2-lite-en","ASIC IceRiver KS2 Lite",{"slug":350,"title":351},"how-to-mine-blocx-en","How to mine BLOCX",{"slug":353,"title":354},"bch-mining-en","How to mine Bitcoin Cash BCH",{"slug":356,"title":357},"fb-mining-en","How to mine Fractal Bitcoin FB",{"slug":359,"title":360},"ltc-mining-en","How to mine Litecoin LTC with Dogecoin DOGE",{"slug":362,"title":363},"ipollo-v2-v2x-v2h-en","ASICs iPollo V2, V2X, V2H",{"slug":365,"title":366},"dragonball-a21-en","АSIC Dragonball A21",{"slug":368,"title":369},"how-to-mine-quai-en","How to mine Quai (QUAI)",{"slug":371,"title":372},"elphapex-dg1-hydro-home-en","ASICs Elphapex DG1, DG1+, DG Hydro 1, DG Home 1",{"slug":374,"title":375},"volcminer-d1-lite-mini-hydro-en","ASICs Volcminer D1, D1 Lite, D1 Mini, D1 Hydro",{"slug":377,"title":378},"fluminer-en","Fluminer L1 ASIC",{"slug":380,"title":381},"kryptex-clore-mining-en","How To Mine On The Kryptex Pool via Clore.AI",{"slug":383,"title":384},"ecash-xec-mining-en","How To Mine eCash XEC",{"slug":386,"title":387},"lucky-miner-lv06-lv07-lv08-en","ASIC Lucky Miner LV06, LV07, LV08",{"slug":389,"title":390},"bitmain-antminer-s19-en","ASIC Bitmain Antminer S19",{"slug":392,"title":393},"digibyte-dgb-mining-en","How To Mine DigiByte DGB",{"slug":395,"title":396},"bitmain-antminer-l7-en","ASIC Bitmain Antminer L7",{"slug":398,"title":399},"bitmain-antminer-l9-en","ASIC Bitmain Antminer L9",{"slug":401,"title":402},"bitmain-antminer-s21-en","ASIC Bitmain Antminer S21",{"slug":404,"title":405},"canaan-avalon-q-home-en","ASIC Canaan Avalon Q Home — The First Low-Noise ASIC Miner for Home Use",{"slug":407,"title":408},"canaan-avalon-a15-a1566-series-en","ASIC Canaan Avalon A15 \u002F A1566",{"slug":410,"title":411},"how-to-mine-tari-randomx-en","How to mine Tari XTM (RandomX)",{"slug":413,"title":414},"how-to-mine-tari-sha3x-en","How to mine Tari XTM (SHA3X)",{"slug":416,"title":417},"how-to-mine-tari-c29-en","How to mine Tari XTM (C29)",{"slug":419,"title":420},"bitcoin2-bc2-mining-en","How To Mine Bitcoin II BC2",{"slug":422,"title":423},"goldshell-xt-box-en","ASIC Goldshell XT BOX",{"slug":425,"title":426},"zcash-zec-mining-en","How To Mine Zcash ZEC",{"slug":428,"title":429},"bitmain-antminer-z15-z15e-z15j-z15pro-en","ASIC Bitmain Antminer Z15, Z15e, Z15j, Z15Pro",{"slug":431,"title":432},"bitmain-antminer-z11-en","ASIC Bitmain Antminer Z11",{"slug":434,"title":435},"bitmain-antminer-z9-z9mini-en","ASIC Bitmain Antminer Z9, Z9 Mini",{"slug":437,"title":438},"innosilicon-zmaster-a9-en","ASIC Innosilicon ZMaster A9, A9+, A9++",{"slug":440,"title":441},"quai-sha256-mining-en","How to mine QUAI SHA256",{"slug":443,"title":444},"quai-scrypt-mining-en","How to mine QUAI Scrypt",{"slug":446,"title":447},"quai-kawpow-mining-en","How to mine QUAI KawPow",{"slug":449,"title":450},"how-to-change-dns-en","How to Change DNS Server on PC, Router, and ASIC Miner: Step-by-Step Guide",{"slug":452,"title":453},"how-to-mine-radiant-en","How to mine Radiant (RXD)",{"slug":455,"title":456},"bitmain-antminer-l3-en","Bitmain Antminer L3, L3+, L3++ ASIC Miner",{"slug":458,"title":459},"fluminer-t3-en","ASIC Fluminer T3",{"slug":461,"title":462},"bitcoin-sv-bsv-mining-en","How To Mine Bitcoin SV BSV",{"slug":464,"title":465},"how-to-connect-asic-en","How to connect ASIC?",{"name":70,"slug":467,"articles":468},"mining",[469,472,475,476,479,482,485,488,491,494,497,500,503,506,509,512,515,518,521,524,527,530,533,536,539,542,545,548,551,554,557,560,563],{"slug":470,"title":471},"bat-file-en","BAT file for mining",{"slug":473,"title":474},"get-logs-en","How to get miner’s logs",{"slug":69,"title":71},{"slug":477,"title":478},"gwei-en","What is GWei",{"slug":480,"title":481},"rejected-shares-en","Large number of rejected shares",{"slug":483,"title":484},"share-difficulty-en","Mining pool share difficulty",{"slug":486,"title":487},"mining-monitoring-bot-en","Mining monitoring bot",{"slug":489,"title":490},"why-pools-hide-stale-shares-en","Why do pools hide stale shares from you?",{"slug":492,"title":493},"get-rid-of-rejected-shares-en","How to get rid of rejected shares?",{"slug":495,"title":496},"about-ironfish-en","Everything related to IRON FISH",{"slug":498,"title":499},"ironfish-airdrop-en","The Kryptex Pool is conducting an airdrop of $7500 for IRON FISH testers. Don't miss your chance to grab your share! 48 hrs left until the mainnet!",{"slug":501,"title":502},"ironfish-mainnet-en","IRON FISH — Mainnet",{"slug":504,"title":505},"mining-ironfish-with-memo-en","Mining IRON FISH with MEMO parameter",{"slug":507,"title":508},"ironfish-airdrop-completed-en","Kryptex distributed the $7500 airdrop for those who mined IRON FISH on the testnet!",{"slug":510,"title":511},"ironfish-mainnet-airdrop-en","The second IRON FISH airdrop from Kryptex Pool!",{"slug":513,"title":514},"ethermine-flypool-alternative-en","Ethermine and Flypool alternative",{"slug":516,"title":517},"dual-intensity-setting-en","Fine-tuning Dual-Mining",{"slug":519,"title":520},"iceriver-ks0-overclocking-en","IceRiver KS0 Firmware Update and Overclocking",{"slug":522,"title":523},"iceriver-ks1-overclocking-en","IceRiver KS1 Firmware Update and Overclocking",{"slug":525,"title":526},"iceriver-ks2-overclocking-en","IceRiver KS2 Firmware Update and Overclocking",{"slug":528,"title":529},"ubuntu-cpu-mining-en","Mining Monero XMR with Ubuntu Linux",{"slug":531,"title":532},"macos-cpu-mining-en","Mining Monero XMR with MacOS",{"slug":534,"title":535},"ubuntu-gpu-mining-en","Ubuntu Linux Mining",{"slug":537,"title":538},"linux-overclocking-en","Overclocking GPU on Ubuntu Linux",{"slug":540,"title":541},"flexpool-alternative-en","Flexpool is Closing Down. Choose a New Pool!",{"slug":543,"title":544},"ironfish-hardfork-en","Iron Fish Hard Fork: Enhancing Security and Decentralization",{"slug":546,"title":547},"switching-to-fishhash-en","Iron Fish Hardfork: Switching to FishHash",{"slug":549,"title":550},"whatsminer-rejected-shares-en","Resolving High Share Rejection Rates on WhatsMiner ASICs",{"slug":552,"title":553},"lte-for-mining-en","LTE for Mining: From Modem Selection to Network Setup",{"slug":555,"title":556},"kryptex-asic-firmware-en","Kryptex x Gminer ASIC Firmware: Boost Your Mining Income",{"slug":558,"title":559},"phone-mining-hashrate-en","Mining on Phones and Android: Smartphone Hashrate, Earnings, and FAQ",{"slug":561,"title":562},"minerbox-kryptex-en","MinerBox: Mining Monitoring App — How to Connect Kryptex Pool",{"slug":564,"title":565},"hashwatcher-kryptex-en","HashWatcher: ASIC Miner Monitor — Setup Guide for Kryptex Pool",{"name":567,"slug":568,"articles":569},"Hardware","hardware",[570,573,576,579],{"slug":571,"title":572},"how-to-clean-asic-en","How to Clean an ASIC Miner?",{"slug":574,"title":575},"how-to-replace-thermal-paste-in-asic-en","How to Replace Thermal Paste in an ASIC?",{"slug":577,"title":578},"extend-asic-lifespan-en","How to Extend the Lifespan of an ASIC Miner: Complete Guide",{"slug":580,"title":581},"rebar-4gdecoding-csm-mining-en","What Are ReSizable Bar (ReBAR), Above 4G Decoding, and CSM",{"name":583,"slug":584,"articles":585},"Payouts","payouts",[586,589,592,595,598,601,604,607,610,613,616,619,622,625,628,631,634,637,640,643,646,649,652,655,658,661,664,667,670,673,676,679],{"slug":587,"title":588},"about-payouts-en","How to make a payout?",{"slug":590,"title":591},"etc-ethw-wallet-en","How to create ETC, ETHW, OCTA wallet",{"slug":593,"title":594},"kaspa-wallet-en","How to create KASPA wallet",{"slug":596,"title":597},"nexa-wallet-en","How to create NEXA wallet",{"slug":599,"title":600},"ironfish-wallet-en","How to create IRON FISH wallet",{"slug":602,"title":603},"how-to-recover-ironfish-wallet-en","How to Recover Access to Your IRON FISH Wallet",{"slug":605,"title":606},"trade-your-crypto-en","How to trade your crypto?",{"slug":608,"title":609},"conflux-wallet-en","How to create Conflux CFX wallet",{"slug":611,"title":612},"zephyr-wallet-en","How to create Zephyr (ZEPH) wallet",{"slug":614,"title":615},"karlsen-wallet-en","How to create Karlsen (KLS) wallet",{"slug":617,"title":618},"neurai-wallet-en","How to create Neurai (XNA) wallet",{"slug":620,"title":621},"cloreai-wallet-en","How to create CloreAI (CLORE) wallet",{"slug":623,"title":624},"alephium-wallet-en","How to create Alephium (ALPH) wallet",{"slug":626,"title":627},"ergo-wallet-en","How to create Ergo (ERG) wallet",{"slug":629,"title":630},"nirmata-wallet-en","How to create Nirmata (NIR) wallet",{"slug":632,"title":633},"sedra-wallet-en","How to create Sedra (SDR) wallet",{"slug":635,"title":636},"ravencoin-wallet-en","How to create Ravencoin (RVN) wallet",{"slug":638,"title":639},"monero-wallet-en","How to create Monero (XMR) wallet",{"slug":641,"title":642},"xelis-wallet-en","How to create Xelis (XEL) wallet",{"slug":644,"title":645},"salvium-wallet-en","How to create Salvium (SAL) wallet",{"slug":647,"title":648},"blocx-wallet-en","How to create a BLOCX wallet",{"slug":650,"title":651},"fractal-bitcoin-wallet-en","How to create a Fractal Bitcoin wallet",{"slug":653,"title":654},"litecoin-wallet-en","How to create a Litecoin wallet",{"slug":656,"title":657},"bitcoin-cash-wallet-en","How to create a Bitcoin Cash wallet",{"slug":659,"title":660},"quai-wallet-en","How to create Quai (QUAI) wallet",{"slug":662,"title":663},"ecash-xec-wallet-en","How To Create An eCash XEC Wallet",{"slug":665,"title":666},"digibyte-dgb-wallet-en","How To Create An DigiByte DGB Wallet",{"slug":668,"title":669},"tari-wallet-en","How to create Tari (XTM) wallet",{"slug":671,"title":672},"radiant-wallet-en","How to create Radiant (RXD) wallet",{"slug":674,"title":675},"bc2-wallet-en","How to create BitcoinII (BC2) wallet",{"slug":677,"title":678},"bsv-wallet-en","How to create a Bitcoin SV (BSV) wallet",{"slug":680,"title":681},"cryptocurrency-wallet-en","How to create a cryptocurrency wallet",{"name":683,"slug":684,"articles":685},"Security","security",[686],{"slug":687,"title":688},"pool-mining-security-en","Pool mining security"]