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,368 public repositories matching this topic...
-
Updated
Oct 21, 2021 - JavaScript
Describe the enhancement
In the docs, I'm not seeing any /api/v1/healthcheck endpoint or whatnot (heartbeat specific, not referencing ping). Potentially returning the time of last heartbeat and any errors (if present).
This would be highly useful for monitoring and ensuring nothing crazy is going wrong. This would make monitoring from another server much easier and with some simple sc
-
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
Dec 2, 2021 - Go
Problem
I'm trying to build for the x86_64-unknown-linux-musl target so I can call my program from AWS Lambda. It is failing to cross compile because of hdiapi cross-compile stuff. I do not need hardware wallet as my scenario is running in the cloud.
hidapi is referenced by solana-remote-wallet which is referenced by solana-clap-utils which is referenced by `solana-account-deco
REST API /v2/wallet/utxos is returning empty array after upgrading the LND to 0.14.1
It was returning the list of utxos before this upgrade and lncli still returns the correct utxo list.
-
Updated
Oct 28, 2020 - C++
-
Updated
Nov 29, 2021 - Python
-
Updated
Dec 2, 2021 - Go
-
Updated
Nov 26, 2021 - TypeScript
Description
Launching the app in another language (e.g. German) reveals a problem with the column resizing in the offerbook
Version
v1.7.5-
Steps to reproduce
- Switch to German
- Open offer book
Expected behaviour
Column should resize properly if enough space is available so that no text is truncated.
Actual behaviour
Text stays truncated
Sc
-
Updated
Oct 19, 2021 - Python
-
Updated
Nov 18, 2021 - TypeScript
-
Updated
Oct 15, 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
Nov 19, 2021
-
Updated
Oct 2, 2021
-
Updated
Dec 2, 2021 - TypeScript
-
Updated
Dec 1, 2021 - Python
-
Updated
May 9, 2019 - JavaScript
-
Updated
Nov 25, 2021 - Go
-
Updated
Nov 29, 2021 - Go
Those two things tend to stall a bit on startup. It would be nice to have the [0%]... output for them.
Created by Satoshi Nakamoto
Released January 3, 2009
Latest release 3 months ago
- Repository
- bitcoin/bitcoin
- Website
- bitcoin.org/en
- Wikipedia
- Wikipedia
There are some test cases mentioned in bitcoin/bitcoin#23486 (comment)
Currently they need to be manually executed with bitcoin-cli. It would be nice to integrate them into the existing decodescript functional test.
I recommend to check the full response as opposed to just a partial response, as it is being done currently in the functional test.
Useful