mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 18:03:12 +01:00
A decentralized bitcoin exchange network
685839d348
This commit adds a -fallbackfee=0.0002 parameter to the start 'bitcoind' command to keep bitcoin-core v0.20.1 working as v0.19.1 does -- with the 'fallbackfee' enabled. Bitcoin v0.20.0 contains a fix for inconsistent behaviour related to this fallbackfee configuration. Prior to v0.20, fallbackfee was disabled (0) by default for the mainnet chain, but enabled (0.0002) for the testnet and regtest chains. A test case with bitcoin-core v0.20.1 was breaking on the bitcoin-cli 'sendtoaddress' command, which was returning an error message instead of a tx-id: error code: -4 error message: Fee estimation failed. Fallbackfee is disabled. \ Wait a few blocks or enable -fallbackfee. Bitcoin-core v0.20.0 release notes contain info about this change: https://bitcoin.org/en/release/v0.20.0#updated-rpcs-1 The Bitcoin-core PR is https://github.com/bitcoin/bitcoin/pull/16524 |
||
---|---|---|
.github | ||
.idea | ||
apitest | ||
assets/src | ||
cli | ||
common/src | ||
core | ||
daemon/src/main | ||
desktop | ||
docs | ||
gradle | ||
monitor | ||
p2p/src | ||
pricenode | ||
proto/src/main/proto | ||
relay | ||
scripts | ||
seednode | ||
statsnode/src/main | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.travis.yml | ||
build.gradle | ||
CODEOWNERS | ||
CONTRIBUTING.md | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
Makefile | ||
pull_request_template.md | ||
README.md | ||
settings.gradle |
Bisq
What is Bisq?
Bisq is a safe, private and decentralized way to exchange bitcoin for national currencies and other digital assets. Bisq uses peer-to-peer networking and multi-signature escrow to facilitate trading without a third party. Bisq is non-custodial and incorporates a human arbitration system to resolve disputes.
To learn more, see the doc and video at https://bisq.network/intro.
Get started using Bisq
Follow the step-by-step instructions at https://bisq.network/get-started.
Contribute to Bisq
See CONTRIBUTING.md and the developer docs.