It Is All About BTC, LTC, ETH, DOGE, KAS mining as well as other alternative crypto currencies
The KnCminer Titan Scrypt ASIC is still probably the fastest and most power efficient miner for Scrypt coins out there, but at the same time it is also one of the most problematic one to use and run. There are hardware issues resulting in dying cores and problems with the DCDC power modules, the software is also far from perfect, even though there are modifications over the last official firmware such as GenTarkin’s Custom KNC Titan Scrypt ASIC Firmware, there is still more to be desired. One of the things that is quite annoying is that the Load Balance pool strategy in the official Firmware 2.0 for the Titan is not working, so you are essentially left only with the Failover option.
Even if you run just one Titan cube you are still getting quite significant hashrate and while this is fine if you are mining for high-difficulty coins such as Litecoin for example, it is not for low difficulty coins that may have just a couple of MHS total network hashrate. Throwing your full KnC Titan hashrate at a coin with low difficulty and total network hashrate will simply increase the difficulty in very short period of time (depending on the difficulty adjustment algorithm of the coin) making it pointless to be mined. What you would want to have for low difficulty Scrypt crypto coins is to be able to split your Titan hashrate between multiple cons on a single multipool or between multiple mining pools in order to maximize your mining profit without bumping the difficulty to a level making it unprofitable for a given coin to be mined.
GenTarkin’s custom firmware has implemented support for the alternative Balance strategy in the web interface, though it is essentially something supported by the bfgminer as an alternative to the Load Balance pool strategy. Considering that the Load Balance strategy is not working properly and you cannot dedicate lets say 10% to one coin, 30% for another and the remaining 60% to a third one, you might at least try the equal spreading of hshrate that the Balance strategy should provide. The Balance strategy should split the hashrate in equal parts between the multiple defined pools, so if you have 4 pools the total KnC Titan hashrate should be equally split between them with about 25% for each. The Balance pool strategy works just fine not only on the custom GenTarkin firmware, but also on the stock Titan 2.0 firmware as both rely on the bfgminer 5.1.0 and the miner provides the actual functionality, you just need to configure it.
{
"pools": [
{
"url": "hash-to-coins.com:4444",
"user": "titan.1",
"pass": "d=512"
},
{
"url": "hash-to-coins.com:4444",
"user": "titan.2",
"pass": "d=512"
},
{
"url": "hash-to-coins.com:4444",
"user": "titan.3",
"pass": "d=512"
},
{
"url": "hash-to-coins.com:4444",
"user": "titan.4",
"pass": "d=512"
}
],
"scrypt-n": 10,
"balance": true
}
With the stock firmware you will have to go to the Manual edit mode and edit the pool configuration file by hand, what you need to essentially do is add the option "balance": true
at the end of the configuration file to tell bfgminer to use the Balance pool strategy. Above is an example configuration file with four different coins and Balance pool strategy that should equally split the total hashrate to about 25% for each of the coins. GenTakin’s latest custom firmware adds support for the Balance strategy in the Normal edit mode as well, making it a bit easier for users, but the end result is the same. As we have said already, the Balance pool strategy will work just fine with the latest official Titan 2.0 firmware, so you can try it even without a modified firmware. However custom firmwares such as GenTarkin’s add a lot of other and more useful features than just making some of the things that do not work properly in the official firmware more user friendly.
HOdlcoin (HODL) is a relatively new experimental altcoin that can only be mined with the CPU for the moment using the coin’s wallet and although it is a PoW coin you get interest on your wallet balance and there is an option for deposit with even higher interest rate. The algorithm of the coin is made in a such way that early adopters holding their coins in the wallet get higher interest rates with the idea to attract more users resulting in a wider coin adoption for a shorter period of time. The regular interest rate is 5% APR, but with the extra bonuses and deposits the interest can grow exponentially. The deposits work in a way very similar to PoS, though there are some differences, your coins are locked for a period of your choice and the longer the deposit, the higher interest rate you get. To check the current interest rates and bonuses you can visit the HOdlcoin Interest Rate Calculator.
The coin uses 1GB AES Pattern Search Proof of Work algorithm that involves filling up RAM with pseudo-random data, and then conducting a search for the start location of an AES encrypted data pattern in that data. Pattern Search is an evolution of the ProtoShares Momentum PoW, first used in MemoryCoin and later modified for use in CryptoNight (Monero, Bytecoin), Ethash (Ethereum). For the moment you can only mine HODL coins with your CPU via the wallet, there is no separate miner available yet or a pool where you can mine the coin. This means that you will have to run a separate HOdlcoin wallet on every computer where you want to be able to mine the coin and since it is solo mining luck can also play big role in how much you might be able to mine.
HOdlcoin CPU Mining Performance:
– Intel Celeron G1820 Dual-Core at 2.7 GHz – 13 H/s
– Intel Core i7 58020K Hexa-Core at 3.3 GHz – 202 H/s
HOdlcoin Specifications:
– Ticker: HODL
– Symbol: Ħ
– Block Time: 154 seconds
– Subsidy: 50 HODL subsidy per block
– Halving: Every 4 years
– Mining Supply:Total of 81,962,100 HODL will be mined
– Interest Supply: Between 150,000,000 and 500,000,000 HODL will be paid in interest to HODLers
– Fair launch: No Premine/Instamine/Ninja/100 initial 1 HODL blocks
– Proof of Work: 1GB AES Pattern Search POW
– Port: 1989
– RPC Port: 11989
– Testnet Port: 8989
The fork of ethminer for Nvidia CUDA GPUs has been updated to a new version – Ethminer 0.9.41-genoil-1.0.5 (source). The latest release of Genoil’s ethminer for CUDA should bring back support for older Compute 3.0 GPUs, so if you have one of these you should check to see if it will work as it should now (if you had issues with the previous 0.9.41-genoil-1.0.4b3 release). It also has some cleaned up code, but you should not expect to see a performance boost with it. Do note that when running with CUDA it will run only on the first GPU, so you need to manually set the option --cuda-devices 0 1 2 3 4 5
to have for example the miner run on a 6-card GPU mining rig. The fork from Genoil, although targeted at Nvidia CUDA miners, will also work on AMD OpenCL GPUs, but there it should not be any different than from the default ethminer that is OpenCL only.
– To download and try the latest Ethminer 0.9.41-genoil-1.0.5 for Windows OS…