Even after block 10000 when Talleo daemon started requiring at least 1 transaction per block, it is possible to solo mine Talleo. Solo mining will stop when daemon runs out of unconfirmed transactions, so keeping the miner running requires restarting the miner until there is more unconfirmed transactions. Before starting the solo miner, you need …
Category Archives: Mining
Wallet blacklist on official mining pool
Yesterday was the first time we ever used the feature to blacklist any specific wallet addresses… I personally don’t like using the feature unnecessarily even though I was the one who initially added the feature… Everyone should have the right to mine Talleo as long as mining doesn’t cause issues to other community members… As …
SRBMiner-Multi adds support for Talleo
SRBMiner-Multi added initial support for Talleo’s algorithm in version 0.3.0, but it was a dud release that did stop mining with error 0x4002. Version 0.3.1 fixed the error, but still has low performance when mining with CPU due to incorrect detection of usable threads. Thread count should be L3 cache size divided by 256 kB.
XMRig v5.5.0 adds support for CryptoNight Ultra algorithm
Latest XMRig release added support for CryptoNight Ultra Variant 2 using algorithm name “cn-pico/tlo”. This means XMRig is first third-party miner to add support for Talleo’s mining algorithm. All mining pools are encouraged to add support for algorithm negotiation using algorithm name “cn/ultra”.
API update for mining pools
Node daemon (Talleod) version 0.4.6 introduced new field in response to “getblocktemplate” API call. Field “num_transactions” now contain number of transactions included in the block template excluding the coinbase transaction. This can be directly used by mining pool to decide when the current block template might need to be refreshed… Mining pool can either refresh …