Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add self hosted wallet generator with diffs #2

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _i18n/en/resources/moneropedia/wallet.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ The term "hot wallet" describes a Monero @account which is connected to the Inte

A cold wallet is generated on a trusted device or computer via an @airgap. If the device is to be reused, the data storage should be securely overwritten. As soon as a cold wallet is connected to the Internet or its mnemonic phrase or @spend-key is entered on an Internet-connected device, it's no longer "cold" and should be considered "hot".

A Monero @paper-wallet can be generated by downloading the source code of https://moneroaddress.org/. Verify the signature of the code on a trusted airgapped device. Create the wallet and print or store it on the media of your choice.
A Monero @paper-wallet can be generated by downloading the [monero-wallet-generator page on Getmonero]({{ site.baseurl }}/generator). Verify the signature of the code on a trusted airgapped device. Create the wallet and print or store it on the media of your choice.

Monero accounts and paper-wallets can be stored on any media - paper, USB drive, CD/DVD, or a hardware wallet device (Ledger available since June 2018).
2 changes: 1 addition & 1 deletion _i18n/en/resources/user-guides/Offline_Backup.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@

The account you've created was created in RAM, and the digital files are now inaccessible. If some adversary manages to somehow obtain the data, they will lack the long password to open it. If you need to receive payments, you have your public address, and you have the view key if needed. If you need access to it, you have your 25 word @mnemonic-seed, and you can now write out several copies of it, including an offsite copy (e.g. a bank deposit box).

Related: [Offline Account Generator](http://moneroaddress.org/)
Related: [Offline Account Generator]({{ site.baseurl}}/generator)
2 changes: 1 addition & 1 deletion _i18n/en/resources/user-guides/securely_purchase.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ An incomplete list of Exchanges that support Monero is on our [Merchants page]({

## Step 2: Download and create a Paper Wallet on a secure and air-gapped computer.

Download the @paper-wallet generator at: [moneroaddress.org](https://moneroaddress.org) and copy it to a USB stick (Direct link: [https://github.com/moneromooo-monero/monero-wallet-generator/archive/master.zip](https://github.com/moneromooo-monero/monero-wallet-generator/archive/master.zip)).
Download the @paper-wallet generator at: [getmonero.org/generator]({{ site.baseurl}}/generator) and copy it to a USB stick (direct link: [monero-wallet-generator.zip]({{ site.baseurl }}/resources/wallet-generator/monero-wallet-generator.zip)).

Unzip and open the paper wallet generator (monero-wallet-generator.html) into a web browser on an air-gapped (@airgap) computer that hasn't been used before, or has had a clean installation of the operative system.

Expand Down
4 changes: 4 additions & 0 deletions resources/wallet-generator/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
permalink: /generator
---
{% include_relative monero-wallet-generator.html %}
Loading