Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
!!

!!
  • Loading branch information
hinto-janai committed Apr 12, 2022
1 parent 524926a commit 429568c
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
- This requires the ***Main Address*** and ***Private Viewkey*** which can be get with the: `address` and `viewkey` commands while inside monero-wallet-cli

* **GPG**
- if `monero-bash gpg` is on, keys will automatically be imported on installation/upgrade of package
- `monero-bash gpg <author/all>` to select which keys to import
- If `monero-bash gpg` is toggled on, keys will automatically be imported on installation/upgrade of package
- `monero-bash gpg <author/package/all>` to select which keys to import manually


# v1.0.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ watch <daemon/xmrig/p2pool> watch live output of process
edit <daemon/xmrig/p2pool> edit systemd service file
gpg toggle GPG verification of binaries
gpg import import GPG keys of package authors
gpg import <all/pkg> import all GPG keys or specific package
backup encrypt and backup your /wallets/
decrypt decrypt backup.tar.gpg
Expand Down
2 changes: 1 addition & 1 deletion docs/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ watch <daemon/xmrig/p2pool> watch live output of process
edit <daemon/xmrig/p2pool> edit systemd service file
gpg toggle GPG verification of binaries
gpg import import GPG keys of package authors
gpg import <all/pkg> import all GPG keys or specific package
backup encrypt and backup your /wallets/
decrypt decrypt backup.tar.gpg
Expand Down
4 changes: 2 additions & 2 deletions src/txt/hashlist
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ ad61f19892bc4f9d733253763c5626a0ef4b89397744728f2b4da16216d38b73 src/func/verbo
73e4c1a93e00335a020391c41fa1f155a256892f8ecfbb91e6705f0502db2c1e src/func/version
4f19bd9215b35aaad933a576180176352a02fbb14d277fded5e016a9dc55acb5 src/func/wallet
bf8c6590145c57476768fca4da06d6e128590a4c8b777900c5d850a767dac256 src/func/watch
0847fe15f8c17dc3ed4a0e221a46c04afbb731ad98412fda05d8f3bbc5d6ee43 src/txt/state
9ce8c1d825b69095b00e602a719f8a86133e098953ed326421123b83fb3b7732 src/txt/usage
15af7b39b75271346b8aa6acd8de24a72a0930c99c9950384385bf6dcd2f4924 src/txt/state
efed989fbeb24c979ec50eff94066ed01e94b465ec6fe2e290a1e29990a6044e src/txt/usage
fabcc002797166b1344376faa980d0cd56e8626323d57f58d3cbe9b667ddc6ed config/monero-bash.conf
1206ad1c60952930a93a2244b13f268a57def70934ba399462b04295372db1aa config/monerod.conf
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 config/monero-wallet-cli.conf
Expand Down
2 changes: 1 addition & 1 deletion src/txt/state
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ MINE_UNCONFIGURED="true"

# versions
MONERO_VER=""
MONERO_BASH_VER="v1.0.0"
MONERO_BASH_VER="v1.1.0"
XMRIG_VER=""
P2POOL_VER=""

Expand Down
2 changes: 1 addition & 1 deletion src/txt/usage
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ watch <daemon/xmrig/p2pool> watch live output of process
edit <daemon/xmrig/p2pool> edit systemd service file

gpg toggle GPG verification of binaries
gpg import <author/all> import GPG keys of package authors
gpg import <all/pkg> import all GPG keys or specific package
backup encrypt and backup your /wallets/
decrypt decrypt backup.tar.gpg

Expand Down

0 comments on commit 429568c

Please sign in to comment.