-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
employ full snapcraft build, don't use relative paths
- Loading branch information
Showing
9 changed files
with
34 additions
and
265 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
[submodule "monero"] | ||
path = monero | ||
url = https://github.com/blur-network/blur.git | ||
branch = v0.1.9.9.2-snap |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
TEMPLATE = app | ||
|
||
QT += qml quick widgets concurrent | ||
QT += qml quick widgets | ||
|
||
WALLET_ROOT=$$PWD/monero | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule monero
updated
51 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Configuration for blurd | ||
# Syntax: any command line option may be specified as 'clioptionname=value'. | ||
# See 'blurd --help' for all available options. | ||
|
||
# Overriden by snap: | ||
# data-dir=/var/log/blur | ||
# log-file=/var/log/blur/blurnetwork.log | ||
|
||
add-priority-node=66.70.189.131:52541 | ||
add-priority-node=66.70.188.178:52541 | ||
add-priority-node=66.70.189.183:52541 | ||
add-priority-node=66.70.189.183:52541 | ||
add-priority-node=51.79.66.123:52541 | ||
add-priority-node=51.79.64.184:52541 | ||
p2p-bind-port=52541 | ||
rpc-bind-port=52542 | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.