checksum0
checksum0
``` Traceback (most recent call last): File "/Applications/Electrum.app/Contents/MacOS/electrum/plugins/ledger/ledger.py", line 460, in sign_transaction txtmp = bitcoinTransaction(bfh(utxo[0])) TypeError: fromhex() argument must be str, not None I | plugins.ledger.ledger | fromhex() argument must...
On beta15 on windows, when I try to broadcast a raw TX using the cli interface I get this: >C:\Users\checksum0\AppData\Roaming\npm>lcoin-cli broadcast \ Error: Status code: 500 at HTTPClient._request (C:\Users\checksum0\AppData\Roaming\npm\node_modules\lcoin\lib\http\client.js:233:11) at...
See https://electrumx.readthedocs.io/en/latest/protocol-changes.html#version-1-5 for details.
Implement masternode function to support protocol v1.4. - masternode.announce.broadcast() - masternode.list() - protx.diff() - protx.info()
The vardiff module allows difficulty to fall below 1, which is nonsensical, poorly supported by mining software and will lead to massive flooding if an ASIC starts hashing suddenly. My...