Skip to content

Commit

Permalink
Add multiple monero stagenet urls as default
Browse files Browse the repository at this point in the history
  • Loading branch information
CjS77 committed May 3, 2022
1 parent 07c3122 commit dabdb38
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
6 changes: 5 additions & 1 deletion applications/launchpad/backend/src/docker/settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,11 @@ use crate::docker::{models::ImageType, TariNetwork};
pub const DEFAULT_MINING_ADDRESS: &str =
"5AJ8FwQge4UjT9Gbj4zn7yYcnpVQzzkqr636pKto59jQcu85CFsuYVeFgbhUdRpiPjUCkA4sQtWApUzCyTMmSigFG2hDo48";

pub const DEFAULT_MONEROD_URL: &str = "http://monero-stagenet.exan.tech:38081";
pub const DEFAULT_MONEROD_URL: &str = "http://stagenet.xmr-tw.org:38081,\
http://stagenet.community.xmr.to:38081,\
http://monero-stagenet.exan.tech:38081,\
http://xmr-lux.boldsuck.org:38081,\
http://singapore.node.xmr.pm:38081";

#[derive(Default, Debug, Serialize, Deserialize)]
pub struct BaseNodeConfig {
Expand Down
1 change: 0 additions & 1 deletion applications/launchpad/build_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,3 @@ docker build -f docker_rig/frontail.Dockerfile -t quay.io/tarilabs/frontail:late
docker tag quay.io/tarilabs/frontail:latest-$platform quay.io/tarilabs/frontail:$VERSION-$platform
docker push quay.io/tarilabs/frontail:latest-$platform
docker push quay.io/tarilabs/frontail:$VERSION

2 changes: 1 addition & 1 deletion applications/launchpad/gui-vue/src/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ async function createDefaultSettings() {
rootFolder: await cacheDir() + "tari" + sep + "tmp" + sep + "dibbler",
dockerRegistry: "quay.io/tarilabs",
dockerTag: "latest",
monerodUrl: "http://monero-stagenet.exan.tech:38081",
monerodUrl: "http://stagenet.community.xmr.to:38081,http://monero-stagenet.exan.tech:3808",
moneroUseAuth: false,
moneroUsername: "",
moneroPassword: ""
Expand Down

0 comments on commit dabdb38

Please sign in to comment.