Skip to content

Commit

Permalink
Improve guides copy, fix a properties page URL (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
gStart9 authored Jan 16, 2025
1 parent ed6f824 commit f327224
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docker_entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ echo ' masked: '$MASKED >> ${BITMONERO_DIR}/start9/stats.yaml
echo ' qr: true' >> ${BITMONERO_DIR}/start9/stats.yaml
echo ' Wallet RPC URL (Tor):' >> ${BITMONERO_DIR}/start9/stats.yaml
echo ' type: string' >> ${BITMONERO_DIR}/start9/stats.yaml
echo ' value: "'"https://$RPC_WALLET_USER_PASS$RPC_LAN_ADDRESS_WALLET:$MONERO_RPC_PORT_WALLET_RPC"'"' >> ${BITMONERO_DIR}/start9/stats.yaml
echo ' value: "'"https://$RPC_WALLET_USER_PASS$RPC_TOR_ADDRESS_WALLET:$MONERO_RPC_PORT_WALLET_RPC"'"' >> ${BITMONERO_DIR}/start9/stats.yaml
echo " description: Address for connecting to the Monero wallet RPC interface via Tor" >> ${BITMONERO_DIR}/start9/stats.yaml
echo ' copyable: true' >> ${BITMONERO_DIR}/start9/stats.yaml
echo ' masked: '$MASKED >> ${BITMONERO_DIR}/start9/stats.yaml
Expand Down
4 changes: 2 additions & 2 deletions docs/guides.md/anonero.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

1. Download [Anonero](http://anonero5wmhraxqsvzq2ncgptq6gq45qoto6fnkfwughfl4gbt44swad.onion/) (onion link). There are two apps, Anon, and Nero.
1. Open Anon and create a wallet.
1. Copy your Monero RPC Connection String from StartOS -> Monero -> Properties.
1. Paste into the "Node" field, and add `http://` as a prefix. Leave the `:18089` port suffix as is. You can leave RPC user and password blank at this time.
1. Copy your "Restricted RPC URL" connection string from StartOS -> Monero -> Properties.
1. Paste into the "Node" field, and modify the protocol prefix to `http://`. Leave the `:18089` port suffix as is. You can leave RPC user and password blank at this time.
1. If this does not connect right away, tap "Proxy Settings" and then "Set." Anon will connect to your node. Tap Next.
1. Create a passphrase. Save this, and the following seed phrase, somewhere safe. Don't fuck this up - freedom requires responsibility.
1. Continue to your wallet, and wait for it to sync to your node.
Expand Down
2 changes: 1 addition & 1 deletion docs/guides.md/feather.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

1. Download for your OS - https://featherwallet.org/download/
1. Go to File -> Settings -> Network (or click the network icon in the bottom right of the application), then click "Add Custom Node(s)"
1. Copy your RPC connection string (LAN or Tor) from your server's Monero page -> Properties and paste it in as a new line (or as the only line, removing others, to only use your private node), then click OK
1. Copy your "Restricted RPC URL" connection string (LAN or Tor) from your server's Monero page -> Properties and paste it in as a new line (or as the only line, removing others, to only use your private node), then click OK
- Be sure that the format is `yourUniqueString.local:18089` (LAN) or `yourUniqueString.onion:18089` (Tor)
- If you are using LAN, select the 'Proxy' tab and select "None." Click OK
- If you are using Tor, select the 'Proxy' tab, select "Tor," and then either use the internal daemon, or point to your own with `127.0.0.1` (Host), `9050` (Port), and disable the Feather internal daemon. Click OK
Expand Down
2 changes: 1 addition & 1 deletion docs/guides.md/monero-gui.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

1. Download for your OS - https://www.getmonero.org/downloads/
1. Go to Setting -> Node -> Remote Node, then click "+ Add Remote Node"
1. Copy your RPC connection string (LAN or Tor) from your server's Monero page -> Interfaces and paste it in as a new line (or as the only line, removing others, to only use your private node), then click OK
1. Copy your "Restricted RPC URL" connection string (LAN or Tor) from your server's Monero page -> Interfaces and paste it in as a new line (or as the only line, removing others, to only use your private node), then click OK
- Be sure that the format is `yourUniqueString.local` (LAN) or `yourUniqueString.onion` (Tor)
1. Enter the port `18081`, "Mark as Trusted Daemon," then click OK
- If you are using Tor, select the "Interface" tab, select "Socks5 Proxy," and then point to your system daemon at `127.0.0.1` (Host), `9050` (Port)
Expand Down
2 changes: 1 addition & 1 deletion docs/guides.md/monerujo.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

1. Download Monerujo from your app registry of choice (Aurora, F-Droid, Play Store), or directly from the [GitHub repository](https://github.com/m2049r/xmrwallet/releases)
1. Open Monerujo and tap the globe image under "Network" in order to switch to Tor, then tap to the right of that (on either the exiting node or the loading text) to enter the node selection screen. Then tap the `+` in the bottom-right
1. Copy your RPC connection string (Tor) from your server's Monero page -> Interfaces and paste it into the `Hostname` field
1. Copy your "Restricted RPC URL (Tor)" connection string from your server's Monero page -> Interfaces and paste it into the `Hostname` field
- Be sure that the format is `yourUniqueString.onion` (Tor)
1. Enter the port `18089`, (optionally) name your node, and (optionally) `TEST` the connection, then click `OK`
1. That's it, you're ready to use Monerujo Wallet with your own Monero node!
2 changes: 1 addition & 1 deletion docs/instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ To begin using Monero, simply hit "Configure," making changes if you wish, or us

## Connecting a Wallet

You can connect a wallet by using the "RPC URL" string from the "Properties" section of the Monero service page. User/pass authentication is optional and configurable in Config > RPC Settings > RPC Credentials. Check out the [guides](https://github.com/kn0wmad/monerod-wrapper/tree/master/docs/guides.md) for tested wallets and detailed walk-throughs.
You can connect a wallet by using the "Restricted RPC URL" string from the "Properties" section of the Monero service page. User/pass authentication is optional and configurable in Config > RPC Settings > RPC Credentials. Check out the [guides](https://github.com/kn0wmad/monerod-wrapper/tree/master/docs/guides.md) for tested wallets and detailed walk-throughs.

Welcome to Monero!

0 comments on commit f327224

Please sign in to comment.