Bitcoin Forum
May 12, 2024, 06:58:19 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Bitdolar  (Read 970 times)
tojosephv (OP)
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
February 21, 2016, 11:47:28 PM
Last edit: March 12, 2016, 01:23:00 AM by tojosephv
 #1

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    
1715540299
Hero Member
*
Offline Offline

Posts: 1715540299

View Profile Personal Message (Offline)

Ignore
1715540299
Reply with quote  #2

1715540299
Report to moderator
"Your bitcoin is secured in a way that is physically impossible for others to access, no matter for what reason, no matter how good the excuse, no matter a majority of miners, no matter what." -- Greg Maxwell
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715540299
Hero Member
*
Offline Offline

Posts: 1715540299

View Profile Personal Message (Offline)

Ignore
1715540299
Reply with quote  #2

1715540299
Report to moderator
1715540299
Hero Member
*
Offline Offline

Posts: 1715540299

View Profile Personal Message (Offline)

Ignore
1715540299
Reply with quote  #2

1715540299
Report to moderator
1715540299
Hero Member
*
Offline Offline

Posts: 1715540299

View Profile Personal Message (Offline)

Ignore
1715540299
Reply with quote  #2

1715540299
Report to moderator
finder
Full Member
***
Offline Offline

Activity: 183
Merit: 100


View Profile
February 21, 2016, 11:49:19 PM
 #2

Looks like a virus
tekyboy
Hero Member
*****
Offline Offline

Activity: 508
Merit: 500


TekyBoy Crypto Services


View Profile WWW
February 21, 2016, 11:50:17 PM
 #3

Cryptolife links he must have provided you with github. Post your source link too

gjhiggins
Legendary
*
Offline Offline

Activity: 2254
Merit: 1278



View Profile WWW
February 22, 2016, 10:39:44 AM
 #4

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
ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
February 22, 2016, 10:42:50 AM
 #5

btw..


DolLar ...

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
InceptionCoin
Member
**
Offline Offline

Activity: 108
Merit: 10


View Profile
February 22, 2016, 11:57:31 AM
 #6

btw..
DolLar ...
Lolled  Grin
When grammatical errors became necessary to start new coin?

Skilled C++ and Python programmer. Looking around to create solid longterm coin by myself. Do you have any ideas? Feel free to PM me.
gjhiggins
Legendary
*
Offline Offline

Activity: 2254
Merit: 1278



View Profile WWW
February 22, 2016, 01:12:21 PM
 #7

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
Pages: [1]
  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!