Pages:
Author

Topic: [ANN] official NovaCoin thread - the original PoS+scrypt coin. --POOL LIST-- - page 49. (Read 282664 times)

sr. member
Activity: 434
Merit: 250
Hello!
How do I use a P-O-S?  Does it require any special actions?

To generate blocks with POS, you must have inputs bigger than 1 NVC and older than 30 days. Probability of block generation (per second) is
Code:
Sum_coins * (Age_days - 30) / (2^32 * POS_diff)

Reward per coinyear is
Code:
(0.03125 / POS_diff)^(1/6) coins

Note that when calculating reward, the coinage is rounded to integer coinyears. That means that if you have input of 10 coins and find a block on 35th day of its age, you will be rewarded for 0.96 coinyears, which rounds to zero.
Hi there, if i have 10 NVC for a week, then i constantly mine a few and send them (only whats mined) to another wallet for two months, will those first 10 blocks count towards POS generation during that time?
newbie
Activity: 12
Merit: 0
To generate blocks with POS, you must have inputs bigger than 1 NVC and older than 30 days. Probability of block generation (per second) is

Thank you for explanation.
legendary
Activity: 3108
Merit: 1359
Please note that http://nvcpool.com/ missed the mandatory update and works on orphaned chain since 20 July 2013.

https://bitcointalksearch.org/topic/m.2770853

It seems that you missed mandatory update.

https://bitcointalksearch.org/topic/m.2728029

That's why "current block" field value is frozen at 32,674.

Quote
Pool Hash Rate   8.813 Mhash/s
Current Total Miners   9
Current Block   32,689
Current Difficulty   38
Last Block Found   27,046

The actual main chain length is 34533 blocks currently, difficulty is 332.551.
legendary
Activity: 3108
Merit: 1359
NVC 0.4.4 client builds will be available for testing soon.

Already merged changes:

  • Fix for integer division-related PoS rewards calculation issue (becoming active since 20 Sep 2013);
  • The final correction to PoS ROI curve (1/6 ==> 1/3 switch since 20 Oct 2013);
  • Upper limit for coinstake reward (will become active since 20 Oct 2013, description is available here);
  • Private keys dump and import functionality (dumpwallet and importwallet RPC calls);
  • User will be able to select wallet file for initialization by using -wallet=filename.dat option;
  • The -walletnotify=cmd option, provides an opportunity to execute external script on new transactions;
  • getbestblockhash RPC call added, also some getmininginfo, getinfo and listunspent improvements;
  • novacoin: URIs support is active now;
  • QR codes generation support is active now;
  • Some optimizations and bugfixes.

Windows, Linux and Mac OS X binaries are planned for publishing today.
sr. member
Activity: 476
Merit: 250
Hello!
How do I use a P-O-S?  Does it require any special actions?

To generate blocks with POS, you must have inputs bigger than 1 NVC and older than 30 days. Probability of block generation (per second) is
Code:
Sum_coins * (Age_days - 30) / (2^32 * POS_diff)

Reward per coinyear is
Code:
(0.03125 / POS_diff)^(1/6) coins

Note that when calculating reward, the coinage is rounded to integer coinyears. That means that if you have input of 10 coins and find a block on 35th day of its age, you will be rewarded for 0.96 coinyears, which rounds to zero.
newbie
Activity: 12
Merit: 0
Hello!
How do I use a P-O-S?  Does it require any special actions?
STT
legendary
Activity: 4060
Merit: 1448
Found PPS 3.7% Novacoin pool: https://hynodeva.com/
Payouts every half hour, seems fair and no problems so far.

Could be best for new/small miners

Is there a lending website for NVC or place that pays savers
legendary
Activity: 3108
Merit: 1359
legendary
Activity: 3108
Merit: 1359
Total PoW hashrate is at 1.28 Gh/s and growing.
legendary
Activity: 3108
Merit: 1359
~6 hours remaining to PoW spacing switch.
Switched successfully.
legendary
Activity: 1197
Merit: 1000
Novacoin supporters - will you support growing pool?

http://nvc.coinmine.pl

Currently it is PPLNS but one hashrate is stable I plan to switch it to PPS, but need your cards here Smiley
legendary
Activity: 3108
Merit: 1359
I'll ask him today.

~6 hours remaining to PoW spacing switch.
hero member
Activity: 938
Merit: 1000
www.multipool.us
Hey could OP add my pool to the first post list?  Would appreciate it.

Thanks.
hero member
Activity: 826
Merit: 1001
@Bit_John
Upgrade reminder

6 days remaining to PoW target spacing switch (120 minutes ==> 30 minutes). You should upgrade to 0.4.2 at least.
Well get our pool and exchange updated.
legendary
Activity: 3108
Merit: 1359
Upgrade reminder

6 days remaining to PoW target spacing switch (120 minutes ==> 30 minutes). You should upgrade to 0.4.2 at least.
sr. member
Activity: 303
Merit: 250
Found PPS 3.7% Novacoin pool: https://hynodeva.com/
Payouts every half hour, seems fair and no problems so far.
full member
Activity: 239
Merit: 100
I ended up dropping NVC from supported coins list but you guys are more than welcome to start your own novacointip bot (the code is open-source). Cheers!
legendary
Activity: 3108
Merit: 1359
It seems  that you are trying to start nvc p2pool alongside nvc fork with modified rewarding system. It's impossible without p2pool modification.
member
Activity: 70
Merit: 10
I'm trying to setup novacoin p2pool, I get the following error code:

Code:
p2pool.util.jsonrpc.NarrowError: -22 Block decode failed
2013-07-01 12:26:05.170680 > Error submitting block: (will retry)
2013-07-01 12:26:05.170821 > Traceback (most recent call last):
2013-07-01 12:26:05.171653 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
2013-07-01 12:26:05.171784 >     current.result = callback(current.result, *args, **kw)
2013-07-01 12:26:05.171873 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
2013-07-01 12:26:05.171950 >     _inlineCallbacks(r, g, deferred)
2013-07-01 12:26:05.172025 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
2013-07-01 12:26:05.172133 >     result = result.throwExceptionIntoGenerator(g)
2013-07-01 12:26:05.172210 >   File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
2013-07-01 12:26:05.172303 >     return g.throw(self.type, self.value, self.tb)
2013-07-01 12:26:05.172376 > --- ---


Can some one help me?
Pages:
Jump to: