Bitcoin
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 8,085 public repositories matching this topic...
-
Updated
Dec 13, 2021 - JavaScript
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
-
Updated
Feb 16, 2020 - JavaScript
-
Updated
Dec 23, 2020 - Python
Problem
isBlockhashValid is a useful RPC call for checking if a transaction needs to be resigned with a new blockhash, but it isn't available in web3.js
Proposed Solution
Add support for it on Connection. More information about the call at https://docs.solana.com/developing/clients/jsonrpc-api#isblockhashvalid
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
Background
Inspired by C-Otto/rebalance-lnd#241.
As part of pathfinding, lnd might encounter edges that have a policy specifying a zero CLTV delta (possibly because of no/outdated gossip?). Every time an edge like this is used in the pathfinding code, a warning is logged: https://github.com/lightningnetwork/lnd/blob/290b78e700021e238f7e6bdce6acc80de8d0a64f/routi
-
Updated
May 16, 2022 - Python
-
Updated
Oct 28, 2020 - C++
-
Updated
May 13, 2022 - Go
-
Updated
May 15, 2022 - TypeScript
Description
The "send payment" dialogue after seller taker accepted my offer is telling me to "start payment using sepa instant"; the account I used is normal sepa.
Version
1.8.0
S
-
Updated
May 16, 2022 - Python
-
Updated
Dec 8, 2021 - TypeScript
Reading currencies, alphavantage returns a greeting note ("welcome") and this note raises an error in alphavantage.py line 363.
elif "Note" in json_response and self.treat_info_as_error:
raise ValueError(json_response["Note"])
For this reason, alphavantage does not work in home assistant.
Just noticed that the Store Settings view isn't well aligned on iPhone 8 for some reason, would be nice if we could fix this.
-
Updated
May 9, 2022 - TypeScript
-
Updated
Dec 30, 2021 - Go
-
Updated
May 9, 2019 - JavaScript
-
Updated
May 3, 2022 - Go
-
Updated
Apr 4, 2022 - Java
-
Updated
Dec 8, 2021 - C++
Those two things tend to stall a bit on startup. It would be nice to have the [0%]... output for them.
-
Updated
May 15, 2022 - JavaScript
Is your feature request related to a problem? Please describe.
Similar to how Bitcoin has a prune=1 option that removes old blocks, Stacks should have this too to save storage space on nodes.
Describe the solution you'd like
An option in the config to prune chaindata via RPC or limiting it to a certain number of MiB
Describe alternatives you've considered
None
-
Updated
Nov 1, 2021
-
Updated
May 14, 2022 - JavaScript
-
Updated
May 14, 2022 - Jupyter Notebook
Created by Satoshi Nakamoto
Released January 3, 2009
Latest release 25 days ago
- Repository
- bitcoin/bitcoin
- Website
- bitcoin.org/en
- Wikipedia
- Wikipedia


Following the merge of bitcoin/bitcoin#23083, we'll throw a non-fatal error at runtime if the documentation for an RPC is incorrect. This behaviour has found numerous issues over a very short period (of the PR being opened). However, this is not something that we want in production / release builds, instead, we want the ability to have it enabled in the CI and when running