mirror of
https://github.com/bisq-network/bisq.git
synced 2025-03-03 18:56:59 +01:00
A decentralized bitcoin exchange network
Problem: after the upgrade from 6.6.1 to 7.3, the usual invocation of, e.g. `./bisq-pricenode 2 2` started failing as reported by @emzy at [1]. bisq@ubuntu-4gb-fsn1-1:~$ /bisq/bisq/bisq-pricenode 2 Error: Could not find or load main class 2 Caused by: java.lang.ClassNotFoundException: 2 Solution: for unknown reasons, the bisq-pricenode script worked as expected under 6.6.1, i.e. contained the fq main class name in its scripted invocation of `java -jar ...`, but under 7.3, this main class name was missing. Through trial and error, it turns out that setting `mainClassName` explicitly in the :pricenode subproject configuration solves this problem and makes the start script work as expected. Presumably, this problem arose in conjunction with the major version upgrade of the spring boot Gradle plugin that was necessary when upgrading to Gradle 7.3, but this has not been verified. [1]: https://github.com/bisq-network/bisq/pull/5824#issuecomment-968276686 |
||
---|---|---|
.github | ||
.idea | ||
apitest | ||
assets/src | ||
cli/src | ||
common/src | ||
core | ||
daemon/src | ||
desktop | ||
docs | ||
gradle | ||
inventory/src/main | ||
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.