Merge branch 'master' into java10-support

This commit is contained in:
Christoph Atteneder 2018-09-14 16:05:16 +02:00 committed by GitHub
commit 40eadcc6e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 45 additions and 46 deletions

View File

@ -1,5 +1,7 @@
language: java
jdk: oraclejdk10
before_install:
grep -v '^#' src/main/resources/META-INF/services/bisq.asset.Asset | sort --check --dictionary-order --ignore-case
notifications:
slack:
on_success: change

View File

@ -1,55 +1,52 @@
<img src="https://bisq.network/images/logo_white_bg.png" width="410" />
# Bisq
[![Build Status](https://travis-ci.org/bisq-network/bisq.svg?branch=master)](https://travis-ci.org/bisq-network/bisq)
What is Bisq?
------------------
## What is Bisq?
Bisq is a cross-platform desktop application that allows users to trade national currency (dollars, euros, etc) for bitcoin without relying on centralized exchanges such as Coinbase, Bitstamp or (the former) Mt. Gox.
Bisq is a safe, private and decentralized way to exchange bitcoin for national currencies and other cryptocurrencies. Bisq uses peer-to-peer technology and multi-signature escrow to facilitate trading without the need for a centralized third party exchange. Bisq is non-custodial (never holds your funds), and incorporates a human arbitration system to resolve disputes.
By running Bisq on their local machines, users form a peer-to-peer network. Offers to buy and sell bitcoin are broadcast to that network, and through the process of offering and accepting these trades via the Bisq UI, a market is established.
There are no central points of control or failure in the Bisq network. There are no trusted third parties. When two parties agree to trade national currency for bitcoin, the bitcoin to be bought or sold is held in escrow using multisignature transaction capabilities native to the bitcoin protocol.
Because the national currency portion of any trade must be transferred via traditional means such as a wire transfer, Bisq incorporates first-class support for human arbitration to resolve any errors or disputes.
You can read about all of this and more in the [whitepaper](https://bisq.network/bitsquare.pdf) and [arbitration](https://bisq.network/arbitration_system.pdf) documents. Several [videos](https://bisq.network/blog/category/video) are available as well.
Status
------
Bisq has released the beta version on the 27th of April 2016. It is operational since that time without any major incident.
Please follow the current development state at our [road map]( https://bisq.network/roadmap).
For the latest version checkout our [releases page](https://github.com/bisq-network/exchange/releases) at GitHub.
Building from source
--------------------
See [doc/build.md](doc/build.md).
[AUR for Arch Linux](https://aur.archlinux.org/packages/bisq-git/)
For more information, see https://bisq-network/intro and for step-by-step getting started instructions, see https://bisq.network/get-started.
Staying in Touch
----------------
## Building Bisq
Contact the team and keep up to date using any of the following:
You will need [JDK 8](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) installed to complete the following instructions.
- The [Bisq website](https://bisq.network)
- GitHub [Issues](https://github.com/bisq-network/bisq-desktop/issues)
- The [Bisq forum]( https://bisq.community)
- The [#bisq](https://webchat.freenode.net/?channels=bisq) IRC channel on Freenode
- Our [contributor mailing list](https://lists.bisq.network/listinfo/bisq-contrib)
- [@bisq_network](https://twitter.com/bisq_network) on Twitter
- The [Bisq newsletter](https://eepurl.com/5uQf9)
1. Clone the Bisq source code and cd into `bisq`
git clone https://github.com/bisq-network/bisq
cd bisq
2. Build Bisq
You do _not_ need to install Gradle to complete the following command. The `gradlew` shell script will install it for you if necessary.
./gradlew build
License
-------
## Running Bisq
Bisq is [free software](https://www.gnu.org/philosophy/free-sw.html), licensed under version 3 of the [GNU Affero General Public License](https://gnu.org/licenses/agpl.html).
With the above build complete, the Bisq executable jar is now available in the `desktop/build/libs/` directory. Run it as follows, replacing `{version}` with the actual version found in the filename:
In short, this means you are free to fork this repository and do anything with it that you please. However, if you _distribute_ your changes, i.e. create your own build of the software and make it available for others to use, you must:
java -jar desktop/build/libs/desktop-{version}-all.jar`
1. Publish your changes under the same license, so as to ensure the software remains free.
2. Use a name and logo substantially different than "Bisq" and the Bisq logo seen here. This allows for competition without confusion.
See [LICENSE](LICENSE) for complete details.
## Importing Bisq into Intellij IDEA
_The following instructions have been tested on IDEA 2018.2_
1. Open IDEA
1. Go to `Help->Edit Custom Properties...`, add a line to the file that reads `idea.max.intellisense.filesize=12500` (to handle Bisq's very large generated `PB.java` Protobuf source file)
1. Go to `Preferences->Plugins`. Search for and install the _Lombok_ plugin. When prompted, do not restart IDEA.
1. Go to `Preferences->Build, Execution, Deployment->Compiler->Annotation Processors` and check the `Enable annotation processing` option (to enable processing of Lombok annotations)
1. Restart IDEA
1. Go to `Import Project`, select `settings.gradle` and click `Open`
1. In the `Import Project from Gradle` screen, check the `Use auto-import` option and click `OK`
1. When prompted whether to overwrite the existing `.idea` directory, click `Yes`
1. In the `Project` tool window, right click on the root-level `.idea` folder, select `Git->Revert...` and click OK in the dialog that appears (to restore source-controlled `.idea` configuration files that get overwritten during project import)
1. Go to `Build->Build project`. Everything should build cleanly. You should be able to run tests, run `main` methods in any component, etc.
> TIP: If you encounter compilation errors related to the `io.bisq.generated.protobuffer.PB` class, it is probably because you didn't run the full Gradle build above. You need to run the `generateProto` task in the `common` project. You can do this via the Gradle tool window in IDEA, or you can do it the command line with `cd common; ./gradlew generateProto`. Once you've done that, run `Build->Build project` again and you should have no errors.

View File

@ -925,11 +925,11 @@ setting.about.subsystems.val=Network version: {0}; P2P message version: {1}; Loc
account.tab.arbitratorRegistration=Arbitrator registration
account.tab.account=Account
account.info.headline=Welcome to your Bisq Account
account.info.msg=Here you can setup trading accounts for national currencies & altcoins, select arbitrators and backup your wallet & account data.\n\n\
account.info.msg=Here you can add trading accounts for national currencies & altcoins, select arbitrators and create a backup of your wallet & account data.\n\n\
An empty Bitcoin wallet was created the first time you started Bisq.\n\
We recommend that you write down your Bitcoin wallet seed words (see button on the left) and consider adding a password before funding. Bitcoin deposits and withdrawals are managed in the \"Funds\" section.\n\n\
Privacy & Security:\n\
Bisq is a decentralized exchange meaning all of your data is kept on your computer, there are no servers and we have no access to your personal info, your funds or even your IP address. Data such as bank account numbers, altcoin & Bitcoin addresses, etc are only shared with your trading partner to fulfill trades you initiate (in case of a dispute the arbitrator will see the same data like your trading peer).
Bisq is a decentralized exchange meaning all of your data is kept on your computer - there are no servers and we have no access to your personal info, your funds or even your IP address. Data such as bank account numbers, altcoin & Bitcoin addresses, etc are only shared with your trading partner to fulfill trades you initiate (in case of a dispute the arbitrator will see the same data as your trading peer).
account.menu.paymentAccount=National currency accounts
account.menu.altCoinsAccountView=Altcoin accounts
@ -1039,9 +1039,9 @@ account.seed.backup.title=Backup your wallets seed words
account.seed.info=Please write down both wallet seed words and the date! \
You can recover your wallet any time with those seed words and the date.\n\
The seed words are used for both the BTC and the BSQ wallet.\n\n\
You should write down the seed words on a sheet of paper and not save them on your computer.\n\n\
You should write down the seed words on a sheet of paper. Do not save them on your computer.\n\n\
Please note that the seed words are NOT a replacement for a backup.\n\
You need to backup the whole application directory at the \"Account/Backup\" screen to recover the valid application state and data.\n\
You need to create a backup of the whole application directory at the \"Account/Backup\" screen to recover the valid application state and data.\n\
Importing seed words is only recommended for emergency cases. The application will not be functional without a proper backup of the database files and keys!
account.seed.warn.noPw.msg=You have not setup a wallet password which would protect the display of the seed words.\n\n\
Do you want to display the seed words?

View File

@ -80,7 +80,7 @@ For Mac OSX, you will need to set JAVA_HOME as:
$ . ~/.bashrc
### If using Intellij install the Lombok plugin
### 2. If using Intellij install the Lombok plugin
https://plugins.jetbrains.com/plugin/6317-lombok-plugin
Build Bisq