A decentralized bitcoin exchange network
Go to file
chimp1984 1314fd61a5
Add accountAgeWitnessCache
The accountAgeWitnessMap is very large (70k items) and
access is a bit expensive. We usually only access less
than 100 items, those who have offers online. So we
use a cache for a fast lookup and only if
not found there we use the accountAgeWitnessMap and
put then the new item into our cache.
2020-12-15 19:15:40 -05:00
.github
.idea
apitest Change sendbsq's amount parameter type to String 2020-12-02 14:52:05 -03:00
assets/src
cli/src Change sendbsq's amount parameter type to String 2020-12-02 14:52:05 -03:00
common/src Only log in case the operation took longer than 100 ms 2020-12-15 00:56:06 -05:00
core Add accountAgeWitnessCache 2020-12-15 19:15:40 -05:00
daemon/src/main Add memo field at withdraw to external wallet screen 2020-12-07 12:32:56 -05:00
desktop Merge pull request #4956 from chimp1984/sort-paymentmethods-by-name 2020-12-16 00:17:26 +01:00
docs Update release process to match new trade statistics delivery 2020-11-13 12:29:29 +01:00
gradle Use bitcoinj 0.15.8 (commit dcf8af0) 2020-12-07 11:39:58 -03:00
inventory/src/main Clean tor dir at startup 2020-11-17 20:17:44 -05:00
monitor Merge pull request #4628 from chimp1984/improve-read-file-handling 2020-11-02 17:36:21 +01:00
p2p/src Merge pull request #4954 from chimp1984/various-small-improvements 2020-12-15 23:04:15 +01:00
pricenode Remove test cases for HitBTC pricenode data provider class 2020-11-09 09:31:07 +01:00
proto/src/main/proto Merge branch 'master' of github.com:bisq-network/bisq into hotfix/v1.5.1 2020-12-08 22:19:11 +01:00
relay Revert to SNAPSHOT version 2020-12-08 22:14:56 +01:00
scripts
seednode Merge branch 'master' of github.com:bisq-network/bisq into hotfix/v1.5.1 2020-12-08 22:19:11 +01:00
statsnode/src/main
.editorconfig
.gitattributes
.gitignore
.travis.yml
build.gradle Revert to SNAPSHOT version 2020-12-08 22:14:56 +01:00
CODEOWNERS
CONTRIBUTING.md
gradle.properties
gradlew
gradlew.bat
LICENSE
Makefile
pull_request_template.md
README.md
settings.gradle Add inventory module 2020-10-23 01:17:32 -05:00

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.