Bitcoin Forum
June 17, 2024, 11:18:49 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ♥♥ [ANN] DADCOIN [DAD][爸爸币] - KECCAK 3 - LAUNCH DATE END OF MARCH TBA. ♥♥ on: March 29, 2014, 06:46:12 PM
This coin is developed by the Chinese?
It is a copycat coin?
what's your future plan?

You know, the Chinese coin has a very bad reputation.  Angry

We don't know why people keep think we are from china.
In the first place, how is my english so "china alike".

I am a chinese, but I don't born in China or live in China. Our rest of the team also reside in Singapore, and born in singapore.
English Educated and we are all programmer, working adults.

This is not china coin or shit coin. We working hard to resolve some code to ensure a fair launch, it will be wiser
not to launch first than do a fail launch.

Thanks for believe in Dad coin.



What do you mean the coin is develop by chinese ?
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ♥♥ [ANN] DADCOIN [DAD][爸爸币] - KECCAK 3 - LAUNCH DATE END OF MARCH TBA. ♥♥ on: March 29, 2014, 06:27:50 PM
Sorry that I still unable compile a window qt wallet due to some error with keccak 3 fork.

I got issue with

Code:
c:\mingw\bin\../lib/gcc/mingw32/4.6.2/../../../../include/ws2tcpip.h:38:2: error
: #error "ws2tcpip.h is not compatible with winsock.h. Include winsock2.h instead."

Will only be able to release dadcoin till I able resolve this.. I will try find some help elsewhere too
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ♥♥ [ANN] DADCOIN [DAD][爸爸币] - KECCAK 3 - LAUNCH DATE END OF MARCH TBA. ♥♥ on: March 26, 2014, 03:19:50 PM
We don't know why people keep think we are from china.
In the first place, how is my english so "china alike".

I am a chinese, but I don't born in China or live in China. Our rest of the team also reside in Singapore, and born in singapore.
English Educated and we are all programmer, working adults.

This is not china coin or shit coin. We working hard to resolve some code to ensure a fair launch, it will be wiser
not to launch first than do a fail launch.

Thanks for believe in Dad coin.
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ♥♥ [ANN] DADCOIN [DAD][爸爸币] - KECCAK 3 - LAUNCH DATE 24 MAR 7 PM GMT ♥♥ on: March 24, 2014, 07:46:37 PM
We din't went offline, we are still burning coffee to keep awake and fix some compiler issue with window wallet.



The launch will be delay . We will keep you updated. This coin is not easy to compile for window wallet due to the algorithm is still quite new.





Dadcoin will be reschedule for a Full launch by end of march. Sorry for all the delay. We want ensure everything working well before launch.
5  Alternate cryptocurrencies / Marketplace (Altcoins) / Window Compile Error Need Help 0.05 BTC on: March 24, 2014, 06:40:02 PM
Window Compile Error Need Help 0.05 BTC

Will pay if you can solve my this issue

Code:
In file included from ..\..\boost_1_55_0/boost/thread/shared_mutex.hpp:18:0,
                 from ..\..\boost_1_55_0/boost/thread/detail/thread_group.hpp:9

                 from ..\..\boost_1_55_0/boost/thread/thread.hpp:13,
                 from ..\..\boost_1_55_0/boost/thread.hpp:13,
                 from src\util.h:26,
                 from src\addrman.h:9,
                 from src\net.h:21,
                 from src\rpcnet.cpp:6:
..\..\boost_1_55_0/boost/thread/win32/shared_mutex.hpp: In instantiation of 'T
oost::shared_mutex::interlocked_compare_exchange(T*, T, T) [with T = boost::sha
ed_mutex::state_data]':
..\..\boost_1_55_0/boost/thread/win32/shared_mutex.hpp:124:103:   required from
here
..\..\boost_1_55_0/boost/thread/win32/shared_mutex.hpp:52:99: warning: derefere
cing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
                                                               *reinterpret_cas
<long*>(&comparand));

                   ^
..\..\boost_1_55_0/boost/thread/win32/shared_mutex.hpp:52:99: warning: derefere
cing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
..\..\boost_1_55_0/boost/thread/win32/shared_mutex.hpp:53:52: warning: derefere
cing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
             return *reinterpret_cast<T const*>(&res);
                                                    ^
..\..\boost_1_55_0/boost/thread/win32/shared_mutex.hpp:53:52: warning: derefere
cing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
In file included from src\cryptopp/simple.h:10:0,
                 from src\cryptopp/filters.h:6,
                 from src\cryptopp/randpool.h:5,
                 from src\cryptopp/osrng.h:10,
                 from src\schnorr.h:11,
                 from src\hash.h:17,
                 from src\net.h:22,
                 from src\rpcnet.cpp:6:
src\cryptopp/algparam.h: In instantiation of 'CryptoPP::ConstByteArrayParameter
:ConstByteArrayParameter(const T&, bool) [with T = std::basic_string<char>]':
src\cryptopp/filters.h:793:132:   required from here
src\cryptopp/misc.h:58:118: warning: unused variable 'cryptopp_assert_26' [-Wun
sed-variable]
 #define CRYPTOPP_COMPILE_ASSERT_INSTANCE(assertion, instance) static CompileAs
ert<(assertion)> CRYPTOPP_ASSERT_JOIN(cryptopp_assert_, instance)

                                      ^
src\cryptopp/misc.h:61:39: note: in definition of macro 'CRYPTOPP_DO_ASSERT_JOI
'
 #define CRYPTOPP_DO_ASSERT_JOIN(X, Y) X##Y
                                       ^
src\cryptopp/misc.h:58:97: note: in expansion of macro 'CRYPTOPP_ASSERT_JOIN'
 #define CRYPTOPP_COMPILE_ASSERT_INSTANCE(assertion, instance) static CompileAs
ert<(assertion)> CRYPTOPP_ASSERT_JOIN(cryptopp_assert_, instance)

                 ^
src\cryptopp/misc.h:54:44: note: in expansion of macro 'CRYPTOPP_COMPILE_ASSERT
INSTANCE'
 #define CRYPTOPP_COMPILE_ASSERT(assertion) CRYPTOPP_COMPILE_ASSERT_INSTANCE(as
ertion, __LINE__)
                                            ^
src\cryptopp/algparam.h:26:9: note: in expansion of macro 'CRYPTOPP_COMPILE_ASS
RT'
         CRYPTOPP_COMPILE_ASSERT(sizeof(CPP_TYPENAME T::value_type) == 1);
         ^
In file included from src\cryptopp/filters.h:11:0,
                 from src\cryptopp/randpool.h:5,
                 from src\cryptopp/osrng.h:10,
                 from src\schnorr.h:11,
                 from src\hash.h:17,
                 from src\net.h:22,
                 from src\rpcnet.cpp:6:
src\cryptopp/algparam.h: In instantiation of 'void CryptoPP::AlgorithmParameter
Template<T>::MoveInto(void*) const [with T = CryptoPP::RandomNumberGenerator*]'

src\rpcnet.cpp:246:1:   required from here
src\cryptopp/algparam.h:322:35: warning: unused variable 'p' [-Wunused-variable

   AlgorithmParametersTemplate<T>* p = new(buffer) AlgorithmParametersTemplate<
>(*this);
                                   ^
In file included from src\cryptopp/simple.h:10:0,
                 from src\cryptopp/filters.h:6,
                 from src\cryptopp/randpool.h:5,
                 from src\cryptopp/osrng.h:10,
                 from src\schnorr.h:11,
                 from src\hash.h:17,
                 from src\net.h:22,
                 from src\rpcnet.cpp:6:
src\cryptopp/misc.h: At global scope:
src\cryptopp/misc.h:548:20: warning: 'std::string CryptoPP::StringNarrow(const
char_t*, bool)' defined but not used [-Wunused-function]
 static std::string StringNarrow(const wchar_t *str, bool throwOnError = true)
                    ^
In file included from ..\..\boost_1_55_0/boost/system/system_error.hpp:14:0,
                 from ..\..\boost_1_55_0/boost/thread/exceptions.hpp:22,
                 from ..\..\boost_1_55_0/boost/thread/win32/thread_primitives.h
p:16,
                 from ..\..\boost_1_55_0/boost/thread/win32/basic_timed_mutex.h
p:14,
                 from ..\..\boost_1_55_0/boost/thread/win32/mutex.hpp:9,
                 from ..\..\boost_1_55_0/boost/thread/mutex.hpp:14,
                 from src\allocators.h:10,
                 from src\serialize.h:22,
                 from src\netbase.h:10,
                 from src\net.h:19,
                 from src\rpcnet.cpp:6:
..\..\boost_1_55_0/boost/system/error_code.hpp:222:36: warning: 'boost::system:
posix_category' defined but not used [-Wunused-variable]
     static const error_category &  posix_category = generic_category();
                                    ^
..\..\boost_1_55_0/boost/system/error_code.hpp:223:36: warning: 'boost::system:
errno_ecat' defined but not used [-Wunused-variable]
     static const error_category &  errno_ecat     = generic_category();
                                    ^
..\..\boost_1_55_0/boost/system/error_code.hpp:224:36: warning: 'boost::system:
native_ecat' defined but not used [-Wunused-variable]
     static const error_category &  native_ecat    = system_category();
                                    ^
Makefile.Release:3235: recipe for target 'build/rpcnet.o' failed
mingw32-make: *** [build/rpcnet.o] Error 1


Trying compile my window wallet and got Error 1, and terminated. Will pay 0.005 BTC for anyone that can help.
6  Bitcoin / Development & Technical Discussion / Re: Building headless Bitcoin and Bitcoin-qt on Windows on: March 24, 2014, 05:17:51 PM
Code:
g++ -c -pipe -D_FORTIFY_SOURCE=2 -O2 -frtti -fexceptions -mthreads -fdiagnostics
-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wst
ack-protector -Wno-unused-variable -Wno-unused-function -Wno-strict-aliasing -Lc
:\MinGW\bin\libexec\gcc\mingw32\4.8.1 -DUNICODE -DQT_GUI -DBOOST_THREAD_USE_LIB
-DBOOST_SPIRIT_THREADSAFE -DUSE_UPNP=1 -DSTATICLIB -DWIN32 -D_MT -DQT_THREAD_SUP
PORT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQ
T_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_NEEDS_QMAIN -I".
.\..\..\Qt\4.8.5\include\QtCore" -I"..\..\..\Qt\4.8.5\include\QtNetwork" -I"..\.
.\..\Qt\4.8.5\include\QtGui" -I"..\..\..\Qt\4.8.5\include" -I"src" -I"src\json"
-I"src\qt" -I"..\..\..\deps" -I"src\leveldb\include" -I"src\leveldb\helpers" -I"
..\..\boost_1_55_0" -I"..\..\db-4.8.30.NC\build_unix" -I"..\..\openssl-1.0.1e\in
clude" -I"..\..\..\Qt\4.8.5\include\ActiveQt" -I"build" -I"build" -I"..\..\..\Qt
\4.8.5\mkspecs\win32-g++" -o build\rpcnet.o src\rpcnet.cpp
In file included from src\netbase.h:11:0,
                 from src\net.h:19,
                 from src\rpcnet.cpp:6:
src\compat.h:14:0: warning: "FD_SETSIZE" redefined [enabled by default]
 #define FD_SETSIZE 1024 // max number of fds in fd_set
 ^
In file included from c:\mingw\include\windows.h:93:0,
                 from ..\..\openssl-1.0.1e\include/openssl/rand.h:67,
                 from src\net.h:11,
                 from src\rpcnet.cpp:6:
c:\mingw\include\winsock.h:62:0: note: this is the location of the previous defi
nition
 #define FD_SETSIZE 64
 ^
In file included from src\compat.h:17:0,
                 from src\netbase.h:11,
                 from src\net.h:19,
                 from src\rpcnet.cpp:6:
c:\mingw\include\ws2tcpip.h:38:2: error: #error "ws2tcpip.h is not compatible wi
th winsock.h. Include winsock2.h instead."
 #error "ws2tcpip.h is not compatible with winsock.h. Include winsock2.h instead
."
  ^
In file included from src\schnorr.h:11:0,
                 from src\hash.h:17,
                 from src\net.h:22,
                 from src\rpcnet.cpp:6:
src\cryptopp/osrng.h:43:0: warning: ignoring #pragma comment  [-Wunknown-pragmas
]
 #pragma comment(lib, "advapi32.lib")
 ^
In file included from src\compat.h:17:0,
                 from src\netbase.h:11,
                 from src\net.h:19,
                 from src\rpcnet.cpp:6:
c:\mingw\include\ws2tcpip.h:147:8: error: redefinition of 'struct ip_mreq'
 struct ip_mreq {
        ^
In file included from c:\mingw\include\windows.h:93:0,
                 from ..\..\openssl-1.0.1e\include/openssl/rand.h:67,
                 from src\net.h:11,
                 from src\rpcnet.cpp:6:
c:\mingw\include\winsock.h:315:8: error: previous definition of 'struct ip_mreq'

 struct ip_mreq {
        ^
In file included from src\compat.h:17:0,
                 from src\netbase.h:11,
                 from src\net.h:19,
                 from src\rpcnet.cpp:6:
c:\mingw\include\ws2tcpip.h:390:13: error: expected initializer before 'freeaddr
info'
 void WSAAPI freeaddrinfo (struct addrinfo*);
             ^
c:\mingw\include\ws2tcpip.h:391:12: error: expected initializer before 'getaddri
nfo'
 int WSAAPI getaddrinfo (const char*,const char*,const struct addrinfo*,
            ^
c:\mingw\include\ws2tcpip.h:393:12: error: expected initializer before 'getnamei
nfo'
 int WSAAPI getnameinfo(const struct sockaddr*,socklen_t,char*,DWORD,
            ^
In file included from src\cryptopp/pubkey.h:35:0,
                 from src\cryptopp/eccrypto.h:7,
                 from src\schnorr.h:12,
                 from src\hash.h:17,
                 from src\net.h:22,
                 from src\rpcnet.cpp:6:
src\cryptopp/modarith.h: In copy constructor 'CryptoPP::ModularArithmetic::Modul
arArithmetic(const CryptoPP::ModularArithmetic&)':
src\cryptopp/modarith.h:29:2: warning: base class 'class CryptoPP::AbstractRing<
CryptoPP::Integer>' should be explicitly initialized in the copy constructor [-W
extra]
  ModularArithmetic(const ModularArithmetic &ma)
  ^
Makefile.Release:3231: recipe for target 'build/rpcnet.o' failed
mingw32-make: *** [build/rpcnet.o] Error 1


If I try to copy content of winsock2.h and replace ws2tcpip.h, i will get an error at netbase.cpp where it need ws2tcpip.h , so I can't really fix this part

#error "ws2tcpip.h is not compatible with winsock.h. Include winsock2.h instead."

what should i do..
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ♥♥ [ANN] DADCOIN [DAD][爸爸币] - KECCAK 3 - LAUNCH DATE 24 MAR 7 PM GMT ♥♥ on: March 24, 2014, 04:51:56 PM


DadCoin is still in the progress of touch up some coding.

We got contacted by exchange, fautet and other operators. We will get Dadcoin rocking when it launch.

Password protected window wallet will be online at least 30 minutes before launch, Linux will be Github.

CUDA miner and GPU miner will be linked.



Stay tune. We will update you when we are ready.

The idea of charity is good. But that only if Dadcoin become a recognize coin and then we can made an impact.





We are working hard to get this coin up as soon as possible.
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ♥♥ [ANN] DADCOIN [DAD][爸爸币] - KECCAK 3 - LAUNCH DATE 24 MAR 7 PM GMT ♥♥ on: March 23, 2014, 07:45:12 PM
Due to unforeseen situation, the launch will be reschedule to 24 march 2014 - 7PM GMT

We seek your understanding as we want to prevent a unfair launch. All window wallet and design, exchange etc will be setup by the launch at 24 March 2104 - 7pm GMT
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ♥♥ [ANN] DADCOIN [DAD][爸爸币] - KECCAK 3 - LAUNCH DATE 23MAR 8 PM GMT ♥♥ on: March 23, 2014, 07:27:15 PM
what like 37 mins left and still no password-protected wallet? where is the dev?

Having some issue with my QT 4.8.5 cmd prompt, will try get this up soon Smiley\

The launch might delay for 30 mins to 1 hour, but I will make it fair and announce earlier. Let's see if i can get the wallet up in the next 10 mins, re installing in progress.
10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ♥♥ [ANN] DADCOIN [DAD][爸爸币] - KECCAK 3 - LAUNCH DATE 23MAR 8 PM GMT ♥♥ on: March 23, 2014, 05:13:38 PM
where is wallet?

Will be available before launch with password protected, will update here when we uploaded it up.
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ♥♥ [ANN] DADCOIN [DAD][爸爸币] - KECCAK 3 - LAUNCH DATE 23MAR 8 PM GMT ♥♥ on: March 23, 2014, 04:50:16 PM
keccak 3 = crap

no password zip wallet ahead of launch = instamine from devs and friends.  .... they will take all the easy coins while you are still downloading and virus testing the nistalling , bat file etc....


I see you post this over and over... Are you running a password cracker to get a jump start?  There's no mention of a pre-mine and you're already attacking the coin dev.  You rock scrooge.




Rock scrooge... not familiar with this term.

However let me explain since i kind of remember you questioning the password protected zip launches before.

Since you're a noob and competition is much more fierce these days you have probably never mined first on a chain before.

If you had of done you would know you can mine a couple of % of the entire coins minting in a few mins. YES that is totally possible.

While you are taking time to download, virus check, install, conf file, run bat file......(3-5mins)  the devs pressed mine 1 second after posting the wallet link and have mined 100's of blocks.

Having the wallets ready for download in pass protected zips also with a previous test having been done on virus total... it cuts down the dev and friends mining period to around 30sec to a min.

It is fairer for all miners, the only person who does not benefit is the dev and his pals waiting to mine 1 second after posting the wallet link.

Oh yeah and how many times do we see the download link ddos or the page with the wallet link ddos........LOTS

You can just post the password on here or on twitter for backup.

THERE IS NO GOOD REASON NOT TO HAVE THE WALLETS IN PASSWORD PROTECTED FILES.

nobody on here can crack a decent password zipped file in 30 mins or even an hour.  Must use 15 characters min with @9sfJ34@:"£  

I hope this has answered your question.


This idea is good, I will do a password release then. with 15 random mixing letter release on *zip for window binaries.

Linux will be available at github so not a issue to clone and do a makefile -f USE_UPNP=- for linux

For window will get password protected wallet. I need do some testing now. Will announce more later.
12  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ♥♥ [ANN] DADCOIN [DAD][爸爸币] - KECCAK 3 - LAUNCH DATE 23MAR 8 PM GMT ♥♥ on: March 23, 2014, 04:03:45 PM


Launch in 4 hours time.


13  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ♥♥ [ANN] DADCOIN [DAD][爸爸币] - KECCAK 3 - LAUNCH DATE 23MAR 8 PM GMT ♥♥ on: March 23, 2014, 02:57:23 PM
Quote
KGW from start+ pre ann + ascending block rewards is a bad combination.
Either start kgw from block 1000-1500 either get rid of the ascending rewards.
Nobody likes KGW from the start of the coin it is not intended to be used at start but when the coin has a lot of attention

We will get rid of ascending block if it can solve the issue.

That would be nice. Also in op there are two launch times 9 gmt and 8 gmt. Please correct that

Thanks.

The final launch time will be 8PM GMT. which is 5 hours from now.
14  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ♥♥ [ANN] DADCOIN [DAD][爸爸币] - KECCAK 3 - LAUNCH DATE 23MAR 8 PM GMT ♥♥ on: March 23, 2014, 02:47:34 PM
Quote
KGW from start+ pre ann + ascending block rewards is a bad combination.
Either start kgw from block 1000-1500 either get rid of the ascending rewards.
Nobody likes KGW from the start of the coin it is not intended to be used at start but when the coin has a lot of attention



> We will get rid of ascending block if it can solve the issue.
> Coin maturity is adjusted to 180 blocks to make lesser activity in the start when peer amount is low.

The developer team will run 3 nodes for start and add more nodes when its reach later part, our node will set gen=0 and we will only mine the genesis block which give us the 0.5% premine
coins of 250,000 * COINS
15  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ♥♥ [ANN] DADCOIN [DAD][爸爸币] - KECCAK 3 - LAUNCH DATE 23MAR 8 PM GMT ♥♥ on: March 23, 2014, 02:16:49 PM
The developer will premine 0.5% for bounty rewards.

The breakdown of the premine usage:

0.5% of the total coin 50m will be 250,000 coins

> Dad Gambling Games will get 10%-20% of the premine as Bank Roll.
> Dad Exchange 1,2,3 will get 5% each of the premine for extra funds to process withdrawal / deposit
> Dad Game & Events will be using 10-20% of the premine
> Dad Giveaway will be 10% of the premine
> Dad Pool operator will get 4% for first pool, 3% for 2nd pool and 2% for 3rd pool.
> Dad coin MAC OSX wallet will get 5% of the premine
> Dad coin logo design will get 4% of the premine

So far the top events will use up like 54% of the premine (0.5%) which is around 0.29% of the premine

> We purposely set coin maturity to 180 blocks so that you will not so easily face error of coin FORKED and lost your mining.



> Dad coin final 47% of the premine 0.5% which is about 0.25% will be use for future development like improvement of wallet


Why we want premine 0.5%, as you know that its not easy to maintain a coin without the develop interest, everything is about crypto coin, so without
a solid base of premine coin (just 0.5%), the developer team will not able bring this coin to the next level.

We think 0.5% is pretty fair and not a SCAM coin. If we are to scam, we would do a bigger premine.


Dad coin team consist of 3 members, we have no financial difficulty, all grown up adults with solid income from market trading ( real fiat trading ) and
we create this coin is to

1) Learn new stuffs of managing a coin
2) Promote a solid and stable coin
3) Engage in the crypto world.


Feel free to comment on the 0.5% premine, if you guys think its too much, we can lower it to like 0.2% as long its fair to you guys.




WE ARE NOT FROM CHINA. WE CAN TYPE CHINESE DOES NOT MEAN WE ARE FROM CHINA. WE ARE FROM SINGAPORE

> Singapore named the world's most expensive city 3 March 2014
http://www.bbc.com/news/business-26412821
16  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] DADCOIN [DAD][爸爸币] - KECCAK 3 - LAUNCH DATE 23MAR 9PM GMT on: March 23, 2014, 09:20:59 AM

> LAUNCH DATE FINALIZE TO BE 23 MARCH 8.00 PM GMT <-


17  Alternate cryptocurrencies / Announcements (Altcoins) / ♥♥ [ANN] DADCOIN [DAD][爸爸币] - KECCAK 3 - LAUNCH DATE END OF MARCH TBA. ♥♥ on: March 06, 2014, 05:26:19 PM


[ANN] ♥♥ DADCOIN ♥♥ [DAD] [爸爸币] - KECCAK 3 - HEART WARMING COIN -
LAUNCH DATE - End of March TBA





♥ Quick Technical Specifications♥

♥  Algorithm: Keccak (SHA-3)
♥  How many coins? 500,000,000
♥  Coin Maturity? 180 blocks to reduce block syncing issue
♥  Block reward? 200 DadCoin per block, halving every ~1 month
♥  Difficulty? Retargeting using Kimoto Gravity Well algorithm.
♥  Block time? 30 seconds
♥  Ports? 9668 for P2P, 9669 for RPC



♥ Dad Coin Downloads (To be link on release) ♥

♥ Wallet (Windows | Linux) ♥
♥ CPU Miner (Windows) ♥
♥ cgminer for ATI GPU ♥
♥ CudaMiner for Nvidia GPU ♥



♥ Dad Coin[DAD] Pools

- Pool 1 ( 6000 DAD )
- Pool 2 ( 5000 DAD )
- Pool 3 ( 4000 DAD )



♥ Dad Coin[DAD] Exchanges

- Exchange 1 ( 12000 DAD )
- Exchange 2 ( 8000 DAD )
- Exchange 3 ( 4000 DAD )



♥ Dad Coin[DAD] Fautets

- Fautet 1 ( 4000 DAD )



♥ Dad Coin[DAD] Paper Wallet

- Paper Wallet 1 ( 3000 DAD )



♥ Dad Coin[DAD] Games

- Game 1 ( 3000 DAD )
- Game 2 ( 3000 DAD )



♥ Dad Coin[DAD] Translation & Promotions

- Per article will be 2000 DAD


♥ Dad Coin[DAD] will be going towards


♥events for family photos
Games
Added to Major Exchange
Give away
Acceptance to payment for dad related site
♥and many other creative ideas to boost and promote Dad Coin.




♥♥ DAD PREPARATION ♥♥

Dad Coin will have all the unit testing done.
Window & Linux wallet made ready upon launch, no password protected launch.
Everything will be test in advance to ensure a safe and smooth launch.
No instant mining, Dad Coin will have its own forum and a photo gallery to show case all the great dad in the world.





The developer will premine 0.5% for bounty rewards.

The breakdown of the premine usage:

0.5% of the total coin 50m will be 250,000 coins

> Dad Gambling Games will get 10%-20% of the premine as Bank Roll.
> Dad Exchange 1,2,3 will get 5% each of the premine for extra funds to process withdrawal / deposit
> Dad Game & Events will be using 10-20% of the premine
> Dad Giveaway will be 10% of the premine
> Dad Pool operator will get 4% for first pool, 3% for 2nd pool and 2% for 3rd pool.
> Dad coin MAC OSX wallet will get 5% of the premine
> Dad coin logo design will get 4% of the premine
> Dad coin chinese translation will get 3% of the premine

So far the top events will use up like 54% of the premine (0.5%) which is around 0.29% of the premine

> We purposely set coin maturity to 180 blocks so that you will not so easily face error of coin FORKED and lost your mining.



> Dad coin final 47% of the premine 0.5% which is about 0.25% will be use for future development like improvement of wallet


Why we want premine 0.5%, as you know that its not easy to maintain a coin without the develop interest, everything is about crypto coin, so without
a solid base of premine coin (just 0.5%), the developer team will not able bring this coin to the next level.

We think 0.5% is pretty fair and not a SCAM coin. If we are to scam, we would do a bigger premine.


Dad coin team consist of 3 members, we have no financial difficulty, all grown up adults with solid income from market trading ( real fiat trading ) and
we create this coin is to

1) Learn new stuffs of managing a coin
2) Promote a solid and stable coin
3) Engage in the crypto world.



> LAUNCH DATE FINALIZE TO BE ANNOUNCE - END OF MARCH <-




No IPO, No Scam. A Coin Dedicated For Dad around the world.





Its not just another coin♥♥, its something to reflect the greatness of being a DAD♥♥.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!