Bitcoin Forum
April 26, 2024, 09:17:01 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2] 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 »
  Print  
Author Topic: [XRBC] ReddByteCoin PoW/PoS X11 | NO PREMINE  (Read 46537 times)
Affilate User
Sr. Member
****
Offline Offline

Activity: 588
Merit: 250



View Profile
January 03, 2017, 09:21:47 PM
 #21

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

Posts: 1714123021

View Profile Personal Message (Offline)

Ignore
1714123021
Reply with quote  #2

1714123021
Report to moderator
I HATE TABLES I HATE TABLES I HA(╯°□°)╯︵ ┻━┻ TABLES I HATE TABLES I HATE TABLES
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714123021
Hero Member
*
Offline Offline

Posts: 1714123021

View Profile Personal Message (Offline)

Ignore
1714123021
Reply with quote  #2

1714123021
Report to moderator
lionheart78
Legendary
*
Offline Offline

Activity: 2884
Merit: 1152



View Profile WWW
January 03, 2017, 09:31:00 PM
 #22

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.

▄▄███████████████████▄▄
▄█████████▀█████████████▄
███████████▄▐▀▄██████████
███████▀▀███████▀▀███████
██████▀███▄▄████████████
█████████▐█████████▐█████
█████████▐█████████▐█████
██████████▀███▀███▄██████
████████████████▄▄███████
███████████▄▄▄███████████
█████████████████████████
▀█████▄▄████████████████▀
▀▀███████████████████▀▀
Peach
BTC bitcoin
Buy and Sell
Bitcoin P2P
.
.
▄▄███████▄▄
▄████████
██████▄
▄██
█████████████████▄
▄███████
██████████████▄
███████████████████████
█████████████████████████
████████████████████████
█████████████████████████
▀███████████████████████▀
▀█████████████████████▀
▀██████████████████▀
▀███████████████▀
▀▀███████▀▀

▀▀▀▀███▀▀▀▀
EUROPE | AFRICA
LATIN AMERICA
▄▀▀▀











▀▄▄▄


███████▄█
███████▀
██▄▄▄▄▄░▄▄▄▄▄
████████████▀
▐███████████▌
▐███████████▌
████████████▄
██████████████
███▀███▀▀███▀
.
Download on the
App Store
▀▀▀▄











▄▄▄▀
▄▀▀▀











▀▄▄▄


▄██▄
██████▄
█████████▄
████████████▄
███████████████
████████████▀
█████████▀
██████▀
▀██▀
.
GET IT ON
Google Play
▀▀▀▄











▄▄▄▀
Fuzzbawls
Hero Member
*****
Offline Offline

Activity: 750
Merit: 500



View Profile
January 04, 2017, 01:00:09 AM
 #23

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!?
Denlon (OP)
Sr. Member
****
Offline Offline

Activity: 357
Merit: 251


View Profile
January 04, 2017, 09:40:36 AM
 #24

Wallet Compilation Complete
Node Open redbcoinnode.ddns.net
nikl
Hero Member
*****
Offline Offline

Activity: 635
Merit: 500


View Profile
January 04, 2017, 10:04:21 AM
 #25

Wallet Compilation Complete
Node Open redbcoinnode.ddns.net

source?
Denlon (OP)
Sr. Member
****
Offline Offline

Activity: 357
Merit: 251


View Profile
January 04, 2017, 10:28:30 AM
 #26

Wallet Compilation Complete
Node Open redbcoinnode.ddns.net

source?
Source Complete
Romiraz362
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250



View Profile
January 04, 2017, 10:41:07 AM
 #27

Where win wallet?

center]

            ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
         █████████████████████████▄   
       ███████                 ██████
     ██████                      ██████
    █████      ███████████▄        ████
   ████      █████████████▀         ████
  ████      █████            ██      ████
 █████     ████     ▄▄▄      ███     ████
 █████     ████   ███████   ████
 ████      ████   ███████   ████
 ████      ████   ██████    ████      ███
  ████     █████   ▀▀▀▀     ████     ████
  ████      █████            ██      ████
   ████      █████████████▄         ████
    █████      ███████████▀        ████
     ██████                       ████
       ██████
         ██████████████████████▄
             ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
SKYFchain
█▀▀▀▀▀▀█
█  ▄██
██▀  █
█  ▄██
██▀  █
█  ▄██
██▀  █
█  ▄██
██▀  █
█      █
█▄▄▄▄▄▄█

█▀▀▀▀▀▀█
█  ▄██
██▀  █
█  ▄██
██▀  █
█  ▄██
██▀  █
█  ▄██
██▀  █
█      █
█▄▄▄▄▄▄█
[/center]
nikl
Hero Member
*****
Offline Offline

Activity: 635
Merit: 500


View Profile
January 04, 2017, 10:52:16 AM
 #28

Node doesn't work
Denlon (OP)
Sr. Member
****
Offline Offline

Activity: 357
Merit: 251


View Profile
January 04, 2017, 11:09:12 AM
 #29

No, Node open.My friend connect to node no problem.
sazonk
Sr. Member
****
Offline Offline

Activity: 575
Merit: 268

Changing the game


View Profile WWW
January 04, 2017, 11:15:10 AM
 #30

Windows wallet available ?

Shallow Water
Denlon (OP)
Sr. Member
****
Offline Offline

Activity: 357
Merit: 251


View Profile
January 04, 2017, 11:19:06 AM
 #31

Windows wallet compilation process please wait.
lizidev
Full Member
***
Offline Offline

Activity: 154
Merit: 100



View Profile
January 04, 2017, 11:23:53 AM
 #32

Last PoW block: 4204800?
Denlon (OP)
Sr. Member
****
Offline Offline

Activity: 357
Merit: 251


View Profile
January 04, 2017, 11:36:00 AM
 #33

Last PoW block: 4204800?
Wallet POW/POS
POS and POW start
POS: ON
POW: ON
8year mining 2025 end POW
POS: ON
POW : OFF
Articlepro
Full Member
***
Offline Offline

Activity: 276
Merit: 100


View Profile WWW
January 04, 2017, 01:08:33 PM
 #34

Last PoW block: 4204800?
Wallet POW/POS
POS and POW start
POS: ON
POW: ON
8year mining 2025 end POW
POS: ON
POW : OFF
You changed the source? There's no premine now, sure?

Earn Passive Icome with the best Perpetual Dex: https://gmx.io/#/?ref=claim
 *Image Removed*
Denlon (OP)
Sr. Member
****
Offline Offline

Activity: 357
Merit: 251


View Profile
January 04, 2017, 01:21:16 PM
 #35

Yes, no premine.
Denlon (OP)
Sr. Member
****
Offline Offline

Activity: 357
Merit: 251


View Profile
January 04, 2017, 01:22:42 PM
 #36

This wallet premine 0%
Moondreams
Sr. Member
****
Offline Offline

Activity: 347
Merit: 250


View Profile
January 04, 2017, 01:32:12 PM
 #37

Hi Dev,
something is wrong...
mo connection
Huh
Elsada
Jr. Member
*
Offline Offline

Activity: 59
Merit: 10


View Profile
January 04, 2017, 01:43:39 PM
 #38

Wallet Compilation Complete
Node Open redbcoinnode.ddns.net

Where Can I download windows wallet? I only use windows system for my computer.
how about the exchange and pool, Dev? Please give more details about your coin.
Denlon (OP)
Sr. Member
****
Offline Offline

Activity: 357
Merit: 251


View Profile
January 04, 2017, 01:53:48 PM
 #39

Wallet Compilation Complete
Node Open redbcoinnode.ddns.net

Where Can I download windows wallet? I only use windows system for my computer.
how about the exchange and pool, Dev? Please give more details about your coin.
Wait. I'm working on Windows wallet.
After compilation, I will start to pool.
Moondreams
Sr. Member
****
Offline Offline

Activity: 347
Merit: 250


View Profile
January 04, 2017, 01:55:18 PM
 #40

Wallet Compilation Complete
Node Open redbcoinnode.ddns.net

Where Can I download windows wallet? I only use windows system for my computer.
how about the exchange and pool, Dev? Please give more details about your coin.
Wait. I'm working on Windows wallet.
After compilation, I will start to pool.

ok..but Node doesn't work
Pages: « 1 [2] 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 »
  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!