-
## Description
Create a simple go program in `/cmd/native-btc` that will:
* read config from ENV (Bitcoin RPC) or `.env` file -> see https://github.com/gonative-cc/relayer/blob/master/env/init…
-
**Describe the Bug**
I have been using Zetachain's bitcoin depositFee logic i.e
`depositFee = utxoData.fastestFee * 68 * 2 (using mempool api)`, it doesn't work as expected **SOMETIMES** and reverts…
-
# Finish Cashu BTC integration
1. Hooks in packages/afk_nostr_sdk
2. Screens and component in apps/mobile => maybe do package react_native_ui
Docs:
https://github.com/cashubtc/cashu-ts
Wall…
-
from @derpherpenstein:
> I didn’t end up writing anything because I found out that multiple others had explained the idea before I was even around. The idea itself is pretty simple: witness data is…
-
**Describe the bug**
When trying to click on a block I got an error
**Environment (please complete the following information):**
- Bitcoin Core / Node Version [e.g. 0.16.3] v27.1.0
- NodeJ…
-
**Github username:** --
**Twitter username:** --
**Submission hash (on-chain):** 0x3c0c30604a71c369a106fc5dccb9d35c035497b074144e1d9198aa59980a52b8
**Severity:** medium
**Description:**
**Descriptio…
-
btc relay contract (https://explorer.harmony.one/address/0xf058a288d504fed8535afddef106bfbd48d8e72e) seem to be running into `Incorrect difficulty target error` repeatedly.
-
Toggle navigation
Bitcoin Block 851,110
00000000000000000000a790ee16d4a222c7f634b28e8420a95d9674793de1c4
Previous BlockNext Block
RECEIVED
a day ago
TOTAL TRANSACTED
1,954.8128 BTC
TOTAL FEE…
-
When attempting to either send L-BTC to another Liquid Bitcoin address or attempting a Lightning payment via a Bolt11 invoice, I receive the following error in the form of a pop up message:
```
se…
-
I use this simple code:
```
var newPool = new Pool({
network: "testnet",
maxSize: 100
});
newPool.connect();
```
However, after a minute or two, I get the following exception and the script…