The Wayback Machine - https://web.archive.org/web/20200901193758/https://github.com/topics/bitcoin
Skip to content
#

Bitcoin

bitcoin logo

Bitcoin is a cryptocurrency developed by Satoshi Nakamoto in 2009. Bitcoin is used as a digital payment system. Rather than use traditional currency (USD, YEN, EURO, etc.) individuals may trade in, or even mine Bitcoin. It is a peer-to-peer system, and transactions may take place between users directly.

Here are 5,641 public repositories matching this topic...

MarcoFalke
MarcoFalke commented Aug 27, 2020

connect_nodes(self.nodes[a], b) is confusing because

  • the types of the arguments differ
  • the test framework is aware of all nodes, so solving a to self.nodes[a] can be done hidden from the caller

This should be fixed by replacing connect_nodes(self.nodes[a], b) with self.connect_nodes(a, b) and removing the global connect_nodes.

alexbosworth
alexbosworth commented Aug 10, 2020

Background

When a node has multiple private channels with the same peer, the hop hints in their payment requests will be populated with multiple channels. The purpose of these hop hints is to specify the next node's key and indicate the fees and cltv delta needed for route construction.

In pathfinding, due to non-strict forwarding, an LND node paying to this destination will only use the

Levos-IG1075
Levos-IG1075 commented Aug 19, 2020

Describe the enhancement

Hi, just registered on github for a quick suggestion. I think it would be great to have an option to set a custom fee when running trade with dry-run enabled in the JSON config.

As for the parameter dry_run_wallet, I'd love to be able to set an option like dry_run_fee.
My strategy is based on small profits, and while I can set the fee in backtesting/hyper

Created by Satoshi Nakamoto

Released January 3, 2009

Latest release about 1 month ago

Repository
bitcoin/bitcoin
Website
bitcoin.org/en
Wikipedia
Wikipedia
You can’t perform that action at this time.