-
Running bitcoin pool with mpos implemented, but not sure why rigs are not working with the pool, if its mpos or coiniumserv issue, via mpos added workers and bfgminer is able to connect from outside u…
-
Some text during startup is incorrect
-
When using the getblockchaininfo RPC command, a KeyError: 'error' occurs in rpc.py if the server response does not include the error key. Even if there is no error in the response, the code expects th…
-
Network metrics that might be interesting to track:
- transaction relay
- per peer invs per getdata rate
- per peer invs per tx rate
- how long has a transaction been in our mempool before…
-
Hello.
Sorry for my English, I'm using a translator.
I'm working for Sinology, running a bitcoin node in docker (https://registry.hub.docker.com/r/lncm/bitcoind/) with your file: bitcoin.conf.
se…
-
It would be very useful to create bindings from the rust library to various targets that developers need - especially JS and JVM-based.
-
``` docker.compose.yml
version: "3"
services:
bitcoind:
image: ruimarinho/bitcoin-core:23
container_name: bitcoind
restart: unless-stopped
networks:
regtest:
a…
-
For things like deposits and withdrawals and some other stuff the client needs data from L1. Unfortunately most clients can't be expected to have a bitcoind around, and needs to know where to alternat…
-
from cryptos import *
'''
https://blockstream.info/testnet/address/2My7wDrirLvDi5sScPcmj1ZfAToRvqe8Mpq
2My7wDrirLvDi5sScPcmj1ZfAToRvqe8Mpq
**Balance : 0.00038360**
'''
priv = 'fcdc16596718465…
-
An underappreciated requirement of peer-to-peer blockchain client implementations is high resistance to DoS attacks. These are not exploits targeting the consensus ruleset, just malicious nodes spammi…