Bitcoin Forum
March 29, 2024, 12:04:34 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 [255] 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 ... 349 »
  Print  
Author Topic: [ANN][AC]AsiaCoin - Relaunch  (Read 400962 times)
virtualdn
Legendary
*
Offline Offline

Activity: 1358
Merit: 1093


View Profile
May 03, 2014, 01:37:08 PM
 #5081

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.

if the code is right you're good

1 BTC = 1 BTC
1711670674
Hero Member
*
Offline Offline

Posts: 1711670674

View Profile Personal Message (Offline)

Ignore
1711670674
Reply with quote  #2

1711670674
Report to moderator
Each block is stacked on top of the previous one. Adding another block to the top makes all lower blocks more difficult to remove: there is more "weight" above each block. A transaction in a block 6 blocks deep (6 confirmations) will be very difficult to remove.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1711670674
Hero Member
*
Offline Offline

Posts: 1711670674

View Profile Personal Message (Offline)

Ignore
1711670674
Reply with quote  #2

1711670674
Report to moderator
Xuorc
Full Member
***
Offline Offline

Activity: 195
Merit: 100


View Profile
May 03, 2014, 01:37:31 PM
 #5082

"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.

The news is about as bad as it can be, yet there is buying going on ....

seattletu
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250



View Profile
May 03, 2014, 01:37:43 PM
 #5083

you wont lose your coins on the new launch...because hes launching a whole new coin.
mayun1
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
May 03, 2014, 01:37:51 PM
 #5084

"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.

SxC
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250



View Profile
May 03, 2014, 01:38:36 PM
 #5085

I'm buying thanks
silencesilence
Legendary
*
Offline Offline

Activity: 1120
Merit: 1000


View Profile WWW
May 03, 2014, 01:39:28 PM
 #5086

"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
mayun1
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
May 03, 2014, 01:40:30 PM
 #5087

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,,
seattletu
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250



View Profile
May 03, 2014, 01:41:27 PM
 #5088

"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.
Xuorc
Full Member
***
Offline Offline

Activity: 195
Merit: 100


View Profile
May 03, 2014, 01:41:45 PM
 #5089

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" ?

DRPD
Legendary
*
Offline Offline

Activity: 1148
Merit: 1001


View Profile
May 03, 2014, 01:42:39 PM
 #5090

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?
ozrep
Full Member
***
Offline Offline

Activity: 129
Merit: 100


View Profile
May 03, 2014, 01:43:41 PM
 #5091

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

GUN: Gz1vmt4ZoTJxuL1wL5Uq5CTPDTzwJUzJFJ
Palaxidon
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250


Hi, Im Bitcoin trader and crypto enthusiast.


View Profile WWW
May 03, 2014, 01:45:42 PM
 #5092

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...

jztxeno
Hero Member
*****
Offline Offline

Activity: 700
Merit: 501


View Profile
May 03, 2014, 01:45:56 PM
 #5093

Get out now, its over.
virtualdn
Legendary
*
Offline Offline

Activity: 1358
Merit: 1093


View Profile
May 03, 2014, 01:46:10 PM
 #5094

price is dropping like a rock

1 BTC = 1 BTC
Buratino
Legendary
*
Offline Offline

Activity: 1151
Merit: 1003


View Profile
May 03, 2014, 01:46:27 PM
 #5095

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.

abrok
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
May 03, 2014, 01:46:36 PM
 #5096

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.
SxC
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250



View Profile
May 03, 2014, 01:46:45 PM
 #5097

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
Xuorc
Full Member
***
Offline Offline

Activity: 195
Merit: 100


View Profile
May 03, 2014, 01:46:59 PM
 #5098

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?

loges
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250


Super Smash Bros. Ultimate Available Now!


View Profile
May 03, 2014, 01:47:10 PM
 #5099

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.
rudius
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
May 03, 2014, 01:47:34 PM
 #5100

price is dropping like a rock

I believe dev ha received fresh coins on his mintpal account.
Pages: « 1 ... 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 [255] 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 ... 349 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!