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,989 public repositories matching this topic...

squat0001
squat0001 commented Dec 20, 2020

Describe the enhancement

freqtrade generates the output of max-drawdown, which is very useful, but lacks an important information.. the real question
of max-drawdown is, does the strategy have a enough money to complete?

i wrote an backtesting tool, and i generate two more columns which i find useful:

df_trades['sum'] = df_trades['profit_abs'].cumsum()
trades_profit_min = df
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

pedromvpg
pedromvpg commented Jan 18, 2021

Description

I've been noticing a lot of users using the client in fullscreen or constantly resizing the width of the window. The layout of the navigation looks broken whenever the width goes beyond the default on load. It would look a lot more polished if we keep the navigation contained in its original width.

Version

1.5.1

Expected behaviour

Navigation should have a maximum

Created by Satoshi Nakamoto

Released January 3, 2009

Latest release 5 days ago

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