diff --git a/gui/compiled/main/java/io/bitsquare/gui/bitsquare.css b/gui/compiled/main/java/io/bitsquare/gui/bitsquare.css
deleted file mode 100644
index 47f86337b4..0000000000
--- a/gui/compiled/main/java/io/bitsquare/gui/bitsquare.css
+++ /dev/null
@@ -1,489 +0,0 @@
-/*
-Theme colors:
-
-logo colors:
-
-new blue: 0f87c3
-new grey: 666666
-
-00abff
-orange webpage quotes : ff7f00
-
-
-main bg grey: dddddd
-content bg grey: f4f4f4
-tab pane upper bg gradient color mid dark grey to bright grey: cfcfcf -> dddddd
-upper border on tab: cfcfcf
-lower border on tab: b5b5b5
-upper gradient color on tab: d3d3d3
-lower gradient color on tab: dddddd
-*/
-
-.root {
- -bs-grey: #666666;
- -bs-bg-grey: #dddddd;
- -bs-error-red: #dd0000;
-
- -fx-accent: #0f87c3;
- -fx-default-button: derive(-fx-accent, 95%);
- -fx-focus-color: -fx-accent;
- -fx-faint-focus-color: #0f87c322;
- -fx-selection-bar: derive(-fx-accent, 50%);
-}
-
-/* Splash */
-#splash {
- -fx-background-color: #ffffff;
-}
-
-#splash-error-state-msg {
- -fx-text-fill: -bs-error-red;
-}
-
-#splash-bitcoin-network-label {
- -fx-text-fill: -fx-accent;
- -fx-weight: bold;
-}
-
-/* Main UI */
-#base-content-container {
- -fx-background-color: -bs-bg-grey;
-}
-
-#content-pane {
- -fx-background-color: #f4f4f4;
-}
-
-#headline-label {
- -fx-font-weight: bold;
- -fx-font-size: 18;
-}
-
-/* Main navigation */
-#nav-button {
- -fx-cursor: hand;
- -fx-background-color: transparent;
-}
-
-#nav-button .text {
- -fx-font-size: 10;
-}
-
-#nav-button:selected .text {
- -fx-font-size: 11;
- -fx-font-weight: bold;
- -fx-fill: -fx-accent;
-}
-
-#nav-button-label {
- -fx-font-size: 10;
-}
-
-#nav-balance-label {
- -fx-font-weight: bold;
- -fx-alignment: center;
- -fx-background-color: #dddddd;
-}
-
-#nav-alert-label {
- -fx-font-weight: bold;
- -fx-font-size: 11;
- -fx-text-fill: white;
-}
-
-.text-field:readonly {
- -fx-text-fill: #000000;
- -fx-background-color: #FAFAFA;
-}
-
-#feedback-text {
- -fx-font-size: 10;
-}
-
-#label-url {
- -fx-cursor: hand;
- -fx-text-fill: blue;
- -fx-underline: true;
-}
-
-#icon-button {
- -fx-cursor: hand;
- -fx-background-color: transparent;
-}
-
-.copy-icon {
- -fx-text-fill: -fx-accent;
- -fx-cursor: hand;
-}
-
-.copy-icon:hover {
- -fx-text-fill: black;
-}
-
-/*******************************************************************************
- * *
- * Tooltip *
- * *
- ******************************************************************************/
-
-.tooltip {
- -fx-background: white;
- -fx-text-fill: black;
- -fx-background-color: white;
- -fx-background-radius: 6px;
- -fx-background-insets: 0;
- -fx-padding: 0.667em 0.75em 0.667em 0.75em; /* 10px */
- -fx-effect: dropshadow(three-pass-box, rgba(0, 0, 0, 0.5), 10, 0.0, 0, 3);
- -fx-font-size: 0.85em;
-}
-
-/* Same style like non editable textfield. But textfield spans a whole column in a grid, so we use generally
-textfield */
-#label-with-background {
- -fx-background-color: #FAFAFA;
- -fx-border-radius: 4;
- -fx-padding: 4 4 4 4;
-}
-
-#address-text-field {
- -fx-cursor: hand;
- -fx-text-fill: -fx-accent;
-}
-
-#address-text-field:hover {
- -fx-text-fill: black;
-}
-
-#funds-confidence {
- -fx-progress-color: dimgrey;
-}
-
-/* .table-view */
-.table-view .table-cell {
- -fx-alignment: center;
-}
-
-.table-view .column-header .label {
- -fx-alignment: center;
-}
-
-.table-view .focus {
- -fx-alignment: center;
-}
-
-.table-view .text {
- -fx-fill: black;
-}
-
-.table-view .table-row-cell:selected .table-row-cell:row-selection .table-row-cell:cell-selection .text {
- -fx-fill: white;
-}
-
-.table-view .table-row-cell:selected .button .text {
- -fx-fill: black;
-}
-
-.table-view .table-row-cell .copy-icon .text {
- -fx-fill: -fx-accent;
-}
-
-.table-view .table-row-cell .copy-icon .text:hover {
- -fx-fill: black;
-}
-
-.table-view .table-row-cell:selected .copy-icon .text {
- -fx-fill: white;
-}
-
-.table-view .table-row-cell:selected .copy-icon .text:hover {
- -fx-fill: black;
-}
-
-.table-view .table-row-cell .hyperlink .text {
- -fx-fill: -fx-accent;
-}
-
-.table-view .table-row-cell .hyperlink .text:hover {
- -fx-fill: black;
-}
-
-.table-view .table-row-cell:selected .hyperlink .text {
- -fx-fill: white;
-}
-
-.table-view .table-row-cell:selected .hyperlink .text:hover {
- -fx-fill: black;
-}
-
-#form-header-text {
- -fx-font-weight: bold;
- -fx-font-size: 14;
-}
-
-#non-clickable-icon {
- -fx-text-fill: #AAAAAA;
-}
-
-#clickable-icon {
- -fx-text-fill: -fx-accent;
- -fx-cursor: hand;
-}
-
-#clickable-icon:hover {
- -fx-text-fill: #666666;
-}
-
-#form-title {
- -fx-font-weight: bold;
-}
-
-/* tab pane */
-.tab-pane .tab-label {
- -fx-font-size: 15;
-}
-
-.tab-pane:focused {
- -fx-background-color: transparent;
-}
-
-.tab-header-area:focused {
- -fx-background-color: transparent;
-}
-
-.tab:focused {
- -fx-background-color: transparent;
-}
-
-/* table-view */
-.table-view:focused {
- -fx-background-color: transparent;
-}
-
-/* scroll-pane */
-
-.scroll-pane {
- -fx-background-insets: 0;
- -fx-padding: 0;
-}
-
-.scroll-pane:focused {
- -fx-background-insets: 0;
-}
-
-.scroll-pane .corner {
- -fx-background-insets: 0;
-}
-
-/* validation */
-#validation-error {
- -fx-text-fill: red;
-}
-
-/* Account */
-
-#content-pane-top {
- -fx-background-color: #cfcfcf,
- linear-gradient(#cfcfcf 0%, #b5b5b5 100%),
- linear-gradient(#d3d3d3 0%, -bs-bg-grey 100%);
- -fx-background-insets: 0 0 0 0, 0, 1;
-}
-
-#info-icon-label {
- -fx-font-size: 16;
- -fx-text-fill: #333000;
-}
-
-/* Create offer */
-#direction-icon-label {
- -fx-font-weight: bold;
- -fx-font-size: 16;
- -fx-text-fill: -bs-grey;
-}
-
-#input-description-label {
- -fx-font-size: 11;
- -fx-alignment: center;
-}
-
-#create-offer-calc-label {
- -fx-font-weight: bold;
- -fx-font-size: 20;
- -fx-padding: 15 5 0 5;
-}
-
-#currency-info-label {
- -fx-border-radius: 0 4 4 0;
- -fx-padding: 4 4 4 4;
- -fx-background-color: #f6f6f6;
- -fx-border-color: #aaa;
- -fx-border-style: solid solid solid none;
- -fx-border-insets: 0 0 0 -2;
-}
-
-#totals-separator {
- -fx-background: #AAAAAA;
-}
-
-#payment-info {
- -fx-background-color: #f4f4f4;
-}
-
-/* Account setup */
-#wizard-title-deactivated {
- -fx-font-weight: bold;
- -fx-font-size: 16;
- -fx-text-fill: #999999;
-}
-
-#wizard-title-active {
- -fx-font-weight: bold;
- -fx-font-size: 16;
- -fx-text-fill: #333333;
-}
-
-#wizard-title-completed {
- -fx-font-weight: bold;
- -fx-font-size: 16;
- -fx-text-fill: #333333;
-}
-
-#wizard-sub-title-deactivated {
- -fx-text-fill: #999999;
-}
-
-#wizard-sub-title-active {
- -fx-text-fill: #333333;
-}
-
-#wizard-sub-title-completed {
- -fx-text-fill: #333333;
-}
-
-#wizard-item-background-deactivated {
- -fx-body-color: linear-gradient(to bottom, #f4f4f4, #F0F0F0);
- -fx-outer-border: linear-gradient(to bottom, #dddddd, #ccc);
- -fx-background-color: -fx-shadow-highlight-color,
- -fx-outer-border,
- -fx-inner-border,
- -fx-body-color;
- -fx-background-insets: 0 0 -1 0, 0, 1, 2;
- -fx-background-radius: 3px, 3px, 2px, 1px;
-}
-
-#wizard-item-background-active {
- -fx-body-color: linear-gradient(to bottom, #f1f6f7, #e7f5f9);
- -fx-outer-border: linear-gradient(to bottom, #b5e1ef, #6aa4b6);
- -fx-background-color: -fx-shadow-highlight-color,
- -fx-outer-border,
- -fx-inner-border,
- -fx-body-color;
- -fx-background-insets: 0 0 -1 0, 0, 1, 2;
- -fx-background-radius: 3px, 3px, 2px, 1px;
-}
-
-#wizard-item-background-completed {
- -fx-body-color: linear-gradient(to bottom, #f4f4f4, #F0F0F0);
- -fx-outer-border: linear-gradient(to bottom, #99ba9c, #619865);
- -fx-background-color: -fx-shadow-highlight-color,
- -fx-outer-border,
- -fx-inner-border,
- -fx-body-color;
- -fx-background-insets: 0 0 -1 0, 0, 1, 2;
- -fx-background-radius: 3px, 3px, 2px, 1px;
-}
-
-/* Account settings */
-#wizard-title-disabled {
- -fx-font-weight: bold;
- -fx-font-size: 16;
- -fx-text-fill: #999999;
-}
-
-#wizard-title-active {
- -fx-font-weight: bold;
- -fx-font-size: 16;
- -fx-text-fill: #333333;
-}
-
-#wizard-title-selected {
- -fx-font-weight: bold;
- -fx-font-size: 16;
- -fx-text-fill: -fx-accent;
-}
-
-#account-settings-item-background-disabled {
- -fx-body-color: linear-gradient(to bottom, #f4f4f4, #F0F0F0);
- -fx-outer-border: linear-gradient(to bottom, #dddddd, #ccc);
- -fx-background-color: -fx-shadow-highlight-color,
- -fx-outer-border,
- -fx-inner-border,
- -fx-body-color;
- -fx-background-insets: 0 0 -1 0, 0, 1, 2;
- -fx-background-radius: 3px, 3px, 2px, 1px;
-}
-
-#account-settings-item-background-active {
- -fx-body-color: linear-gradient(to bottom, #f4f4f4, #F0F0F0);
- -fx-outer-border: linear-gradient(to bottom, #dddddd, #ccc);
- -fx-background-color: -fx-shadow-highlight-color,
- -fx-outer-border,
- -fx-inner-border,
- -fx-body-color;
- -fx-background-insets: 0 0 -1 0, 0, 1, 2;
- -fx-background-radius: 3px, 3px, 2px, 1px;
-}
-
-#account-settings-item-background-selected {
- -fx-body-color: linear-gradient(to bottom, #f1f6f7, #e7f5f9);
- -fx-outer-border: linear-gradient(to bottom, #b5e1ef, #6aa4b6);
- -fx-background-color: -fx-shadow-highlight-color,
- -fx-outer-border,
- -fx-inner-border,
- -fx-body-color;
- -fx-background-insets: 0 0 -1 0, 0, 1, 2;
- -fx-background-radius: 3px, 3px, 2px, 1px;
-}
-
-/* TitledGroupBg */
-#titled-group-bg-label {
- -fx-font-weight: bold;
- -fx-font-size: 14;
- -fx-text-fill: -bs-grey;
- -fx-background-color: #f4f4f4;
-}
-
-#titled-group-bg-label-active {
- -fx-font-weight: bold;
- -fx-font-size: 14;
- -fx-text-fill: -fx-accent;
- -fx-background-color: #f4f4f4;
-}
-
-#titled-group-bg {
- -fx-body-color: linear-gradient(to bottom, #f4f4f4, #F0F0F0);
- -fx-outer-border: linear-gradient(to bottom, #dddddd, #ccc);
- -fx-background-color: -fx-shadow-highlight-color,
- -fx-outer-border,
- -fx-inner-border,
- -fx-body-color;
- -fx-background-insets: 0 0 -1 0, 0, 1, 2;
- -fx-background-radius: 3px, 3px, 2px, 1px;
-}
-
-#titled-group-bg-active {
- -fx-body-color: linear-gradient(to bottom, #f4f4f4, #F0F0F0);
- -fx-outer-border: linear-gradient(to bottom, #9bbdc9, #57acc9);
- -fx-background-color: -fx-shadow-highlight-color,
- -fx-outer-border,
- -fx-inner-border,
- -fx-body-color;
- -fx-background-insets: 0 0 -1 0, 0, 1, 2;
- -fx-background-radius: 3px, 3px, 2px, 1px;
-}
-
-/* TitledSeparator */
-#titled-separator:horizontal .line {
- -fx-border-color: transparent #f4f4f4 transparent #f4f4f4;
- -fx-background-color: transparent;
- -fx-border-width: 10px;
-}
diff --git a/gui/compiled/main/java/io/bitsquare/gui/images.css b/gui/compiled/main/java/io/bitsquare/gui/images.css
deleted file mode 100644
index ff2d78763f..0000000000
--- a/gui/compiled/main/java/io/bitsquare/gui/images.css
+++ /dev/null
@@ -1,141 +0,0 @@
-/* splash screen */
-#image-splash-logo {
- -fx-image: url("../../../images/logo_splash.png");
-}
-
-/* notification */
-#notification-logo {
- -fx-image: url("../../../images/notification_logo.png");
-}
-
-/* shared*/
-#image-info {
- -fx-image: url("../../../images/info.png");
-}
-
-#image-alert-round {
- -fx-image: url("../../../images/alert_round.png");
-}
-
-#image-remove {
- -fx-image: url("../../../images/remove.png");
-}
-
-#image-buy {
- -fx-image: url("../../../images/buy.png");
-}
-
-#image-sell {
- -fx-image: url("../../../images/sell.png");
-}
-
-#image-expand {
- -fx-image: url("../../../images/expand.png");
-}
-
-#image-collapse {
- -fx-image: url("../../../images/collapse.png");
-}
-
-#image-buy-large {
- -fx-image: url("../../../images/buy_large.png");
-}
-
-#image-sell-large {
- -fx-image: url("../../../images/sell_large.png");
-}
-
-/* navigation buttons */
-#image-nav-home {
- -fx-image: url("../../../images/nav/home.png");
-}
-
-#image-nav-home-active {
- -fx-image: url("../../../images/nav/home_active.png");
-}
-
-#image-nav-buy {
- -fx-image: url("../../../images/nav/buy.png");
-}
-
-#image-nav-buy-active {
- -fx-image: url("../../../images/nav/buy_active.png");
-}
-
-#image-nav-sell {
- -fx-image: url("../../../images/nav/sell.png");
-}
-
-#image-nav-sell-active {
- -fx-image: url("../../../images/nav/sell_active.png");
-}
-
-#image-nav-portfolio {
- -fx-image: url("../../../images/nav/portfolio.png");
-}
-
-#image-nav-portfolio-active {
- -fx-image: url("../../../images/nav/portfolio_active.png");
-}
-
-#image-nav-funds {
- -fx-image: url("../../../images/nav/funds.png");
-}
-
-#image-nav-funds-active {
- -fx-image: url("../../../images/nav/funds_active.png");
-}
-
-#image-nav-msg {
- -fx-image: url("../../../images/nav/msg.png");
-}
-
-#image-nav-msg-active {
- -fx-image: url("../../../images/nav/msg_active.png");
-}
-
-#image-nav-settings {
- -fx-image: url("../../../images/nav/settings.png");
-}
-
-#image-nav-settings-active {
- -fx-image: url("../../../images/nav/settings_active.png");
-}
-
-#image-nav-account {
- -fx-image: url("../../../images/nav/account.png");
-}
-
-#image-nav-account-active {
- -fx-image: url("../../../images/nav/account_active.png");
-}
-
-/* account*/
-#image-tick {
- -fx-image: url("../../../images/tick.png");
-}
-
-#image-arrow-blue {
- -fx-image: url("../../../images/arrow_blue.png");
-}
-
-#image-arrow-grey {
- -fx-image: url("../../../images/arrow_grey.png");
-}
-
-/* connection state*/
-#image-connection-direct {
- -fx-image: url("../../../images/connection/direct.png");
-}
-
-#image-connection-nat {
- -fx-image: url("../../../images/connection/nat.png");
-}
-
-#image-connection-relay {
- -fx-image: url("../../../images/connection/relay.png");
-}
-
-#image-connection-synced {
- -fx-image: url("../../../images/connection/synced.png");
-}
\ No newline at end of file
diff --git a/gui/compiled/main/java/io/bitsquare/gui/main/MainView.fxml b/gui/compiled/main/java/io/bitsquare/gui/main/MainView.fxml
deleted file mode 100644
index 78a4a23c28..0000000000
--- a/gui/compiled/main/java/io/bitsquare/gui/main/MainView.fxml
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/gui/compiled/main/java/io/bitsquare/gui/main/account/AccountView.fxml b/gui/compiled/main/java/io/bitsquare/gui/main/account/AccountView.fxml
deleted file mode 100644
index 5187d4a2c9..0000000000
--- a/gui/compiled/main/java/io/bitsquare/gui/main/account/AccountView.fxml
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/gui/compiled/main/java/io/bitsquare/gui/main/account/arbitrator/ArbitratorSettingsView.fxml b/gui/compiled/main/java/io/bitsquare/gui/main/account/arbitrator/ArbitratorSettingsView.fxml
deleted file mode 100644
index 99e13f1f47..0000000000
--- a/gui/compiled/main/java/io/bitsquare/gui/main/account/arbitrator/ArbitratorSettingsView.fxml
+++ /dev/null
@@ -1,38 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/gui/compiled/main/java/io/bitsquare/gui/main/account/arbitrator/browser/ArbitratorBrowserView.fxml b/gui/compiled/main/java/io/bitsquare/gui/main/account/arbitrator/browser/ArbitratorBrowserView.fxml
deleted file mode 100644
index 74cd7b669a..0000000000
--- a/gui/compiled/main/java/io/bitsquare/gui/main/account/arbitrator/browser/ArbitratorBrowserView.fxml
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/gui/compiled/main/java/io/bitsquare/gui/main/account/arbitrator/profile/ArbitratorProfileView.fxml b/gui/compiled/main/java/io/bitsquare/gui/main/account/arbitrator/profile/ArbitratorProfileView.fxml
deleted file mode 100644
index 4e816828a9..0000000000
--- a/gui/compiled/main/java/io/bitsquare/gui/main/account/arbitrator/profile/ArbitratorProfileView.fxml
+++ /dev/null
@@ -1,88 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/gui/compiled/main/java/io/bitsquare/gui/main/account/arbitrator/registration/ArbitratorRegistrationView.fxml b/gui/compiled/main/java/io/bitsquare/gui/main/account/arbitrator/registration/ArbitratorRegistrationView.fxml
deleted file mode 100644
index fd7d993400..0000000000
--- a/gui/compiled/main/java/io/bitsquare/gui/main/account/arbitrator/registration/ArbitratorRegistrationView.fxml
+++ /dev/null
@@ -1,192 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/gui/compiled/main/java/io/bitsquare/gui/main/account/content/changepassword/ChangePasswordView.fxml b/gui/compiled/main/java/io/bitsquare/gui/main/account/content/changepassword/ChangePasswordView.fxml
deleted file mode 100644
index 1b95321a87..0000000000
--- a/gui/compiled/main/java/io/bitsquare/gui/main/account/content/changepassword/ChangePasswordView.fxml
+++ /dev/null
@@ -1,80 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/gui/compiled/main/java/io/bitsquare/gui/main/account/content/fiat/FiatAccountView.fxml b/gui/compiled/main/java/io/bitsquare/gui/main/account/content/fiat/FiatAccountView.fxml
deleted file mode 100644
index f4be515544..0000000000
--- a/gui/compiled/main/java/io/bitsquare/gui/main/account/content/fiat/FiatAccountView.fxml
+++ /dev/null
@@ -1,137 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/gui/compiled/main/java/io/bitsquare/gui/main/account/content/irc/IrcAccountView.fxml b/gui/compiled/main/java/io/bitsquare/gui/main/account/content/irc/IrcAccountView.fxml
deleted file mode 100644
index a0286b0183..0000000000
--- a/gui/compiled/main/java/io/bitsquare/gui/main/account/content/irc/IrcAccountView.fxml
+++ /dev/null
@@ -1,87 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/gui/compiled/main/java/io/bitsquare/gui/main/account/content/password/PasswordView.fxml b/gui/compiled/main/java/io/bitsquare/gui/main/account/content/password/PasswordView.fxml
deleted file mode 100644
index 102c5c7e7c..0000000000
--- a/gui/compiled/main/java/io/bitsquare/gui/main/account/content/password/PasswordView.fxml
+++ /dev/null
@@ -1,74 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/gui/compiled/main/java/io/bitsquare/gui/main/account/content/registration/RegistrationView.fxml b/gui/compiled/main/java/io/bitsquare/gui/main/account/content/registration/RegistrationView.fxml
deleted file mode 100644
index 00144dac5a..0000000000
--- a/gui/compiled/main/java/io/bitsquare/gui/main/account/content/registration/RegistrationView.fxml
+++ /dev/null
@@ -1,93 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/gui/compiled/main/java/io/bitsquare/gui/main/account/content/restrictions/RestrictionsView.fxml b/gui/compiled/main/java/io/bitsquare/gui/main/account/content/restrictions/RestrictionsView.fxml
deleted file mode 100644
index 2f7ab786b9..0000000000
--- a/gui/compiled/main/java/io/bitsquare/gui/main/account/content/restrictions/RestrictionsView.fxml
+++ /dev/null
@@ -1,144 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/gui/compiled/main/java/io/bitsquare/gui/main/account/content/seedwords/SeedWordsView.fxml b/gui/compiled/main/java/io/bitsquare/gui/main/account/content/seedwords/SeedWordsView.fxml
deleted file mode 100644
index 86df0e6cd1..0000000000
--- a/gui/compiled/main/java/io/bitsquare/gui/main/account/content/seedwords/SeedWordsView.fxml
+++ /dev/null
@@ -1,67 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/gui/compiled/main/java/io/bitsquare/gui/main/account/settings/AccountSettingsView.fxml b/gui/compiled/main/java/io/bitsquare/gui/main/account/settings/AccountSettingsView.fxml
deleted file mode 100644
index 683c04db27..0000000000
--- a/gui/compiled/main/java/io/bitsquare/gui/main/account/settings/AccountSettingsView.fxml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/gui/compiled/main/java/io/bitsquare/gui/main/account/setup/AccountSetupWizard.fxml b/gui/compiled/main/java/io/bitsquare/gui/main/account/setup/AccountSetupWizard.fxml
deleted file mode 100644
index 0fd4dacacc..0000000000
--- a/gui/compiled/main/java/io/bitsquare/gui/main/account/setup/AccountSetupWizard.fxml
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/gui/compiled/main/java/io/bitsquare/gui/main/funds/FundsView.fxml b/gui/compiled/main/java/io/bitsquare/gui/main/funds/FundsView.fxml
deleted file mode 100644
index 42e9c13722..0000000000
--- a/gui/compiled/main/java/io/bitsquare/gui/main/funds/FundsView.fxml
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/gui/compiled/main/java/io/bitsquare/gui/main/funds/transactions/TransactionsView.fxml b/gui/compiled/main/java/io/bitsquare/gui/main/funds/transactions/TransactionsView.fxml
deleted file mode 100644
index e0dc1aba6d..0000000000
--- a/gui/compiled/main/java/io/bitsquare/gui/main/funds/transactions/TransactionsView.fxml
+++ /dev/null
@@ -1,51 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/gui/compiled/main/java/io/bitsquare/gui/main/funds/withdrawal/WithdrawalView.fxml b/gui/compiled/main/java/io/bitsquare/gui/main/funds/withdrawal/WithdrawalView.fxml
deleted file mode 100644
index ce7b6b9590..0000000000
--- a/gui/compiled/main/java/io/bitsquare/gui/main/funds/withdrawal/WithdrawalView.fxml
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/gui/compiled/main/java/io/bitsquare/gui/main/home/HomeView.fxml b/gui/compiled/main/java/io/bitsquare/gui/main/home/HomeView.fxml
deleted file mode 100644
index 692da362df..0000000000
--- a/gui/compiled/main/java/io/bitsquare/gui/main/home/HomeView.fxml
+++ /dev/null
@@ -1,35 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/gui/compiled/main/java/io/bitsquare/gui/main/msg/MsgView.fxml b/gui/compiled/main/java/io/bitsquare/gui/main/msg/MsgView.fxml
deleted file mode 100644
index 493a586df2..0000000000
--- a/gui/compiled/main/java/io/bitsquare/gui/main/msg/MsgView.fxml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/gui/compiled/main/java/io/bitsquare/gui/main/portfolio/closed/ClosedTradesView.fxml b/gui/compiled/main/java/io/bitsquare/gui/main/portfolio/closed/ClosedTradesView.fxml
deleted file mode 100644
index 2adf2485dd..0000000000
--- a/gui/compiled/main/java/io/bitsquare/gui/main/portfolio/closed/ClosedTradesView.fxml
+++ /dev/null
@@ -1,56 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/gui/compiled/main/java/io/bitsquare/gui/main/portfolio/offer/OffersView.fxml b/gui/compiled/main/java/io/bitsquare/gui/main/portfolio/offer/OffersView.fxml
deleted file mode 100644
index aeb8b60a95..0000000000
--- a/gui/compiled/main/java/io/bitsquare/gui/main/portfolio/offer/OffersView.fxml
+++ /dev/null
@@ -1,57 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/todo.txt b/todo.txt
deleted file mode 100644
index 22851e2d37..0000000000
--- a/todo.txt
+++ /dev/null
@@ -1,196 +0,0 @@
-- add/remove listeners
-- Popup
-- text, fine tuning
-- sys tray icon more contrast
-- icon grey darker
-
-
-- confirm spinner hi cpu usage
-- mem leaks? cleanup
-- deposit screen -> wallet overview?
-sync not stopping bug
-- notification pane from mhearn
-
-usability test maria:
-- min amount unclear
-- volume unclear (wording)
-- question mark not recognized
-- collateral missing word for refunding
-- add EUR to fee (0,001 BTC (appr. 0,40 EUR)
-- prefill price and min amount
-- hint to edit volume
-- link button for address ? open weblink icon?
-- fill price prompt text with latest best price
-
-
-prio list:
-
-- app
-- when closing window but not app. make sure all messaging works as well and is independent from gui
-- improve tx creation and make p2sh
-- mailbox needed if trader leaves after deposit tx.
-- 2. use trade case
-- messaging
-
-
-GUI: (10 PD)
-- Buy/Sell: header filter, cleanup, 1 PD
-- Create offer: cleanup 0,5 PD -> DONE
-- Settings: adv. settings 0,5 PD
-- Message: arbitrator chat, notifications 1 PD
-- History -> move to funds: transactions 0,5 PD -> DONE
-- Orders: pending trades, closed trades 1 PD -> DONE
-- Trade process!!!!!! 2 PD -> DONE
-- Overview: balance, latest trades, news 2 PD
-- Network sync: test, cleanup 0,5 PD -> DONE
-- Notification 0,5 PD -> DONE
-
-
-Other GUI stuff: (5 PD)
-- Popups 2 PD -> part. done
-- Bank IDs 1 PD
-- All inputs, generic component with error feedback 1 PD -> DONE
-- Formatter 0,5 PD -> DONE
-- Check for multi threading, locks 1 PD
-
-
-Code quality: (5 PD)
-- Unit tests 3 PD
-- param checks 1 PD
-- qa tools 1 PD
-- usage of annotations ?
-
-BTC domain: (15 PD)
-- Trade process: find pattern, msg objects 4 PD -> part. done
-- Use P2SH 2 PD
-- Improve Tx building, msg passing 2 PD
-- Verifications: fee, contract, bank account 4 PD
-- Fee payment 3 PD
-
-Domain optimisations: (6 PD)
-- Use protobuffer 2 PD
-- Use DB 2 PD
-- Use system storage locations 0,5 PD -> DONE
-- Backup 0,5 PD
-- Password protection 1 PD
-
-
-Messaging/DHT: (23 PD)
-- Investigate other solutions 3 PD -> DONE
-- Bootstrapping 2 PD
-- Clients on server 3 PD
-- Test stability 4 PD
-- Get arrays working 2 PD -> DONE
-- Broadcast/Multicast 2 PD
-- Right management 1 PD -> DONE
-- Security 3 PD
-- Privacy 3 PD
-
-
-Arbitration system: (11 PD)
-- Register Arbitrator 1 PD
-- Select Arbitrator 0,5 PD
-- Contact Arbitrator 0,5 PD
-- Rate Arbitrator 0,5 PD
-- Chat with Arbitrator 1 PD
-- Arbitrator deposit MS handling 2 PD
-- Arbitrator refund 1 PD
-- Arbitrator complaint 1 PD
-- Fraud report 2 PD
-- DHT storage, rating 1 PD
-- Blacklist 1 PD
-
-
-Misc: (16 PD)
-- Maven builds 2 PD -> DONE
-- App packager 2 PD -> DONE
-- Test diff. OS 2 PD -> DONE
-- Daemon, System tray, GUI client? 8 PD -> DONE
-- Bootstrap daemon app 2 PD -> DONE/CANCELED
-
-
-Sum: 92 PD -> 4 Months
-
-
-feedback joachim:
-- create new BUY(SELL) offer
-- Balance edit feld weg, alle font gleich, 2 balances: total, available
-- no content in table text
-- collateral
-- editable/non edit nicht klar
-- min amount BTC
-- totals amount
-- 1024/768
-- mehr text infos trade prozess
-- system warning msg after half trade period is reached to both traders
-- contact arbitrator, disabled? warning, info mit fees
-- totals textfeld triggerered amount tx value when edited - 2 sided editing of amount/total
-
-
-feedback 2 joachim:
-
-SETUP:
-- trading account -> account
-- pref. lists -> scroll and select newly added entry
-- setup: remove manage BA -> add BA
-- continue -> done
-- setup buttons: sub title weg
-- "not registered" info text -> " now registered..."
-- popup: close -> ok, copy kein button sondernd hyperlink
-- address: open wallet
-
-orederbook:
-- filter links über table, optional
-- create rechts über buy buttons
-
-create offer:
-- ? icon -> text link
-- popup explaining collateral and trade wallet
-- mining fee statt btc network fee
-
-tkae offer:
-- if range = 0 -> weg
-- Accept statt take ?
-
-
-trade proc.:
-- checkbox: i confirm that i received 800 eur in my BA. dann button "payout"
-- withdraw button + address am ende
-- friendly text explaining all
-- select weg
-- tx id -> text link "open in block expl."
-- eur betrag fehlt!
-- I confirm that I have made the bank tx/payment
-
-feedback roman:
-
-- registrierung inklar
-- tx id block infor unklar
-- min amount ?
-- sec. deposit fehlt erklärung
-- funds/withdraw not found
-- withdraw gesamtbetrag fehlt
-
-feedback lloyd:
-- password validator missing
-- selecting 2 time the same in restrictions lists not causing feedback warning
-- add should jump to entry
-- type letter should jump to entry in dropdown
-- jersey, isle of main, ... missing
-- continue button not disabled if no arbitrator selected
-- popups not working on his machine
-- edit 2, account continue does not save it
-- bank account with same bank name-> nickname
-- put restrictions bank account countries to bank account section -> one bank account has set of acc. countries
-- is label in tx public?
-- close tab deactivate when money is added (take offer, create offer)
-- ba change not updateing in create offer
-- bank accoutn should be in create offfer/takeOffer screen
-- nr. of confirmations display explicit
-- more text above clear info!
-- amount copy without EUR
-- bug in payout?
-- if too much paid in its additional sec. deposit -> extra reputation
-- mining fee explicit in withdrawal
-- orderbook table mixed currencies? bank account/currency in filter
--
\ No newline at end of file