-
For projects that depend on the libraries that bitconutils uses, it is very possible that there are conflicting dependencies causing the project to fail to install. With pip install usually it only pr…
-
Hello, I'm having an issue collecting the network hash rate. I've used this repo to collect transaction and network information before, but I'm having issues with the `getnetworkhashps()` function.
…
-
__Please don't comment on this issue beyond proposing future meeting topics_. If you have suggestion make them directly on the LDK slack #ldk-dev_
LDK roadmap : https://docs.google.com/document/d/1…
-
### Background
I'm trying to set up LND on my Mac
Describe your issue here.
I can't set up lnd on my system
### Your environment
* version of `lnd`
Latest Version
* which operating system (…
-
I am using bitcoin v23.0 on regtest. When I run `https://xxx:28183/api/v1/wallet/create` to my jm server I get the following error:
```
2022-10-13 17:59:49,038 [WARNING] Invalid address "tb1qc7h7…
-
Hi, i've some issue connecting to local RPC:
```
Traceback (most recent call last):
File "C:\Users\axus3\PycharmProjects\hash\utxo.py", line 6, in
block = rpc.blockchain.get_best_block()
…
axcc1 updated
2 years ago
-
Hello,
When im downloading the blocks of bitcoinrpc on my server, i got this error code: -1
-> http://prntscr.com/hotl1e
So i restart the bitcoind, and the block restart downloading, but after …
-
I have a problem with HANDSHAKING consumer.
```
class WSServerConsumer(JsonWebsocketConsumer):
START_CMD = 'start'
STOP_CMD = 'stop'
def __init__(self, *args, **kwargs):
…
-
When using bitcoin.json package for python and querying a fully up to date bitcoin core wallet, some transactions respond with
> File "....bitcoinrpc\authproxy.py", line 114, in __call__
response …
-
I was looking for example code on how to use `bitcoind` from Rust and stumbled on this repository.
This library looks promising, but there seems to be no documentation nor example! Or am I missing …