Boris Nagaev

Results 67 issues of Boris Nagaev

It can be used in [Metadata Request](https://github.com/NebulousLabs/Sia/blob/master/doc/File%20Contract%20Negotiation.md) (to provide a proof for a slice of sector ids) and in [Data Request](https://github.com/NebulousLabs/Sia/blob/master/doc/File%20Contract%20Negotiation.md#data-request) (to provide a proof that a slice of bytes...

README.md says: > If it's outside of your path, provide its location using the -siad flag. For all flags, see sia-antfarm -h. Option `-siad` doesn't work. `sia-antfarm -h` prints the...

This is part of https://github.com/lightningnetwork/lnd/issues/7658#issuecomment-1774983789 implementation. This PR depends on https://github.com/lightningnetwork/lnd/pull/8183 (Field chanbackup.Single.CloseTxInputs is needed.) I added `chantools scbforceclose` command, which extracts closing tx from SCB and signs it and...

## Problem I stopped LND and ran the following command: ``` $ chantools --testnet forceclose --channeldb ./.lnd/data/graph/testnet/channel.db --fromchanneldb ./.lnd/data/graph/testnet/channel.db Input your 24-word mnemonic separated by spaces: *** Input your cipher...

Preimage serves as a proof of payment, but there is no easy way to verify its validity. The site can have an option field to enter preimage to verify if...

I incorporated two other PRs: https://github.com/mb-14/gomarkov/pull/10 and https://github.com/mb-14/gomarkov/pull/8 and optimized generation by caching some values. Added a benchmark. Compare performance: ``` before: 635533 ns/op after: 89687 ns/op ``` Time savings:...

Inspired by https://github.com/bitcoin/bitcoin/pull/27446, this PR implements the proposal detailed in the comment https://github.com/bitcoin/bitcoin/pull/27446#issuecomment-1516600820. ## Rationale Introduce the ability to configure a custom target time between blocks in a custom Bitcoin...

CI failed

## Change Description In this PR I'm implementing the proposal from https://github.com/lightningnetwork/lnd/issues/7658#issuecomment-1774983789 I changed `chanbackup` to add `CloseTxInputs` optional field to `chanbackup.Single` structure. When the field is present, the version...

backups
SCB

### Background I opened a channel from LND using neutrino, got one confirmation and then the network was down for some time. The channel got additional confirmations, enough to be...

bug
neutrino
P2
needs triage

### Description Block time estimations are ~30 minutes, which is not realistic. #### Version node204.fra.mempool.space (v3.0.0-dev) [6553de53] - (v1.0.0) [04fe8ca6] ### Steps to reproduce Open [mempool.space](https://mempool.space/) in the beginning of...