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,215 public repositories matching this topic...
-
Updated
Oct 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
Sep 28, 2021 - Go
It would be useful to have an option to output the result of trackpayment
to a json in addition of this "screen output". this would make it easy to run some filtering with jq for instance
-
Updated
Oct 28, 2020 - C++
-
Updated
Oct 22, 2021 - Python
Problem
Programs deployed with solana deploy
use the old loader are not upgradable. The docs recommend using solana program deploy
for upgradability but this command is not as intuitive. solana deploy
shows up first when solana --help
is run.
Proposed Solution
Rename solana deploy
to solana deploy-deprecated
-
Updated
Oct 24, 2021 - Go
-
Updated
Oct 22, 2021 - TypeScript
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 12, 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
Oct 19, 2021 - Python
-
Updated
Sep 7, 2021
-
Updated
Oct 2, 2021
-
Updated
Oct 22, 2021 - TypeScript
-
Updated
May 9, 2019 - JavaScript
-
Updated
Oct 23, 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 24, 2021 - Go
Created by Satoshi Nakamoto
Released January 3, 2009
Latest release about 2 months ago
- Repository
- bitcoin/bitcoin
- Website
- bitcoin.org/en
- Wikipedia
- Wikipedia
Similar to how the fee is returned in
getblock
(#18771), it should be returned ingetrawtransaction
.Useful skills:
Understanding of undo data, the RPC interface and the functional tests.
Want to work on this issue?
For guidance on contributing, please read CONTRIBUTING.md before opening your pull request