A decentralized bitcoin exchange network
Go to file
chimp1984 8b404e1954
Exclude time-locked txs at isUnconfirmedTransactionsLimitHit
For published delayed payout transactions we do not receive the tx confidence
so we cannot check if it is confirmed so we ignore it for that check. The check is any arbitrarily
using a limit of 20, so we don't need to be exact here. Should just reduce the likelihood of issues with
the too long chains of unconfirmed transactions.
2020-10-14 20:17:48 -05:00
.github
.idea
apitest
assets/src
cli/src
common/src Change write json files to disk strategy 2020-10-12 23:51:15 -05:00
core Exclude time-locked txs at isUnconfirmedTransactionsLimitHit 2020-10-14 20:17:48 -05:00
daemon/src/main Apply TradeStatistics3 to client classes 2020-10-08 18:49:13 -05:00
desktop Remove lombok getter for date and rename getDate to getDateAsLong and getTradeDate to getDate. 2020-10-13 20:46:05 -05:00
docs
gradle
monitor Cleanups: Remove outdated TODOs, fix typos 2020-10-08 22:00:57 -05:00
p2p/src Merge pull request #4643 from chimp1984/add-get-inventory-msg 2020-10-14 12:22:00 +02:00
pricenode
proto/src/main/proto Add GetInventory messages 2020-10-13 23:30:39 -05:00
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

Build Status

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.