Matthew Zipkin

Results 184 issues of Matthew Zipkin

I'm pretty sure this is something BIND can do - if I want to run a service where users can delegate their NS to me and I am authoritative over...

Trying to run an `AuthServer` locally with both of these setups: ``` server.setOrigin('myzone.'); server.zone.fromString('*.myzone. 21600 IN A 10.20.30.40'); ``` ``` server.setOrigin('myzone.'); server.zone.fromString('* 21600 IN A 10.20.30.40'); ``` In both cases...

Running a few `bns` nameservers now for Handshake domains, I've been hit by multiple [Amplification Attacks](https://www.cloudflare.com/learning/ddos/dns-amplification-ddos-attack/) I think in `AuthNS` mode (with recursion off a.k.a. `this.ra: false`), the server should...

Docs or README examples on using bns-keygen and bns-prove would be helpful, as Handshake users start registering names and spin up nameservers.

Hi there, I love the lightning address proposal, I just have an idea to add. This proposal is similar to [BIP70](https://github.com/bitcoin/bips/blob/master/bip-0070.mediawiki) in that it relies on out-of-band authentication based on...

iOS Lightning app version 0.2.4(18) lnd compiled from source lightningnetwork/lnd@20a5ee2f1ee5b233bd301e263f296e7611e0ea07 (339 commits since v0.7.1) connected to bitcoind full node To reproduce: - establish channel from iOS app to lnd "full...

### Steps to reproduce the behavior 1. Open app and fund 2. Create payment req with no inbound capacity 3. Warning appears and notification is logged 4. Payment request process...

This is an initial implementation of mempool replace-by-fee as described in [BIP125:](https://github.com/bitcoin/bips/blob/master/bip-0125.mediawiki) > 1. The original transactions signal replaceability explicitly or through inheritance as described in the above Summary section....

compatibility
advanced
mempool
ready for review

I have a PR up for enabling RBF in the mempool: https://github.com/bcoin-org/bcoin/pull/811 and I'm going to start working on the wallet functionality next. Question for everyone is how to implement...

wallet
discussion