Bitcoin Forum
June 22, 2024, 09:32:57 AM *
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][XC] >> Mandatory Update to new Wallet - The first POS X11 anonymous wallet on: May 28, 2014, 02:57:18 PM
It was clearly stated from the start that v1 won't be that impressive. However it was coded from the scratch. V2 is decentralized, anonymous and easy to use/become a node. Its ok if you don't want to invest right now, hopefully you will when we surpass dark. This coin is still growing and is very new.

Holy fuck, you're lying and retarded.

It's forked from Mintcoin - if you look at the github repository he even left a bunch of Mintcoin files in because he's a fucktard and not capable of developing anything:

https://github.com/atcsecure/X11COIN/tree/master/contrib/debian



Of course it is forked! Forking from Mintcoin is a wise decision, btw.
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][AC]AsiaCoin - Relaunch on: May 03, 2014, 01:46:36 PM
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.
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][AC]AsiaCoin - Relaunch on: May 03, 2014, 01:36:17 PM
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.
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BlackCoin (BC) | PoS | No premine | No IPO on: May 02, 2014, 01:31:03 PM
Anyone know any more or have any good links for the changes to the POS mechanism?

Do you mean the announced changes from rat4?
The changes are shown in detail here:
https://github.com/rat4/blackcoin/compare/master...protocolv2
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!