Author

Topic: 🔥🔥 Nood Coin 🔥🔥 DOI Inflation model- MN-PoW🔥Pre-sale CHEAP Masternodes🔥🔥 (Read 871 times)

newbie
Activity: 36
Merit: 0
i cant connect your pool
I've checked the logs and we had a connection problem that day. Should be fine now Smiley
member
Activity: 324
Merit: 10
MasterMine.eu has been upgraded to the new chain (v1.3.2)

- Fees 0.5%
- Payouts every hour
- Easy config generator
- Dedicated server in Europe
- Dedicated ports for all coins

Quick Start:
Code:
-a xevan -o stratum+tcp://mastermine.eu:3017 -u -p c=NOOD

Website: https://mastermine.eu/
Join us on Discord: https://discord.gg/yYm7m4X

Nood Block explorer is here: http://34.74.85.190:3001/
i cant connect your pool
newbie
Activity: 36
Merit: 0
MasterMine.eu has been upgraded to the new chain (v1.3.2)

- Fees 0.5%
- Payouts every hour
- Easy config generator
- Dedicated server in Europe
- Dedicated ports for all coins

Quick Start:
Code:
-a xevan -o stratum+tcp://mastermine.eu:3017 -u -p c=NOOD

Website: https://mastermine.eu/
Join us on Discord: https://discord.gg/yYm7m4X

Nood Block explorer is here: http://34.74.85.190:3001/
legendary
Activity: 2072
Merit: 1001
the coins launched on April 15, but until now i don't see any block explorer for this coin?
and don't you think that the rewards for translation too low?
newbie
Activity: 15
Merit: 0
for now - two masternodes online BUT all mining pools down - "Stratus errors"
copper member
Activity: 54
Merit: 0
copper member
Activity: 152
Merit: 10
BM Russian Translator
newbie
Activity: 15
Merit: 0
Sorry but network dead. NO running pools.  Sad
newbie
Activity: 89
Merit: 0
NOODCOIN POOL

https://nosuchpool.cloud

Code:
-o stratum+tcp://nosuchpool.cloud:3727 -u WALLET_ADDRESS -p c=NOOD

fee : 0,3%

No registration required

Payouts: every 1 hour

Dedicated port

NiceHash compatible

newbie
Activity: 71
Merit: 0
★NoodCoin★
for mining at the 0769Pool

Code:
-a xevan -o stratum+tcp://pool.0769.it:3739 -u -p c=NOOD
member
Activity: 447
Merit: 12
The mainnet is live, and it was so lit!
who have did a mining, please share ur expreience here.
newbie
Activity: 49
Merit: 0
newbie
Activity: 53
Merit: 0
Need an explorer and masternode stats site, please DM
jr. member
Activity: 160
Merit: 8

We have upgraded our hardware and added regional servers for you to connect to in US, EU and Asia - come mine with us!!!

  • YIIMP based
  • HTTPS secure website
  • No registration required!!
  • Payouts every hour
  • 0.75% pool fee
  • Dedicated port per coin
  • Regional stratum servers

The Crypto Miner Pool

USA
Miner code
  • -a xevan -o stratum+tcp://us.thecryptominerpool.com:3702 -u MINER_ADDRESS -p c=NOOD

EU
Miner code
  • -a xevan -o stratum+tcp://eu.thecryptominerpool.com:3702 -u MINER_ADDRESS -p c=NOOD

Asia
Miner code
  • -a xevan -o stratum+tcp://asia.thecryptominerpool.com:3702 -u MINER_ADDRESS -p c=NOOD
newbie
Activity: 5
Merit: 0
The Main Network is active now
Source: https://github.com/Noodcoin/Nood
Windows Wallet: https://github.com/Noodcoin/Nood/releases/download/1.3/nood-qt_windows.zip
You can Mine using the wallet miner, go to console and use the command  "setgenerate true"
while Pools are configured thats a good way to start mining blocks.
Happy Mining and Pre-sale is active now! get your masternodes for only  35 Usd!   be the first and get advantage of the High ROI (1800% )
newbie
Activity: 5
Merit: 0
3 hours until Main net launch!!


Open Bounties:

Pools: 300 NOOD
Explorer: 200 NOOD




Also Pre-sale starts once we launch the network, Get your masternode for only 35 USD!
newbie
Activity: 5
Merit: 0
jr. member
Activity: 34
Merit: 1
newbie
Activity: 5
Merit: 0
Pool Operators required.

Please Join our Discord channel: https://discord.gg/Sse63UX
newbie
Activity: 25
Merit: 0
newbie
Activity: 5
Merit: 0
Nood coin


Release date:   April 15,2019 at  13:00 hrs Denver TIME (GMT-6)

Main Goal


Our purpose is to develop a currency for new users, in which they can learn the basics of using the master nodes system, without the high costs that this technology usually has.

We will provide a Currency that is easy to use, in which the risk of the investment is minimal.




Technical Specifications

Name: Nood
Symbol: NOOD
ALGO: XEVAN
Max. suply: 25,000,000 NOOD
Premine: 1%
Time to block: 120 seconds
Block reward: 5.6 NOOD at Start then the DOI Based inflation Model will start managing the Reward.
MN block reward: 50% of Block Subsidy
MN Collateral: 1000 NOOD


DOI Based Inflation Model

Using a Diffusion of Innovations based inflation model created by ZeroZed , along with an industry tried-and-true mining algorithm like Xevan, we will try to in
to solve a long time debated issue surrounding not just volatility but also how to achieve
successful diffusion of a currency whilst maintaining the normal distribution.

This Reward Method will Increase or Decrease the block reward to Prevent Inflation.


Quote
CAmount GetBlockSubsidy(int nHeight, const Consensus::Params& consensusParams)
{
    double nSubsidy = 1 * COIN;
    double nsubsidy_function = 0;
    double Xheight = 0;
    if (nHeight == 1)
    {
        nSubsidy = 250000.0 * COIN; // Premine 250,000 NOOD
    }
    else if (nHeight > 1 && nHeight < 1274030) // Sets max block height
    {
        Xheight = nHeight * 0.0000038051750381;
        nsubsidy_function = ((3583.5719028332051*(pow(Xheight,8)))
                          - (67959.212902381332*(pow(Xheight,7)))
                          + (500144.30431838805*(pow(Xheight,6)))
                          - (1806581.9194472283*(pow(Xheight,5)))
                          + (3537339.4754780694*(pow(Xheight,4)))
                          - (4712758.2800668897*(pow(Xheight,3)))
                          + (4535015.6408610735*(pow(Xheight,2)))
                          + (834937.06954081857*Xheight)
                          + (1000845.7073113875));
        nSubsidy = ((floor((nsubsidy_function*(1.0/60000.0)*0.33757734955)*100.0))/100.0) * COIN; // our emission curve [no. of coins per block]
    }
    else
    {
        nSubsidy = 0 * COIN; // Coins cease production
    }

    return nSubsidy;
}


Pre-Sale

The Masternodes Presale is focused on obtaining the funds to enlist Nood in the necessary Exchange.

The price for masternode is 0.0075 btc, Each Masternode Requiress 1000 NOOD as collateral.

Buy now your masternode and try our specially created network for new users who want masternodes at a low price.

Links


Wallets


Mining Pools


Bounty for Pools: 300 NOOD


Bounties

Earn 100 NOOD for each translation. Reserve your spot on our official Discord[/ubeige


Exchanges

Target Exchanges:

FinexBox
Crex24

Free Listing Exchanges are Welcome!

Jump to: