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

freqtrade
briankudera
briankudera commented Nov 24, 2021

Describe your environment

N/A

Describe the enhancement

Currently it seems the max_open_trades can have significant impact on profit. The only way I have been able to find a good number is to run several back

Enhancement Good first issue Hyperopt
taozhu-chicago
taozhu-chicago commented Mar 28, 2022

Problem

in runtime/src/execute_cost_table.rs function:

    pub fn get_inflated_program_units(&self, key: &Pubkey) -> Option<u64> {
        let aggregated_variance_stats = self.table.get(key)?;
        let cost_f64 =
            (aggregated_variance_stats.ema + 2.0 * aggregated_variance_stats.ema_var.sqrt()).ceil();

        // check if cost:f64 can be losslessly convert to u6
good first issue
lbry-sdk
lyoshenka
lyoshenka commented Apr 20, 2021

Creating a new issue based on lbryio/lbry-sdk#877

  • Update ensure_directory_exists() to check that the directory is writable by the current process.
  • If it's not, return a useful error
  • Add tests to cover the case when
    • download directory does not exist
    • download dir exists but is not writable
    • dir exists an
type: improvement help wanted good first issue area: downloads
alexbosworth
alexbosworth commented Dec 19, 2021

In the output of list channels the private/public status of the channel is returned, but in the output of pending channels the status is not revealed. To allow for recognizing a pending open channel as a private requires waiting for the channel to confirm.

Ideally the PendingChannelsResponse would include the channel flags or the private/public status of the channel to know which type of chan

enhancement rpc beginner good first issue

Created by Satoshi Nakamoto

Released January 3, 2009

Latest release 7 months ago

Repository
bitcoin/bitcoin
Website
bitcoin.org/en
Wikipedia
Wikipedia