rename repository: mmgen -> mmgen-wallet

This commit is contained in:
The MMGen Project 2023-11-17 09:04:14 +00:00
commit ed01582dff
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
6 changed files with 19 additions and 19 deletions

View file

@ -2,8 +2,8 @@
##### An online/offline cryptocurrency wallet for the command line
![build](https://github.com/mmgen/mmgen/workflows/build/badge.svg)
![pylint](https://github.com/mmgen/mmgen/workflows/pylint/badge.svg)
![build](https://github.com/mmgen/mmgen-wallet/workflows/build/badge.svg)
![pylint](https://github.com/mmgen/mmgen-wallet/workflows/pylint/badge.svg)
### Description
@ -177,13 +177,13 @@ Homepage:
[I2P](http://mmgen-wallet.i2p) |
[Onion](http://mmgen55rtcahqfp2hn3v7syqv2wqanks5oeezqg3ykwfkebmouzjxlad.onion)
Code repository:
[Clearnet](https://mmgen.org/project/mmgen/mmgen) |
[I2P](http://mmgen-wallet.i2p/project/mmgen/mmgen) |
[Onion](http://mmgen55rtcahqfp2hn3v7syqv2wqanks5oeezqg3ykwfkebmouzjxlad.onion/project/mmgen/mmgen)
[Clearnet](https://mmgen.org/project/mmgen/mmgen-wallet) |
[I2P](http://mmgen-wallet.i2p/project/mmgen/mmgen-wallet) |
[Onion](http://mmgen55rtcahqfp2hn3v7syqv2wqanks5oeezqg3ykwfkebmouzjxlad.onion/project/mmgen/mmgen-wallet)
Code repository mirrors:
[Github](https://github.com/mmgen/mmgen) |
[Gitlab](https://gitlab.com/mmgen/mmgen) |
[Gitflic](https://gitflic.ru/project/mmgen/mmgen)
[Github](https://github.com/mmgen/mmgen-wallet) |
[Gitlab](https://gitlab.com/mmgen/mmgen-wallet) |
[Gitflic](https://gitflic.ru/project/mmgen/mmgen-wallet)
[Keybase](https://keybase.io/mmgen) |
[Reddit](https://www.reddit.com/user/mmgen-py) |
[Bitcointalk](https://bitcointalk.org/index.php?topic=567069.new#new)

View file

@ -40,7 +40,7 @@ class GlobalConstants(Lockable):
_autolock = True
proj_name = 'MMGen'
proj_url = 'https://github.com/mmgen/mmgen'
proj_url = 'https://github.com/mmgen/mmgen-wallet'
author = 'The MMGen Project'
email = '<mmgen@tuta.io>'
Cdates = '2013-2023'

View file

@ -1 +1 @@
14.0.dev20
14.0.dev21

View file

@ -43,9 +43,9 @@ class tool_cmd(tool_cmd_base):
Supported seed phrase formats: 'mmgen' (default), 'bip39', 'xmrseed'
IMPORTANT NOTE: MMGens default seed phrase format uses the Electrum
wordlist, however seed phrases are computed using a different algorithm
and are NOT Electrum-compatible!
IMPORTANT NOTE: MMGen Wallets default seed phrase format uses the
Electrum wordlist, however seed phrases are computed using a different
algorithm and are NOT Electrum-compatible!
BIP39 support is fully compatible with the standard, allowing users to
import and export seed entropy from BIP39-compatible wallets. However,

View file

@ -3,8 +3,8 @@
# Licensed under the GNU General Public License, Version 3:
# https://www.gnu.org/licenses
# Public project repositories:
# https://github.com/mmgen/mmgen
# https://gitlab.com/mmgen/mmgen
# https://github.com/mmgen/mmgen-wallet
# https://gitlab.com/mmgen/mmgen-wallet
[metadata]
name = mmgen-wallet
@ -14,14 +14,14 @@ long_description = file: README.md
long_description_content_type = text/markdown
author = The MMGen Project
author_email = mmgen@tuta.io
url = https://github.com/mmgen/mmgen
url = https://github.com/mmgen/mmgen-wallet
license = GNU GPL v3
platforms = Linux, Armbian, Raspbian, MS Windows
keywords = file: mmgen/data/keywords
project_urls =
Website = https://mmgen-wallet.cc
Bug Tracker = https://github.com/mmgen/mmgen/issues
Documentation = https://github.com/mmgen/mmgen/wiki
Bug Tracker = https://github.com/mmgen/mmgen-wallet/issues
Documentation = https://github.com/mmgen/mmgen-wallet/wiki
classifiers =
Programming Language :: Python :: 3
Programming Language :: C

View file

@ -64,7 +64,7 @@ def confirm(m):
def tt_start():
m = fmt("""
We will now test MMGens terminal capabilities.
We will now test MMGen Wallets terminal capabilities.
This is a non-automated test and requires user interaction.
Continue?
""")