-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #69 from Start9Labs/update-23
Update Bitcoin, Add Bloom Filters
- Loading branch information
Showing
17 changed files
with
165 additions
and
29 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- SHA256SUMS.asc 2022-05-26 11:59:08.634101012 -0600 | ||
+++ SHA256SUMS.asc.temp 2022-05-26 11:59:39.067651333 -0600 | ||
@@ -155,13 +155,6 @@ | ||
-----END PGP SIGNATURE----- | ||
-----BEGIN PGP SIGNATURE----- | ||
|
||
-iI4EABMIADYWIQTDiPaWH7lyqVZ44yf2JxHb3KiuVgUCYmPznBgca3ZhY2lyYWxA | ||
-cHJvdG9ubWFpbC5jb20ACgkQ9icR29yorlZmbgEA1sImuqQigR4WOu6lju3Sy+UW | ||
-N9q0hOyEAFniiOK9ZccBAMYKXcq9JpO2W2P8BUgnEYbNK7XEe53l97tGcZqRImjd | ||
-=LoEA | ||
------END PGP SIGNATURE----- | ||
------BEGIN PGP SIGNATURE----- | ||
- | ||
iQEzBAABCgAdFiEEnerg3HBjJJ+wVHRoHkrtYphs0l0FAmJi1UEACgkQHkrtYphs | ||
0l10/gf+KpVGbw+7oYWsFF8b8DZrNJfnVTwlREncD+Nsw62a3+egzGwB1WVeCOjj | ||
i4lld60YrgLG2EDbYTP0kifaVIqxXPWVzftcLfV2P2rg+hli7+L3LVLlpMsi1lMD |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,34 @@ | ||
# Bisq Setup Guide | ||
|
||
1. Open Bisq and select "Settings" from the menu at the top | ||
|
||
![Bisq Settings](./assets/bisq0.png "Click Settings from top menu") | ||
|
||
1. Click "Network Info" from the secondary menu that appears below the main top menu | ||
|
||
![Bisq Settings](./assets/bisq1.png "Click Network Info") | ||
|
||
1. Select "Use Custom Bitcoin Core Nodes." Enter your Bitcoin Core **PEER** Tor address (found in your Embassy's Bitcoin service page, under "Interfaces"). Be certain to remove the "http://" prefix; Bisq will complain if you do not. | ||
|
||
![Bitcoin Core Node](./assets/bisq2.png "Enter Your Node's Peer Onion Address") | ||
|
||
1. Click away from the textbox and Bisq will require you to shutdown in order to make the change. Go ahead and do this, then restart Bisq. | ||
|
||
![Shutdown Warning](./assets/bisq3.png "Shut Down Your Bisq Application") | ||
|
||
1. When you restart Bisq, you will see your node, but will need to select "Use Custom Bitcoin Core Nodes" a second time, this will show the following warning about ensuring you trust the Bitcoin node: | ||
|
||
![Node Warning](./assets/bisq4.png "Your Node is Trustworthy") | ||
|
||
Fortunately, you already run a soverign Bitcoin node on your Embassy, so you can proceed confidently. Click "OK" | ||
|
||
1. At this point you should see that Bisq is syncing with your Bitcoin node in the very bottom left of the application window. If you do not see this, make sure you have selected "Use Custom Bitcoin Core Node" and restart Bisq again. | ||
|
||
![Bitcoin Syncing](./assets/bisq5.png "Bitcoin Syncing") | ||
|
||
|
||
1. Syncing is normally fairly quick, but can take up to 30minutes. Once synced, you will see the following at the bottom left. | ||
|
||
![Bitcoin Synced](./assets/bisq6.png "Bitcoin Synced") | ||
|
||
That's it! You're synced and ready to use Bisq with your own Bitcoin node on Embassy!! |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,3 +17,4 @@ else | |
echo "FATAL: Invalid argument: {from, to}. Migration failed." >&2 | ||
exit 1 | ||
fi | ||
`` |