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 7,942 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
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
-
Updated
Mar 15, 2022 - C#
-
Updated
Apr 5, 2022 - Go
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
-
Updated
Apr 7, 2022 - Python
-
Updated
Oct 28, 2020 - C++
-
Updated
Apr 2, 2022 - Go
-
Updated
Apr 3, 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
Mar 20, 2022 - Python
-
Updated
Apr 6, 2022 - Python
-
Updated
Dec 8, 2021 - TypeScript
-
Updated
Mar 28, 2022
-
Updated
Mar 9, 2022
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.
-
Updated
Jan 11, 2022
-
Updated
Apr 7, 2022 - TypeScript
Yo,
When you provide an invalid BTC address by claiming Funds from a Pull Payment, it gives a weird bullet point before the tekst.
-
Updated
Dec 30, 2021 - Go
-
Updated
May 9, 2019 - JavaScript
-
Updated
Mar 24, 2022 - Go
-
Updated
Apr 4, 2022 - Java
Created by Satoshi Nakamoto
Released January 3, 2009
Latest release 7 months ago
- Repository
- bitcoin/bitcoin
- Website
- bitcoin.org/en
- Wikipedia
- Wikipedia
To prevent endless issues when running the linters locally (say, on specific versions of bash, or system tools having certain names, or a certain implementation of
sed
, etc) , as well as for maintainability/reviewability, it's preferred for linter scripts to be written in Python.Here is a list of scripts, feel free to pick up any that haven't been ported:
test/lint/check-doc.py
(a