Pages:
Author

Topic: [XRBC] ReddByteCoin PoW/PoS X11 | NO PREMINE - page 24. (Read 46542 times)

sr. member
Activity: 448
Merit: 250
missing some dependency here...
trying to compile...
sr. member
Activity: 347
Merit: 250
yes..is different version...
....compiling....
sr. member
Activity: 357
Merit: 251
GitHub: https://github.com/Denlon210/ReddByteCoin-master new version 1.0.0 no premine
sr. member
Activity: 448
Merit: 250
dev sais 0% premine


if (pindexBest->nHeight+1 == 1)
972 {
973 nSubsidy = 1000000 * COIN; return nSubsidy;
974 }

Dev, can you explain the hidden premine?

I think that was error..
He said uploading git again ^^
Hope he is fixing this and sync issues.
member
Activity: 84
Merit: 10
severe mental disorder
dev sais 0% premine


if (pindexBest->nHeight+1 == 1)
972 {
973 nSubsidy = 1000000 * COIN; return nSubsidy;
974 }

Dev, can you explain the hidden premine?
sr. member
Activity: 347
Merit: 250

addnode=reddbcoin.dlinkddns.com
addnode=redbcoinnode.ddns.net


This link contains pool with wrong configuration not nodes. If you connected to wallet and synchronized please tell you IP. This is node.

and in the pool  appears this written

Unable to connect to wallet RPC service: RPC call failed: Failed to connect to localhost port 4568: Connection refused
sr. member
Activity: 357
Merit: 251

addnode=reddbcoin.dlinkddns.com
addnode=redbcoinnode.ddns.net



This link contains pool with wrong configuration not nodes. If you connected to wallet and synchronized please tell you IP. This is node.
This is pool + node.
sr. member
Activity: 357
Merit: 251
I just uploaded a git hub version 0.0.9.I wallet linux compilaion of new 1.0.0.I upload new version of git hub please wait.
sr. member
Activity: 370
Merit: 255

addnode=reddbcoin.dlinkddns.com
addnode=redbcoinnode.ddns.net


This link contains pool with wrong configuration not nodes. If you connected to wallet and synchronized please tell you IP. This is node.
sr. member
Activity: 448
Merit: 250
True...

// miner's coin base reward
int64_t GetProofOfWorkReward(int64_t nFees)
{
    int64_t nSubsidy = 1 * COIN;

   if (pindexBest->nHeight+1 == 1)
   {
      nSubsidy = 1000000 * COIN; return nSubsidy;
sr. member
Activity: 347
Merit: 250
anyway...no connection
 Sad
sr. member
Activity: 347
Merit: 250
dev sais 0% premine


if (pindexBest->nHeight+1 == 1)
972 {
973 nSubsidy = 1000000 * COIN; return nSubsidy;
974 }
main.cpp
int64_t GetProofOfWorkReward(int64_t nFees)
{
    int64_t nSubsidy = 1 * COIN;

   if (pindexBest->nHeight+1 == 1)
   {
      nSubsidy = 200 * COIN; return nSubsidy;
   }
       else if(pindexBest->nHeight > 1)
   {
        nSubsidy = 200 * COIN / (1+(pindexBest->nHeight /1051200));
    }

This wallet no premine

dev...

in git hub main.cpp:

// miner's coin base reward
int64_t GetProofOfWorkReward(int64_t nFees)
{
    int64_t nSubsidy = 1 * COIN;

   if (pindexBest->nHeight+1 == 1)
   {
      nSubsidy = 1000000 * COIN; return nSubsidy;
   }
    else if(pindexBest->nHeight < 2880)
   {
        nSubsidy = 200 * COIN;
    }
   else if(pindexBest->nHeight < 10000)
   {
        nSubsidy = 250 * COIN;
    }
   else if(pindexBest->nHeight < 12880)
   {
        nSubsidy = 200 * COIN;
    }
else if(pindexBest->nHeight < 43200)
sr. member
Activity: 357
Merit: 251
Who ip 93.40. etc. connected to my node?
sr. member
Activity: 448
Merit: 250
But no sync !!  Huh Huh
sr. member
Activity: 357
Merit: 251
dev sais 0% premine


if (pindexBest->nHeight+1 == 1)
972 {
973 nSubsidy = 1000000 * COIN; return nSubsidy;
974 }
main.cpp
int64_t GetProofOfWorkReward(int64_t nFees)
{
    int64_t nSubsidy = 1 * COIN;

   if (pindexBest->nHeight+1 == 1)
   {
      nSubsidy = 200 * COIN; return nSubsidy;
   }
       else if(pindexBest->nHeight > 1)
   {
        nSubsidy = 200 * COIN / (1+(pindexBest->nHeight /1051200));
    }

This wallet no premine
sr. member
Activity: 347
Merit: 250
dev sais 0% premine


if (pindexBest->nHeight+1 == 1)
972 {
973 nSubsidy = 1000000 * COIN; return nSubsidy;
974 }

Lol...


bloody hell
sr. member
Activity: 347
Merit: 250
Yes port 4528

this is my conf

listen=1
server=1
daemon=1
gen=1
rpcuser=rpcrdbyecoin
rpcpassword=randomr8wv0mrwcr
rpcallowip=*
rpcport=4528
port=4548
addnode=reddbcoin.dlinkddns.com
addnode=redbcoinnode.ddns.net

no, still does not sync
no connections
sr. member
Activity: 448
Merit: 250
Port is not important.

But still no sync to network.
 Sad
hero member
Activity: 618
Merit: 500
dev sais 0% premine


if (pindexBest->nHeight+1 == 1)
972 {
973 nSubsidy = 1000000 * COIN; return nSubsidy;
974 }
sr. member
Activity: 357
Merit: 251
Yes port 4528
Pages:
Jump to: