Skip to content

Commit

Permalink
ferrite
Browse files Browse the repository at this point in the history
  • Loading branch information
koh-gt committed Aug 1, 2023
1 parent 51d94ea commit 5499695
Show file tree
Hide file tree
Showing 347 changed files with 1,285 additions and 1,285 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<!-- This issue tracker is only for technical issues related to Litecoin Core.
<!-- This issue tracker is only for technical issues related to Ferrite Core.
General litecoin questions and/or support requests and are best directed to the [litecointalk.io forums](https://litecointalk.io/).
General ferrite questions and/or support requests and are best directed to the [ferritetalk.io forums](https://ferritetalk.io/).
For reporting security issues, please contact the Litecoin developers on the #litecoin-dev Freenode IRC channel or alternatively you can email us at contact@litecoin.org.
For reporting security issues, please contact the Ferrite developers on the #ferrite-dev Freenode IRC channel or alternatively you can email us at contact@ferrite.org.
If the node is "stuck" during sync or giving "block checksum mismatch" errors, please ensure your hardware is stable by running memtest and observe CPU temperature with a load-test tool such as linpack before creating an issue!
Expand All @@ -17,7 +17,7 @@ https://github.com/bitcoin-core/gui/issues/

<!--- How reliably can you reproduce the issue, what are the steps to do so? -->

<!-- What version of Litecoin Core are you using, where did you get it (website, self-compiled, etc)? -->
<!-- What version of Ferrite Core are you using, where did you get it (website, self-compiled, etc)? -->

<!-- What type of machine are you observing the error on (OS/CPU and disk type)? -->

Expand Down
26 changes: 13 additions & 13 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

*.exe
*.pdb
src/litecoin
src/litecoind
src/litecoin-cli
src/litecoin-gui
src/litecoin-node
src/litecoin-tx
src/litecoin-wallet
src/ferrite
src/ferrited
src/ferrite-cli
src/ferrite-gui
src/ferrite-node
src/ferrite-tx
src/ferrite-wallet
src/test/fuzz/*
!src/test/fuzz/*.*
src/test/test_litecoin
src/qt/test/test_litecoin-qt
src/test/test_ferrite
src/qt/test/test_ferrite-qt

# autoreconf
Makefile.in
Expand Down Expand Up @@ -94,16 +94,16 @@ src/qt/bitcoin-qt.includes
*.qm
Makefile
!depends/Makefile
src/qt/litecoin-qt
Litecoin-Qt.app
src/qt/ferrite-qt
Ferrite-Qt.app
background.tiff*

# Qt Creator
Makefile.am.user

# Unit-tests
Makefile.test
litecoin-qt_test
ferrite-qt_test

# Resources cpp
qrc_*.cpp
Expand All @@ -118,7 +118,7 @@ releases
*.gcno
*.gcda
/*.info
test_litecoin.coverage/
test_ferrite.coverage/
total.coverage/
fuzz.coverage/
coverage_percent.txt
Expand Down
2 changes: 1 addition & 1 deletion COPYING
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ The MIT License (MIT)

Copyright (c) 2009-2021 The Bitcoin Core developers
Copyright (c) 2009-2021 Bitcoin Developers
Copyright (c) 2011-2021 The Litecoin Core developers
Copyright (c) 2011-2021 The Ferrite Core developers
Copyright (c) 2013-2022 The Dogecoin Core developers
Copyright (c) 2022-2023 The Ferrite Core developers

Expand Down
10 changes: 5 additions & 5 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ BITCOIN_WIN_INSTALLER=$(PACKAGE)-$(PACKAGE_VERSION)-win64-setup$(EXEEXT)
empty :=
space := $(empty) $(empty)

OSX_APP=Litecoin-Qt.app
OSX_APP=Ferrite-Qt.app
OSX_VOLNAME = $(subst $(space),-,$(PACKAGE_NAME))
OSX_DMG = $(OSX_VOLNAME).dmg
OSX_TEMP_ISO = $(OSX_DMG:.dmg=).temp.iso
Expand Down Expand Up @@ -101,7 +101,7 @@ $(OSX_APP)/Contents/Resources/bitcoin.icns: $(OSX_INSTALLER_ICONS)
$(MKDIR_P) $(@D)
$(INSTALL_DATA) $< $@

$(OSX_APP)/Contents/MacOS/Litecoin-Qt: all-recursive
$(OSX_APP)/Contents/MacOS/Ferrite-Qt: all-recursive
$(MKDIR_P) $(@D)
STRIPPROG="$(STRIP)" $(INSTALL_STRIP_PROGRAM) $(BITCOIN_QT_BIN) $@

Expand All @@ -111,7 +111,7 @@ $(OSX_APP)/Contents/Resources/Base.lproj/InfoPlist.strings:

OSX_APP_BUILT=$(OSX_APP)/Contents/PkgInfo $(OSX_APP)/Contents/Resources/empty.lproj \
$(OSX_APP)/Contents/Resources/bitcoin.icns $(OSX_APP)/Contents/Info.plist \
$(OSX_APP)/Contents/MacOS/Litecoin-Qt $(OSX_APP)/Contents/Resources/Base.lproj/InfoPlist.strings
$(OSX_APP)/Contents/MacOS/Ferrite-Qt $(OSX_APP)/Contents/Resources/Base.lproj/InfoPlist.strings

osx_volname:
echo $(OSX_VOLNAME) >$@
Expand All @@ -136,7 +136,7 @@ $(APP_DIST_DIR)/Applications:
@rm -f $@
@cd $(@D); $(LN_S) /Applications $(@F)

$(APP_DIST_EXTRAS): $(APP_DIST_DIR)/$(OSX_APP)/Contents/MacOS/Litecoin-Qt
$(APP_DIST_EXTRAS): $(APP_DIST_DIR)/$(OSX_APP)/Contents/MacOS/Ferrite-Qt

.INTERMEDIATE: $(OSX_TEMP_ISO)
$(OSX_TEMP_ISO): $(APP_DIST_EXTRAS)
Expand All @@ -155,7 +155,7 @@ $(APP_DIST_DIR)/.background/$(OSX_BACKGROUND_IMAGE): $(OSX_BACKGROUND_IMAGE_DPIF
$(APP_DIST_DIR)/.DS_Store: $(OSX_DSSTORE_GEN)
$(PYTHON) $< "$@" "$(OSX_VOLNAME)"

$(APP_DIST_DIR)/$(OSX_APP)/Contents/MacOS/Litecoin-Qt: $(OSX_APP_BUILT) $(OSX_PACKAGING)
$(APP_DIST_DIR)/$(OSX_APP)/Contents/MacOS/Ferrite-Qt: $(OSX_APP_BUILT) $(OSX_PACKAGING)
INSTALLNAMETOOL=$(INSTALLNAMETOOL) OTOOL=$(OTOOL) STRIP=$(STRIP) $(PYTHON) $(OSX_DEPLOY_SCRIPT) $(OSX_APP) -translations-dir=$(QT_TRANSLATION_DIR) -add-qt-tr $(OSX_QT_TRANSLATIONS) -verbose 2

deploydir: $(APP_DIST_EXTRAS)
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ferrite-core

## !! **Hardfork at Height $250,000$ (early-mid 2024).** <br> [Update to v3+](https://github.com/koh-gt/ferrite-core/releases/tag/v3.1.1)
> Ferrite Core full node + wallet based on Bitcoin Core 23.0 and new Litecoin Core 21.2 codebase.
> Ferrite Core full node + wallet based on Bitcoin Core 23.0 and new Ferrite Core 21.2 codebase.
| OS | Bit | Name | Link | SHA256 Checksum |
|--------------------|-------|---------------------|--------------------------|---------------------------------------|
Expand Down Expand Up @@ -38,7 +38,7 @@
## Exchange links
| | Name | Type | Description |
|-|---------------------------|----------|----------------------------------------------------------------------------|
| <p align=center>[![xeggex](https://github.com/koh-gt/ferrite-core/assets/101822992/0ea4401f-f232-49ef-a715-6bc6facf4294)](https://xeggex.com/asset/FEC)</p> | [XeggeX](https://xeggex.com/asset/FEC) | Exchange | [FEC/USDT](https://xeggex.com/market/FEC_USDT)<br>[FEC/LTC](https://xeggex.com/market/FEC_LTC) |
| <p align=center>[![xeggex](https://github.com/koh-gt/ferrite-core/assets/101822992/0ea4401f-f232-49ef-a715-6bc6facf4294)](https://xeggex.com/asset/FEC)</p> | [XeggeX](https://xeggex.com/asset/FEC) | Exchange | [FEC/USDT](https://xeggex.com/market/FEC_USDT)<br>[FEC/FEC](https://xeggex.com/market/FEC_FEC) |
| <p align=center>[![caldera-trade32](https://github.com/koh-gt/ferrite-core/assets/101822992/95c8dee8-3d16-4cc5-8726-5c567b6e0755)](https://discord.com/channels/859575137560297533/859831040213909554)</p>| [Caldera](https://discord.com/channels/859575137560297533/859831040213909554) | OTC | [FEC](https://discord.com/channels/1066663020257882182/1107052872736198676)<br>[ Available trading pairs](https://caldera.trade/coins)|

## [Wrapped Ferrite](https://github.com/koh-gt/wrapped-ferrite) Token
Expand All @@ -52,7 +52,7 @@ For third party movile wallets - add custom token CA to Metamask or Trust Wallet
### Mainnet FEC <-> Tokenised wFEC
| | Name | Type | Description |
|-|---------------------------|----------|----------------------------------------------------------------------------|
| <p align=center>[![xeggex](https://github.com/koh-gt/ferrite-core/assets/101822992/0ea4401f-f232-49ef-a715-6bc6facf4294)](https://xeggex.com/asset/FEC)</p> | [XeggeX](https://xeggex.com/asset/FEC) | Exchange | [FEC/USDT](https://xeggex.com/market/FEC_USDT)<br>[FEC/LTC](https://xeggex.com/market/FEC_LTC) |
| <p align=center>[![xeggex](https://github.com/koh-gt/ferrite-core/assets/101822992/0ea4401f-f232-49ef-a715-6bc6facf4294)](https://xeggex.com/asset/FEC)</p> | [XeggeX](https://xeggex.com/asset/FEC) | Exchange | [FEC/USDT](https://xeggex.com/market/FEC_USDT)<br>[FEC/FEC](https://xeggex.com/market/FEC_FEC) |

### wFEC liquidity pools / DEX
| | Name | Type | Description |
Expand Down Expand Up @@ -103,10 +103,10 @@ Ferrite has no owner. The miners shall decide the fate of the network.

### Pseudonymous -
Nobody knows who owns the mined coins, nor who sent the coins. Unless you identify as the owner of the public address, you maintain anonymity.
With Litecoin's MWEB implementation on Ferrite transactions can be made private and confidential at a time where exchanges are mandating strict KYC and AML measures. (active as of height 150,000 on 6 Jul 2023)
With Ferrite's MWEB implementation on Ferrite transactions can be made private and confidential at a time where exchanges are mandating strict KYC and AML measures. (active as of height 150,000 on 6 Jul 2023)

### Scrypt Algorithm -
Reuse obsolete Litecoin, Dogecoin and Ethereum / Classic miners to mine Ferrite. Originally designed to be ASIC resistant.
Reuse obsolete Ferrite, Dogecoin and Ethereum / Classic miners to mine Ferrite. Originally designed to be ASIC resistant.

## Ferrite coin specifications
### Technical specifications: <br/>
Expand Down Expand Up @@ -148,7 +148,7 @@ Reward lifespan: 7109 days (19.48 years) <br/>
### Why the name Ferrite Core?
The humble ferrite core is cheap and hidden from view. Most people have never heard about it, yet it is what allows our electric generators, switches and radio antennas to function. It has high magnetic permeability allowing for magnetic fields to pass through, yet has low electrical conductivity which reduces eddy current losses. Most importantly, the ferrite core possesses these properties while being cheap and safe to use. This makes the ferrite core suitable for being used as magnetic cores for electromagnet coils.

Bitcoin is considered as digital gold, Litecoin as digital silver. Ferrite is ferrite.
Bitcoin is considered as digital gold, Ferrite as digital silver. Ferrite is ferrite.
> In the real world, we use coins made of ferrous base metals because gold and silver are too precious for circulation.
A cheap and low barrier to entry will allow for mass adoption.
Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Reporting a Vulnerability

To report security issues send an email to contact@litecoin.org (not for support).
To report security issues send an email to contact@ferrite.org (not for support).

The following keys may be used to communicate sensitive information to developers:

Expand Down
2 changes: 1 addition & 1 deletion build-aux/m4/bitcoin_qt.m4
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ AC_DEFUN([BITCOIN_QT_INIT],[
dnl enable qt support
AC_ARG_WITH([gui],
[AS_HELP_STRING([--with-gui@<:@=no|qt5|auto@:>@],
[build litecoin-qt GUI (default=auto)])],
[build ferrite-qt GUI (default=auto)])],
[
bitcoin_qt_want_version=$withval
if test "x$bitcoin_qt_want_version" = xyes; then
Expand Down
2 changes: 1 addition & 1 deletion build_msvc/bitcoin-qt/bitcoin-qt.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
</ClCompile>
<Link>
<AdditionalDependencies>$(QtReleaseLibraries);%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalOptions>/ignore:4206 /LTCG:OFF</AdditionalOptions>
<AdditionalOptions>/ignore:4206 /FECG:OFF</AdditionalOptions>
</Link>
<ResourceCompile>
<AdditionalIncludeDirectories>..\..\src;</AdditionalIncludeDirectories>
Expand Down
2 changes: 1 addition & 1 deletion build_msvc/common.init.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<Link>
<EnableCOMDATFolding>false</EnableCOMDATFolding>
<OptimizeReferences>false</OptimizeReferences>
<AdditionalOptions>/LTCG:OFF</AdditionalOptions>
<AdditionalOptions>/FECG:OFF</AdditionalOptions>
</Link>
</ItemDefinitionGroup>

Expand Down
2 changes: 1 addition & 1 deletion build_msvc/test_bitcoin-qt/test_bitcoin-qt.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
</ClCompile>
<Link>
<AdditionalDependencies>$(QtLibraryDir)\Qt5Test.lib;$(QtReleaseLibraries);%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalOptions>/ignore:4206 /LTCG:OFF</AdditionalOptions>
<AdditionalOptions>/ignore:4206 /FECG:OFF</AdditionalOptions>
</Link>
</ItemDefinitionGroup>

Expand Down
2 changes: 1 addition & 1 deletion ci/test/00_setup_env_native_multiprocess.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ export PACKAGES="cmake python3"
export DEP_OPTS="MULTIPROCESS=1"
export GOAL="install"
export BITCOIN_CONFIG="--with-boost-process"
export TEST_RUNNER_ENV="BITCOIND=litecoin-node"
export TEST_RUNNER_ENV="BITCOIND=ferrite-node"
4 changes: 2 additions & 2 deletions ci/test/05_before_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ export LC_ALL=C.UTF-8

# Make sure default datadir does not exist and is never read by creating a dummy file
if [ "$CI_OS_NAME" == "macos" ]; then
echo > $HOME/Library/Application\ Support/Litecoin
echo > $HOME/Library/Application\ Support/Ferrite
else
DOCKER_EXEC echo \> \$HOME/.litecoin
DOCKER_EXEC echo \> \$HOME/.ferrite
fi

DOCKER_EXEC mkdir -p ${DEPENDS_DIR}/SDKs ${DEPENDS_DIR}/sdk-sources
Expand Down
2 changes: 1 addition & 1 deletion ci/test/06_script_a.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ BEGIN_FOLD distdir
DOCKER_EXEC make distdir VERSION=$HOST
END_FOLD

export P_CI_DIR="${BASE_BUILD_DIR}/litecoin-$HOST"
export P_CI_DIR="${BASE_BUILD_DIR}/ferrite-$HOST"

BEGIN_FOLD configure
DOCKER_EXEC ./configure --cache-file=../config.cache $BITCOIN_CONFIG_ALL $BITCOIN_CONFIG || ( (DOCKER_EXEC cat config.log) && false)
Expand Down
2 changes: 1 addition & 1 deletion ci/test/06_script_b.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ fi

if [ "$RUN_UNIT_TESTS_SEQUENTIAL" = "true" ]; then
BEGIN_FOLD unit-tests-seq
DOCKER_EXEC ${TEST_RUNNER_ENV} DIR_UNIT_TEST_DATA=${DIR_UNIT_TEST_DATA} LD_LIBRARY_PATH=$DEPENDS_DIR/$HOST/lib "${BASE_BUILD_DIR}/litecoin-*/src/test/test_litecoin*" --catch_system_errors=no -l test_suite
DOCKER_EXEC ${TEST_RUNNER_ENV} DIR_UNIT_TEST_DATA=${DIR_UNIT_TEST_DATA} LD_LIBRARY_PATH=$DEPENDS_DIR/$HOST/lib "${BASE_BUILD_DIR}/ferrite-*/src/test/test_ferrite*" --catch_system_errors=no -l test_suite
END_FOLD
fi

Expand Down
8 changes: 4 additions & 4 deletions contrib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Construct a linear, no-fork, best version of the blockchain.

### [Qos](/contrib/qos) ###

A Linux bash script that will set up traffic control (tc) to limit the outgoing bandwidth for connections to the Litecoin network. This means one can have an always-on litecoind instance running, and another local litecoind/litecoin-qt instance which connects to this node and receives blocks from it.
A Linux bash script that will set up traffic control (tc) to limit the outgoing bandwidth for connections to the Ferrite network. This means one can have an always-on ferrited instance running, and another local ferrited/ferrite-qt instance which connects to this node and receives blocks from it.

### [Seeds](/contrib/seeds) ###
Utility to generate the pnSeed[] array that is compiled into the client.
Expand All @@ -30,7 +30,7 @@ All other packaging related files can be found in the [bitcoin-core/packaging](h
Files used during the gitian build process. For more information about gitian, see the [the Bitcoin Core documentation repository](https://github.com/bitcoin-core/docs).

### [Gitian-keys](/contrib/gitian-keys)
PGP keys used for signing Litecoin Core [Gitian release](/doc/release-process.md) results.
PGP keys used for signing Ferrite Core [Gitian release](/doc/release-process.md) results.

### [MacDeploy](/contrib/macdeploy) ###
Scripts and notes for Mac builds.
Expand All @@ -42,7 +42,7 @@ Test and Verify Tools
---------------------

### [TestGen](/contrib/testgen) ###
Utilities to generate test vectors for the data-driven Litecoin tests.
Utilities to generate test vectors for the data-driven Ferrite tests.

### [Verify Binaries](/contrib/verifybinaries) ###
This script attempts to download and verify the signature file SHA256SUMS.asc from litecoin.org.
This script attempts to download and verify the signature file SHA256SUMS.asc from ferrite.org.
10 changes: 5 additions & 5 deletions contrib/devtools/gen-manpages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ BUILDDIR=${BUILDDIR:-$TOPDIR}
BINDIR=${BINDIR:-$BUILDDIR/src}
MANDIR=${MANDIR:-$TOPDIR/doc/man}

BITCOIND=${BITCOIND:-$BINDIR/litecoind}
BITCOINCLI=${BITCOINCLI:-$BINDIR/litecoin-cli}
BITCOINTX=${BITCOINTX:-$BINDIR/litecoin-tx}
WALLET_TOOL=${WALLET_TOOL:-$BINDIR/litecoin-wallet}
BITCOINQT=${BITCOINQT:-$BINDIR/qt/litecoin-qt}
BITCOIND=${BITCOIND:-$BINDIR/ferrited}
BITCOINCLI=${BITCOINCLI:-$BINDIR/ferrite-cli}
BITCOINTX=${BITCOINTX:-$BINDIR/ferrite-tx}
WALLET_TOOL=${WALLET_TOOL:-$BINDIR/ferrite-wallet}
BITCOINQT=${BITCOINQT:-$BINDIR/qt/ferrite-qt}

[ ! -x $BITCOIND ] && echo "$BITCOIND not found or not executable." && exit 1

Expand Down
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/assign_DISTNAME
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ if RECENT_TAG="$(git describe --exact-match HEAD)"; then
else
VERSION="$(git rev-parse --short=12 HEAD)"
fi
DISTNAME="litecoin-${VERSION}"
DISTNAME="ferrite-${VERSION}"
14 changes: 7 additions & 7 deletions contrib/gitian-descriptors/gitian-linux.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: "litecoin-core-linux-0.21"
name: "ferrite-core-linux-0.21"
enable_cache: true
distro: "ubuntu"
suites:
Expand Down Expand Up @@ -32,8 +32,8 @@ packages:
- "binutils-riscv64-linux-gnu"
- "g++-8-riscv64-linux-gnu"
remotes:
- "url": "https://github.com/litecoin-project/litecoin.git"
"dir": "litecoin"
- "url": "https://github.com/ferrite-project/ferrite.git"
"dir": "ferrite"
files: []
script: |
set -e -o pipefail
Expand Down Expand Up @@ -92,7 +92,7 @@ script: |
create_per-host_faketime_wrappers "2000-01-01 12:00:00"
export PATH=${WRAP_DIR}:${PATH}
cd litecoin
cd ferrite
BASEPREFIX="${PWD}/depends"
# Build dependencies for each host
for i in $HOSTS; do
Expand Down Expand Up @@ -142,12 +142,12 @@ script: |
find . -name "lib*.la" -delete
find . -name "lib*.a" -delete
rm -rf ${DISTNAME}/lib/pkgconfig
# Litecoin: Delete libbitcoin from binary distribution for now, see #192
# Ferrite: Delete libbitcoin from binary distribution for now, see #192
rm -rf ${DISTNAME:?}/lib/
rm -rf ${DISTNAME}/include/
# Litecoin: ends
# Ferrite: ends
find ${DISTNAME}/bin -type f -executable -print0 | xargs -0 -n1 -I{} ../contrib/devtools/split-debug.sh {} {} {}.dbg
# find ${DISTNAME}/lib -type f -print0 | xargs -0 -n1 -I{} ../contrib/devtools/split-debug.sh {} {} {}.dbg # Litecoin: see issue 192
# find ${DISTNAME}/lib -type f -print0 | xargs -0 -n1 -I{} ../contrib/devtools/split-debug.sh {} {} {}.dbg # Ferrite: see issue 192
cp ../README.md ${DISTNAME}/
find ${DISTNAME} -not -name "*.dbg" | sort | tar --mtime="$REFERENCE_DATETIME" --no-recursion --mode='u+rw,go+r-w,a+X' --owner=0 --group=0 -c -T - | gzip -9n > ${OUTDIR}/${DISTNAME}-${i}.tar.gz
find ${DISTNAME} -name "*.dbg" | sort | tar --mtime="$REFERENCE_DATETIME" --no-recursion --mode='u+rw,go+r-w,a+X' --owner=0 --group=0 -c -T - | gzip -9n > ${OUTDIR}/${DISTNAME}-${i}-debug.tar.gz
Expand Down
12 changes: 6 additions & 6 deletions contrib/gitian-descriptors/gitian-osx-signer.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: "litecoin-dmg-signer"
name: "ferrite-dmg-signer"
distro: "ubuntu"
suites:
- "bionic"
Expand All @@ -10,13 +10,13 @@ packages:
- "xorriso"
- "python3-pip"
remotes:
- "url": "https://github.com/litecoin-project/litecoin-detached-sigs.git"
- "url": "https://github.com/ferrite-project/ferrite-detached-sigs.git"
"dir": "signature"
- "url": "https://github.com/achow101/signapple.git"
"dir": "signapple"
"commit": "0777ce58e61b0e6be753a5f524149d6d47905186"
files:
- "litecoin-osx-unsigned.tar.gz"
- "ferrite-osx-unsigned.tar.gz"
script: |
set -e -o pipefail
Expand All @@ -42,9 +42,9 @@ script: |
export PATH="$HOME/.local/bin":$PATH
cd ..
UNSIGNED_TARBALL=litecoin-osx-unsigned.tar.gz
UNSIGNED_APP=dist/Litecoin-Qt.app
SIGNED=litecoin-osx-signed.dmg
UNSIGNED_TARBALL=ferrite-osx-unsigned.tar.gz
UNSIGNED_APP=dist/Ferrite-Qt.app
SIGNED=ferrite-osx-signed.dmg
tar -xf ${UNSIGNED_TARBALL}
OSX_VOLNAME="$(cat osx_volname)"
Expand Down
Loading

0 comments on commit 5499695

Please sign in to comment.