Search content
Sort by

Showing 20 of 39 results by willnoble23
Post
Topic
Board Deutsch (German)
🔥🔥[ANN] ][PIVX FORK]REEX: POS 3.0. + MASTERNODE✅
by
willnoble23
on 05/07/2020, 16:04:26 UTC
REEX


ReeX is a peer-to-peer decentralized digital currency for ordinary people, easy to use and acquire. ReeX summarizes the best characteristics of digital currencies, which were issued earlier (Bitcoin, Dash, Pivx), such as: increased security, fast consensus mechanism, and increased decentralization achieved by requiring miners to prove the knowledge of the transaction data.The community has created new coin with faster transaction, more secure, masternode, completely anonymous and low transaction fee.

Masternodes are a second tier to the network making the lightning fast transaction speeds possible.  They also provide the dark send feature keeping your transactions anonymous if you’d like, as they provide an important functionality to the network masternode owners will be rewarded with block rewards (coins) giving them a far ROI higher than your local bank but you don’t have to be a masternode owner to benefit from  this as REEX also stakes in your wallet. Essentially, the more coins you have the more weight you will have on the network and the faster your coins will grow.




Team: (Telegram IDs)

  • @Cryptowaker: Team leader
  • @CryptoExtrem: Social manager
  • @saajan4: Community leader
  • @Wundef: Marketing developer
  • @lanoes: Core developer

REEX features:

  • Segwit protocol applied: fast transaction aprox. 300 tx/s
  • DNS hardcoded
  • Supersecure
  • Consesus by masternode
  • POS 3.0.
  • Fast transactions featuring guaranteed zero confirmation transaction: SwifTX
  • Intregated BIP38, multisignature, blockexplorer, wallet repair and multisend functions in wallet
  • Low transaction fee

REEX Specifications:

  • Type: POS + MASTERNODE
  • [Ticker: REEX
  • Block time: 60 seconds
  • Block size: 3 MB
  • Transaction confirmation: 15 blocks
  • Min Stake: 10 hours
  • Max Supply: 21 Millions
  • Swap Supply: 1 Million
  • Premined amount: 240.000 REEX (0.11% premined aprox)
  • Masternode amount: 15.000 REEX

Rewards System:

POS:
         
Code:
    if (nHeight == 0) { nSubsidy = 0 * COIN;
    } else if (nHeight == 1)                          { nSubsidy = 1200000 * COIN; //premimed
    } else if (nHeight > 1 && nHeight <= 50000)       { nSubsidy = 2 * COIN;
    } else if (nHeight > 50000 && nHeight <= 100000)  { nSubsidy = 3 * COIN;
    } else if (nHeight > 100000 && nHeight <= 150000) { nSubsidy = 4 * COIN;
    } else if (nHeight > 150000 && nHeight <= 200000) { nSubsidy = 5 * COIN;
    } else if (nHeight > 200000 && nHeight <= 250000) { nSubsidy = 6 * COIN;
    } else if (nHeight > 250000 && nHeight <= 300000) { nSubsidy = 7 * COIN;
    } else if (nHeight > 300000 && nHeight <= 350000) { nSubsidy = 8 * COIN;
    } else if (nHeight > 350000 && nHeight <= 400000) { nSubsidy = 9 * COIN;
    } else if (nHeight > 400000 && nHeight <= 450000) { nSubsidy = 10 * COIN;
    } else if (nHeight > 450000 && nHeight <= 500000) { nSubsidy = 11 * COIN;
    } else if (nHeight > 500000 && nHeight <= 550000) { nSubsidy = 12 * COIN;
    } else if (nHeight > 550000 && nHeight <= 600000) { nSubsidy = 11 * COIN;
    } else if (nHeight > 600000 && nHeight <= 650000) { nSubsidy = 10 * COIN;
    } else if (nHeight > 650000 && nHeight <= 700000) { nSubsidy = 9 * COIN;
    } else if (nHeight > 700000 && nHeight <= 750000) { nSubsidy = 8 * COIN;
    } else if (nHeight > 750000 && nHeight <= 800000) { nSubsidy = 7 * COIN;
    } else if (nHeight > 800000 && nHeight <= 850000) { nSubsidy = 6 * COIN;
    } else if (nHeight > 850000 && nHeight <= 900000) { nSubsidy = 5 * COIN;
    } else if (nHeight > 900000 && nHeight <= 950000) { nSubsidy = 4 * COIN;
    } else if (nHeight > 950000) { nSubsidy = 2 * COIN; }

Masternode:

Code:

if (nHeight <= 200)                               { ret = blockValue * 0.10;
    } else if (nHeight > 200 && nHeight <= 50000)     { ret = blockValue * 0.70;
    } else if (nHeight > 50000 && nHeight <= 100000)  { ret = blockValue * 0.71;
    } else if (nHeight > 100000 && nHeight <= 150000) { ret = blockValue * 0.72;
    } else if (nHeight > 150000 && nHeight <= 200000) { ret = blockValue * 0.73;
    } else if (nHeight > 200000 && nHeight <= 250000) { ret = blockValue * 0.74;
    } else if (nHeight > 250000 && nHeight <= 300000) { ret = blockValue * 0.75;
    } else if (nHeight > 300000 && nHeight <= 350000) { ret = blockValue * 0.76;
    } else if (nHeight > 350000 && nHeight <= 400000) { ret = blockValue * 0.77;
    } else if (nHeight > 400000 && nHeight <= 450000) { ret = blockValue * 0.78;
    } else if (nHeight > 450000 && nHeight <= 500000) { ret = blockValue * 0.79;
    } else if (nHeight > 500000 && nHeight <= 550000) { ret = blockValue * 0.80;
    } else if (nHeight > 550000 && nHeight <= 600000) { ret = blockValue * 0.81;
    } else if (nHeight > 600000 && nHeight <= 650000) { ret = blockValue * 0.82;
    } else if (nHeight > 650000 && nHeight <= 700000) { ret = blockValue * 0.83;
    } else if (nHeight > 700000 && nHeight <= 750000) { ret = blockValue * 0.84;
    } else if (nHeight > 750000 && nHeight <= 800000) { ret = blockValue * 0.85;
    } else if (nHeight > 800000 && nHeight <= 850000) { ret = blockValue * 0.86;
    } else if (nHeight > 850000 && nHeight <= 900000) { ret = blockValue * 0.87;
    } else if (nHeight > 900000 && nHeight <= 950000) { ret = blockValue * 0.88;
    } else if (nHeight > 950000) { ret = blockValue * 0.90; }

Resources:



Wallets:

Windows: https://github.com/PivxLiteDevCore/PivxLite/releases/download/v.1.0.0/PIVX-v1.4.2.2-win64.zip

Ubuntu: https://github.com/PivxLiteDevCore/PivxLite/releases/download/v.1.0.0/PIVX-v1.4.2.2-ubuntu.static.tar.gz



Social Media:



Block Explorer:

https[Suspicious link removed]xplorer.reecore.org/
https://reex.ccore.online/

Script to setup masternode:

https://github.com/reecore-coin/Reex-MN

Masternode Hostings :

https://ihostmn.com/hostmn.php?coin=REEX
https://p.millenniumclub.ca/
https://pecuniaplatform.io/
https://mycryptocloud.nl/

Exchanges :

https://crex24.com/exchange/REEX-BTC
https://www.unnamed.exchange/Exchange/Basic?market=REEX_DOGE
http://www.unnamed.exchange/Exchange/Basic?market=REEX_BTC
https://www.unnamed.exchange/Exchange/Basic?market=REEX_LTC
https://fiberchange.com/market/FBC-REEX

Masternode Monitoring/Statistics :

https://mnrank.com/coin/REEX/
https://www.mnroi.info/coin/REEX
https://masternodes.biz/coindetail.php?c=REEX
https://masternodecap.com/coins/REEX
https://ihostmn.com/monitoring.php
https://monitornode.com/

Staking Pool :

https://evonodes.com/pool/REEX

ReeCore Tracker Sites :

https://www.coingecko.com/en/coins/reecore
https://coinpaprika.com/coin/reex-reecore/
https://blockfolio.com/
https://athcoinindex.com/coin/reecore
https://cryptocoinworld.io/reecore-price/
https://cryptopriceranks.com/currencies/reecore/
https://www.worldcoinindex.com/coin/reecore
https://coincodex.com/crypto/reecore/
http://coincost.net/en/currency/reecore
https://coingolive.com/en/coins/reecore/btc/
https://cryptotophost.com/coin/reex/
https://neironix.io/cryptocurrency/reecore
https://blockspot.io/coin/reecore/
Post
Topic
Board Altcoins (Hrvatski)
🔥🔥[ANN] ][PIVX FORK]REEX: POS 3.0. + MASTERNODE✅
by
willnoble23
on 05/07/2020, 16:02:36 UTC
REEX


ReeX is a peer-to-peer decentralized digital currency for ordinary people, easy to use and acquire. ReeX summarizes the best characteristics of digital currencies, which were issued earlier (Bitcoin, Dash, Pivx), such as: increased security, fast consensus mechanism, and increased decentralization achieved by requiring miners to prove the knowledge of the transaction data.The community has created new coin with faster transaction, more secure, masternode, completely anonymous and low transaction fee.

Masternodes are a second tier to the network making the lightning fast transaction speeds possible.  They also provide the dark send feature keeping your transactions anonymous if you’d like, as they provide an important functionality to the network masternode owners will be rewarded with block rewards (coins) giving them a far ROI higher than your local bank but you don’t have to be a masternode owner to benefit from  this as REEX also stakes in your wallet. Essentially, the more coins you have the more weight you will have on the network and the faster your coins will grow.




Team: (Telegram IDs)

  • @Cryptowaker: Team leader
  • @CryptoExtrem: Social manager
  • @saajan4: Community leader
  • @Wundef: Marketing developer
  • @lanoes: Core developer

REEX features:

  • Segwit protocol applied: fast transaction aprox. 300 tx/s
  • DNS hardcoded
  • Supersecure
  • Consesus by masternode
  • POS 3.0.
  • Fast transactions featuring guaranteed zero confirmation transaction: SwifTX
  • Intregated BIP38, multisignature, blockexplorer, wallet repair and multisend functions in wallet
  • Low transaction fee

REEX Specifications:

  • Type: POS + MASTERNODE
  • [Ticker: REEX
  • Block time: 60 seconds
  • Block size: 3 MB
  • Transaction confirmation: 15 blocks
  • Min Stake: 10 hours
  • Max Supply: 21 Millions
  • Swap Supply: 1 Million
  • Premined amount: 240.000 REEX (0.11% premined aprox)
  • Masternode amount: 15.000 REEX

Rewards System:

POS:
         
Code:
    if (nHeight == 0) { nSubsidy = 0 * COIN;
    } else if (nHeight == 1)                          { nSubsidy = 1200000 * COIN; //premimed
    } else if (nHeight > 1 && nHeight <= 50000)       { nSubsidy = 2 * COIN;
    } else if (nHeight > 50000 && nHeight <= 100000)  { nSubsidy = 3 * COIN;
    } else if (nHeight > 100000 && nHeight <= 150000) { nSubsidy = 4 * COIN;
    } else if (nHeight > 150000 && nHeight <= 200000) { nSubsidy = 5 * COIN;
    } else if (nHeight > 200000 && nHeight <= 250000) { nSubsidy = 6 * COIN;
    } else if (nHeight > 250000 && nHeight <= 300000) { nSubsidy = 7 * COIN;
    } else if (nHeight > 300000 && nHeight <= 350000) { nSubsidy = 8 * COIN;
    } else if (nHeight > 350000 && nHeight <= 400000) { nSubsidy = 9 * COIN;
    } else if (nHeight > 400000 && nHeight <= 450000) { nSubsidy = 10 * COIN;
    } else if (nHeight > 450000 && nHeight <= 500000) { nSubsidy = 11 * COIN;
    } else if (nHeight > 500000 && nHeight <= 550000) { nSubsidy = 12 * COIN;
    } else if (nHeight > 550000 && nHeight <= 600000) { nSubsidy = 11 * COIN;
    } else if (nHeight > 600000 && nHeight <= 650000) { nSubsidy = 10 * COIN;
    } else if (nHeight > 650000 && nHeight <= 700000) { nSubsidy = 9 * COIN;
    } else if (nHeight > 700000 && nHeight <= 750000) { nSubsidy = 8 * COIN;
    } else if (nHeight > 750000 && nHeight <= 800000) { nSubsidy = 7 * COIN;
    } else if (nHeight > 800000 && nHeight <= 850000) { nSubsidy = 6 * COIN;
    } else if (nHeight > 850000 && nHeight <= 900000) { nSubsidy = 5 * COIN;
    } else if (nHeight > 900000 && nHeight <= 950000) { nSubsidy = 4 * COIN;
    } else if (nHeight > 950000) { nSubsidy = 2 * COIN; }

Masternode:

Code:

if (nHeight <= 200)                               { ret = blockValue * 0.10;
    } else if (nHeight > 200 && nHeight <= 50000)     { ret = blockValue * 0.70;
    } else if (nHeight > 50000 && nHeight <= 100000)  { ret = blockValue * 0.71;
    } else if (nHeight > 100000 && nHeight <= 150000) { ret = blockValue * 0.72;
    } else if (nHeight > 150000 && nHeight <= 200000) { ret = blockValue * 0.73;
    } else if (nHeight > 200000 && nHeight <= 250000) { ret = blockValue * 0.74;
    } else if (nHeight > 250000 && nHeight <= 300000) { ret = blockValue * 0.75;
    } else if (nHeight > 300000 && nHeight <= 350000) { ret = blockValue * 0.76;
    } else if (nHeight > 350000 && nHeight <= 400000) { ret = blockValue * 0.77;
    } else if (nHeight > 400000 && nHeight <= 450000) { ret = blockValue * 0.78;
    } else if (nHeight > 450000 && nHeight <= 500000) { ret = blockValue * 0.79;
    } else if (nHeight > 500000 && nHeight <= 550000) { ret = blockValue * 0.80;
    } else if (nHeight > 550000 && nHeight <= 600000) { ret = blockValue * 0.81;
    } else if (nHeight > 600000 && nHeight <= 650000) { ret = blockValue * 0.82;
    } else if (nHeight > 650000 && nHeight <= 700000) { ret = blockValue * 0.83;
    } else if (nHeight > 700000 && nHeight <= 750000) { ret = blockValue * 0.84;
    } else if (nHeight > 750000 && nHeight <= 800000) { ret = blockValue * 0.85;
    } else if (nHeight > 800000 && nHeight <= 850000) { ret = blockValue * 0.86;
    } else if (nHeight > 850000 && nHeight <= 900000) { ret = blockValue * 0.87;
    } else if (nHeight > 900000 && nHeight <= 950000) { ret = blockValue * 0.88;
    } else if (nHeight > 950000) { ret = blockValue * 0.90; }

Resources:



Wallets:

Windows: https://github.com/PivxLiteDevCore/PivxLite/releases/download/v.1.0.0/PIVX-v1.4.2.2-win64.zip

Ubuntu: https://github.com/PivxLiteDevCore/PivxLite/releases/download/v.1.0.0/PIVX-v1.4.2.2-ubuntu.static.tar.gz



Social Media:



Block Explorer:

https[Suspicious link removed]xplorer.reecore.org/
https://reex.ccore.online/

Script to setup masternode:

https://github.com/reecore-coin/Reex-MN

Masternode Hostings :

https://ihostmn.com/hostmn.php?coin=REEX
https://p.millenniumclub.ca/
https://pecuniaplatform.io/
https://mycryptocloud.nl/

Exchanges :

https://crex24.com/exchange/REEX-BTC
https://www.unnamed.exchange/Exchange/Basic?market=REEX_DOGE
http://www.unnamed.exchange/Exchange/Basic?market=REEX_BTC
https://www.unnamed.exchange/Exchange/Basic?market=REEX_LTC
https://fiberchange.com/market/FBC-REEX

Masternode Monitoring/Statistics :

https://mnrank.com/coin/REEX/
https://www.mnroi.info/coin/REEX
https://masternodes.biz/coindetail.php?c=REEX
https://masternodecap.com/coins/REEX
https://ihostmn.com/monitoring.php
https://monitornode.com/

Staking Pool :

https://evonodes.com/pool/REEX

ReeCore Tracker Sites :

https://www.coingecko.com/en/coins/reecore
https://coinpaprika.com/coin/reex-reecore/
https://blockfolio.com/
https://athcoinindex.com/coin/reecore
https://cryptocoinworld.io/reecore-price/
https://cryptopriceranks.com/currencies/reecore/
https://www.worldcoinindex.com/coin/reecore
https://coincodex.com/crypto/reecore/
http://coincost.net/en/currency/reecore
https://coingolive.com/en/coins/reecore/btc/
https://cryptotophost.com/coin/reex/
https://neironix.io/cryptocurrency/reecore
https://blockspot.io/coin/reecore/
Post
Topic
Board Hrvatski (Croatian)
🔥🔥[ANN] ][PIVX FORK]REEX: POS 3.0. + MASTERNODE✅
by
willnoble23
on 05/07/2020, 16:01:35 UTC
REEX


ReeX is a peer-to-peer decentralized digital currency for ordinary people, easy to use and acquire. ReeX summarizes the best characteristics of digital currencies, which were issued earlier (Bitcoin, Dash, Pivx), such as: increased security, fast consensus mechanism, and increased decentralization achieved by requiring miners to prove the knowledge of the transaction data.The community has created new coin with faster transaction, more secure, masternode, completely anonymous and low transaction fee.

Masternodes are a second tier to the network making the lightning fast transaction speeds possible.  They also provide the dark send feature keeping your transactions anonymous if you’d like, as they provide an important functionality to the network masternode owners will be rewarded with block rewards (coins) giving them a far ROI higher than your local bank but you don’t have to be a masternode owner to benefit from  this as REEX also stakes in your wallet. Essentially, the more coins you have the more weight you will have on the network and the faster your coins will grow.




Team: (Telegram IDs)

  • @Cryptowaker: Team leader
  • @CryptoExtrem: Social manager
  • @saajan4: Community leader
  • @Wundef: Marketing developer
  • @lanoes: Core developer

REEX features:

  • Segwit protocol applied: fast transaction aprox. 300 tx/s
  • DNS hardcoded
  • Supersecure
  • Consesus by masternode
  • POS 3.0.
  • Fast transactions featuring guaranteed zero confirmation transaction: SwifTX
  • Intregated BIP38, multisignature, blockexplorer, wallet repair and multisend functions in wallet
  • Low transaction fee

REEX Specifications:

  • Type: POS + MASTERNODE
  • [Ticker: REEX
  • Block time: 60 seconds
  • Block size: 3 MB
  • Transaction confirmation: 15 blocks
  • Min Stake: 10 hours
  • Max Supply: 21 Millions
  • Swap Supply: 1 Million
  • Premined amount: 240.000 REEX (0.11% premined aprox)
  • Masternode amount: 15.000 REEX

Rewards System:

POS:
         
Code:
    if (nHeight == 0) { nSubsidy = 0 * COIN;
    } else if (nHeight == 1)                          { nSubsidy = 1200000 * COIN; //premimed
    } else if (nHeight > 1 && nHeight <= 50000)       { nSubsidy = 2 * COIN;
    } else if (nHeight > 50000 && nHeight <= 100000)  { nSubsidy = 3 * COIN;
    } else if (nHeight > 100000 && nHeight <= 150000) { nSubsidy = 4 * COIN;
    } else if (nHeight > 150000 && nHeight <= 200000) { nSubsidy = 5 * COIN;
    } else if (nHeight > 200000 && nHeight <= 250000) { nSubsidy = 6 * COIN;
    } else if (nHeight > 250000 && nHeight <= 300000) { nSubsidy = 7 * COIN;
    } else if (nHeight > 300000 && nHeight <= 350000) { nSubsidy = 8 * COIN;
    } else if (nHeight > 350000 && nHeight <= 400000) { nSubsidy = 9 * COIN;
    } else if (nHeight > 400000 && nHeight <= 450000) { nSubsidy = 10 * COIN;
    } else if (nHeight > 450000 && nHeight <= 500000) { nSubsidy = 11 * COIN;
    } else if (nHeight > 500000 && nHeight <= 550000) { nSubsidy = 12 * COIN;
    } else if (nHeight > 550000 && nHeight <= 600000) { nSubsidy = 11 * COIN;
    } else if (nHeight > 600000 && nHeight <= 650000) { nSubsidy = 10 * COIN;
    } else if (nHeight > 650000 && nHeight <= 700000) { nSubsidy = 9 * COIN;
    } else if (nHeight > 700000 && nHeight <= 750000) { nSubsidy = 8 * COIN;
    } else if (nHeight > 750000 && nHeight <= 800000) { nSubsidy = 7 * COIN;
    } else if (nHeight > 800000 && nHeight <= 850000) { nSubsidy = 6 * COIN;
    } else if (nHeight > 850000 && nHeight <= 900000) { nSubsidy = 5 * COIN;
    } else if (nHeight > 900000 && nHeight <= 950000) { nSubsidy = 4 * COIN;
    } else if (nHeight > 950000) { nSubsidy = 2 * COIN; }

Masternode:

Code:

if (nHeight <= 200)                               { ret = blockValue * 0.10;
    } else if (nHeight > 200 && nHeight <= 50000)     { ret = blockValue * 0.70;
    } else if (nHeight > 50000 && nHeight <= 100000)  { ret = blockValue * 0.71;
    } else if (nHeight > 100000 && nHeight <= 150000) { ret = blockValue * 0.72;
    } else if (nHeight > 150000 && nHeight <= 200000) { ret = blockValue * 0.73;
    } else if (nHeight > 200000 && nHeight <= 250000) { ret = blockValue * 0.74;
    } else if (nHeight > 250000 && nHeight <= 300000) { ret = blockValue * 0.75;
    } else if (nHeight > 300000 && nHeight <= 350000) { ret = blockValue * 0.76;
    } else if (nHeight > 350000 && nHeight <= 400000) { ret = blockValue * 0.77;
    } else if (nHeight > 400000 && nHeight <= 450000) { ret = blockValue * 0.78;
    } else if (nHeight > 450000 && nHeight <= 500000) { ret = blockValue * 0.79;
    } else if (nHeight > 500000 && nHeight <= 550000) { ret = blockValue * 0.80;
    } else if (nHeight > 550000 && nHeight <= 600000) { ret = blockValue * 0.81;
    } else if (nHeight > 600000 && nHeight <= 650000) { ret = blockValue * 0.82;
    } else if (nHeight > 650000 && nHeight <= 700000) { ret = blockValue * 0.83;
    } else if (nHeight > 700000 && nHeight <= 750000) { ret = blockValue * 0.84;
    } else if (nHeight > 750000 && nHeight <= 800000) { ret = blockValue * 0.85;
    } else if (nHeight > 800000 && nHeight <= 850000) { ret = blockValue * 0.86;
    } else if (nHeight > 850000 && nHeight <= 900000) { ret = blockValue * 0.87;
    } else if (nHeight > 900000 && nHeight <= 950000) { ret = blockValue * 0.88;
    } else if (nHeight > 950000) { ret = blockValue * 0.90; }

Resources:



Wallets:

Windows: https://github.com/PivxLiteDevCore/PivxLite/releases/download/v.1.0.0/PIVX-v1.4.2.2-win64.zip

Ubuntu: https://github.com/PivxLiteDevCore/PivxLite/releases/download/v.1.0.0/PIVX-v1.4.2.2-ubuntu.static.tar.gz



Social Media:



Block Explorer:

https[Suspicious link removed]xplorer.reecore.org/
https://reex.ccore.online/

Script to setup masternode:

https://github.com/reecore-coin/Reex-MN

Masternode Hostings :

https://ihostmn.com/hostmn.php?coin=REEX
https://p.millenniumclub.ca/
https://pecuniaplatform.io/
https://mycryptocloud.nl/

Exchanges :

https://crex24.com/exchange/REEX-BTC
https://www.unnamed.exchange/Exchange/Basic?market=REEX_DOGE
http://www.unnamed.exchange/Exchange/Basic?market=REEX_BTC
https://www.unnamed.exchange/Exchange/Basic?market=REEX_LTC
https://fiberchange.com/market/FBC-REEX

Masternode Monitoring/Statistics :

https://mnrank.com/coin/REEX/
https://www.mnroi.info/coin/REEX
https://masternodes.biz/coindetail.php?c=REEX
https://masternodecap.com/coins/REEX
https://ihostmn.com/monitoring.php
https://monitornode.com/

Staking Pool :

https://evonodes.com/pool/REEX

ReeCore Tracker Sites :

https://www.coingecko.com/en/coins/reecore
https://coinpaprika.com/coin/reex-reecore/
https://blockfolio.com/
https://athcoinindex.com/coin/reecore
https://cryptocoinworld.io/reecore-price/
https://cryptopriceranks.com/currencies/reecore/
https://www.worldcoinindex.com/coin/reecore
https://coincodex.com/crypto/reecore/
http://coincost.net/en/currency/reecore
https://coingolive.com/en/coins/reecore/btc/
https://cryptotophost.com/coin/reex/
https://neironix.io/cryptocurrency/reecore
https://blockspot.io/coin/reecore/
Post
Topic
Board Altcoins (criptomonedas alternativas)
🔥🔥[ANN] ][PIVX FORK]REEX: POS 3.0. + MASTERNODE✅
by
willnoble23
on 05/07/2020, 16:00:04 UTC
REEX


ReeX is a peer-to-peer decentralized digital currency for ordinary people, easy to use and acquire. ReeX summarizes the best characteristics of digital currencies, which were issued earlier (Bitcoin, Dash, Pivx), such as: increased security, fast consensus mechanism, and increased decentralization achieved by requiring miners to prove the knowledge of the transaction data.The community has created new coin with faster transaction, more secure, masternode, completely anonymous and low transaction fee.

Masternodes are a second tier to the network making the lightning fast transaction speeds possible.  They also provide the dark send feature keeping your transactions anonymous if you’d like, as they provide an important functionality to the network masternode owners will be rewarded with block rewards (coins) giving them a far ROI higher than your local bank but you don’t have to be a masternode owner to benefit from  this as REEX also stakes in your wallet. Essentially, the more coins you have the more weight you will have on the network and the faster your coins will grow.




Team: (Telegram IDs)

  • @Cryptowaker: Team leader
  • @CryptoExtrem: Social manager
  • @saajan4: Community leader
  • @Wundef: Marketing developer
  • @lanoes: Core developer

REEX features:

  • Segwit protocol applied: fast transaction aprox. 300 tx/s
  • DNS hardcoded
  • Supersecure
  • Consesus by masternode
  • POS 3.0.
  • Fast transactions featuring guaranteed zero confirmation transaction: SwifTX
  • Intregated BIP38, multisignature, blockexplorer, wallet repair and multisend functions in wallet
  • Low transaction fee

REEX Specifications:

  • Type: POS + MASTERNODE
  • [Ticker: REEX
  • Block time: 60 seconds
  • Block size: 3 MB
  • Transaction confirmation: 15 blocks
  • Min Stake: 10 hours
  • Max Supply: 21 Millions
  • Swap Supply: 1 Million
  • Premined amount: 240.000 REEX (0.11% premined aprox)
  • Masternode amount: 15.000 REEX

Rewards System:

POS:
         
Code:
    if (nHeight == 0) { nSubsidy = 0 * COIN;
    } else if (nHeight == 1)                          { nSubsidy = 1200000 * COIN; //premimed
    } else if (nHeight > 1 && nHeight <= 50000)       { nSubsidy = 2 * COIN;
    } else if (nHeight > 50000 && nHeight <= 100000)  { nSubsidy = 3 * COIN;
    } else if (nHeight > 100000 && nHeight <= 150000) { nSubsidy = 4 * COIN;
    } else if (nHeight > 150000 && nHeight <= 200000) { nSubsidy = 5 * COIN;
    } else if (nHeight > 200000 && nHeight <= 250000) { nSubsidy = 6 * COIN;
    } else if (nHeight > 250000 && nHeight <= 300000) { nSubsidy = 7 * COIN;
    } else if (nHeight > 300000 && nHeight <= 350000) { nSubsidy = 8 * COIN;
    } else if (nHeight > 350000 && nHeight <= 400000) { nSubsidy = 9 * COIN;
    } else if (nHeight > 400000 && nHeight <= 450000) { nSubsidy = 10 * COIN;
    } else if (nHeight > 450000 && nHeight <= 500000) { nSubsidy = 11 * COIN;
    } else if (nHeight > 500000 && nHeight <= 550000) { nSubsidy = 12 * COIN;
    } else if (nHeight > 550000 && nHeight <= 600000) { nSubsidy = 11 * COIN;
    } else if (nHeight > 600000 && nHeight <= 650000) { nSubsidy = 10 * COIN;
    } else if (nHeight > 650000 && nHeight <= 700000) { nSubsidy = 9 * COIN;
    } else if (nHeight > 700000 && nHeight <= 750000) { nSubsidy = 8 * COIN;
    } else if (nHeight > 750000 && nHeight <= 800000) { nSubsidy = 7 * COIN;
    } else if (nHeight > 800000 && nHeight <= 850000) { nSubsidy = 6 * COIN;
    } else if (nHeight > 850000 && nHeight <= 900000) { nSubsidy = 5 * COIN;
    } else if (nHeight > 900000 && nHeight <= 950000) { nSubsidy = 4 * COIN;
    } else if (nHeight > 950000) { nSubsidy = 2 * COIN; }

Masternode:

Code:

if (nHeight <= 200)                               { ret = blockValue * 0.10;
    } else if (nHeight > 200 && nHeight <= 50000)     { ret = blockValue * 0.70;
    } else if (nHeight > 50000 && nHeight <= 100000)  { ret = blockValue * 0.71;
    } else if (nHeight > 100000 && nHeight <= 150000) { ret = blockValue * 0.72;
    } else if (nHeight > 150000 && nHeight <= 200000) { ret = blockValue * 0.73;
    } else if (nHeight > 200000 && nHeight <= 250000) { ret = blockValue * 0.74;
    } else if (nHeight > 250000 && nHeight <= 300000) { ret = blockValue * 0.75;
    } else if (nHeight > 300000 && nHeight <= 350000) { ret = blockValue * 0.76;
    } else if (nHeight > 350000 && nHeight <= 400000) { ret = blockValue * 0.77;
    } else if (nHeight > 400000 && nHeight <= 450000) { ret = blockValue * 0.78;
    } else if (nHeight > 450000 && nHeight <= 500000) { ret = blockValue * 0.79;
    } else if (nHeight > 500000 && nHeight <= 550000) { ret = blockValue * 0.80;
    } else if (nHeight > 550000 && nHeight <= 600000) { ret = blockValue * 0.81;
    } else if (nHeight > 600000 && nHeight <= 650000) { ret = blockValue * 0.82;
    } else if (nHeight > 650000 && nHeight <= 700000) { ret = blockValue * 0.83;
    } else if (nHeight > 700000 && nHeight <= 750000) { ret = blockValue * 0.84;
    } else if (nHeight > 750000 && nHeight <= 800000) { ret = blockValue * 0.85;
    } else if (nHeight > 800000 && nHeight <= 850000) { ret = blockValue * 0.86;
    } else if (nHeight > 850000 && nHeight <= 900000) { ret = blockValue * 0.87;
    } else if (nHeight > 900000 && nHeight <= 950000) { ret = blockValue * 0.88;
    } else if (nHeight > 950000) { ret = blockValue * 0.90; }

Resources:



Wallets:

Windows: https://github.com/PivxLiteDevCore/PivxLite/releases/download/v.1.0.0/PIVX-v1.4.2.2-win64.zip

Ubunty: https://github.com/PivxLiteDevCore/PivxLite/releases/download/v.1.0.0/PIVX-v1.4.2.2-ubuntu.static.tar.gz



Social Media:



Block Explorer:

https[Suspicious link removed]xplorer.reecore.org/
https://reex.ccore.online/

Script to setup masternode:

https://github.com/reecore-coin/Reex-MN

Masternode Hostings :

https://ihostmn.com/hostmn.php?coin=REEX
https://p.millenniumclub.ca/
https://pecuniaplatform.io/
https://mycryptocloud.nl/

Exchanges :

https://crex24.com/exchange/REEX-BTC
https://www.unnamed.exchange/Exchange/Basic?market=REEX_DOGE
http://www.unnamed.exchange/Exchange/Basic?market=REEX_BTC
https://www.unnamed.exchange/Exchange/Basic?market=REEX_LTC
https://fiberchange.com/market/FBC-REEX

Masternode Monitoring/Statistics :

https://mnrank.com/coin/REEX/
https://www.mnroi.info/coin/REEX
https://masternodes.biz/coindetail.php?c=REEX
https://masternodecap.com/coins/REEX
https://ihostmn.com/monitoring.php
https://monitornode.com/

Staking Pool :

https://evonodes.com/pool/REEX

ReeCore Tracker Sites :

https://www.coingecko.com/en/coins/reecore
https://coinpaprika.com/coin/reex-reecore/
https://blockfolio.com/
https://athcoinindex.com/coin/reecore
https://cryptocoinworld.io/reecore-price/
https://cryptopriceranks.com/currencies/reecore/
https://www.worldcoinindex.com/coin/reecore
https://coincodex.com/crypto/reecore/
http://coincost.net/en/currency/reecore
https://coingolive.com/en/coins/reecore/btc/
https://cryptotophost.com/coin/reex/
https://neironix.io/cryptocurrency/reecore
https://blockspot.io/coin/reecore/
Post
Topic
Board Español (Spanish)
🔥🔥[ANN] ][PIVX FORK]REEX: POS 3.0. + MASTERNODE✅
by
willnoble23
on 05/07/2020, 15:58:47 UTC
REEX


ReeX is a peer-to-peer decentralized digital currency for ordinary people, easy to use and acquire. ReeX summarizes the best characteristics of digital currencies, which were issued earlier (Bitcoin, Dash, Pivx), such as: increased security, fast consensus mechanism, and increased decentralization achieved by requiring miners to prove the knowledge of the transaction data.The community has created new coin with faster transaction, more secure, masternode, completely anonymous and low transaction fee.

Masternodes are a second tier to the network making the lightning fast transaction speeds possible.  They also provide the dark send feature keeping your transactions anonymous if you’d like, as they provide an important functionality to the network masternode owners will be rewarded with block rewards (coins) giving them a far ROI higher than your local bank but you don’t have to be a masternode owner to benefit from  this as REEX also stakes in your wallet. Essentially, the more coins you have the more weight you will have on the network and the faster your coins will grow.




Team: (Telegram IDs)

  • @Cryptowaker: Team leader
  • @CryptoExtrem: Social manager
  • @saajan4: Community leader
  • @Wundef: Marketing developer
  • @lanoes: Core developer

REEX features:

  • Segwit protocol applied: fast transaction aprox. 300 tx/s
  • DNS hardcoded
  • Supersecure
  • Consesus by masternode
  • POS 3.0.
  • Fast transactions featuring guaranteed zero confirmation transaction: SwifTX
  • Intregated BIP38, multisignature, blockexplorer, wallet repair and multisend functions in wallet
  • Low transaction fee

REEX Specifications:

  • Type: POS + MASTERNODE
  • [Ticker: REEX
  • Block time: 60 seconds
  • Block size: 3 MB
  • Transaction confirmation: 15 blocks
  • Min Stake: 10 hours
  • Max Supply: 21 Millions
  • Swap Supply: 1 Million
  • Premined amount: 240.000 REEX (0.11% premined aprox)
  • Masternode amount: 15.000 REEX

Rewards System:

POS:
         
Code:
    if (nHeight == 0) { nSubsidy = 0 * COIN;
    } else if (nHeight == 1)                          { nSubsidy = 1200000 * COIN; //premimed
    } else if (nHeight > 1 && nHeight <= 50000)       { nSubsidy = 2 * COIN;
    } else if (nHeight > 50000 && nHeight <= 100000)  { nSubsidy = 3 * COIN;
    } else if (nHeight > 100000 && nHeight <= 150000) { nSubsidy = 4 * COIN;
    } else if (nHeight > 150000 && nHeight <= 200000) { nSubsidy = 5 * COIN;
    } else if (nHeight > 200000 && nHeight <= 250000) { nSubsidy = 6 * COIN;
    } else if (nHeight > 250000 && nHeight <= 300000) { nSubsidy = 7 * COIN;
    } else if (nHeight > 300000 && nHeight <= 350000) { nSubsidy = 8 * COIN;
    } else if (nHeight > 350000 && nHeight <= 400000) { nSubsidy = 9 * COIN;
    } else if (nHeight > 400000 && nHeight <= 450000) { nSubsidy = 10 * COIN;
    } else if (nHeight > 450000 && nHeight <= 500000) { nSubsidy = 11 * COIN;
    } else if (nHeight > 500000 && nHeight <= 550000) { nSubsidy = 12 * COIN;
    } else if (nHeight > 550000 && nHeight <= 600000) { nSubsidy = 11 * COIN;
    } else if (nHeight > 600000 && nHeight <= 650000) { nSubsidy = 10 * COIN;
    } else if (nHeight > 650000 && nHeight <= 700000) { nSubsidy = 9 * COIN;
    } else if (nHeight > 700000 && nHeight <= 750000) { nSubsidy = 8 * COIN;
    } else if (nHeight > 750000 && nHeight <= 800000) { nSubsidy = 7 * COIN;
    } else if (nHeight > 800000 && nHeight <= 850000) { nSubsidy = 6 * COIN;
    } else if (nHeight > 850000 && nHeight <= 900000) { nSubsidy = 5 * COIN;
    } else if (nHeight > 900000 && nHeight <= 950000) { nSubsidy = 4 * COIN;
    } else if (nHeight > 950000) { nSubsidy = 2 * COIN; }

Masternode:

Code:

if (nHeight <= 200)                               { ret = blockValue * 0.10;
    } else if (nHeight > 200 && nHeight <= 50000)     { ret = blockValue * 0.70;
    } else if (nHeight > 50000 && nHeight <= 100000)  { ret = blockValue * 0.71;
    } else if (nHeight > 100000 && nHeight <= 150000) { ret = blockValue * 0.72;
    } else if (nHeight > 150000 && nHeight <= 200000) { ret = blockValue * 0.73;
    } else if (nHeight > 200000 && nHeight <= 250000) { ret = blockValue * 0.74;
    } else if (nHeight > 250000 && nHeight <= 300000) { ret = blockValue * 0.75;
    } else if (nHeight > 300000 && nHeight <= 350000) { ret = blockValue * 0.76;
    } else if (nHeight > 350000 && nHeight <= 400000) { ret = blockValue * 0.77;
    } else if (nHeight > 400000 && nHeight <= 450000) { ret = blockValue * 0.78;
    } else if (nHeight > 450000 && nHeight <= 500000) { ret = blockValue * 0.79;
    } else if (nHeight > 500000 && nHeight <= 550000) { ret = blockValue * 0.80;
    } else if (nHeight > 550000 && nHeight <= 600000) { ret = blockValue * 0.81;
    } else if (nHeight > 600000 && nHeight <= 650000) { ret = blockValue * 0.82;
    } else if (nHeight > 650000 && nHeight <= 700000) { ret = blockValue * 0.83;
    } else if (nHeight > 700000 && nHeight <= 750000) { ret = blockValue * 0.84;
    } else if (nHeight > 750000 && nHeight <= 800000) { ret = blockValue * 0.85;
    } else if (nHeight > 800000 && nHeight <= 850000) { ret = blockValue * 0.86;
    } else if (nHeight > 850000 && nHeight <= 900000) { ret = blockValue * 0.87;
    } else if (nHeight > 900000 && nHeight <= 950000) { ret = blockValue * 0.88;
    } else if (nHeight > 950000) { ret = blockValue * 0.90; }

Resources:



Wallets:

Windows: https://github.com/PivxLiteDevCore/PivxLite/releases/download/v.1.0.0/PIVX-v1.4.2.2-win64.zip

Ubunty: https://github.com/PivxLiteDevCore/PivxLite/releases/download/v.1.0.0/PIVX-v1.4.2.2-ubuntu.static.tar.gz



Social Media:



Block Explorer:

https[Suspicious link removed]xplorer.reecore.org/
https://reex.ccore.online/

Script to setup masternode:

https://github.com/reecore-coin/Reex-MN

Masternode Hostings :

https://ihostmn.com/hostmn.php?coin=REEX
https://p.millenniumclub.ca/
https://pecuniaplatform.io/
https://mycryptocloud.nl/

Exchanges :

https://crex24.com/exchange/REEX-BTC
https://www.unnamed.exchange/Exchange/Basic?market=REEX_DOGE
http://www.unnamed.exchange/Exchange/Basic?market=REEX_BTC
https://www.unnamed.exchange/Exchange/Basic?market=REEX_LTC
https://fiberchange.com/market/FBC-REEX

Masternode Monitoring/Statistics :

https://mnrank.com/coin/REEX/
https://www.mnroi.info/coin/REEX
https://masternodes.biz/coindetail.php?c=REEX
https://masternodecap.com/coins/REEX
https://ihostmn.com/monitoring.php
https://monitornode.com/

Staking Pool :

https://evonodes.com/pool/REEX

ReeCore Tracker Sites :

https://www.coingecko.com/en/coins/reecore
https://coinpaprika.com/coin/reex-reecore/
https://blockfolio.com/
https://athcoinindex.com/coin/reecore
https://cryptocoinworld.io/reecore-price/
https://cryptopriceranks.com/currencies/reecore/
https://www.worldcoinindex.com/coin/reecore
https://coincodex.com/crypto/reecore/
http://coincost.net/en/currency/reecore
https://coingolive.com/en/coins/reecore/btc/
https://cryptotophost.com/coin/reex/
https://neironix.io/cryptocurrency/reecore
https://blockspot.io/coin/reecore/
Post
Topic
Board Altcoins (Bahasa Indonesia)
🔥🔥[ANN] ][PIVX FORK]REEX: POS 3.0. + MASTERNODE✅
by
willnoble23
on 05/07/2020, 15:57:30 UTC
REEX


ReeX is a peer-to-peer decentralized digital currency for ordinary people, easy to use and acquire. ReeX summarizes the best characteristics of digital currencies, which were issued earlier (Bitcoin, Dash, Pivx), such as: increased security, fast consensus mechanism, and increased decentralization achieved by requiring miners to prove the knowledge of the transaction data.The community has created new coin with faster transaction, more secure, masternode, completely anonymous and low transaction fee.

Masternodes are a second tier to the network making the lightning fast transaction speeds possible.  They also provide the dark send feature keeping your transactions anonymous if you’d like, as they provide an important functionality to the network masternode owners will be rewarded with block rewards (coins) giving them a far ROI higher than your local bank but you don’t have to be a masternode owner to benefit from  this as REEX also stakes in your wallet. Essentially, the more coins you have the more weight you will have on the network and the faster your coins will grow.




Team: (Telegram IDs)

  • @Cryptowaker: Team leader
  • @CryptoExtrem: Social manager
  • @saajan4: Community leader
  • @Wundef: Marketing developer
  • @lanoes: Core developer

REEX features:

  • Segwit protocol applied: fast transaction aprox. 300 tx/s
  • DNS hardcoded
  • Supersecure
  • Consesus by masternode
  • POS 3.0.
  • Fast transactions featuring guaranteed zero confirmation transaction: SwifTX
  • Intregated BIP38, multisignature, blockexplorer, wallet repair and multisend functions in wallet
  • Low transaction fee

REEX Specifications:

  • Type: POS + MASTERNODE
  • [Ticker: REEX
  • Block time: 60 seconds
  • Block size: 3 MB
  • Transaction confirmation: 15 blocks
  • Min Stake: 10 hours
  • Max Supply: 21 Millions
  • Swap Supply: 1 Million
  • Premined amount: 240.000 REEX (0.11% premined aprox)
  • Masternode amount: 15.000 REEX

Rewards System:

POS:
         
Code:
    if (nHeight == 0) { nSubsidy = 0 * COIN;
    } else if (nHeight == 1)                          { nSubsidy = 1200000 * COIN; //premimed
    } else if (nHeight > 1 && nHeight <= 50000)       { nSubsidy = 2 * COIN;
    } else if (nHeight > 50000 && nHeight <= 100000)  { nSubsidy = 3 * COIN;
    } else if (nHeight > 100000 && nHeight <= 150000) { nSubsidy = 4 * COIN;
    } else if (nHeight > 150000 && nHeight <= 200000) { nSubsidy = 5 * COIN;
    } else if (nHeight > 200000 && nHeight <= 250000) { nSubsidy = 6 * COIN;
    } else if (nHeight > 250000 && nHeight <= 300000) { nSubsidy = 7 * COIN;
    } else if (nHeight > 300000 && nHeight <= 350000) { nSubsidy = 8 * COIN;
    } else if (nHeight > 350000 && nHeight <= 400000) { nSubsidy = 9 * COIN;
    } else if (nHeight > 400000 && nHeight <= 450000) { nSubsidy = 10 * COIN;
    } else if (nHeight > 450000 && nHeight <= 500000) { nSubsidy = 11 * COIN;
    } else if (nHeight > 500000 && nHeight <= 550000) { nSubsidy = 12 * COIN;
    } else if (nHeight > 550000 && nHeight <= 600000) { nSubsidy = 11 * COIN;
    } else if (nHeight > 600000 && nHeight <= 650000) { nSubsidy = 10 * COIN;
    } else if (nHeight > 650000 && nHeight <= 700000) { nSubsidy = 9 * COIN;
    } else if (nHeight > 700000 && nHeight <= 750000) { nSubsidy = 8 * COIN;
    } else if (nHeight > 750000 && nHeight <= 800000) { nSubsidy = 7 * COIN;
    } else if (nHeight > 800000 && nHeight <= 850000) { nSubsidy = 6 * COIN;
    } else if (nHeight > 850000 && nHeight <= 900000) { nSubsidy = 5 * COIN;
    } else if (nHeight > 900000 && nHeight <= 950000) { nSubsidy = 4 * COIN;
    } else if (nHeight > 950000) { nSubsidy = 2 * COIN; }

Masternode:

Code:

if (nHeight <= 200)                               { ret = blockValue * 0.10;
    } else if (nHeight > 200 && nHeight <= 50000)     { ret = blockValue * 0.70;
    } else if (nHeight > 50000 && nHeight <= 100000)  { ret = blockValue * 0.71;
    } else if (nHeight > 100000 && nHeight <= 150000) { ret = blockValue * 0.72;
    } else if (nHeight > 150000 && nHeight <= 200000) { ret = blockValue * 0.73;
    } else if (nHeight > 200000 && nHeight <= 250000) { ret = blockValue * 0.74;
    } else if (nHeight > 250000 && nHeight <= 300000) { ret = blockValue * 0.75;
    } else if (nHeight > 300000 && nHeight <= 350000) { ret = blockValue * 0.76;
    } else if (nHeight > 350000 && nHeight <= 400000) { ret = blockValue * 0.77;
    } else if (nHeight > 400000 && nHeight <= 450000) { ret = blockValue * 0.78;
    } else if (nHeight > 450000 && nHeight <= 500000) { ret = blockValue * 0.79;
    } else if (nHeight > 500000 && nHeight <= 550000) { ret = blockValue * 0.80;
    } else if (nHeight > 550000 && nHeight <= 600000) { ret = blockValue * 0.81;
    } else if (nHeight > 600000 && nHeight <= 650000) { ret = blockValue * 0.82;
    } else if (nHeight > 650000 && nHeight <= 700000) { ret = blockValue * 0.83;
    } else if (nHeight > 700000 && nHeight <= 750000) { ret = blockValue * 0.84;
    } else if (nHeight > 750000 && nHeight <= 800000) { ret = blockValue * 0.85;
    } else if (nHeight > 800000 && nHeight <= 850000) { ret = blockValue * 0.86;
    } else if (nHeight > 850000 && nHeight <= 900000) { ret = blockValue * 0.87;
    } else if (nHeight > 900000 && nHeight <= 950000) { ret = blockValue * 0.88;
    } else if (nHeight > 950000) { ret = blockValue * 0.90; }

Resources:



Wallets:

Windows: https://github.com/PivxLiteDevCore/PivxLite/releases/download/v.1.0.0/PIVX-v1.4.2.2-win64.zip

Ubunty: https://github.com/PivxLiteDevCore/PivxLite/releases/download/v.1.0.0/PIVX-v1.4.2.2-ubuntu.static.tar.gz



Social Media:



Block Explorer:

https[Suspicious link removed]xplorer.reecore.org/
https://reex.ccore.online/

Script to setup masternode:

https://github.com/reecore-coin/Reex-MN

Masternode Hostings :

https://ihostmn.com/hostmn.php?coin=REEX
https://p.millenniumclub.ca/
https://pecuniaplatform.io/
https://mycryptocloud.nl/

Exchanges :

https://crex24.com/exchange/REEX-BTC
https://www.unnamed.exchange/Exchange/Basic?market=REEX_DOGE
http://www.unnamed.exchange/Exchange/Basic?market=REEX_BTC
https://www.unnamed.exchange/Exchange/Basic?market=REEX_LTC
https://fiberchange.com/market/FBC-REEX

Masternode Monitoring/Statistics :

https://mnrank.com/coin/REEX/
https://www.mnroi.info/coin/REEX
https://masternodes.biz/coindetail.php?c=REEX
https://masternodecap.com/coins/REEX
https://ihostmn.com/monitoring.php
https://monitornode.com/

Staking Pool :

https://evonodes.com/pool/REEX

ReeCore Tracker Sites :

https://www.coingecko.com/en/coins/reecore
https://coinpaprika.com/coin/reex-reecore/
https://blockfolio.com/
https://athcoinindex.com/coin/reecore
https://cryptocoinworld.io/reecore-price/
https://cryptopriceranks.com/currencies/reecore/
https://www.worldcoinindex.com/coin/reecore
https://coincodex.com/crypto/reecore/
http://coincost.net/en/currency/reecore
https://coingolive.com/en/coins/reecore/btc/
https://cryptotophost.com/coin/reex/
https://neironix.io/cryptocurrency/reecore
https://blockspot.io/coin/reecore/
Post
Topic
Board Bahasa Indonesia (Indonesian)
🔥🔥[ANN] ][PIVX FORK]REEX: POS 3.0. + MASTERNODE✅
by
willnoble23
on 05/07/2020, 15:55:58 UTC
REEX


ReeX is a peer-to-peer decentralized digital currency for ordinary people, easy to use and acquire. ReeX summarizes the best characteristics of digital currencies, which were issued earlier (Bitcoin, Dash, Pivx), such as: increased security, fast consensus mechanism, and increased decentralization achieved by requiring miners to prove the knowledge of the transaction data.The community has created new coin with faster transaction, more secure, masternode, completely anonymous and low transaction fee.

Masternodes are a second tier to the network making the lightning fast transaction speeds possible.  They also provide the dark send feature keeping your transactions anonymous if you’d like, as they provide an important functionality to the network masternode owners will be rewarded with block rewards (coins) giving them a far ROI higher than your local bank but you don’t have to be a masternode owner to benefit from  this as REEX also stakes in your wallet. Essentially, the more coins you have the more weight you will have on the network and the faster your coins will grow.




Team: (Telegram IDs)

  • @Cryptowaker: Team leader
  • @CryptoExtrem: Social manager
  • @saajan4: Community leader
  • @Wundef: Marketing developer
  • @lanoes: Core developer

REEX features:

  • Segwit protocol applied: fast transaction aprox. 300 tx/s
  • DNS hardcoded
  • Supersecure
  • Consesus by masternode
  • POS 3.0.
  • Fast transactions featuring guaranteed zero confirmation transaction: SwifTX
  • Intregated BIP38, multisignature, blockexplorer, wallet repair and multisend functions in wallet
  • Low transaction fee

REEX Specifications:

  • Type: POS + MASTERNODE
  • [Ticker: REEX
  • Block time: 60 seconds
  • Block size: 3 MB
  • Transaction confirmation: 15 blocks
  • Min Stake: 10 hours
  • Max Supply: 21 Millions
  • Swap Supply: 1 Million
  • Premined amount: 240.000 REEX (0.11% premined aprox)
  • Masternode amount: 15.000 REEX

Rewards System:

POS:
         
Code:
    if (nHeight == 0) { nSubsidy = 0 * COIN;
    } else if (nHeight == 1)                          { nSubsidy = 1200000 * COIN; //premimed
    } else if (nHeight > 1 && nHeight <= 50000)       { nSubsidy = 2 * COIN;
    } else if (nHeight > 50000 && nHeight <= 100000)  { nSubsidy = 3 * COIN;
    } else if (nHeight > 100000 && nHeight <= 150000) { nSubsidy = 4 * COIN;
    } else if (nHeight > 150000 && nHeight <= 200000) { nSubsidy = 5 * COIN;
    } else if (nHeight > 200000 && nHeight <= 250000) { nSubsidy = 6 * COIN;
    } else if (nHeight > 250000 && nHeight <= 300000) { nSubsidy = 7 * COIN;
    } else if (nHeight > 300000 && nHeight <= 350000) { nSubsidy = 8 * COIN;
    } else if (nHeight > 350000 && nHeight <= 400000) { nSubsidy = 9 * COIN;
    } else if (nHeight > 400000 && nHeight <= 450000) { nSubsidy = 10 * COIN;
    } else if (nHeight > 450000 && nHeight <= 500000) { nSubsidy = 11 * COIN;
    } else if (nHeight > 500000 && nHeight <= 550000) { nSubsidy = 12 * COIN;
    } else if (nHeight > 550000 && nHeight <= 600000) { nSubsidy = 11 * COIN;
    } else if (nHeight > 600000 && nHeight <= 650000) { nSubsidy = 10 * COIN;
    } else if (nHeight > 650000 && nHeight <= 700000) { nSubsidy = 9 * COIN;
    } else if (nHeight > 700000 && nHeight <= 750000) { nSubsidy = 8 * COIN;
    } else if (nHeight > 750000 && nHeight <= 800000) { nSubsidy = 7 * COIN;
    } else if (nHeight > 800000 && nHeight <= 850000) { nSubsidy = 6 * COIN;
    } else if (nHeight > 850000 && nHeight <= 900000) { nSubsidy = 5 * COIN;
    } else if (nHeight > 900000 && nHeight <= 950000) { nSubsidy = 4 * COIN;
    } else if (nHeight > 950000) { nSubsidy = 2 * COIN; }

Masternode:

Code:

if (nHeight <= 200)                               { ret = blockValue * 0.10;
    } else if (nHeight > 200 && nHeight <= 50000)     { ret = blockValue * 0.70;
    } else if (nHeight > 50000 && nHeight <= 100000)  { ret = blockValue * 0.71;
    } else if (nHeight > 100000 && nHeight <= 150000) { ret = blockValue * 0.72;
    } else if (nHeight > 150000 && nHeight <= 200000) { ret = blockValue * 0.73;
    } else if (nHeight > 200000 && nHeight <= 250000) { ret = blockValue * 0.74;
    } else if (nHeight > 250000 && nHeight <= 300000) { ret = blockValue * 0.75;
    } else if (nHeight > 300000 && nHeight <= 350000) { ret = blockValue * 0.76;
    } else if (nHeight > 350000 && nHeight <= 400000) { ret = blockValue * 0.77;
    } else if (nHeight > 400000 && nHeight <= 450000) { ret = blockValue * 0.78;
    } else if (nHeight > 450000 && nHeight <= 500000) { ret = blockValue * 0.79;
    } else if (nHeight > 500000 && nHeight <= 550000) { ret = blockValue * 0.80;
    } else if (nHeight > 550000 && nHeight <= 600000) { ret = blockValue * 0.81;
    } else if (nHeight > 600000 && nHeight <= 650000) { ret = blockValue * 0.82;
    } else if (nHeight > 650000 && nHeight <= 700000) { ret = blockValue * 0.83;
    } else if (nHeight > 700000 && nHeight <= 750000) { ret = blockValue * 0.84;
    } else if (nHeight > 750000 && nHeight <= 800000) { ret = blockValue * 0.85;
    } else if (nHeight > 800000 && nHeight <= 850000) { ret = blockValue * 0.86;
    } else if (nHeight > 850000 && nHeight <= 900000) { ret = blockValue * 0.87;
    } else if (nHeight > 900000 && nHeight <= 950000) { ret = blockValue * 0.88;
    } else if (nHeight > 950000) { ret = blockValue * 0.90; }

Resources:



Wallets:

Windows: https://github.com/PivxLiteDevCore/PivxLite/releases/download/v.1.0.0/PIVX-v1.4.2.2-win64.zip

Ubunty: https://github.com/PivxLiteDevCore/PivxLite/releases/download/v.1.0.0/PIVX-v1.4.2.2-ubuntu.static.tar.gz



Social Media:



Block Explorer:

https[Suspicious link removed]xplorer.reecore.org/
https://reex.ccore.online/

Script to setup masternode:

https://github.com/reecore-coin/Reex-MN

Masternode Hostings :

https://ihostmn.com/hostmn.php?coin=REEX
https://p.millenniumclub.ca/
https://pecuniaplatform.io/
https://mycryptocloud.nl/

Exchanges :

https://crex24.com/exchange/REEX-BTC
https://www.unnamed.exchange/Exchange/Basic?market=REEX_DOGE
http://www.unnamed.exchange/Exchange/Basic?market=REEX_BTC
https://www.unnamed.exchange/Exchange/Basic?market=REEX_LTC
https://fiberchange.com/market/FBC-REEX

Masternode Monitoring/Statistics :

https://mnrank.com/coin/REEX/
https://www.mnroi.info/coin/REEX
https://masternodes.biz/coindetail.php?c=REEX
https://masternodecap.com/coins/REEX
https://ihostmn.com/monitoring.php
https://monitornode.com/

Staking Pool :

https://evonodes.com/pool/REEX

ReeCore Tracker Sites :

https://www.coingecko.com/en/coins/reecore
https://coinpaprika.com/coin/reex-reecore/
https://blockfolio.com/
https://athcoinindex.com/coin/reecore
https://cryptocoinworld.io/reecore-price/
https://cryptopriceranks.com/currencies/reecore/
https://www.worldcoinindex.com/coin/reecore
https://coincodex.com/crypto/reecore/
http://coincost.net/en/currency/reecore
https://coingolive.com/en/coins/reecore/btc/
https://cryptotophost.com/coin/reex/
https://neironix.io/cryptocurrency/reecore
https://blockspot.io/coin/reecore/
Post
Topic
Board Announcements (Altcoins)
[ANN] ][PIVX FORK]REEX: POS 3.0. + MASTERNODE
by
willnoble23
on 05/07/2020, 15:54:42 UTC
REEX


ReeX is a peer-to-peer decentralized digital currency for ordinary people, easy to use and acquire. ReeX summarizes the best characteristics of digital currencies, which were issued earlier (Bitcoin, Dash, Pivx), such as: increased security, fast consensus mechanism, and increased decentralization achieved by requiring miners to prove the knowledge of the transaction data.The community has created new coin with faster transaction, more secure, masternode, completely anonymous and low transaction fee.

Masternodes are a second tier to the network making the lightning fast transaction speeds possible.  They also provide the dark send feature keeping your transactions anonymous if you’d like, as they provide an important functionality to the network masternode owners will be rewarded with block rewards (coins) giving them a far ROI higher than your local bank but you don’t have to be a masternode owner to benefit from  this as REEX also stakes in your wallet. Essentially, the more coins you have the more weight you will have on the network and the faster your coins will grow.




Team: (Telegram IDs)

  • @Cryptowaker: Team leader
  • @CryptoExtrem: Social manager
  • @saajan4: Community leader
  • @Wundef: Marketing developer
  • @lanoes: Core developer

REEX features:

  • Segwit protocol applied: fast transaction aprox. 300 tx/s
  • DNS hardcoded
  • Supersecure
  • Consesus by masternode
  • POS 3.0.
  • Fast transactions featuring guaranteed zero confirmation transaction: SwifTX
  • Intregated BIP38, multisignature, blockexplorer, wallet repair and multisend functions in wallet
  • Low transaction fee

REEX Specifications:

  • Type: POS + MASTERNODE
  • [Ticker: REEX
  • Block time: 60 seconds
  • Block size: 3 MB
  • Transaction confirmation: 15 blocks
  • Min Stake: 10 hours
  • Max Supply: 21 Millions
  • Swap Supply: 1 Million
  • Premined amount: 240.000 REEX (0.11% premined aprox)
  • Masternode amount: 15.000 REEX

Rewards System:

POS:
         
Code:
    if (nHeight == 0) { nSubsidy = 0 * COIN;
    } else if (nHeight == 1)                          { nSubsidy = 1200000 * COIN; //premimed
    } else if (nHeight > 1 && nHeight <= 50000)       { nSubsidy = 2 * COIN;
    } else if (nHeight > 50000 && nHeight <= 100000)  { nSubsidy = 3 * COIN;
    } else if (nHeight > 100000 && nHeight <= 150000) { nSubsidy = 4 * COIN;
    } else if (nHeight > 150000 && nHeight <= 200000) { nSubsidy = 5 * COIN;
    } else if (nHeight > 200000 && nHeight <= 250000) { nSubsidy = 6 * COIN;
    } else if (nHeight > 250000 && nHeight <= 300000) { nSubsidy = 7 * COIN;
    } else if (nHeight > 300000 && nHeight <= 350000) { nSubsidy = 8 * COIN;
    } else if (nHeight > 350000 && nHeight <= 400000) { nSubsidy = 9 * COIN;
    } else if (nHeight > 400000 && nHeight <= 450000) { nSubsidy = 10 * COIN;
    } else if (nHeight > 450000 && nHeight <= 500000) { nSubsidy = 11 * COIN;
    } else if (nHeight > 500000 && nHeight <= 550000) { nSubsidy = 12 * COIN;
    } else if (nHeight > 550000 && nHeight <= 600000) { nSubsidy = 11 * COIN;
    } else if (nHeight > 600000 && nHeight <= 650000) { nSubsidy = 10 * COIN;
    } else if (nHeight > 650000 && nHeight <= 700000) { nSubsidy = 9 * COIN;
    } else if (nHeight > 700000 && nHeight <= 750000) { nSubsidy = 8 * COIN;
    } else if (nHeight > 750000 && nHeight <= 800000) { nSubsidy = 7 * COIN;
    } else if (nHeight > 800000 && nHeight <= 850000) { nSubsidy = 6 * COIN;
    } else if (nHeight > 850000 && nHeight <= 900000) { nSubsidy = 5 * COIN;
    } else if (nHeight > 900000 && nHeight <= 950000) { nSubsidy = 4 * COIN;
    } else if (nHeight > 950000) { nSubsidy = 2 * COIN; }

Masternode:

Code:

if (nHeight <= 200)                               { ret = blockValue * 0.10;
    } else if (nHeight > 200 && nHeight <= 50000)     { ret = blockValue * 0.70;
    } else if (nHeight > 50000 && nHeight <= 100000)  { ret = blockValue * 0.71;
    } else if (nHeight > 100000 && nHeight <= 150000) { ret = blockValue * 0.72;
    } else if (nHeight > 150000 && nHeight <= 200000) { ret = blockValue * 0.73;
    } else if (nHeight > 200000 && nHeight <= 250000) { ret = blockValue * 0.74;
    } else if (nHeight > 250000 && nHeight <= 300000) { ret = blockValue * 0.75;
    } else if (nHeight > 300000 && nHeight <= 350000) { ret = blockValue * 0.76;
    } else if (nHeight > 350000 && nHeight <= 400000) { ret = blockValue * 0.77;
    } else if (nHeight > 400000 && nHeight <= 450000) { ret = blockValue * 0.78;
    } else if (nHeight > 450000 && nHeight <= 500000) { ret = blockValue * 0.79;
    } else if (nHeight > 500000 && nHeight <= 550000) { ret = blockValue * 0.80;
    } else if (nHeight > 550000 && nHeight <= 600000) { ret = blockValue * 0.81;
    } else if (nHeight > 600000 && nHeight <= 650000) { ret = blockValue * 0.82;
    } else if (nHeight > 650000 && nHeight <= 700000) { ret = blockValue * 0.83;
    } else if (nHeight > 700000 && nHeight <= 750000) { ret = blockValue * 0.84;
    } else if (nHeight > 750000 && nHeight <= 800000) { ret = blockValue * 0.85;
    } else if (nHeight > 800000 && nHeight <= 850000) { ret = blockValue * 0.86;
    } else if (nHeight > 850000 && nHeight <= 900000) { ret = blockValue * 0.87;
    } else if (nHeight > 900000 && nHeight <= 950000) { ret = blockValue * 0.88;
    } else if (nHeight > 950000) { ret = blockValue * 0.90; }

Resources:



Wallets:

Windows: https://github.com/PivxLiteDevCore/PivxLite/releases/download/v.1.0.0/PIVX-v1.4.2.2-win64.zip

Ubunty: https://github.com/PivxLiteDevCore/PivxLite/releases/download/v.1.0.0/PIVX-v1.4.2.2-ubuntu.static.tar.gz



Social Media:



Block Explorer:

https[Suspicious link removed]xplorer.reecore.org/
https://reex.ccore.online/

Script to setup masternode:

https://github.com/reecore-coin/Reex-MN

Masternode Hostings :

https://ihostmn.com/hostmn.php?coin=REEX
https://p.millenniumclub.ca/
https://pecuniaplatform.io/
https://mycryptocloud.nl/

Exchanges :

https://crex24.com/exchange/REEX-BTC
https://www.unnamed.exchange/Exchange/Basic?market=REEX_DOGE
http://www.unnamed.exchange/Exchange/Basic?market=REEX_BTC
https://www.unnamed.exchange/Exchange/Basic?market=REEX_LTC
https://fiberchange.com/market/FBC-REEX

Masternode Monitoring/Statistics :

https://mnrank.com/coin/REEX/
https://www.mnroi.info/coin/REEX
https://masternodes.biz/coindetail.php?c=REEX
https://masternodecap.com/coins/REEX
https://ihostmn.com/monitoring.php
https://monitornode.com/

Staking Pool :

https://evonodes.com/pool/REEX

ReeCore Tracker Sites :

https://www.coingecko.com/en/coins/reecore
https://coinpaprika.com/coin/reex-reecore/
https://blockfolio.com/
https://athcoinindex.com/coin/reecore
https://cryptocoinworld.io/reecore-price/
https://cryptopriceranks.com/currencies/reecore/
https://www.worldcoinindex.com/coin/reecore
https://coincodex.com/crypto/reecore/
http://coincost.net/en/currency/reecore
https://coingolive.com/en/coins/reecore/btc/
https://cryptotophost.com/coin/reex/
https://neironix.io/cryptocurrency/reecore
https://blockspot.io/coin/reecore/
Post
Topic
Board Announcements (Altcoins)
Re: [PRE-ANN][NO-ICO][MASSIVE AIRDROP]ZeroBankSystems Coin and projects.
by
willnoble23
on 04/12/2017, 16:18:13 UTC
I can moderate discord channel if needed. Am a member of a lot of discord channels so i am pretty active on there
Post
Topic
Board Announcements (Altcoins)
Re: [ANN[ [FREE AIRDROP] Garbage recycling
by
willnoble23
on 04/12/2017, 16:15:16 UTC
Only 1 coin airdrop lol? This token is going to be such low value due to the supply and so 1 coin isnt even worth having, wont be worth anything.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][AIRDROP][BTR] BITCOIN RHODIUM - Limited - Rare - Resistant
by
willnoble23
on 02/12/2017, 21:12:20 UTC
Any news on when the airdrop link drops?
Post
Topic
Board Archival
Re: 🚀🚀[ANN][FREE AIRDROP] 🌟 EthNia Coin
by
willnoble23
on 30/11/2017, 22:05:35 UTC
Need more information on this before signing up for the airdrop, not enough details given currently, will keep an eye out
Post
Topic
Board Tokens (Altcoins)
Re: [ANN][AIRDROP]PeraBit - Community Powered Token
by
willnoble23
on 27/11/2017, 02:12:46 UTC
Good way to do the airdrop, non of this sending a fee crap, or having to fill out multiple form stuff, a simple comment on a post, i like it! Think this could be a good token so keep up the good work dev
Post
Topic
Board Tokens (Altcoins)
Re: [ANN] [AIRDROP] Kremson (KDD) | Only FREE AIRDROP
by
willnoble23
on 26/11/2017, 00:21:34 UTC
Would like to see a website or some more details about this, any news of when this may be available?
Post
Topic
Board Tokens (Altcoins)
Re: [ANN][AIRDROP] Dark Ripple - DRIP
by
willnoble23
on 24/11/2017, 17:32:23 UTC
Big fan of the normal ripple so the chance to get involved with Dark Ripple as well is great, thanks dev keep it up
Post
Topic
Board Announcements (Altcoins)
Re: [ANN]🔵 [ICO]🔵 CRYPTOCONNECT - LENDING PLATFORM 🔵 [AIRDROP]
by
willnoble23
on 23/11/2017, 14:17:06 UTC
Says airdrop in title but no message about airdrop, and looking at the rest of the thread it looks pretty sketchy, going to need a lot more info before i trust this one
Post
Topic
Board Archival
Re: Infinite Pay Airdrop #3 has begun! hurry!!
by
willnoble23
on 22/11/2017, 18:36:43 UTC
Joined the airdrop, thanks for the chance dev, crazy looking at price on ED though, huge dump recently hmm
Post
Topic
Board Tokens (Altcoins)
Re: [ANN][NO-ICO][Airdrop] | EOS GOLD - EOSG | The Future Of Powerful DApps
by
willnoble23
on 17/11/2017, 22:54:23 UTC
Have followed on twitter and given you a RT and then signed up for the aidrop, hopefully im lucky enough to get in! great project
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [AIRDROP] Ether Cash [ESH]
by
willnoble23
on 16/11/2017, 01:52:42 UTC
Have you got a website for this? would like to know more about the project if possible
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [GMO]🔵 GEMCO 🔵 [ACCEPTANCEPOINTS] [AIRDROP] 🔵
by
willnoble23
on 15/11/2017, 01:40:36 UTC
Big fan of coins which have listings planned for different exchanges and also looking to hit the big ones like trex, keep up the good work dev