Bitcoin Forum

Alternate cryptocurrencies => Announcements (Altcoins) => Topic started by: asiadigicoin on February 18, 2016, 06:02:15 AM



Title: delete
Post by: asiadigicoin on February 18, 2016, 06:02:15 AM
Delete


Title: Re: (ANN)Asiadigicoin(ADC) the next gen digital coin
Post by: BITDV on February 18, 2016, 06:03:35 AM
https://i.imgur.com/2GPiieL.png?1
https://i.imgur.com/Kdd5Sn6.png?2
AsiaDigiCoin is a lite version of Bitcoin using scrypt as a proof-of-work algorithm.
https://i.imgur.com/frdVn0l.png?1
Algorithm------------Scrypt
Type------------POW
Name------------AsiaDigiCoin
Ticker------------ADC
Address letter------------A
RPC Port------------6186
P2P Port------------6185
sample asiacoin.conf
change your username and password
Code:
listen=1
server=1
daemon=1
rpcuser=username
rpcpassword=password
rpcport=6186
port=6185
https://i.imgur.com/jQNgica.png?1
Block reward------------50 coins
Block halving------------210000 blocks
Total coin supply------------26250000 coins
[
https://i.imgur.com/eR0YoRz.png?1
roadmap
https://i.imgur.com/XbIJwtO.png?1
https://i.imgur.com/8u2JLfB.png?2 (https://github.com/asiadigicoin/asiadigicoin)     https://i.imgur.com/K7Rb8Qy.png?1 (https://mega.nz/#!isgxzBZS!iD0NiKDT8h-sJwYPXG73gZiz8dwdXwD4bph9p5lnryM)     https://i.imgur.com/biukLpF.png?1 (https://mega.nz/#!i8R0mLAQ!BBQgPk_weXxPJGrkOtFYspB-v2e6fAYlVXfEjH0wFbs)       https://i.imgur.com/hT8Ygib.png?2 (https://mega.nz/#!rkwRVT6L!raDEUUSVkAjC9Z9AvIgCdpSsbsWDBKRGIHeMBQL95s8)   
https://i.imgur.com/QWLr44i.png
https://i.imgur.com/ZLHz2fh.png
https://ip.bitcointalk.org/?u=http%3A%2F%2Fi.imgur.com%2FTA7dSVN.png&t=560&c=KR_v5dmCSOZQwg
http://tekyboycrypto.xyz/pool
Asiadigi Coin
stratum+tcp://stratum.[Suspicious link removed]:19017
wallet address as username
password of your choice (it does not matter what you choose)

port 19017 is vardiff
Payouts every 60 mins; minimum 1 ADC

https://i.imgur.com/nSgfPe2.png
Exchanges
https://i.imgur.com/Y2p25xL.png
https://i.imgur.com/wQtQ76T.png
https://i.imgur.com/EOfvBXj.png?1 (http://www.asiadigicoin.com)     https://i.imgur.com/TJ4kuZi.png (http://Twitter)     https://i.imgur.com/gC22GT5.png?3 (http://facebook)
https://i.imgur.com/2GPiieL.png?1


Title: Re: (ANN)Asiadigicoin(ADC) the next gen digital coin
Post by: Kushedout on February 18, 2016, 06:04:17 AM
ADC  - ticker is taken by AudioCoin, change it now before you cause further confusion.


Title: Re: (ANN)Asiadigicoin(ADC) the next gen digital coin
Post by: nikl on February 18, 2016, 06:08:05 AM
Again walletbuilders shit. Where have gone old good coingen ;D At least it hasn't broken code and
chain would not stuck


Title: Re: (ANN)Asiadigicoin(ADC) THE NEXT GEN DIGITAL COIN
Post by: kevin1234a on February 18, 2016, 06:11:41 AM
it seems second attempt is fail too


Title: Re: (ANN)Asiadigicoin(ADC) THE NEXT GEN DIGITAL COIN
Post by: Godson_Mansa on February 18, 2016, 06:12:04 AM
sure i've seen this before.


Title: Re: (ANN)Asiadigicoin(ADC) THE NEXT GEN DIGITAL COIN
Post by: kevin1234a on February 18, 2016, 06:17:28 AM
its buried here now https://bitcointalk.org/index.php?topic=1366009.msg13898655#msg13898655 :D:D:D


Title: Re: (ANN)Asiadigicoin(ADC) THE NEXT GEN DIGITAL COIN
Post by: MissCrypto on February 18, 2016, 06:27:51 AM
So is the premine truly removed? Although I doubt it matters with this one.


Title: Re: (ANN)Asiadigicoin(ADC) THE NEXT GEN DIGITAL COIN
Post by: wildduck on February 18, 2016, 07:30:28 AM
heheheheeheh 20% primine no way hose :D


Title: Re: (ANN)Asiadigicoin(ADC) THE NEXT GEN DIGITAL COIN
Post by: Kru420 on February 18, 2016, 08:06:06 AM
if i use pool http://tekyexplorer.xyz/adc pool

how to i pay out?
i don't understand, is it auto payout to mining that username address?
i just mining, it will auto payout to my wallet?


Title: Re: (ANN)Asiadigicoin(ADC) the next gen digital coin
Post by: davien on February 18, 2016, 09:06:41 AM
Again walletbuilders shit. Where have gone old good coingen ;D At least it hasn't broken code and
chain would not stuck
Goingen it's way too expensive then walletbuilders. That could be the reason why we don't see coingen releases :P


Title: Re: (ANN)Asiadigicoin(ADC) THE NEXT GEN DIGITAL COIN
Post by: Lucky - Luciano on February 18, 2016, 11:27:27 AM
What's the point ASIC coin (I see that the algorithm Scrypt) instead of coins for the masses that miners with GPU?


Title: Re: (ANN)Asiadigicoin(ADC) THE NEXT GEN DIGITAL COIN
Post by: gjhiggins on February 18, 2016, 12:18:51 PM
So is the premine truly removed? Although I doubt it matters with this one.

ISTM that the source testifies to a 20% premine:

https://github.com/asiadigicoin/asiadigicoin/blob/master/src/main.cpp#L1088

Code:
int64 static GetBlockValue(int nHeight, int64 nFees)
{
    int64 nSubsidy = 50 * COIN;

            if(nHeight == 1)
            {
            nSubsidy = 5250000 * COIN;
            }

    // Subsidy is cut in half every 210000 blocks
    nSubsidy >>= (nHeight / 210000);

    return nSubsidy + nFees;
}

5250000 / (26250000 / 100) = 20.0

No change from the previous attempt (the link to which has apparently been edited out of the original ANN):

https://github.com/asiacoin15/Asiacoin/blob/master/src/main.cpp#L1088


Cheers

Graham


Title: Re: (ANN)Asiadigicoin(ADC) THE NEXT GEN DIGITAL COIN
Post by: CosaNostra on February 18, 2016, 07:59:11 PM
So is the premine truly removed? Although I doubt it matters with this one.

ISTM that the source testifies to a 20% premine:

https://github.com/asiadigicoin/asiadigicoin/blob/master/src/main.cpp#L1088

Code:
int64 static GetBlockValue(int nHeight, int64 nFees)
{
    int64 nSubsidy = 50 * COIN;

            if(nHeight == 1)
            {
            nSubsidy = 5250000 * COIN;
            }

    // Subsidy is cut in half every 210000 blocks
    nSubsidy >>= (nHeight / 210000);

    return nSubsidy + nFees;
}

5250000 / (26250000 / 100) = 20.0

No change from the previous attempt (the link to which has apparently been edited out of the original ANN):

https://github.com/asiacoin15/Asiacoin/blob/master/src/main.cpp#L1088


Cheers

Graham


So, now it's a hidden premine? Pretty cool, I'm in!  8)


Title: Re: (ANN)Asiadigicoin(ADC) THE NEXT GEN DIGITAL COIN
Post by: stoner19 on February 18, 2016, 08:06:41 PM
stop with shit like this please. Its time to step up and start providing innovative services and tech, whether it be a new coin or an existing one, I don't care really, just stop with the pointless altcoin launches.

I run a pool, but shit like this is not something I would be willing to add to it unless it actually has something to offer. TekyBoy you should should hold yourself to the same standards. If we work together in not supporting scams and shit we can actually make something of crypto.



Title: Re: (ANN)Asiadigicoin(ADC) THE NEXT GEN DIGITAL COIN
Post by: seedtrue on February 18, 2016, 08:07:03 PM
Lol, walletbuilders.com is the hardcoded seednode. No thanks on this one, don't waste your time.


Title: Re: (ANN)Asiadigicoin(ADC) THE NEXT GEN DIGITAL COIN
Post by: stoner19 on February 18, 2016, 08:14:19 PM
If this coin actually has something to offer, then by all means please let us know. And put it in the ANN at launch rather than just "road map."

This leads me to believe that you might consider further development and make a roadmap AFTER launch, depending on the success (or lack there of) of the coin. With details about what you're building and offering when you post the ANN we at least have a notion that you potentially have intentions of doing something with this altcoin or developing something usable for it, but posting an ANN with a blank roadmap section leads me to believe otherwise.


Title: Re: (ANN)Asiadigicoin(ADC) THE NEXT GEN DIGITAL COIN
Post by: seedtrue on February 18, 2016, 08:18:40 PM
If this coin actually has something to offer, then by all means please let us know. And put it in the ANN at launch rather than just "road map."

This leads me to believe that you might consider further development and make a roadmap AFTER launch, depending on the success (or lack there of) of the coin. With details about what you're building and offering when you post the ANN we at least have a notion that you potentially have intentions of doing something with this altcoin or developing something usable for it, but posting an ANN with a blank roadmap section leads me to believe otherwise.


It is a cheap walletbuilders scrypt clone with 20% premine. What more do you expect?


Title: Re: (ANN)Asiadigicoin(ADC) THE NEXT GEN DIGITAL COIN
Post by: stoner19 on February 18, 2016, 08:23:16 PM
If this coin actually has something to offer, then by all means please let us know. And put it in the ANN at launch rather than just "road map."

This leads me to believe that you might consider further development and make a roadmap AFTER launch, depending on the success (or lack there of) of the coin. With details about what you're building and offering when you post the ANN we at least have a notion that you potentially have intentions of doing something with this altcoin or developing something usable for it, but posting an ANN with a blank roadmap section leads me to believe otherwise.


It is a cheap walletbuilders scrypt clone with 20% premine. What more do you expect?

You're absolutely right. Just tired of it. There certainly was a fun time when there were launches after launches, but I think that time is behind us and now its time for real tech. What happens if the chain forks or the diff retarget is broken due to high hash and the chain gets stuck? What about security vulnerabilities in the source? Will the "dev" be able to fix anything? I think we already know the answer to this question...


Title: Re: delete
Post by: MissCrypto on February 19, 2016, 05:50:35 AM
Delete
OMG again? How many times are you going to try? ;D ;D ;D


Title: Re: delete
Post by: VenMiner on February 19, 2016, 06:01:06 AM
Hahaha deletecoin awesome...  ;D


Title: Re: delete
Post by: kevin1234a on February 19, 2016, 07:10:35 AM
Change name to deletcoin should you be getting boner again.


Title: Re: delete
Post by: CosaNostra on February 19, 2016, 08:19:16 AM
Hahaha deletecoin awesome...  ;D

Lol it's a double delete coin already  ;D


Title: Re: (ANN)Asiadigicoin(ADC) THE NEXT GEN DIGITAL COIN
Post by: tekyboy on February 19, 2016, 03:20:25 PM
stop with shit like this please. Its time to step up and start providing innovative services and tech, whether it be a new coin or an existing one, I don't care really, just stop with the pointless altcoin launches.

I run a pool, but shit like this is not something I would be willing to add to it unless it actually has something to offer. TekyBoy you should should hold yourself to the same standards. If we work together in not supporting scams and shit we can actually make something of crypto.



Stoner i offered other services too and if someone does package deal then i have to bring up pool for them after all i also have need to bear funds for my servers.
Being a service provider i cant crticize on my clients project but i do suggest them to make something worthy which will be useful for the community
As long as we have members like yourself, ghram, kevin1234a and many others to review stuff and suggest users the usability of coin or any other sort of scam we are doing our jobs to show both sides to community. Rest its upto user whatever they decide.

Cheers


Title: Re: delete
Post by: cryptofarmer on February 22, 2016, 10:53:32 PM
Asiadigicoin Now Live

on www.mining-dutch.nl

Diff: 8192       | stratum+tcp://mining-dutch.nl:3329       
Vardiff           | stratum+tcp://mining-dutch.nl:3429       
Diff: 16382     | stratum+tcp://mining-dutch.nl:3529

Happy mining.


Title: Re: delete
Post by: crackfoo on June 30, 2016, 03:08:42 PM
Hi,

We've added ADCN to the miners multipool: www.zpool.ca

Cheers!