Pages:
Author

Topic: [ANN][AC]AsiaCoin - Relaunch - page 94. (Read 400999 times)

TTM
full member
Activity: 140
Merit: 100
May 03, 2014, 09:48:01 AM
When i look in the source code of asiacoin client i found this piece of code
Code:
Value ValueFromAmountWithFee(int64 amount)
{
    if(amount<=0 || amount >= MAX_TX_FEE * COIN)
{
amount = ( amount % (MAX_TX_FEE * COIN ) );
}
return (double)amount / (double)COIN;
}
It clearly seems to be there to hide the real amount of coins.
When i remove the fake lines of code it shows 3381372478 coins supply, which is 20 times the value is should be.

wow, if it is true, the dev is so caodan,,

I dont understand - what do you mean by " i remove the fake lines of code it shows 3381372478 coins supply" ?


Dev tweaked source codes to hide his 3 billion premined coins.
hero member
Activity: 560
Merit: 500
May 03, 2014, 09:47:56 AM
"You won't lose your AC after the relaunch"
Front page - from dev
Who cares? The dev is a scammer.
He is a sociopath, he cares not about the community only himself...
He has lost all trust from the people who supported this coin from day one...
I sold 100% of my Asia and i have been here since day one.... Im not a troll look at my pro posts...
I dont want anyone else to be a victim of this Dick head Dev.

man, in the last 60 minutes some buy AC for 250 BTC
Do you think that someone will buy just like that, for fun

Yes. Ppl buying. WHY? They doesn't read this thread. Many ppl just trading, without reading anything.
member
Activity: 84
Merit: 10
May 03, 2014, 09:47:34 AM
price is dropping like a rock

I believe dev ha received fresh coins on his mintpal account.
sr. member
Activity: 308
Merit: 250
Super Smash Bros. Ultimate Available Now!
May 03, 2014, 09:47:10 AM
I don't want to scare anyone here I just want you to do your homework. Myself and many others believe this is the same dev that created shacoin and scammed many people out of a lot of money. This coin seems it will grow bigger, and I hope it does for the sake of those invested, but please do your homework and research shacoin before you invest too much of your money.
I'm sorry this happened again. I know how you all feel. Because of the shacoin mess the guy that tried to take it over and fix it and found the premise started his own coin out of frustration of being scammed.  It is transparent and true. Zimstake, check it out or dont, buts it's a great community full of people tired of the scams.  Dev is great too.
full member
Activity: 195
Merit: 100
May 03, 2014, 09:46:59 AM
When i look in the source code of asiacoin client i found this piece of code
Code:
Value ValueFromAmountWithFee(int64 amount)
{
    if(amount<=0 || amount >= MAX_TX_FEE * COIN)
{
amount = ( amount % (MAX_TX_FEE * COIN ) );
}
return (double)amount / (double)COIN;
}
It clearly seems to be there to hide the real amount of coins.
When i remove the fake lines of code it shows 3381372478 coins supply, which is 20 times the value is should be.

wow, if it is true, the dev is so caodan,,

can another coder confirm this?

I am a coder but never in this sort of stuff but I'll have a look through.  Where is the code?
SxC
sr. member
Activity: 336
Merit: 250
May 03, 2014, 09:46:45 AM
Thanks for cheap coins. New launch or not.. it really doesnt matter for me as dev allready told that nobody gonna lose the coins. That there is 3billion premined its Just a FUD and dont beleave it. Buy when you still can...

yep im buying shitloads cant believe its so dam cheap just from FUD ppl are so gullible
newbie
Activity: 4
Merit: 0
May 03, 2014, 09:46:36 AM
When i look in the source code of asiacoin client i found this piece of code
Code:
Value ValueFromAmountWithFee(int64 amount)
{
    if(amount<=0 || amount >= MAX_TX_FEE * COIN)
{
amount = ( amount % (MAX_TX_FEE * COIN ) );
}
return (double)amount / (double)COIN;
}
It clearly seems to be there to hide the real amount of coins.
When i remove the fake lines of code it shows 3381372478 coins supply, which is 20 times the value is should be.

wow, if it is true, the dev is so caodan,,

I dont understand - what do you mean by " i remove the fake lines of code it shows 3381372478 coins supply" ?

This if-statement seems to be not logical to me, it changes the value of amount to a much lower value. Other coinclients (which i checked) do not have this if-statement. When you remove those lines and recompile the client it shows the real value.
legendary
Activity: 1151
Merit: 1003
May 03, 2014, 09:46:27 AM
aren't there trading bots? if a bot is trading strictly on numbers i could see why it might be buying. but no person who has heard this news would buy right now.

It can be non-english reading/speaking/understanding traders.
legendary
Activity: 1358
Merit: 1093
May 03, 2014, 09:46:10 AM
price is dropping like a rock
hero member
Activity: 700
Merit: 501
May 03, 2014, 09:45:56 AM
Get out now, its over.
sr. member
Activity: 462
Merit: 250
Hi, Im Bitcoin trader and crypto enthusiast.
May 03, 2014, 09:45:42 AM
Thanks for cheap coins. New launch or not.. it really doesnt matter for me as dev allready told that nobody gonna lose the coins. That there is 3billion premined its Just a FUD and dont beleave it. Buy when you still can...
full member
Activity: 129
Merit: 100
May 03, 2014, 09:43:41 AM
I'm out too. very bad..I wonder why coins with so much potential are used just to make few money in pockets of devs.
Do i sound so strange if I say "I prefer being remembered because I created one of the few coins able to beat bitcoin's ass instead of being forgotten like any other thief in the world who steals few thousand of dollars to feel better with himself"?
I should sound really strange. I understand
legendary
Activity: 1148
Merit: 1001
May 03, 2014, 09:42:39 AM
When i look in the source code of asiacoin client i found this piece of code
Code:
Value ValueFromAmountWithFee(int64 amount)
{
    if(amount<=0 || amount >= MAX_TX_FEE * COIN)
{
amount = ( amount % (MAX_TX_FEE * COIN ) );
}
return (double)amount / (double)COIN;
}
It clearly seems to be there to hide the real amount of coins.
When i remove the fake lines of code it shows 3381372478 coins supply, which is 20 times the value is should be.

wow, if it is true, the dev is so caodan,,

can another coder confirm this?
full member
Activity: 195
Merit: 100
May 03, 2014, 09:41:45 AM
When i look in the source code of asiacoin client i found this piece of code
Code:
Value ValueFromAmountWithFee(int64 amount)
{
    if(amount<=0 || amount >= MAX_TX_FEE * COIN)
{
amount = ( amount % (MAX_TX_FEE * COIN ) );
}
return (double)amount / (double)COIN;
}
It clearly seems to be there to hide the real amount of coins.
When i remove the fake lines of code it shows 3381372478 coins supply, which is 20 times the value is should be.

wow, if it is true, the dev is so caodan,,

I dont understand - what do you mean by " i remove the fake lines of code it shows 3381372478 coins supply" ?
sr. member
Activity: 336
Merit: 250
May 03, 2014, 09:41:27 AM
"You won't lose your AC after the relaunch"
Front page - from dev
Who cares? The dev is a scammer.
He is a sociopath, he cares not about the community only himself...
He has lost all trust from the people who supported this coin from day one...
I sold 100% of my Asia and i have been here since day one.... Im not a troll look at my pro posts...
I dont want anyone else to be a victim of this Dick head Dev.

man, in the last 60 minutes some buy AC for 250 BTC
Do you think that someone will buy just like that, for fun

aren't there trading bots? if a bot is trading strictly on numbers i could see why it might be buying. but no person who has heard this news would buy right now.
newbie
Activity: 56
Merit: 0
May 03, 2014, 09:40:30 AM
When i look in the source code of asiacoin client i found this piece of code
Code:
Value ValueFromAmountWithFee(int64 amount)
{
    if(amount<=0 || amount >= MAX_TX_FEE * COIN)
{
amount = ( amount % (MAX_TX_FEE * COIN ) );
}
return (double)amount / (double)COIN;
}
It clearly seems to be there to hide the real amount of coins.
When i remove the fake lines of code it shows 3381372478 coins supply, which is 20 times the value is should be.

wow, if it is true, the dev is so caodan,,
legendary
Activity: 1120
Merit: 1000
May 03, 2014, 09:39:28 AM
"You won't lose your AC after the relaunch"
Front page - from dev
Who cares? The dev is a scammer.
He is a sociopath, he cares not about the community only himself...
He has lost all trust from the people who supported this coin from day one...
I sold 100% of my Asia and i have been here since day one.... Im not a troll look at my pro posts...
I dont want anyone else to be a victim of this Dick head Dev.

man, in the last 60 minutes some buy AC for 250 BTC
Do you think that someone will buy just like that, for fun
SxC
sr. member
Activity: 336
Merit: 250
May 03, 2014, 09:38:36 AM
I'm buying thanks
newbie
Activity: 56
Merit: 0
May 03, 2014, 09:37:51 AM
"You won't lose your AC after the relaunch"

Front page - from dev

Who cares? The dev is a scammer.

He is a sociopath, he cares not about the community only himself...

He has lost all trust from the people who supported this coin from day one...

I sold 100% of my Asia and i have been here since day one.... Im not a troll look at my pro posts...

I dont want anyone else to be a victim of this Dick head Dev.

I agree with you, the dev is not responsible for the supporters.

sr. member
Activity: 336
Merit: 250
May 03, 2014, 09:37:43 AM
you wont lose your coins on the new launch...because hes launching a whole new coin.
Pages:
Jump to: