Bitcoin Forum

Alternate cryptocurrencies => Announcements (Altcoins) => Topic started by: tojosephv on February 21, 2016, 11:47:28 PM



Title: Bitdolar
Post by: tojosephv on February 21, 2016, 11:47:28 PM
Bidolar -BDL

a cryptocurrency for those who like to save money
and earn interest from their investment
 

SHA-256        
pow-pos            
interest bearing at  pos          
min stake time is 7 days
superstake eco minting        
1min. blocktime                    
15 coin per block
unlimited coins        


Source:https://www.mediafire.com/?jbomif7eb7hc7xk
Paper wallet:http://dev.cryptolife.net/paperwallet/bitdolar
self-host paper wallet files:http://dev.cryptolife.net/paperwallet/bitdolar/files.zip

wallets:
-

linux ubuntu-http://www.mediafire.com/download/9jj998x34d8b959/BitDolar-qt-ubuntu
mac-http://www.mediafire.com/download/joocebnspo5c52o/BitDolar-Qt-OSX-v1001.zip
for a windows wallet go to www.bitdolar.net   

Node IP for reference: 107.170.15.39

www.bitdolar.net    


Title: Re: Bitdolar
Post by: finder on February 21, 2016, 11:49:19 PM
Looks like a virus


Title: Re: Bitdolar
Post by: tekyboy on February 21, 2016, 11:50:17 PM
Cryptolife links he must have provided you with github. Post your source link too


Title: Re: Bitdolar
Post by: gjhiggins on February 22, 2016, 10:39:44 AM
1min. blocktime                    
1 coin per block

The source code would seem to disagree profoundly with the ANN. Have the available binaries been compiled with the source code provided?

Code:
unsigned int nTargetSpacing = 2 * 60;

Code:
// miner's coin base reward
int64_t GetProofOfWorkReward(int64_t nFees, int nHeight)
{
    int64_t nSubsidy = 15 * COIN;

if (nHeight == 1)
return 2000000000 * COIN;
    
// Force block reward to zero when right shift is undefined.
    int halvings = nHeight / 1000000;
    if (halvings >= 64)
        return nFees;

nSubsidy >>= halvings;
    
    if (fDebug && GetBoolArg("-printcreation"))
        printf("GetProofOfWorkReward() : create=%s nSubsidy=%"PRId64" nHeight=%u\n", FormatMoney(nSubsidy).c_str(), nSubsidy, nHeight);

    return nSubsidy + nFees;
}


fwiw, parentage is Hackcoin -> Mineralscoin -> Bitdolar


Cheers

Graham


Title: Re: Bitdolar
Post by: ocminer on February 22, 2016, 10:42:50 AM
btw..


DolLar ...


Title: Re: Bitdolar
Post by: InceptionCoin on February 22, 2016, 11:57:31 AM
btw..
DolLar ...
Lolled  ;D
When grammatical errors became necessary to start new coin?


Title: Re: Bitdolar
Post by: gjhiggins on February 22, 2016, 01:12:21 PM
When grammatical errors became necessary to start new coin?

When the dev's language skill fails totally - the code doesn't match the ANN (ANN = 1 coin block reward, code = 15 coin block reward, not to mention the unmentioned 2 billion premine) - is that from a deficit in language skill or in integrity?

Cheers

Graham