mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 07:07:43 +01:00
A decentralized bitcoin exchange network
This change substitutes use of memory efficient, OS supplied sleep/suspend inhibitor utilties for the silent audio file player on Linux, merges OSXStandbyModeDisabler functionality into AvoidStandyModeService, and removes that class. This change also stops Bisq from running the audio file on OSX; it is currently running both caffeinate and the silent audio file, and the avoid standby mode button in the the OSX settings view is currently toggling the audio player on and off, but not caffeinate. (The only way to shut down caffeinate is by shutting down Bisq.) The OSX avoid standby mode button button has not been hidden so a cached 'do not avoid standby mode' preference does not leave the user stuck without a caffeinate service the next time they start Bisq. (They can use it to turn caffeinate on, but it can't be used to turn it off without shutting down Bisq too.) The avoid standy mode button is now displayed on Linux because the native inhibitor can be toggled on and off. There is no change to the avoid shutdown service on Windows and Unix. |
||
---|---|---|
.github | ||
.idea | ||
assets/src | ||
cli/src/main/java/bisq/cli/app | ||
common/src | ||
core | ||
daemon/src/main/java | ||
desktop | ||
docs | ||
gradle | ||
monitor | ||
p2p/src | ||
pricenode | ||
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.