Pages:
Author

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

sr. member
Activity: 392
Merit: 250
Where win wallet?
sr. member
Activity: 357
Merit: 251
Wallet Compilation Complete
Node Open redbcoinnode.ddns.net

source?
Source Complete
hero member
Activity: 635
Merit: 500
Wallet Compilation Complete
Node Open redbcoinnode.ddns.net

source?
sr. member
Activity: 357
Merit: 251
Wallet Compilation Complete
Node Open redbcoinnode.ddns.net
hero member
Activity: 750
Merit: 500
This is a joke...right?

Code:
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)
{
        nSubsidy = 350 * COIN;
    }
else if(pindexBest->nHeight < 46082)
{
        nSubsidy = 200 * COIN;
    }
else if(pindexBest->nHeight < 146081)
{
        nSubsidy = 100 * COIN;
    }
else if(pindexBest->nHeight < 148961)
{
        nSubsidy = 200 * COIN;
    }
else if(pindexBest->nHeight < 248961)
{
        nSubsidy = 250 * COIN;
    }
else if(pindexBest->nHeight < 251841)
{
        nSubsidy = 150 * COIN;
    }
else if(pindexBest->nHeight < 351481)
{
        nSubsidy = 200 * COIN;
    }
else if(pindexBest->nHeight < 354721)
{
        nSubsidy = 100 * COIN;
    }
else if(pindexBest->nHeight < 500001)
{
        nSubsidy = 150 * COIN;
    }
else if(pindexBest->nHeight < 502881)
{
        nSubsidy = 100 * COIN;
    }
else if(pindexBest->nHeight < 1000001)
{
        nSubsidy = 50 * COIN;
    }
else if(pindexBest->nHeight < 1002880)
{
        nSubsidy = 100 * COIN;
    }
else if(pindexBest->nHeight > 1002881)
{
        nSubsidy = 50 * COIN;
    }
else if(pindexBest->nHeight > 19006280)
{
        nSubsidy =  25 * COIN;
    }
else if(pindexBest->nHeight > 419006280)
{
        nSubsidy = 10 * COIN;
    }

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

    return nSubsidy + nFees;
}

const int DAILY_BLOCKCOUNT =  1440;
// miner's coin stake reward based on coin age spent (coin-days)
int64_t GetProofOfStakeReward(int64_t nCoinAge, int64_t nFees)
{
    int64_t nRewardCoinYear;

    nRewardCoinYear = MAX_MINT_PROOF_OF_STAKE;

    int64_t nSubsidy = nCoinAge * nRewardCoinYear / 365 / COIN;


    if (fDebug && GetBoolArg("-printcreation"))
        printf("GetProofOfStakeReward(): create=%s nCoinAge=%"PRId64"\n", FormatMoney(nSubsidy).c_str(), nCoinAge);

    return nSubsidy + nFees;
}

Code:
static const int64_t COIN_YEAR_REWARD = 70 * CENT;
static const int64_t MAX_MINT_PROOF_OF_STAKE = 1 * COIN;

Code:
     ___      _         ___ _               _
    / __\___ (_)_ __   / __\ |__   ___  ___| | _____ _ __
   / /  / _ \| | '_ \ / /  | '_ \ / _ \/ __| |/ / _ \ '__|
  / /__| (_) | | | | / /___| | | |  __/ (__|   <  __/ |
  \____/\___/|_|_| |_\____/|_| |_|\___|\___|_|\_\___|_|
       v0.0.4 October 2016 | http://www.fuzzbawls.pw

Checking Host OS... WIN
Creating temp folder to clone remote repository...
Cloning https://github.com/Denlon210/ReddByteCoin.git...

-= Repository Information =-
============================================================
Number of commits: 7
Last commit date: Tue, Jan 03, 2017  1:46:56 AM
Days since last commit: .61 Days

-= Build System Information =-
============================================================
Build Type: QMAKE/Makefile
Build Version: 1.0.0.0
Qt Bin: ReddByte-qt
Daemon Bin: ReddByted

-= Coin Specifications =-
============================================================
Coin Name: ReddByte
Client Version: 1.0.0.0
Client Name: /Satoshi:1.0.0.0/
Default P2P Port: 4555
Default PRC Port: 4556
Message Start String: 0xd1 0xa3 0xb4 0xc2

-= Coin Information Checks =-
============================================================
Matching P2PPORT in init documentation:                 [!!]
Matching RPCPORT in init documentation:                 [!!]
Build & Client Version Match:                           [OK]

-= Library Version Compliance Checks =-
============================================================
Miniupnpc v1.9 (API 14):                                [!!]
OpenSSL v1.0.1k+ (Strict DER Signatures):               [!!]
Boost v1.58+ (boost::get):                              [OK]

-= Security Standards Checks =-
============================================================
Free of IRC related files:                              [!!]
IRC based peer fetching:                                [!!]
Contains signature malleability patch (PPCoin):         [!!]

-= Connectivity Checks =-
============================================================
Contains unique ClientName:                             [!!]
Contains DNS seeder addresses:                          [**]
Contains Hex-Encoded seeder addresses:                  [OK]
Has at least ONE default connection method:             [**]
Number of Hex-Encoded Seeds: 39
Listing Hex-Encoded seed addresses...
* 0xdf4bd379 (121.211.75.223)                           [!!]
* 0x7934d29b (155.210.52.121)                           [!!]
* 0x26bc02ad (173.2.188.38)                             [!!]
* 0x7ab743ad (173.67.183.122)                           [!!]
* 0x0ab3a7bc (188.167.179.10)                           [!!]
* 0x375ab5bc (188.181.90.55)                            [!!]
* 0xc90b1617 (23.22.11.201)                             [!!]
* 0x5352fd17 (23.253.82.83)                             [!!]
* 0x5efc6c18 (24.108.252.94)                            [!!]
* 0xccdc7d18 (24.125.220.204)                           [!!]
* 0x443d9118 (24.145.61.68)                             [!!]
* 0x84031b18 (24.27.3.132)                              [!!]
* 0x347c1e18 (24.30.124.52)                             [!!]
* 0x86512418 (24.36.81.134)                             [!!]
* 0xfcfe9031 (49.144.254.252)                           [!!]
* 0xdb5eb936 (54.185.94.219)                            [!!]
* 0xef8d2e3a (58.46.141.239)                            [!!]
* 0xcf51f23c (60.242.81.207)                            [!!]
* 0x18ab663e (62.102.171.24)                            [!!]
* 0x36e0df40 (64.223.224.54)                            [!!]
* 0xde48b641 (65.182.72.222)                            [!!]
* 0xad3e4e41 (65.78.62.173)                             [!!]
* 0xd0f32b44 (68.43.243.208)                            [!!]
* 0x09733b44 (68.59.115.9)                              [!!]
* 0x6a51f545 (69.245.81.106)                            [!!]
* 0xe593ef48 (72.239.147.229)                           [!!]
* 0xc5f5ef48 (72.239.245.197)                           [!!]
* 0x96f4f148 (72.241.244.150)                           [!!]
* 0xd354d34a (74.211.84.211)                            [!!]
* 0x36206f4c (76.111.32.54)                             [!!]
* 0xceefe953 (83.233.239.206)                           [!!]
* 0x50468c55 (85.140.70.80)                             [!!]
* 0x89d38d55 (85.141.211.137)                           [!!]
* 0x65e61a5a (90.26.230.101)                            [!!]
* 0x16b1b95d (93.185.177.22)                            [!!]
* 0x702b135e (94.19.43.112)                             [!!]
* 0x0f57245e (94.36.87.15)                              [!!]
* 0xdaab5f5f (95.95.171.218)                            [!!]
* 0xba15ef63 (99.239.21.186)                            [!!]
Number of DNS Seeds: 1
Listing DNS Seed addresses...
* 127.0.0.1                                             [!!]

-= OS Specific Checks =-
============================================================
Mac OS X Native Notification Support:                   [!!]
Mac OS X Deployment Script:                             [!!]
Mac OS X Application Icon:                              [!!]
Mac OS X Dock Icon Menu (Qt5):                          [!!]
Windows Installer Script:                               [**]
Windows Installer Header Image:                         [!!]
Windows Installer Logo Image:                           [!!]
Windows Installer Icon:                                 [!!]

============================================================
* At least one DNS seeder addresses is improperly formatted.
* DNS Seeders should be full hostnames and not IP addresses.

* IRC based peer fetching has long since been depreciated!
* Developer should remove it and use DNS Seeding instead.

* Windows deployment script is using an incorrect name!
* Deployment build won't have the correct metadata!

* Windows deployment sript is using an incorrect version!
* Deployment build won't have the correct metadata!

Results should be manually verified and you should NOT rely
on any automated scripts (including this one) before running
or compiling any crypto wallet.
============================================================
Removing temp directory...

Localhost as a DNS seed address!?
legendary
Activity: 2954
Merit: 1153
A new coin was born . I'm watching this thread.
what about the campaign bounty? and the exchanges?
Happy new year, Dev.
premine 0%, bounty none, exchange wait after ico end Wink

Lol no ICO here, you just say it No Premine, so what do you think Dev will offer  in the ICO?  I think those who wanted to make this coin listed on an exchange can send a request on different Exchanges, NovaEx, Yobit, C-Cex, your choice.  But it needs some vote to get listed on those exchange.
sr. member
Activity: 588
Merit: 250
A new coin was born . I'm watching this thread.
what about the campaign bounty? and the exchanges?
Happy new year, Dev.
premine 0%, bounty none, exchange wait after ico end Wink
newbie
Activity: 42
Merit: 0
Stop, I recompile wallet of 0% premine of new version.
Wait

Cool I haven't mined any yet. Watching this thread for your update.
sr. member
Activity: 448
Merit: 250
Nothing new here yet? Cheesy

Dev went to sleep? jeje
 Tongue
legendary
Activity: 1050
Merit: 1000

I was on a phone but tbh I think I swiped passed that and was looking lower  Embarrassed

No premine?


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

oh the irony  Cheesy
jr. member
Activity: 59
Merit: 10
A new coin was born . I'm watching this thread.
what about the campaign bounty? and the exchanges?
Happy new year, Dev.
hero member
Activity: 618
Merit: 500
GitHub: https://github.com/Denlon210/ReddByteCoin
Specifications:
    Ticker: RBC
    Premine: 0%
    Algorithm: POW, x11, POS
    Block reward: 200 RBC
    Last PoW block: 4204800
    Min-stake : 5 min
    Max-stake : 90 days
    PoS percentage 70% per year
    Max-coin: 69000000 RBC
    Block time: 60s
    Diff change 1 block
    Transaction fees: 0,01 RBC
    P2P port: 4528
    Rpc port: 4548
Download:
 GUI Wallets v.1.0.2
    Linux:
    VirusTotal:
ReddByte.conf:
listen=1
server=1
daemon=1
gen=1
rpcuser=rpcrdbyecoin
rpcpassword=randomr8wv0mrwcr
rpcport=4548
rpcallowip=*
addnode=reddbcoin.dlinkddns.com
addnode=redbcoinnode.ddns.net


check your nodes please
0 active nodes

Dev said please wait before mining ^^
He is rebuilding source due a error in premine.
Please read !

Ty


 thx Smiley
sr. member
Activity: 448
Merit: 250
GitHub: https://github.com/Denlon210/ReddByteCoin
Specifications:
    Ticker: RBC
    Premine: 0%
    Algorithm: POW, x11, POS
    Block reward: 200 RBC
    Last PoW block: 4204800
    Min-stake : 5 min
    Max-stake : 90 days
    PoS percentage 70% per year
    Max-coin: 69000000 RBC
    Block time: 60s
    Diff change 1 block
    Transaction fees: 0,01 RBC
    P2P port: 4528
    Rpc port: 4548
Download:
 GUI Wallets v.1.0.2
    Linux:
    VirusTotal:
ReddByte.conf:
listen=1
server=1
daemon=1
gen=1
rpcuser=rpcrdbyecoin
rpcpassword=randomr8wv0mrwcr
rpcport=4548
rpcallowip=*
addnode=reddbcoin.dlinkddns.com
addnode=redbcoinnode.ddns.net


check your nodes please
0 active nodes

Dev said please wait before mining ^^
He is rebuilding source due a error in premine.
Please read !

Ty
sr. member
Activity: 392
Merit: 252
devs redoing source
hero member
Activity: 618
Merit: 500
GitHub: https://github.com/Denlon210/ReddByteCoin
Specifications:
    Ticker: RBC
    Premine: 0%
    Algorithm: POW, x11, POS
    Block reward: 200 RBC
    Last PoW block: 4204800
    Min-stake : 5 min
    Max-stake : 90 days
    PoS percentage 70% per year
    Max-coin: 69000000 RBC
    Block time: 60s
    Diff change 1 block
    Transaction fees: 0,01 RBC
    P2P port: 4528
    Rpc port: 4548
Download:
 GUI Wallets v.1.0.2
    Linux:
    VirusTotal:
ReddByte.conf:
listen=1
server=1
daemon=1
gen=1
rpcuser=rpcrdbyecoin
rpcpassword=randomr8wv0mrwcr
rpcport=4548
rpcallowip=*
addnode=reddbcoin.dlinkddns.com
addnode=redbcoinnode.ddns.net


check your nodes please
0 active nodes
hero member
Activity: 618
Merit: 500
New Pool ReddByteCoin



http://www.mineblocks.eu/getting_started

Configure Your Miners


stratum+tcp://mineblocks.eu:3041 -u YOUR WALLET -p x

All ports vardriff


Happy Mining
Smiley

Twitter: https://twitter.com/MineBlocksPool
sr. member
Activity: 448
Merit: 250
Same ^^
Was ready to launch pool :p

Tell us when ready.
Ty
sr. member
Activity: 392
Merit: 252
let me know when source is updated i will sort a pool Smiley
hero member
Activity: 490
Merit: 504
Watching....
sr. member
Activity: 357
Merit: 251
Stop, I recompile wallet of 0% premine of new version.
Wait
Pages:
Jump to: