From 61e3887b3254a45a863e8918e911be5e59c9cba6 Mon Sep 17 00:00:00 2001 From: Dimitris Apostolou Date: Tue, 19 Mar 2019 18:51:29 +0200 Subject: [PATCH 1/3] Electric Coin Company (#121) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26cc8d8..dda0389 100644 --- a/README.md +++ b/README.md @@ -85,4 +85,4 @@ make Please read the [troubleshooting guide](https://github.com/ZcashFoundation/zec-qt-wallet/wiki/Troubleshooting-&-FAQ) for common problems and solutions. For support or other questions, tweet at [@zecwallet](https://twitter.com/zecqtwallet) or [file an issue](https://github.com/ZcashFoundation/zec-qt-wallet/issues). -_PS: ZecWallet is NOT an official wallet, and is not affiliated with the Zerocoin Electric Coin Company in any way._ +_PS: ZecWallet is NOT an official wallet, and is not affiliated with the Electric Coin Company in any way._ From d9b9ba5a306069cc9088322f8a2939b5e6bd0258 Mon Sep 17 00:00:00 2001 From: Dimitris Apostolou Date: Tue, 19 Mar 2019 18:52:02 +0200 Subject: [PATCH 2/3] Remove some qt references (#120) --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index dda0389..1c34c97 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ZecWallet is a z-Addr first, Sapling compatible wallet and full node for zcashd ![Screenshots](docs/screenshot-sub.png?raw=true) # Installation -Head over to the releases page and grab the latest installers or binary. https://github.com/ZcashFoundation/zec-qt-wallet/releases +Head over to the releases page and grab the latest installers or binary. https://github.com/ZcashFoundation/zecwallet/releases ### Linux @@ -17,7 +17,7 @@ sudo apt install -f Or you can download and run the binaries directly. ``` tar -xvf zecwallet-v0.6.2.tar.gz -./zec-qt-wallet-v0.6.2/zecwallet +./zecwallet-v0.6.2/zecwallet ``` ### Windows @@ -38,13 +38,13 @@ Pass `--no-embedded` to disable the embedded zcashd and force ZecWallet to conne ## Compiling from source ZecWallet is written in C++ 14, and can be compiled with g++/clang++/visual c++. It also depends on Qt5, which you can get from [here](https://www.qt.io/download). Note that if you are compiling from source, you won't get the embedded zcashd by default. You can either run an external zcashd, or compile zcashd as well. -See detailed build instructions [on the wiki](https://github.com/ZcashFoundation/zec-qt-wallet/wiki/Compiling-from-source-code) +See detailed build instructions [on the wiki](https://github.com/ZcashFoundation/zecwallet/wiki/Compiling-from-source-code) ### Building on Linux ``` -git clone --recursive https://github.com/ZcashFoundation/zec-qt-wallet.git -cd zec-qt-wallet +git clone --recursive https://github.com/ZcashFoundation/zecwallet.git +cd zecwallet /path/to/qt5/bin/qmake zec-qt-wallet.pro CONFIG+=debug make -j$(nproc) @@ -56,8 +56,8 @@ You need Visual Studio 2017 (The free C++ Community Edition works just fine). From the VS Tools command prompt ``` -git clone --recursive https://github.com/ZcashFoundation/zec-qt-wallet.git -cd zec-qt-wallet +git clone --recursive https://github.com/ZcashFoundation/zecwallet.git +cd zecwallet c:\Qt5\bin\qmake.exe zec-qt-wallet.pro -spec win32-msvc CONFIG+=debug nmake @@ -73,16 +73,16 @@ c:\Qt5\bin\qmake.exe zec-qt-wallet.pro -tp vc CONFIG+=debug You need to install the Xcode app or the Xcode command line tools first, and then install Qt. ``` -git clone --recursive https://github.com/ZcashFoundation/zec-qt-wallet.git -cd zec-qt-wallet +git clone --recursive https://github.com/ZcashFoundation/zecwallet.git +cd zecwallet /path/to/qt5/bin/qmake zec-qt-wallet.pro CONFIG+=debug make ./zecwallet.app/Contents/MacOS/zecwallet ``` -### [Troubleshooting Guide & FAQ](https://github.com/ZcashFoundation/zec-qt-wallet/wiki/Troubleshooting-&-FAQ) -Please read the [troubleshooting guide](https://github.com/ZcashFoundation/zec-qt-wallet/wiki/Troubleshooting-&-FAQ) for common problems and solutions. -For support or other questions, tweet at [@zecwallet](https://twitter.com/zecqtwallet) or [file an issue](https://github.com/ZcashFoundation/zec-qt-wallet/issues). +### [Troubleshooting Guide & FAQ](https://github.com/ZcashFoundation/zecwallet/wiki/Troubleshooting-&-FAQ) +Please read the [troubleshooting guide](https://github.com/ZcashFoundation/zecwallet/wiki/Troubleshooting-&-FAQ) for common problems and solutions. +For support or other questions, tweet at [@zecwallet](https://twitter.com/zecwallet) or [file an issue](https://github.com/ZcashFoundation/zecwallet/issues). _PS: ZecWallet is NOT an official wallet, and is not affiliated with the Electric Coin Company in any way._ From a0ff291bd3a6936f3ef7a2469db96b6068b9d8f0 Mon Sep 17 00:00:00 2001 From: adityapk00 <31996805+adityapk00@users.noreply.github.com> Date: Tue, 19 Mar 2019 14:08:52 -0700 Subject: [PATCH 3/3] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1c34c97..e13c341 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ See detailed build instructions [on the wiki](https://github.com/ZcashFoundation ### Building on Linux ``` -git clone --recursive https://github.com/ZcashFoundation/zecwallet.git +git clone https://github.com/ZcashFoundation/zecwallet.git cd zecwallet /path/to/qt5/bin/qmake zec-qt-wallet.pro CONFIG+=debug make -j$(nproc) @@ -56,7 +56,7 @@ You need Visual Studio 2017 (The free C++ Community Edition works just fine). From the VS Tools command prompt ``` -git clone --recursive https://github.com/ZcashFoundation/zecwallet.git +git clone https://github.com/ZcashFoundation/zecwallet.git cd zecwallet c:\Qt5\bin\qmake.exe zec-qt-wallet.pro -spec win32-msvc CONFIG+=debug nmake @@ -73,7 +73,7 @@ c:\Qt5\bin\qmake.exe zec-qt-wallet.pro -tp vc CONFIG+=debug You need to install the Xcode app or the Xcode command line tools first, and then install Qt. ``` -git clone --recursive https://github.com/ZcashFoundation/zecwallet.git +git clone https://github.com/ZcashFoundation/zecwallet.git cd zecwallet /path/to/qt5/bin/qmake zec-qt-wallet.pro CONFIG+=debug make