May 1, 2026

Problems with CGMiner 4.9.2

I have tried reaching out for assistance in other Bitcoin forums, to no avail as apparently I have bought miner hardware that is not supported by the people who are responsible for CGMiner software. While […]

Read More

Error in blockchain.info wallet

My problem is that I can not do any transactions at all because of an error. BitcoindException(super=com.neemre.btcdcli4j.core.BitcoindException: Error #-26: 66: mempool min fee not met, code=-26). I set the standard (not customized) transaction fee to […]

Read More

deriveChild and signing transactions using Bit-Wasp

I’m generating multiple children using one extended key. I have no problem generating public addresses: $master = HierarchicalKeyFactory::fromExtended(myKey); $key = $master->deriveChild(1); $publicAddress = $key->getPublicKey()->getAddress()->getAddress(); In order to sign a transaction, I need the public address’ […]

Read More