Replace `master` with the desired version tag (e.g. `1.0.1`) to build the release binary.
```bash
-git clone https://git.featherwallet.org/feather/feather.git
+git clone https://github.com/feather-wallet/feather.git
cd feather
git checkout master
git submodule update --init --recursive
Replace `master` with the desired version tag (e.g. `1.0.1`) to build the release binary.
```bash
-git clone https://git.featherwallet.org/feather/feather.git
+git clone https://github.com/feather-wallet/feather.git
cd feather
git checkout master
git submodule update --init --recursive
#### 1. Clone
```bash
-git clone --branch master --recursive https://git.featherwallet.org/feather/feather.git
+git clone --branch master --recursive https://github.com/feather-wallet/feather.git
cd feather
```
Clone the repository.
```bash
-git clone --recursive https://git.featherwallet.org/feather/feather.git
+git clone --recursive https://github.com/feather-wallet/feather.git
```
Get the latest LTS from here: https://www.qt.io/offline-installers and install.
if(NOT monero-seed_FOUND)
if(FETCH_DEPS)
FetchContent_Declare(monero-seed
- GIT_REPOSITORY https://git.featherwallet.org/feather/monero-seed.git)
+ GIT_REPOSITORY https://github.com/feather-wallet/feather.git)
FetchContent_GetProperties(monero-seed)
if(NOT monero-seed_POPULATED)
message(STATUS "Fetching monero-seed")
# monero-seed: Required for Feather
# Tevador's 14 word seed library
ADD contrib/monero-seed.patch .
-RUN git clone https://git.featherwallet.org/feather/monero-seed.git && \
+RUN git clone https://github.com/feather-wallet/feather.git && \
cd monero-seed && \
git reset --hard 4674ef09b6faa6fe602ab5ae0b9ca8e1fd7d5e1b && \
git apply /monero-seed.patch && \
rm -rf $(pwd) && \
strip -s -D /usr/local/tor/bin/tor.exe
-RUN git clone https://git.featherwallet.org/feather/monero-seed.git && \
+RUN git clone https://github.com/feather-wallet/feather.git && \
cd monero-seed && \
git reset --hard 4674ef09b6faa6fe602ab5ae0b9ca8e1fd7d5e1b && \
cmake -DCMAKE_INSTALL_PREFIX=/depends/x86_64-w64-mingw32 \
'qrencode' 'libsodium' 'expat' 'qt5-base' 'qt5-websockets' 'qt5-svg' 'tor' 'zbar')
makedepends=('git' 'cmake' 'boost')
-source=("${pkgname}"::"git+https://git.featherwallet.org/feather/feather")
+source=("${pkgname}"::"git+https://github.com/feather-wallet/feather")
sha256sums=('SKIP')
* Web: [featherwallet.org](https://featherwallet.org)
* Docs: [docs.featherwallet.org](https://docs.featherwallet.org)
-* Git: [git.featherwallet.org/feather/feather](https://git.featherwallet.org/feather/feather)
+* Git: [github.com/feather-wallet/feather](https://github.com/feather-wallet/feather)
* Reddit: [/r/FeatherWallet](https://old.reddit.com/r/FeatherWallet)
* Mail: dev@featherwallet.org
* IRC: `#feather` on OFTC
## Compiling Feather from source
-See [BUILDING.md](https://git.featherwallet.org/feather/feather/src/branch/master/BUILDING.md) for information on how to build from source.
+See [BUILDING.md](https://github.com/feather-wallet/feather/blob/master/BUILDING.md) for information on how to build from source.
## Supporting the project
## Developers
-See [HACKING.md](https://git.featherwallet.org/feather/feather/src/branch/master/HACKING.md) for useful development resources.
+See [HACKING.md](https://github.com/feather-wallet/feather/blob/master/HACKING.md) for useful development resources.
It is HIGHLY recommended that you join the `#feather` IRC channel on OFTC if you are hacking on Feather. Due to the nature of this open source software project, joining this channel and idling is the best way to stay updated on best practices and new developments.
<item row="2" column="1">
<widget class="QLabel" name="label_11">
<property name="text">
- <string>git.featherwallet.org</string>
+ <string>github.com/feather-wallet/feather</string>
</property>
<property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>