Links
parent
22a3541833
commit
ea3578fe1d
7 changed files with 20 additions and 20 deletions
|
|
@ -15,7 +15,7 @@ After installing Vim, you should add its executable directory `C:\Program
|
|||
Files\Vim\vim74` (your version number may be different) to your user path.
|
||||
Editing user paths is explained [here][06].
|
||||
|
||||
[06]: MMGenEditPathMSWin
|
||||
[06]: Editing-the-user-path-in-Windows
|
||||
[04]: http://mingw-and-ndk.googlecode.com/files/win-mingw-nano.7z
|
||||
[05]: http://www.vim.org/download.php
|
||||
[00]: http://www.nano-editor.org/
|
||||
|
|
|
|||
|
|
@ -137,4 +137,4 @@ with an error message instructing you how to create it.
|
|||
[05]: https://codeload.github.com/sipa/bitcoin/zip/watchonly
|
||||
[06]: http://www.boost.org/users/download/
|
||||
[check]: https://github.com/sipa/bitcoin/tree/watchonly
|
||||
[07]: MMGenInstallDependenciesMSWin
|
||||
[07]: Install-MMGen-and-Its-Dependencies-on-Microsoft-Windows
|
||||
|
|
|
|||
8
Home.md
8
Home.md
|
|
@ -1,16 +1,16 @@
|
|||
### Download/Install
|
||||
|
||||
> #### [Install on Microsoft Windows](MMGenInstallMSWin)
|
||||
> #### [Install on Microsoft Windows](Install-MMGen-on-Microsoft-Windows)
|
||||
|
||||
> #### [Install on Debian/Ubuntu Linux](MMGenInstallLinux)
|
||||
> #### [Install on Debian/Ubuntu Linux](Install-MMGen-on-Debian-or-Ubuntu-Linux)
|
||||
|
||||
|
||||
### Using MMGen
|
||||
|
||||
> #### See [Getting Started with MMGen](MMGenGettingStarted)
|
||||
> #### See [Getting Started with MMGen](Getting-Started-with-MMGen)
|
||||
|
||||
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
|
||||
[PGP Public Key](MMGenPubKey)
|
||||
[PGP Public Key](MMGen-Signing-Key)
|
||||
|
||||
Donate: 15TLdmi5NYLdqmtCqczUs5pBPkJDXRs83w
|
||||
|
|
|
|||
|
|
@ -99,11 +99,11 @@ in the first two steps of [**Getting Started with MMGen**][13].
|
|||
[03]: https://pypi.python.org/pypi/ecdsa
|
||||
[04]: https://pypi.python.org/pypi/bitcoin-python/0.3
|
||||
[09]: https://www.python.org/ftp/python/2.7.6/python-2.7.6.msi
|
||||
[08]: MMGenEditPathMSWin
|
||||
[08]: Editing-the-user-path-in-Windows
|
||||
[07]: https://pypi.python.org/pypi/scrypt/
|
||||
[06]: http://www.openssl.org/source/openssl-1.0.1f.tar.gz
|
||||
[05]: http://www.openssl.org/source/
|
||||
[10]: https://github.com/mmgen/mmgen/archive/master.zip
|
||||
[11]: http://slproweb.com/download/Win32OpenSSL-1_0_1f.exe
|
||||
[12]: http://www.openssl.org/related/binaries.html
|
||||
[13]: MMGenGettingStarted
|
||||
[13]: Getting-Started-with-MMGen
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ Install vanitygen (optional but recommended):
|
|||
$ git clone https://github.com/samr7/vanitygen.git
|
||||
(build and put the "keyconv" executable in your path)
|
||||
|
||||
At this point you can begin trying out MMgen, creating a test wallet and
|
||||
At this point you can begin trying out MMGen, creating a test wallet and
|
||||
generating keys as described in **Using MMGen** below. To be able to track
|
||||
addresses and create and sign transactions, however, you'll need to have
|
||||
bitcoin daemons installed on your online and offline machines.
|
||||
|
|
@ -68,5 +68,5 @@ created by the daemon upon startup as your **tracking wallet**.
|
|||
Congratulations! Your MMGen installation is now complete.
|
||||
|
||||
[00]: https://codeload.github.com/sipa/bitcoin/zip/watchonly
|
||||
[01]: MMGenInstallOfflineBitcoind
|
||||
[01]: Install-the-Offline-Bitcoind
|
||||
[check]: https://github.com/sipa/bitcoin/tree/watchonly
|
||||
|
|
|
|||
|
|
@ -42,9 +42,9 @@ If you're ready to proceed, first read [**A word on text editors**][09] and
|
|||
install a Unix-capable text editor if you haven't yet done so; then follow the
|
||||
link on item 4 above to begin the build process.
|
||||
|
||||
[01]: MMGenInstallMinGW_MSYS
|
||||
[02]: MMGenInstallDependenciesMSWin
|
||||
[03]: MMGenBuildBitcoindMSWin
|
||||
[07]: MMGenInstallOfflineBitcoind
|
||||
[08]: MMGenGettingStarted
|
||||
[09]: MMGenTextEditors
|
||||
[01]: Install-MinGW-and-MSYS-on-Microsoft-Windows
|
||||
[02]: Install-MMGen-and-Its-Dependencies-on-Microsoft-Windows
|
||||
[03]: Build-Bitcoind-on-Microsoft-Windows
|
||||
[07]: Install-the-Offline-Bitcoind
|
||||
[08]: Getting-Started-with-MMGen
|
||||
[09]: A-word-on-text-editors
|
||||
|
|
|
|||
|
|
@ -75,8 +75,8 @@ Sometimes variables must be exported to be visible to called programs:
|
|||
|
||||
$ export PATH
|
||||
|
||||
[00]: MMGenTextEditors
|
||||
[00]: A-word-on-text-editors
|
||||
[01]: http://sourceforge.net/projects/mingw/files/
|
||||
[02]: MMGenGetMinGW_Archives
|
||||
[03]: MMGenGetMSYS_Archives
|
||||
[05]: MMGenEditPathMSWin
|
||||
[02]: Required-MinGW-Archives
|
||||
[03]: Required-MSYS-Archives
|
||||
[05]: Editing-the-user-path-in-Windows
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue