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,100 public repositories matching this topic...
-
Updated
Aug 21, 2021 - JavaScript
Describe your environment
(if applicable)
- Operating system: ____
- Python Version: _____ (
python -V) - CCXT version: _____ (
pip freeze | grep ccxt) - Freqtrade Version: ____ (
freqtrade -Vor `
-
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
Aug 23, 2021 - C#
-
Updated
Sep 28, 2021 - Go
-
Updated
Oct 28, 2020 - C++
Background
Macaroons are created after wallet creation. However, the documentation in the main installation (https://github.com/lightningnetwork/lnd/blob/master/docs/INSTALL.md) states the following:
Running lnd for the first time will by default generate the admin.macaroon, read_only.macaroon, and macaroons.db files that are used to authenticate into lnd.
As a first-time LND user,
-
Updated
Oct 1, 2021 - Python
-
Updated
Oct 1, 2021 - Go
-
Updated
Sep 22, 2021 - TypeScript
Problem
The explorer doesn't support NFT details pages for users and developers to see information about a particular NFT. For example, this NFT just displays that it is an "unknown token".
https://explorer.solana.com/address/HPMmsBeHdAproBh6iA8p3akjkUM1kdaY2iRiZmZj2Wsz
<img width="763" alt="Screen Shot 2021-08-30 at 9 04 30 PM" src="https://user-images.githubusercontent.com/1076145/1314
Description
Some BSQ users are not aware that their BSQ wallet balance is virtually zero when Bisq is "Synchronizing DAO".
They may try to pay with BSQ for trade fees, but the UI tells them they have insufficient funds, which is incorrect.
Version
v1.6.4
Steps to reproduce
Try to take or create a trade and choose to pay the fee with BSQ. Do this at a point when "Sync
-
Updated
Oct 3, 2021 - TypeScript
-
Updated
Feb 2, 2021
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
Oct 3, 2021 - Python
-
Updated
Sep 7, 2021
-
Updated
Oct 2, 2021
-
Updated
Oct 2, 2021 - TypeScript
-
Updated
May 9, 2019 - JavaScript
-
Updated
Oct 3, 2021 - Python
-
Updated
Aug 26, 2021 - Go
Those two things tend to stall a bit on startup. It would be nice to have the [0%]... output for them.
-
Updated
Oct 4, 2021 - Go
Created by Satoshi Nakamoto
Released January 3, 2009
Latest release 25 days ago
- Repository
- bitcoin/bitcoin
- Website
- bitcoin.org/en
- Wikipedia
- Wikipedia
#23117 replaced asserts with the test framework's internal helpers (see https://github.com/bitcoin/bitcoin/blob/dccf3d25f9e78909eb7b3143e89a7c87fac25ab5/test/functional/test_framework/util.py#L47-L59) for a single test, in order to see the expected and failed values if such an assertion fails. The same should be done for all the remaining tests. Potential candidates can be found via