1.1 update

This commit is contained in:
root 2013-12-12 02:30:51 -05:00
parent 15bc5dd170
commit 9a5dcb803d
13 changed files with 31 additions and 6 deletions

View file

@ -13,9 +13,15 @@ Total of 100,000,000,000 coins.
Special reward system: Random block rewards
1-100,000: 0-1,000,000 DogeCoin Reward
100,001 — 200,000: 0-500,000 DogeCoin Reward
200,001 — 300,000: 0-250,000 DogeCoin Reward
300,001 — 400,000: 0-125,000 DogeCoin Reward
400,001 — 500,000: 0-62,500 DogeCoin Reward
500,001 - 600,000: 0-31,250 DogeCoin Reward
600,000+ — 10,000 Reward (flat)

View file

@ -9,8 +9,8 @@ windows:LIBS += -lshlwapi
LIBS += $$join(BOOST_LIB_PATH,,-L,) $$join(BDB_LIB_PATH,,-L,) $$join(OPENSSL_LIB_PATH,,-L,) $$join(QRENCODE_LIB_PATH,,-L,)
LIBS += -lssl -lcrypto -ldb_cxx$$BDB_LIB_SUFFIX
windows:LIBS += -lws2_32 -lole32 -loleaut32 -luuid -lgdi32
LIBS += -lboost_system -lboost_filesystem -lboost_program_options -lboost_thread
BOOST_LIB_SUFFIX=
LIBS += -lboost_system-mgw46-mt-sd-1_53 -lboost_filesystem-mgw46-mt-sd-1_53 -lboost_program_options-mgw46-mt-sd-1_53 -lboost_thread-mgw46-mt-sd-1_53
BOOST_LIB_SUFFIX=-mgw46-mt-sd-1_53
BOOST_INCLUDE_PATH=C:/deps/boost
BOOST_LIB_PATH=C:/deps/boost/stage/lib
BDB_INCLUDE_PATH=c:/deps/db/build_unix

4
release/README.txt Normal file
View file

@ -0,0 +1,4 @@
If you're getting "(Out of sync)" message, wait ~1-2 minutes, and the client should start syncing.
If you are still having trouble, copy dogecoin.conf to your user's roaming DogeCoin directory and restart the client.
That directory is located @ (Windows 7) -- C:\Users\[YOUR_USER]\AppData\Roaming\DogeCoin

BIN
release/dogecoin-qt.exe Normal file

Binary file not shown.

15
release/dogecoin.conf Normal file
View file

@ -0,0 +1,15 @@
rpcuser=doge
rpcpassword=wow
addnode=95.85.29.144
addnode=162.243.113.110
addnode=146.185.181.114
rpcport=22555
server=1
daemon=1

View file

@ -1225,7 +1225,7 @@ void ThreadDNSAddressSeed2(void* parg)
unsigned int pnSeed[] =
{
0x2EFDCB71, 0xCC1B3AD6, 0xADA77149,
0x92B9B572, 0xA2F3716E, 0x5F551D90
};
void DumpAddresses()
@ -1431,7 +1431,7 @@ void ThreadOpenAddedConnections(void* parg)
IMPLEMENT_RANDOMIZE_STACK(ThreadOpenAddedConnections(parg));
// Make this thread recognisable as the connection opening thread
RenameThread("bitcoin-opencon");
RenameThread("dogecoin-opencon");
try
{
@ -1809,7 +1809,7 @@ void static Discover()
void StartNode(void* parg)
{
// Make this thread recognisable as the startup thread
RenameThread("bitcoin-start");
RenameThread("dogecoin-start");
if (semOutbound == NULL) {
// initialize semaphore

View file

@ -46,7 +46,7 @@
</qresource>
<qresource prefix="/images">
<file alias="about">res/images/about.png</file>
<file alias="splash">res/images/splash2.jpg</file>
<file alias="splash">res/images/splash2.png</file>
<file alias="wallet_bgcoin">res/images/wallet_bgcoin.png</file>
</qresource>
<qresource prefix="/movies">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 92 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 98 KiB

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 92 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 774 B

After

Width:  |  Height:  |  Size: 728 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 98 KiB

After

Width:  |  Height:  |  Size: 55 KiB