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,003 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 -V
or `
-
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
Aug 17, 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
Sep 12, 2021 - Python
-
Updated
Sep 6, 2021 - Go
-
Updated
Sep 7, 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
Sep 12, 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
Sep 7, 2021
-
Updated
Sep 3, 2021 - Python
-
Updated
Sep 7, 2021
-
Updated
Sep 11, 2021 - TypeScript
-
Updated
May 9, 2019 - JavaScript
-
Updated
Aug 26, 2021 - Go
-
Updated
Sep 12, 2021 - Python
This warning is very unclear to a newbie.
Instead of You need to configure the derivation scheme in order to create an invoice
We should say something like: To create an invoice, you need to set up your wallet first
, possibly with the link to the store wallet setup.
To replicate:
- Create a store
- Do not create a wallet
- Try to create an invoice
![Screenshot 2021-09-02 at
Those two things tend to stall a bit on startup. It would be nice to have the [0%]... output for them.
-
Updated
Sep 8, 2021 - Go
Created by Satoshi Nakamoto
Released January 3, 2009
Latest release 5 months ago
- Repository
- bitcoin/bitcoin
- Website
- bitcoin.org/en
- Wikipedia
- Wikipedia
RPCs that return detailed information about mempool entries (e.g.
getmempoolentry
andgetrawmempool(verbose=True)
include the fieldsfee
,modifiedfee
,descendantfees
, andancestorfees
which were marked as "DEPRECATED" and replaced with afees
object field in #12240 (since v0.17).We should remove these fields, but first, properly deprecate them using
-deprecatedrpc
.Usef