-
I am running a mining pool using NOMP which has been working great. However, I just ran into an issue where payments stopped going out and I am not sure out to fix it.
Error Message:
Error tryin…
-
### Motivation
As the documentation for the [`loadwallet`](https://bitcoincore.org/en/doc/27.0.0/rpc/wallet/loadwallet/) RPC describes, the syntax is:
loadwallet "filename" ( load_on_startup )…
-
The list of transactions returned by listsinceblock and listtransactions don't show the incoming transactions with 0 confirmations. They are only shown when they reach one confirmation. This rpc api b…
-
**1. balance overview**
Addr No.|account|btc balance|omnitest balance
-------- | -------- | -------- | --------
addr1| mx7r52d2oaNTeiMDr2zrcw2VGm1BQurC9K | 0.14196558 | 2
addr2| n4YZv8eV8VTXW2ae…
-
## Overview
ICP is the perfect infrastructure to build with and on Bitcoin. It runs canister smart contracts with unmatched capabilities. Each canister can act as a Bitcoin wallet, securely request…
-
@masonicboom has RPC documentation going back to version 0.6.1 and a [really cool overview table](https://masonicboom.github.io/btcrpcapi/) for them. He's also [graciously offered to help](https://tw…
-
I'm a noob to bitcoin (of course) so I am stuck on instruction 1: Set up a bitcoin RPC client.
Do I need to run a full node (bitcoind) to use localhost for RPC connections? Or can I use an SPV client…
-
#### **Description**:
Establish a `BitcoinClient` struct within the `bitcoin` module to facilitate interactions with the Bitcoin network. This structure must conform to the `DaClient` trait.
#### **T…
-
Hi,
I've been running a btcpayserver using docker for a while now. I want to run an electrs server along side it, the electrs server needs to connect to the p2p and rpc ports of the bitcoin node ru…
-
https://github.com/bitcoin/bitcoin/releases/tag/v0.17.0rc3
We are trying to test the concept of having a chron docker batching transactions based on configurations choser by a Bitcoin node operator…