Skip to content

Commit

Permalink
renaming to wdc
Browse files Browse the repository at this point in the history
  • Loading branch information
gudmunsn committed Nov 11, 2013
1 parent 0801244 commit 2bb876a
Show file tree
Hide file tree
Showing 112 changed files with 4,382 additions and 4,382 deletions.
14 changes: 7 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
src/*.exe
src/litecoin
src/litecoind
src/test_litecoin
src/worldcoin
src/worldcoind
src/test_worldcoin
.*.swp
*.*~*
*.bak
*.rej
*.orig
*.o
*.patch
.litecoin
.worldcoin

# Compilation and Qt preprocessor part
*.qm
Makefile
litecoin-qt
Litecoin-Qt.app
worldcoin-qt
Worldcoin-Qt.app

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

# Resources cpp
qrc_*.cpp
Expand Down
2 changes: 1 addition & 1 deletion COPYING
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Copyright (c) 2009-2013 Bitcoin Developers
Copyright (c) 2011-2013 Litecoin Developers
Copyright (c) 2011-2013 Worldcoin 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
10 changes: 5 additions & 5 deletions INSTALL
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Building Litecoin
Building Worldcoin

See doc/readme-qt.rst for instructions on building Litecoin-Qt,
See doc/readme-qt.rst for instructions on building Worldcoin-Qt,
the intended-for-end-users, nice-graphical-interface, reference
implementation of Litecoin.
implementation of Worldcoin.

See doc/build-*.txt for instructions on building litecoind,
See doc/build-*.txt for instructions on building worldcoind,
the intended-for-services, no-graphical-interface, reference
implementation of Litecoin.
implementation of Worldcoin.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Litecoin integration/staging tree
Worldcoin integration/staging tree
================================

http://www.litecoin.org
http://www.worldcoin.org

Copyright (c) 2009-2013 Bitcoin Developers
Copyright (c) 2011-2013 Litecoin Developers
Copyright (c) 2011-2013 Worldcoin Developers

What is Litecoin?
What is Worldcoin?
----------------

Litecoin is a lite version of Bitcoin using scrypt as a proof-of-work algorithm.
Worldcoin is a lite version of Bitcoin using scrypt as a proof-of-work algorithm.
- 2.5 minute block targets
- subsidy halves in 840k blocks (~4 years)
- ~84 million total coins
Expand All @@ -19,12 +19,12 @@ The rest is the same as Bitcoin.
- 2016 blocks to retarget difficulty

For more information, as well as an immediately useable, binary version of
the Litecoin client sofware, see http://www.litecoin.org.
the Worldcoin client sofware, see http://www.worldcoin.org.

License
-------

Litecoin is released under the terms of the MIT license. See `COPYING` for more
Worldcoin is released under the terms of the MIT license. See `COPYING` for more
information or see http://opensource.org/licenses/MIT.

Development process
Expand All @@ -33,7 +33,7 @@ Development process
Developers work in their own trees, then submit pull requests when they think
their feature or bug fix is ready.

If it is a simple/trivial/non-controversial change, then one of the Litecoin
If it is a simple/trivial/non-controversial change, then one of the Worldcoin
development team members simply pulls it.

If it is a *more complicated or potentially controversial* change, then the patch
Expand All @@ -47,7 +47,7 @@ controversial.

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

Testing
-------
Expand All @@ -70,5 +70,5 @@ Unit tests for the GUI code are in `src/qt/test/`. To compile and run them:

qmake BITCOIN_QT_TEST=1 -o Makefile.test bitcoin-qt.pro
make -f Makefile.test
./litecoin-qt_test
./worldcoin-qt_test

8 changes: 4 additions & 4 deletions bitcoin-qt.pro
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
TEMPLATE = app
TARGET = litecoin-qt
macx:TARGET = "Litecoin-Qt"
TARGET = worldcoin-qt
macx:TARGET = "Worldcoin-Qt"
VERSION = 0.8.5.1
INCLUDEPATH += src src/json src/qt
QT += core gui network
Expand Down Expand Up @@ -313,7 +313,7 @@ SOURCES += src/qt/test/test_main.cpp \
HEADERS += src/qt/test/uritests.h
DEPENDPATH += src/qt/test
QT += testlib
TARGET = litecoin-qt_test
TARGET = worldcoin-qt_test
DEFINES += BITCOIN_QT_TEST
macx: CONFIG -= app_bundle
}
Expand Down Expand Up @@ -413,7 +413,7 @@ macx:HEADERS += src/qt/macdockiconhandler.h src/qt/macnotificationhandler.h
macx:OBJECTIVE_SOURCES += src/qt/macdockiconhandler.mm src/qt/macnotificationhandler.mm
macx:LIBS += -framework Foundation -framework ApplicationServices -framework AppKit -framework CoreServices
macx:DEFINES += MAC_OSX MSG_NOSIGNAL=0
macx:ICON = src/qt/res/icons/litecoin.icns
macx:ICON = src/qt/res/icons/worldcoin.icns
macx:QMAKE_CFLAGS_THREAD += -pthread
macx:QMAKE_LFLAGS_THREAD += -pthread
macx:QMAKE_CXXFLAGS_THREAD += -pthread
Expand Down
22 changes: 11 additions & 11 deletions contrib/gitian-descriptors/gitian-win32.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: "litecoin"
name: "worldcoin"
suites:
- "precise"
architectures:
Expand All @@ -13,8 +13,8 @@ packages:
- "faketime"
reference_datetime: "2011-01-30 00:00:00"
remotes:
- "url": "https://github.com/litecoin-project/litecoin.git"
"dir": "litecoin"
- "url": "https://github.com/worldcoin-project/worldcoin.git"
"dir": "worldcoin"
files:
- "qt-win32-4.8.3-gitian-r4.zip"
- "boost-win32-1.54.0-gitian-r6.zip"
Expand All @@ -31,7 +31,7 @@ script: |
unzip ../build/bitcoin-deps-win32-gitian-r9.zip
cd $HOME/build/
#
cd litecoin
cd worldcoin
export PATH=$STAGING/host/bin:$PATH
mkdir -p $OUTDIR/src
git archive HEAD | tar -x -C $OUTDIR/src
Expand All @@ -41,19 +41,19 @@ script: |
export FAKETIME=$REFERENCE_DATETIME
export TZ=UTC
ln -s $STAGING $HOME/qt
$HOME/staging/host/bin/qmake -spec unsupported/win32-g++-cross MINIUPNPC_LIB_PATH=$STAGING MINIUPNPC_INCLUDE_PATH=$STAGING BDB_LIB_PATH=$STAGING BDB_INCLUDE_PATH=$STAGING BOOST_LIB_PATH=$STAGING BOOST_INCLUDE_PATH=$STAGING BOOST_LIB_SUFFIX=-mt-s BOOST_THREAD_LIB_SUFFIX=_win32-mt-s OPENSSL_LIB_PATH=$STAGING OPENSSL_INCLUDE_PATH=$STAGING QRENCODE_LIB_PATH=$STAGING QRENCODE_INCLUDE_PATH=$STAGING USE_QRCODE=1 INCLUDEPATH=$STAGING DEFINES=BOOST_THREAD_USE_LIB BITCOIN_NEED_QT_PLUGINS=1 QMAKE_LRELEASE=lrelease QMAKE_CXXFLAGS=-frandom-seed=litecoin USE_BUILD_INFO=1 USE_SSE2=1
$HOME/staging/host/bin/qmake -spec unsupported/win32-g++-cross MINIUPNPC_LIB_PATH=$STAGING MINIUPNPC_INCLUDE_PATH=$STAGING BDB_LIB_PATH=$STAGING BDB_INCLUDE_PATH=$STAGING BOOST_LIB_PATH=$STAGING BOOST_INCLUDE_PATH=$STAGING BOOST_LIB_SUFFIX=-mt-s BOOST_THREAD_LIB_SUFFIX=_win32-mt-s OPENSSL_LIB_PATH=$STAGING OPENSSL_INCLUDE_PATH=$STAGING QRENCODE_LIB_PATH=$STAGING QRENCODE_INCLUDE_PATH=$STAGING USE_QRCODE=1 INCLUDEPATH=$STAGING DEFINES=BOOST_THREAD_USE_LIB BITCOIN_NEED_QT_PLUGINS=1 QMAKE_LRELEASE=lrelease QMAKE_CXXFLAGS=-frandom-seed=worldcoin USE_BUILD_INFO=1 USE_SSE2=1
make $MAKEOPTS
$HOST-strip release/litecoin-qt.exe
cp release/litecoin-qt.exe $OUTDIR/
$HOST-strip release/worldcoin-qt.exe
cp release/worldcoin-qt.exe $OUTDIR/
#
cd src
export LD_PRELOAD=/usr/lib/faketime/libfaketime.so.1
export FAKETIME=$REFERENCE_DATETIME
export TZ=UTC
make -f makefile.linux-mingw $MAKEOPTS DEPSDIR=$STAGING litecoind.exe USE_UPNP=0 DEBUGFLAGS="-frandom-seed=litecoin" USE_SSE2=1
$HOST-strip litecoind.exe
make -f makefile.linux-mingw $MAKEOPTS DEPSDIR=$STAGING worldcoind.exe USE_UPNP=0 DEBUGFLAGS="-frandom-seed=worldcoin" USE_SSE2=1
$HOST-strip worldcoind.exe
mkdir $OUTDIR/daemon
cp litecoind.exe $OUTDIR/daemon
cp worldcoind.exe $OUTDIR/daemon
cd ..
mkdir nsis
git archive HEAD | tar -x -C nsis
Expand All @@ -62,4 +62,4 @@ script: |
cp ../../release/* ../release/
cp ../../src/*.exe .
makensis ../share/setup.nsi
cp ../share/litecoin-*-win32-setup.exe $OUTDIR/
cp ../share/worldcoin-*-win32-setup.exe $OUTDIR/
14 changes: 7 additions & 7 deletions contrib/gitian-descriptors/gitian.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: "litecoin"
name: "worldcoin"
suites:
- "lucid"
architectures:
Expand All @@ -20,8 +20,8 @@ packages:
- "libpng12-dev"
reference_datetime: "2011-01-30 00:00:00"
remotes:
- "url": "https://github.com/litecoin-project/litecoin.git"
"dir": "litecoin"
- "url": "https://github.com/worldcoin-project/worldcoin.git"
"dir": "worldcoin"
files:
- "miniupnpc-1.6.tar.gz"
- "qrencode-3.2.0.tar.bz2"
Expand All @@ -40,16 +40,16 @@ script: |
make $MAKEOPTS install
cd ..
#
cd litecoin
cd worldcoin
mkdir -p $OUTDIR/src
git archive HEAD | tar -x -C $OUTDIR/src
cp $OUTDIR/src/doc/README.md $OUTDIR
cp $OUTDIR/src/COPYING $OUTDIR
cd src
make -f makefile.unix STATIC=1 OPENSSL_INCLUDE_PATH="$INSTDIR/include" OPENSSL_LIB_PATH="$INSTDIR/lib" $MAKEOPTS litecoind USE_UPNP=0 DEBUGFLAGS= USE_SSE2=1
make -f makefile.unix STATIC=1 OPENSSL_INCLUDE_PATH="$INSTDIR/include" OPENSSL_LIB_PATH="$INSTDIR/lib" $MAKEOPTS worldcoind USE_UPNP=0 DEBUGFLAGS= USE_SSE2=1
mkdir -p $OUTDIR/bin/$GBUILD_BITS
install -s litecoind $OUTDIR/bin/$GBUILD_BITS
install -s worldcoind $OUTDIR/bin/$GBUILD_BITS
cd ..
qmake INCLUDEPATH="$INSTDIR/include" LIBS="-L$INSTDIR/lib" RELEASE=1 USE_QRCODE=1 USE_SSE2=1
make $MAKEOPTS
install litecoin-qt $OUTDIR/bin/$GBUILD_BITS
install worldcoin-qt $OUTDIR/bin/$GBUILD_BITS
2 changes: 1 addition & 1 deletion contrib/gitian-downloader/coblee-key.pgp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ EGvd/o5Uoqzxq18AnRksV8DKJTRm9vBFVxUn1x7YJPb/AJ46ujshfyV2/CRqri1W
Y61SIJNfLYkEHAQQAQIABgUCUdDbRQAKCRCxF563NH3BDc7eIACUgvlym0n1cvNk
z5itI02sycg1+RPDWsYIoMKrLzsGaTxnTn0zuu1V+jDAQT6Zhb9Uvf296KTGxnQS
NX22ViM6df7rqjkPzVlSSIuHN2GqmqXHdM76M8aqtyn246yDlI9ayVQbDLrNI8L0
3Wx8Tdnotiu40dNLFuMX8fq8nyLTCkTVAVuns3i250gbp//ctIIbNeKQYItvBe4t
3Wx8Tdnotiu40dNLFuMX8fq8nyWDCkTVAVuns3i250gbp//ctIIbNeKQYItvBe4t
Zj+gwPJdHxX8THuiskJrAs3x2+WXuzZ/Tbpva7HqMITuSKFus5zQWO4RY+O2OpNl
wcRirtPdLy7dubzDtYNOshKi7szpwexpsMAQovaMf513K3eSWg5c3Gne8vpD0QKo
1iksjjyBFnuL0jrULlQN/K71nV0AUS03PyQdlzTubxGhK5xajiyLu9pjpIo5dq9V
Expand Down
2 changes: 1 addition & 1 deletion contrib/macdeploy/fancy.plist
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<integer>370</integer>
<integer>156</integer>
</array>
<key>Litecoin-Qt.app</key>
<key>Worldcoin-Qt.app</key>
<array>
<integer>128</integer>
<integer>156</integer>
Expand Down
2 changes: 1 addition & 1 deletion contrib/macdeploy/macdeployqtplus
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ if config.dmg is not None:
items_positions.append(itemscript.substitute(params))

params = {
"disk" : "Litecoin-Qt",
"disk" : "Worldcoin-Qt",
"window_bounds" : "300,300,800,620",
"icon_size" : "96",
"background_commands" : "",
Expand Down
2 changes: 1 addition & 1 deletion doc/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ DOXYFILE_ENCODING = UTF-8
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
# by quotes) that should identify the project.

PROJECT_NAME = Litecoin
PROJECT_NAME = Worldcoin

# The PROJECT_NUMBER tag can be used to enter a project or revision number.
# This could be handy for archiving the generated documentation or
Expand Down
18 changes: 9 additions & 9 deletions doc/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Litecoin 0.8.x BETA
Worldcoin 0.8.x BETA
====================

Copyright (c) 2009-2013 Bitcoin Developers
Copyright (c) 2011-2013 Litecoin Developers
Copyright (c) 2011-2013 Worldcoin Developers

Distributed under the MIT/X11 software license, see the accompanying
file COPYING or http://www.opensource.org/licenses/mit-license.php.
Expand All @@ -12,25 +12,25 @@ cryptographic software written by Eric Young ([eay@cryptsoft.com](mailto:eay@cry

Intro
---------------------
Litecoin is a free open source peer-to-peer electronic cash system that is
Worldcoin is a free open source peer-to-peer electronic cash system that is
completely decentralized, without the need for a central server or trusted
parties. Users hold the crypto keys to their own money and transact directly
with each other, with the help of a P2P network to check for double-spending.


Setup
---------------------
You need the Qt4 run-time libraries to run Litecoin-Qt. On Debian or Ubuntu:
You need the Qt4 run-time libraries to run Worldcoin-Qt. On Debian or Ubuntu:
`sudo apt-get install libqtgui4`

Unpack the files into a directory and run:

- bin/32/litecoin-qt (GUI, 32-bit)
- bin/32/litecoind (headless, 32-bit)
- bin/64/litecoin-qt (GUI, 64-bit)
- bin/64/litecoind (headless, 64-bit)
- bin/32/worldcoin-qt (GUI, 32-bit)
- bin/32/worldcoind (headless, 32-bit)
- bin/64/worldcoin-qt (GUI, 64-bit)
- bin/64/worldcoind (headless, 64-bit)

See the documentation at the [Litecoin Wiki](http://litecoin.info)
See the documentation at the [Worldcoin Wiki](http://worldcoin.info)
for help and more information.


Expand Down
12 changes: 6 additions & 6 deletions doc/README_windows.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Litecoin 0.8.x BETA
Worldcoin 0.8.x BETA

Copyright (c) 2009-2013 Bitcoin Developers
Copyright (c) 2011-2013 Litecoin Developers
Copyright (c) 2011-2013 Worldcoin Developers
Distributed under the MIT/X11 software license, see the accompanying
file COPYING or http://www.opensource.org/licenses/mit-license.php.
This product includes software developed by the OpenSSL Project for use in
Expand All @@ -11,18 +11,18 @@ cryptographic software written by Eric Young (eay@cryptsoft.com).

Intro
-----
Litecoin is a free open source peer-to-peer electronic cash system that is
Worldcoin is a free open source peer-to-peer electronic cash system that is
completely decentralized, without the need for a central server or trusted
parties. Users hold the crypto keys to their own money and transact directly
with each other, with the help of a P2P network to check for double-spending.


Setup
-----
Unpack the files into a directory and run litecoin-qt.exe.
Unpack the files into a directory and run worldcoin-qt.exe.

Litecoin-Qt is the original Litecoin client and it builds the backbone of the network.
However, it downloads and stores the entire history of Litecoin transactions;
Worldcoin-Qt is the original Worldcoin client and it builds the backbone of the network.
However, it downloads and stores the entire history of Worldcoin transactions;
depending on the speed of your computer and network connection, the synchronization
process can take anywhere from a few hours to a day or more.

Loading

0 comments on commit 2bb876a

Please sign in to comment.