-
Add page to track miner commitments (in BTC) with date filters, and checking their profitability
-
````
[{
"tx": {
"block_height": -1,
"block_index": -1,
"hash": "14ff4e86fba559779f7da91a13d087a64452c60fc6eacc4240f90dec00368ef7",
"addresses": [
"tb1qe55hg9ffxs46l4lfy0…
-
The miner thread should load the miner's `satoshis_per_byte` field from the config file every time it builds a block. Then, miners can adjust their fee rates on-the-fly without restarting their nodes…
-
Now that I've used this library quite a few times I wanted to share what documentation I've built so far around the process.
There was an original issue opened in one of the docs repos but I cannot…
-
POST to `http://localhost:6270/v1/wallet/balance`
post body:
```JSON
{"address":"1M898gHnBM9EendVtcWwFWk7MVHq9HBLoZ"}
```
Response status is `500` and no output is returned.
This is th…
-
getting this a lot after starting a fresh instance of blockstored:
```
[8221] Caught Exception from bitcoind
[ERROR] [transactions:155] (8206) [Errno 8] _ssl.c:510: EOF occurred in violation of proto…
-
[RetrievePDF (3).pdf](https://github.com/user-attachments/files/15743071/RetrievePDF.3.pdf)
1488800
BTC], "total&#34# Put Private Metadata, piping to grep to check…
-
I was about to deploy this in a production environment, but I just noticed most methods in the main plugin class are stubs and I also found some rather worrisome `// broken` comments with no further e…
vmsh0 updated
6 years ago
-
"
"address": "34XC8GbijKCCvppNvhw4Ra8QZdWsg8tC11",
"total_received": 294859938929,
"total_sent": 294219571352,
"balance": 640367577,
"unconfirmed_balance": 0,
"final_balance": 640367577,
…
-
```
import axios from "axios";
import bitcoin from "bitcoinjs-lib"; // "bitcoinjs-lib": "^5.2.0",
import { initWasm, TW, KeyStore } from "@trustwallet/wallet-core"; // "@trustwallet/wallet-core"…