Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
4310346
Reborn, better, with awesomeness
mikalv May 8, 2018
ae4bcbf
Updated more in chainparams.cpp
mikalv May 8, 2018
cd6e9f9
Mostly related to I2P
mikalv May 8, 2018
c06031d
More I2P, and also added GOST3411 hashing
mikalv May 8, 2018
e9aac68
Add Gost
oyvkva May 8, 2018
d175ea3
Split Gost into two files since it's both signature and hashing crypto
mikalv May 8, 2018
af1c87b
Rebrand to Anoncoin/ANC
oyvkva May 8, 2018
44b5b7b
Merge branch 'anongost-0.16' of github.com:Anoncoin/anoncoin into ano…
oyvkva May 8, 2018
6767dd3
Updating horrible build system
mikalv May 8, 2018
7dcb715
Merge branch 'anongost-0.16' of github.com:Anoncoin/anoncoin into ano…
mikalv May 8, 2018
2088073
Misc branding, build tools and meta tasks. Added i2pd as submodule.
mikalv May 8, 2018
dfc208b
Rebranding
mikalv May 8, 2018
58fb933
Misc
mikalv May 8, 2018
9db55b1
Misc updates
mikalv May 8, 2018
4c0473b
Add I2P code
oyvkva May 8, 2018
d01a445
Merge branch 'anongost-0.16' of github.com:Anoncoin/anoncoin into ano…
oyvkva May 8, 2018
9967dbb
More misc changes
mikalv May 8, 2018
a7cb148
Merge branch 'anongost-0.16' of github.com:Anoncoin/anoncoin into ano…
mikalv May 8, 2018
77cd698
Rename, correcting much of the I2P integration to support the new code.
mikalv May 9, 2018
114fff5
Fixed builds that for now disable i2pd/i2psam
mikalv May 9, 2018
c7c0241
More conditional i2p macros
mikalv May 10, 2018
9bea669
Change Makefile to build gui
oyvkva May 10, 2018
8667d39
Add beautiful artworks
oyvkva May 10, 2018
85a88de
Update gitignore
oyvkva May 10, 2018
38ea98c
Update genesis
mikalv May 10, 2018
64e9cc8
More changes related to ANC and GOST
mikalv May 13, 2018
549f99d
Minor fixes for ANC. AIP08
mikalv May 13, 2018
51f1e28
Add I2P Settings GUI
oyvkva May 15, 2018
c35a369
Update bitcoin-gui with I2P settings
oyvkva May 15, 2018
44f1bc6
Add monitoreddatamapper
oyvkva May 16, 2018
1a9328c
Update i2poptionswidget
oyvkva May 16, 2018
74b760a
Update Anoncoin GUI with I2P Settings
oyvkva May 16, 2018
21643dd
Change to mANC, uANC
oyvkva May 16, 2018
1e04ead
Add I2P connections count icon to GUI
oyvkva May 16, 2018
05abafb
Fix and update About
oyvkva May 16, 2018
8819f7c
Adding ENABLE_I2PSUPPORT for where SAM and i2pd overlaps
mikalv May 16, 2018
d014712
Merge branch 'anongost-0.16' of github.com:Anoncoin/anoncoin into ano…
mikalv May 16, 2018
099753f
Disable check besides checkpoints on old blocks which are quite buggy.
mikalv May 16, 2018
df90b13
Cleanup
mikalv May 16, 2018
a9c9ff6
Setting some params to more realistic block heights
mikalv May 16, 2018
bc736e3
Ported stuff from anc pow.cpp - compiling on osx at least
mikalv May 16, 2018
4b9b7fc
Added code to init for initializing the class in pow
mikalv May 16, 2018
e90ede0
More pow adjustments
mikalv May 16, 2018
dc10ab9
Misc for compability with older ANC clients
mikalv May 17, 2018
07419c7
Misc for compability with older ANC clients
mikalv May 18, 2018
2d75cd7
Fix issue with network serialization and old versions
mikalv May 30, 2018
fb416f8
Minor fixes
mikalv May 30, 2018
cb3f0b3
Added more ANC spesific code
mikalv May 30, 2018
3de172d
Corrected some logging and receive switch for addr
mikalv May 30, 2018
7afb98c
Misc ANC related changes
mikalv May 30, 2018
d2c7e30
Fix
mikalv May 30, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
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 Anoncoin Core.

General litecoin questions and/or support requests and are best directed to the [litecointalk.io forums](https://litecointalk.io/).
General anoncoin questions and/or support requests and are best directed to the [anoncointalk.io forums](https://anoncointalk.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 Anoncoin developers on the #anoncoin-dev Freenode IRC channel or alternatively you can email us at contact@anoncoin.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 @@ -13,7 +13,7 @@ If the node is "stuck" during sync or giving "block checksum mismatch" errors, p

<!--- 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 Anoncoin 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
37 changes: 21 additions & 16 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
*.tar.gz

*.exe
src/litecoin
src/litecoind
src/litecoin-cli
src/litecoin-tx
src/test/test_litecoin
src/test/test_litecoin_fuzzy
src/qt/test/test_litecoin-qt
src/anoncoin
src/anoncoind
src/anoncoin-cli
src/anoncoin-tx
src/test/test_anoncoin
src/test/test_anoncoin_fuzzy
src/qt/test/test_anoncoin-qt

# autoreconf
Makefile.in
Expand All @@ -30,6 +30,8 @@ config.log
config.status
configure
libtool
src/config/anoncoin-config.h
src/config/anoncoin-config.h.in
src/config/bitcoin-config.h
src/config/bitcoin-config.h.in
src/config/stamp-h1
Expand All @@ -44,11 +46,11 @@ src/qt/forms/ui_*.h

src/qt/test/moc*.cpp

src/qt/bitcoin-qt.config
src/qt/bitcoin-qt.creator
src/qt/bitcoin-qt.creator.user
src/qt/bitcoin-qt.files
src/qt/bitcoin-qt.includes
src/qt/anoncoin-qt.config
src/qt/anoncoin-qt.creator
src/qt/anoncoin-qt.creator.user
src/qt/anoncoin-qt.files
src/qt/anoncoin-qt.includes

.deps
.dirstamp
Expand Down Expand Up @@ -80,25 +82,26 @@ src/qt/bitcoin-qt.includes
# Compilation and Qt preprocessor part
*.qm
Makefile
litecoin-qt
litecoin-Qt.app
anoncoin-qt
anoncoin-Qt.app
background.tiff*

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

# Resources cpp
qrc_*.cpp
# Mac specific
.DS_Store
build
.vscode

#lcov
*.gcno
*.gcda
/*.info
test_litecoin.coverage/
test_anoncoin.coverage/
total.coverage/
coverage_percent.txt

Expand All @@ -109,9 +112,11 @@ win32-build
test/config.ini
test/cache/*


!src/leveldb*/Makefile

/doc/doxygen/

libanoncoinconsensus.pc
libbitcoinconsensus.pc
contrib/devtools/split-debug.sh
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "i2pd"]
path = i2pd
url = https://github.com/PurpleI2P/i2pd.git
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ install:
- if [ -n "$PACKAGES" ]; then travis_retry sudo apt-get update; fi
- if [ -n "$PACKAGES" ]; then travis_retry sudo apt-get install --no-install-recommends --no-upgrade -qq $PACKAGES; fi
- if [ "$CHECK_DOC" = 1 -a "$TRAVIS_EVENT_TYPE" = "pull_request" ]; then travis_retry pip3 install flake8 --user; fi
- if [ "$LITECOIN_SCRYPT" = 1 ]; then travis_retry sudo pip3 install litecoin_scrypt --allow-external litecoin_scrypt; fi
- if [ "$LITECOIN_SCRYPT" = 1 ]; then travis_retry sudo pip3 install anoncoin_scrypt --allow-external anoncoin_scrypt; fi
before_script:
- if [ "$CHECK_DOC" = 1 -a "$TRAVIS_EVENT_TYPE" = "pull_request" ]; then contrib/devtools/commit-script-check.sh $TRAVIS_COMMIT_RANGE; fi
- if [ "$CHECK_DOC" = 1 ]; then contrib/devtools/git-subtree-check.sh src/crypto/ctaes; fi
Expand All @@ -65,8 +65,8 @@ before_script:
# Start xvfb if needed, as documented at https://docs.travis-ci.com/user/gui-and-headless-browsers/#Using-xvfb-to-Run-Tests-That-Require-a-GUI
- if [ "$NEED_XVFB" = 1 ]; then export DISPLAY=:99.0; /sbin/start-stop-daemon --start --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac; fi
script:
- if [ "$CHECK_DOC" = 1 -a "$TRAVIS_REPO_SLUG" = "litecoin-project/litecoin" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then while read LINE; do travis_retry gpg --keyserver hkp://subset.pool.sks-keyservers.net --recv-keys $LINE; done < contrib/verify-commits/trusted-keys; fi
- if [ "$CHECK_DOC" = 1 -a "$TRAVIS_REPO_SLUG" = "litecoin-project/litecoin" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then contrib/verify-commits/verify-commits.sh; fi
- if [ "$CHECK_DOC" = 1 -a "$TRAVIS_REPO_SLUG" = "anoncoin-project/anoncoin" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then while read LINE; do travis_retry gpg --keyserver hkp://subset.pool.sks-keyservers.net --recv-keys $LINE; done < contrib/verify-commits/trusted-keys; fi
- if [ "$CHECK_DOC" = 1 -a "$TRAVIS_REPO_SLUG" = "anoncoin-project/anoncoin" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then contrib/verify-commits/verify-commits.sh; fi
- export TRAVIS_COMMIT_LOG=`git log --format=fuller -1`
- if [ -n "$USE_SHELL" ]; then export CONFIG_SHELL="$USE_SHELL"; fi
- OUTDIR=$BASE_OUTDIR/$TRAVIS_PULL_REQUEST/$TRAVIS_JOB_NUMBER-$HOST
Expand All @@ -76,7 +76,7 @@ script:
- mkdir build && cd build
- ../configure --cache-file=config.cache $BITCOIN_CONFIG_ALL $BITCOIN_CONFIG || ( cat config.log && false)
- make distdir VERSION=$HOST
- cd litecoin-$HOST
- cd anoncoin-$HOST
- ./configure --cache-file=../config.cache $BITCOIN_CONFIG_ALL $BITCOIN_CONFIG || ( cat config.log && false)
- make $MAKEJOBS $GOAL || ( echo "Build failure. Verbose build follows." && make $GOAL V=1 ; false )
- export LD_LIBRARY_PATH=$TRAVIS_BUILD_DIR/depends/$HOST/lib
Expand Down
20 changes: 10 additions & 10 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Contributing to Litecoin Core
Contributing to Anoncoin Core
============================

The Litecoin Core project operates an open contributor model where anyone is
The Anoncoin Core project operates an open contributor model where anyone is
welcome to contribute towards development in the form of peer review, testing
and patches. This document explains the practical process and guidelines for
contributing.
Expand Down Expand Up @@ -57,12 +57,12 @@ the pull request affects. Valid areas as:

- *Consensus* for changes to consensus critical code
- *Docs* for changes to the documentation
- *Qt* for changes to litecoin-qt
- *Qt* for changes to anoncoin-qt
- *Mining* for changes to the mining code
- *Net* or *P2P* for changes to the peer-to-peer network code
- *RPC/REST/ZMQ* for changes to the RPC, REST or ZMQ APIs
- *Scripts and tools* for changes to the scripts and tools
- *Tests* for changes to the litecoin unit tests or QA tests
- *Tests* for changes to the anoncoin unit tests or QA tests
- *Trivial* should **only** be used for PRs that do not change generated
executable code. Notably, refactors (change of function arguments and code
reorganization) and changes in behavior should **not** be marked as trivial.
Expand Down Expand Up @@ -169,11 +169,11 @@ workload on reviewing.
"Decision Making" Process
-------------------------

The following applies to code changes to the Litecoin Core project (and related
projects such as libsecp256k1), and is not to be confused with overall Litecoin
The following applies to code changes to the Anoncoin Core project (and related
projects such as libsecp256k1), and is not to be confused with overall Anoncoin
Network Protocol consensus changes.

Whether a pull request is merged into Litecoin Core rests with the project merge
Whether a pull request is merged into Anoncoin Core rests with the project merge
maintainers and ultimately the project lead.

Maintainers will take into consideration if a patch is in line with the general
Expand All @@ -191,7 +191,7 @@ In general, all pull requests must:
- Where bugs are fixed, where possible, there should be unit tests
demonstrating the bug and also proving the fix. This helps prevent regression.

Patches that change Litecoin consensus rules are considerably more involved than
Patches that change Anoncoin consensus rules are considerably more involved than
normal because they affect the entire ecosystem and so must be preceded by
extensive mailing list discussions and have a numbered BIP. While each case will
be different, one should be prepared to expend more time and effort than for
Expand Down Expand Up @@ -232,7 +232,7 @@ higher in terms of discussion and peer review requirements, keeping in mind that
mistakes could be very costly to the wider community. This includes refactoring
of consensus critical code.

Where a patch set proposes to change the Litecoin consensus, it must have been
Where a patch set proposes to change the Anoncoin consensus, it must have been
discussed extensively on the mailing list and IRC, be accompanied by a widely
discussed BIP and have a generally widely perceived technical consensus of being
a worthwhile change based on the judgement of the maintainers.
Expand Down Expand Up @@ -272,7 +272,7 @@ about:
Release Policy
--------------

The project leader is the release manager for each Litecoin Core release.
The project leader is the release manager for each Anoncoin Core release.

Copyright
---------
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-2018 The Bitcoin Core developers
Copyright (c) 2009-2018 Bitcoin Developers
Copyright (c) 2011-2018 The Litecoin Core developers
Copyright (c) 2011-2018 The Anoncoin Core developers

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Building Litecoin
Building Anoncoin
================

See doc/build-*.md for instructions on building the various
elements of the Litecoin Core reference implementation of Litecoin.
elements of the Anoncoin Core reference implementation of Anoncoin.
22 changes: 11 additions & 11 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export PYTHONPATH

if BUILD_BITCOIN_LIBS
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libbitcoinconsensus.pc
pkgconfig_DATA = libanoncoinconsensus.pc
endif

BITCOIND_BIN=$(top_builddir)/src/$(BITCOIN_DAEMON_NAME)$(EXEEXT)
Expand All @@ -24,7 +24,7 @@ BITCOIN_WIN_INSTALLER=$(PACKAGE)-$(PACKAGE_VERSION)-win$(WINDOWS_BITS)-setup$(EX
empty :=
space := $(empty) $(empty)

OSX_APP=Litecoin-Qt.app
OSX_APP=Anoncoin-Qt.app
OSX_VOLNAME = $(subst $(space),-,$(PACKAGE_NAME))
OSX_DMG = $(OSX_VOLNAME).dmg
OSX_BACKGROUND_SVG=background.svg
Expand All @@ -33,14 +33,14 @@ OSX_BACKGROUND_IMAGE_DPIS=36 72
OSX_DSSTORE_GEN=$(top_srcdir)/contrib/macdeploy/custom_dsstore.py
OSX_DEPLOY_SCRIPT=$(top_srcdir)/contrib/macdeploy/macdeployqtplus
OSX_FANCY_PLIST=$(top_srcdir)/contrib/macdeploy/fancy.plist
OSX_INSTALLER_ICONS=$(top_srcdir)/src/qt/res/icons/bitcoin.icns
OSX_INSTALLER_ICONS=$(top_srcdir)/src/qt/res/icons/anoncoin.icns
OSX_PLIST=$(top_builddir)/share/qt/Info.plist #not installed
OSX_QT_TRANSLATIONS = da,de,es,hu,ru,uk,zh_CN,zh_TW

DIST_DOCS = $(wildcard doc/*.md) $(wildcard doc/release-notes/*.md)
DIST_CONTRIB = $(top_srcdir)/contrib/bitcoin-cli.bash-completion \
$(top_srcdir)/contrib/bitcoin-tx.bash-completion \
$(top_srcdir)/contrib/bitcoind.bash-completion \
DIST_CONTRIB = $(top_srcdir)/contrib/anoncoin-cli.bash-completion \
$(top_srcdir)/contrib/anoncoin-tx.bash-completion \
$(top_srcdir)/contrib/anoncoind.bash-completion \
$(top_srcdir)/contrib/init \
$(top_srcdir)/contrib/install_db4.sh \
$(top_srcdir)/contrib/rpm
Expand Down Expand Up @@ -91,11 +91,11 @@ $(OSX_APP)/Contents/Info.plist: $(OSX_PLIST)
$(MKDIR_P) $(@D)
$(INSTALL_DATA) $< $@

$(OSX_APP)/Contents/Resources/bitcoin.icns: $(OSX_INSTALLER_ICONS)
$(OSX_APP)/Contents/Resources/anoncoin.icns: $(OSX_INSTALLER_ICONS)
$(MKDIR_P) $(@D)
$(INSTALL_DATA) $< $@

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

Expand All @@ -105,7 +105,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/Anoncoin-Qt $(OSX_APP)/Contents/Resources/Base.lproj/InfoPlist.strings

osx_volname:
echo $(OSX_VOLNAME) >$@
Expand All @@ -130,7 +130,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/Anoncoin-Qt

$(OSX_DMG): $(APP_DIST_EXTRAS)
$(GENISOIMAGE) -no-cache-inodes -D -l -probe -V "$(OSX_VOLNAME)" -no-pad -r -dir-mode 0755 -apple -o $@ dist
Expand All @@ -145,7 +145,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/Anoncoin-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
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
Litecoin Core integration/staging tree
Anoncoin Core integration/staging tree
=====================================

[![Build Status](https://travis-ci.org/litecoin-project/litecoin.svg?branch=master)](https://travis-ci.org/litecoin-project/litecoin)
[![Build Status](https://travis-ci.org/anoncoin-project/anoncoin.svg?branch=master)](https://travis-ci.org/anoncoin-project/anoncoin)

https://litecoin.org
https://anoncoin.org

What is Litecoin?
What is Anoncoin?
----------------

Litecoin is an experimental digital currency that enables instant payments to
anyone, anywhere in the world. Litecoin uses peer-to-peer technology to operate
Anoncoin is an experimental digital currency that enables instant payments to
anyone, anywhere in the world. Anoncoin uses peer-to-peer technology to operate
with no central authority: managing transactions and issuing money are carried
out collectively by the network. Litecoin Core is the name of open source
out collectively by the network. Anoncoin Core is the name of open source
software which enables the use of this currency.

For more information, as well as an immediately useable, binary version of
the Litecoin Core software, see [https://litecoin.org](https://litecoin.org).
the Anoncoin Core software, see [https://anoncoin.org](https://anoncoin.org).

License
-------

Litecoin Core is released under the terms of the MIT license. See [COPYING](COPYING) for more
Anoncoin Core is released under the terms of the MIT license. See [COPYING](COPYING) for more
information or see https://opensource.org/licenses/MIT.

Development Process
-------------------

The `master` branch is regularly built and tested, but is not guaranteed to be
completely stable. [Tags](https://github.com/litecoin-project/litecoin/tags) are created
regularly to indicate new official, stable release versions of Litecoin Core.
completely stable. [Tags](https://github.com/anoncoin-project/anoncoin/tags) are created
regularly to indicate new official, stable release versions of Anoncoin Core.

The contribution workflow is described in [CONTRIBUTING.md](CONTRIBUTING.md).

The developer [mailing list](https://groups.google.com/forum/#!forum/litecoin-dev)
The developer [mailing list](https://groups.google.com/forum/#!forum/anoncoin-dev)
should be used to discuss complicated or controversial changes before working
on a patch set.

Developer IRC can be found on Freenode at #litecoin-dev.
Developer IRC can be found on Freenode at #anoncoin-dev.

Testing
-------
Expand Down Expand Up @@ -70,7 +70,7 @@ Translations
------------

We only accept translation fixes that are submitted through [Bitcoin Core's Transifex page](https://www.transifex.com/projects/p/bitcoin/).
Translations are converted to Litecoin periodically.
Translations are converted to Anoncoin periodically.

Translations are periodically pulled from Transifex and merged into the git repository. See the
[translation process](doc/translation_process.md) for details on how this works.
Expand Down
4 changes: 2 additions & 2 deletions build-aux/m4/bitcoin_qt.m4
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dnl Output: If qt version is auto, set bitcoin_enable_qt to false. Else, exit.
AC_DEFUN([BITCOIN_QT_FAIL],[
if test "x$bitcoin_qt_want_version" = xauto && test "x$bitcoin_qt_force" != xyes; then
if test "x$bitcoin_enable_qt" != xno; then
AC_MSG_WARN([$1; litecoin-qt frontend will not be built])
AC_MSG_WARN([$1; anoncoin-qt frontend will not be built])
fi
bitcoin_enable_qt=no
bitcoin_enable_qt_test=no
Expand Down 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|qt4|qt5|auto@:>@],
[build litecoin-qt GUI (default=auto, qt5 tried first)])],
[build anoncoin-qt GUI (default=auto, qt5 tried first)])],
[
bitcoin_qt_want_version=$withval
if test "x$bitcoin_qt_want_version" = xyes; then
Expand Down
Loading