Pages:
Author

Topic: delete (Read 3591 times)

legendary
Activity: 3486
Merit: 1126
June 30, 2016, 11:08:42 AM
#26
Hi,

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

Cheers!
sr. member
Activity: 539
Merit: 251
February 22, 2016, 06:53:32 PM
#25
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.
hero member
Activity: 508
Merit: 500
TekyBoy Crypto Services
February 19, 2016, 11:20:25 AM
#24
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
hero member
Activity: 843
Merit: 1004
February 19, 2016, 04:19:16 AM
#23
Hahaha deletecoin awesome...  Grin

Lol it's a double delete coin already  Grin
legendary
Activity: 1162
Merit: 1000
Decentralizing Jesus on the Blockchain
February 19, 2016, 03:10:35 AM
#22
Change name to deletcoin should you be getting boner again.
hero member
Activity: 742
Merit: 500
February 19, 2016, 02:01:06 AM
#21
Hahaha deletecoin awesome...  Grin
hero member
Activity: 945
Merit: 1000
February 19, 2016, 01:50:35 AM
#20
Delete
OMG again? How many times are you going to try? Grin Grin Grin
hero member
Activity: 752
Merit: 500
February 18, 2016, 04:23:16 PM
#19
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...
legendary
Activity: 963
Merit: 1002
February 18, 2016, 04:18:40 PM
#18
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?
hero member
Activity: 752
Merit: 500
February 18, 2016, 04:14:19 PM
#17
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.
legendary
Activity: 963
Merit: 1002
February 18, 2016, 04:07:03 PM
#16
Lol, walletbuilders.com is the hardcoded seednode. No thanks on this one, don't waste your time.
hero member
Activity: 752
Merit: 500
February 18, 2016, 04:06:41 PM
#15
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.

hero member
Activity: 843
Merit: 1004
February 18, 2016, 03:59:11 PM
#14
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!  Cool
legendary
Activity: 2254
Merit: 1278
February 18, 2016, 08:18:51 AM
#13
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
hero member
Activity: 711
Merit: 500
February 18, 2016, 07:27:27 AM
#12
What's the point ASIC coin (I see that the algorithm Scrypt) instead of coins for the masses that miners with GPU?
sr. member
Activity: 462
Merit: 250
February 18, 2016, 05:06:41 AM
#11
Again walletbuilders shit. Where have gone old good coingen Grin 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 Tongue
member
Activity: 92
Merit: 10
February 18, 2016, 04:06:06 AM
#10
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?
legendary
Activity: 966
Merit: 1001
February 18, 2016, 03:30:28 AM
#9
heheheheeheh 20% primine no way hose Cheesy
hero member
Activity: 945
Merit: 1000
February 18, 2016, 02:27:51 AM
#8
So is the premine truly removed? Although I doubt it matters with this one.
legendary
Activity: 1162
Merit: 1000
Decentralizing Jesus on the Blockchain
February 18, 2016, 02:17:28 AM
#7
Pages:
Jump to: