Pages:
Author

Topic: █ █ [NUT] NutCoin █ █ Season 01 Episode 04 █ █ - page 97. (Read 340926 times)

member
Activity: 70
Merit: 10
Hi All,

this is the official JS snippet to get realtime recommended value:

Code:
var getNutLaw = function(years){
    var genesis = 1388796189, // timestamp of NutCoin genesis block
        ts = Math.round((new Date()).getTime() / 1000), // today's timestamp
        years = years || (ts-genesis) / (60*60*24*365), // years since genesis

        x = years,
        magic = -0.0166667245722333,
        divine = 0.5 * (1+Math.sqrt(5)),
        e = Math.E,
        t = 2.3,
        pi = Math.PI;

    var golden = divine + Math.pow(e, -x+t*pi);

    console.log("NutLaw: "+x+" years elapsed since genesis block");

    return 10 * (t/golden) + magic;
};

Usage:

Code:
var value = getNutLaw();
console.log("Recommended value is $" + value);


What would be most helpful (and maybe added on the main nutcoin webpage) is a simple script to fetch current exchange rates for LTC and BTC, and calculate the current NutLaw value in terms of LTC and BTC.
member
Activity: 97
Merit: 10
Hi All,

this is the official JS snippet to get realtime recommended value:

Code:
var getNutLaw = function(years){
    var genesis = 1388796189, // timestamp of NutCoin genesis block
        ts = Math.round((new Date()).getTime() / 1000), // today's timestamp
        years = years || (ts-genesis) / (60*60*24*365), // years since genesis

        x = years,
        magic = -0.0166667245722333,
        divine = 0.5 * (1+Math.sqrt(5)),
        e = Math.E,
        t = 2.3,
        pi = Math.PI;

    var golden = divine + Math.pow(e, -x+t*pi);

    console.log("NutLaw: "+x+" years elapsed since genesis block");

    return 10 * (t/golden) + magic;
};

Usage:

Code:
var value = getNutLaw();
console.log("Recommended value is $" + value);
member
Activity: 126
Merit: 11
check out this new pool.

http://www.nutpool.com

20 block confirms.  Shocked
pplns.
1% pool fee.
pplns is shit :/
newbie
Activity: 3
Merit: 0
check out this new pool.

http://www.nutpool.com

20 block confirms.  Shocked
pplns.
1% pool fee.
member
Activity: 70
Merit: 10
Using:
  • 790 USD per 1 BTC (from Vircurex)
  • 0.02691003 BTC per 1 LTC (from Vircurex)
  • Value of 0.001077 USD per NUT.


1 NUT = 0.001077 USD

0.001077 USD * (1/790) BTC = 0.00000136329 BTC per 1 NUT

0.00000136329 BTC / 0.02691003 LTC = 0.00005066107 LTC per 1 NUT
member
Activity: 126
Merit: 11
hero member
Activity: 896
Merit: 500

Why NUT/LTC instead NUT/BTC ?
Value per NUT ?

 
full member
Activity: 140
Merit: 100
hero member
Activity: 896
Merit: 500
65 MH   Cool
member
Activity: 126
Merit: 11
Put about half my mining time on Nutcoin since release and finally cracked the 1M mark.  Grin
Congratz little Nut Tongue

Would be nice, if Nut get more Attention Smiley

If you look at our net hash, in the past 12-18 hours it has gone from about 34 to around 50 and the difficulty has gone right up with it. Popularity is kind of a double edged sword, I topped 3M coins in 11 days of mining last night and double digit xxM at the lower difficulty would've been nice, but at the same time, popularity and uses is what will give the coin value. I could go another 3 weeks to a month at low net hash, the plan is not to race to the top, but to be more like the tortoise rather than the hare.  Wink That being said, I'm glad to see that we're gaining some recognition and regardless of where our little coin goes in the short term, I'm in it for the long run and have no plans on letting go of my coins on the cheap in the near future. I'm on the mine and hold strategy and I'm hoping a lot of my partners in this adventure are with me, that's how we're gonna get where we want to go.  Cool Keep mining brothers and sisters!  Grin   
Yea sure Cheesy didnt look at net hashrate :/

I wanna sell half the nuts I currently have once that exchange goes through. Just enough for me to buy a 280x and a new proc and mobo Grin
Same to me I think Cheesy

Net Hashrate = 63MH/s - grow and grow more^^
hero member
Activity: 896
Merit: 500
Net = 60 MH  Roll Eyes
member
Activity: 92
Merit: 10
I just want to let the world now that i pointed my 2 MH/s rig to the Nutcoin network.

Is there any news on a possible exchange for this coin? I prefer coinmarket.io


freshmarket.co.in will be adding NUT within the next few days.

I really hope not. FOX coins's buy orders are 1/10 times the price of the sell orders.
member
Activity: 70
Merit: 10
I just want to let the world now that i pointed my 2 MH/s rig to the Nutcoin network.

Is there any news on a possible exchange for this coin? I prefer coinmarket.io


freshmarket.co.in will be adding NUT within the next few days.
full member
Activity: 252
Merit: 100
I just want to let the world now that i pointed my 2 MH/s rig to the Nutcoin network.

Is there any news on a possible exchange for this coin? I prefer coinmarket.io
member
Activity: 70
Merit: 10
For those that want to check on the Nutlaw graph, Google calc can graph it:

https://www.google.com/#q=0.0001%2B23*(1%2F(1.6180339887499%2Be%5E(-x%2B2.3*pi)))

Are you sure? The graph says right now 1 Nut is worth 0.018 USD. Maybe the creator made some math error?

0.0001+23*(1/(1.6180339887499+e^(-1/12+2.3*pi)))

I just noticed that.

The equation is the same as the dev posted, but I'm getting a different value from Google calc.

I've checked it again in gnuplot and it matches with Google. The graphs seem to match up aside from his inserted values, so maybe he missed a decimal place when pasting it?

ETA:

https://www.google.com/#q=0.0001+%2B+10+*+(2.3%2F(the+golden+ratio%2Be%5E(-x%2B2.3*pi)))

Still the same result.
member
Activity: 92
Merit: 10
For those that want to check on the Nutlaw graph, Google calc can graph it:

https://www.google.com/#q=0.0001%2B23*(1%2F(1.6180339887499%2Be%5E(-x%2B2.3*pi)))

Are you sure? The graph says right now 1 Nut is worth 0.018 USD. Maybe the creator made some math error?

0.0001+23*(1/(1.6180339887499+e^(-1/12+2.3*pi)))
member
Activity: 70
Merit: 10
For those that want to check on the Nutlaw graph, Google calc can graph it:

https://www.google.com/#q=0.0001%2B23*(1%2F(1.6180339887499%2Be%5E(-x%2B2.3*pi)))
member
Activity: 84
Merit: 10
No Nuts No Glory.

That pun, LMAO.

Net hash almost at 60!
member
Activity: 92
Merit: 10
No Nuts No Glory.
Pages:
Jump to: