-
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 …
-
Hi everyone,
We use bitcoin core with hundreds of wallets. The only efficient way we have found to do so is :
1. wait for any bitcoin-cli command to terminate before issuing another one
2. neve…
-
A call to `loadwallet` while `bitcoin-qt` is starting will cause a crash:
```bash
Process 77611 launched: '/Users/michael/github/bitcoin/src/qt/bitcoin-qt' (x86_64)
2019-09-23 07:40:29.799378+080…
-
![image](https://user-images.githubusercontent.com/93434906/146264611-3a527066-4a44-43e2-aa20-231847b656ee.png)
Attempting to bind sparrow wallet to node IP address and entered the following comm…
ghost updated
2 years ago
-
Invocar o `bitcoin-cli` como child-process funciona, mas não é a melhor maneira de se fazer isso. Estamos assumindo que a máquina em questão TEM o bitcoin-cli (o que pode não ser verdade) e, além diss…
-
I did compile the wallet in Lubuntu 16.04.3 successfully using a Virtual Machine. However, while trying to move it to a system with Linux Mint 20 (based on Ubuntu 20.04) it didn't run. So, after a wh…
-
I've noticed that this comment https://github.com/bitcoin/bitcoin/blob/master/src/bitcoinrpc.cpp#L27 refers to headers.h which no longer exists.
-
In bitcoinrpc.cpp, class SSLIOStreamDevice, to read from the socket (or socket+ssl) stream the function read_some is used.
```
std::streamsize read(char* s, std::streamsize n)
{
handshake(ssl::st…
-
Bitcoin 0.11 on a Raspberry Pi 2
From the command line, `bitcoin-cli getnewaddress` can take up to 1 minute to respond.
When using [jgarzik's python bitcoin RPC module](https://github.com/jgarzik/py…
-
Investigating the listtransactions crash, I ran across this unrelated bad-use-of-memory-on-shutdown issue.
Looks like the new multithreaded RPC code has a bug.
```
==61723== Memcheck, a memory error…