-
"curl https://api.blockcypher.com/v1/btc/main
{
"name": "BTC.main",
"height": 360060,
"hash": "000000000000000000bf56ff4a81e399374a68344a64d6681039412de78366b8",
"time": "2015-06-08T22:57:08.…
-
It occurred to me that the extra data used in `name_new` and `name_firstupdate` transactions doesn't actually need to be publicly viewable, and that we can take advantage of this fact to use P2SH for …
-
FYI https://github.com/bitcoin-core/qa-assets/blob/main/unit_test_data/script_assets_test.json
-
**Describe the enhancement**
https://github.com/bitcoin/bips/blob/master/bip-0322.mediawiki
**Use case**
In switzerland it's possible to offer exchange services (buy/sell) up to ~900€/d …
f321x updated
7 months ago
-
Multiple people are asking how to get the xPub of LND on-chain wallet (to use with BTCPayServer for example). As far I was able to research its not a standard function of LND to export this. But Olli …
-
**Chapter 1: Discovery of Bitcoin**
In fifth grade, young Anthony found,
A whitepaper that would astound.
Bitcoin's secrets, deep and vast,
A future shaped by cryptographic past.
With…
Tdhun updated
1 month ago
-
Moved from https://github.com/bitcoin/bitcoin/issues/11564.
Currently the send screen displays the fee in terms of (μ/m)BTC/kB, depending on a global preference. When entering a custom fee the user…
-
Revisiting the original assumptions on ZeroLink may result in ZeroLink v2:
1. Originally, ZeroLink relied on the Bitcoin network fees to be at least $1. Today the fees are hitting $10, they are rap…
-
At Scaling Bitcoin / Hong Kong, Tadge Dryja presented on "BIPs necessary for Lightning Network":
http://diyhpl.us/wiki/transcripts/scalingbitcoin/hong-kong/overview-of-bips-necessary-for-lightning/
…
-
I am writing tests for an app I built that uses NBitcoin to send bitcoin and make bitcoin transactions.
I have the following code to create fake bitcoins for an integration test:
```
private …