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,322 public repositories matching this topic...
-
Updated
Oct 21, 2021 - JavaScript
This is a very simple enchantment, but I think it is so helpful for intuitively comparing strat's performances.
Such as this image, showing CAGR and MDD is extremely intuitive for comparing strategies, higher CAGR(profitability) and lower MDD(risk) is bett-
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
Background
If my node is asked to forward N sats to peer X via channel C, lnd is free to pick any other channel it might have to peer X. As far as I understand the code (switch.go:handlePacketForward), all channels to X (not just C) are checked for eligability, and a random eligable channel is then used for the actual forward.
As part of this eligability check (implemented in link.go:Che
Problem
fromAccountData() seems to be broken. Tried several vote accounts with the same result. Script is for mainnet, but on the testnet it fails in the exact same way. Tried @solana/web3.js releases 1.29.1 and 1.29.2
const pubkey = process.argv[2] || '644K33yWfSzc32VvY5fRUfUqphw8LTaLQntCkyEpJ8h7';
const sol = require('@solana/web3.js');
(async
-
Updated
Oct 28, 2020 - C++
-
Updated
Nov 15, 2021 - Python
-
Updated
Nov 17, 2021 - Go
-
Updated
Nov 17, 2021 - TypeScript
Trade Step 1: If BSQ chosen for trade fees while "Synchronizing DAO", show correct warning popup
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 19, 2021 - Python
-
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
Sep 7, 2021
-
Updated
Oct 2, 2021
-
Updated
Nov 16, 2021 - TypeScript
-
Updated
May 9, 2019 - JavaScript
-
Updated
Nov 17, 2021 - Python
-
Updated
Nov 7, 2021 - Go
-
Updated
Nov 17, 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 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