How to verify payments using Talleo daemon.

Payments can be verified using payment ID, wallet address and private view key of the wallet. The steps to verify payments using the RPC JSON API are: Get current block height using “/getinfo”. Pass payment ID to “/get_transaction_hashes_by_payment_id” to get list of transaction hashes. If supported by daemon, set startIndex to 0 or first block …

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 …