Author

Topic: [ANN][RIC] Riecoin: constellations POW *CPU* HARD FORK successful, world record - page 283. (Read 685362 times)

sr. member
Activity: 392
Merit: 250
legendary
Activity: 1246
Merit: 1000
windows wallet like bitcoin wallet ... i mine btc ))
newbie
Activity: 58
Merit: 0
Okay so now I'm mining. Assuming I find a block, how do I see the privkeyhash or even get back to "getmininginfo" it just is continually scrolling now and I seem to have lost the ability to do anything.
ctrl+c out of that and do nohup ./rminerd -o localhost:28332 -u changethisusername -p changethispassword &. Then you can ctrl+c out of it and it's still running. Or install screen and use that and do the same thing.
full member
Activity: 143
Merit: 100
Hehehehe 301 blocks and difficulty not changed  Grin Grin Grin
someone will mine coins very easy
too bad I'm not one of them  Sad

{
    "version" : 80600,
    "protocolversion" : 10070001,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 318,
    "timeoffset" : 15,
    "connections" : 68,
    "proxy" : "",
    "difficulty" : 1,
    "testnet" : false,
    "keypoololdest" : 1392152708,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "errors" : ""
}
member
Activity: 98
Merit: 10
come on windows wallet....
full member
Activity: 220
Merit: 100
fuck this, go to play gta vice city
sr. member
Activity: 490
Merit: 250
I am not that concerned by windows users being out of the competition but rather for that estimated average time to block :
2014-02-11 17:05:21] thread 7: 140509185 hashes, 34287 khash/s
[2014-02-11 17:05:21] thread 4: 169869313 hashes, 35362 khash/s
[2014-02-11 17:05:21] thread 8: 161480705 hashes, 31593 khash/s
[2014-02-11 17:05:22] thread 3: 222298113 hashes, 34740 khash/s
[2014-02-11 17:05:23] thread 0: 167772161 hashes, 34825 khash/s
[2014-02-11 17:05:23] thread 6: 141557761 hashes, 30837 khash/s
[2014-02-11 17:05:23] thread 11: 241172481 hashes, 34837 khash/s
[2014-02-11 17:05:23] Total: 404583 knumbers/s
[2014-02-11 17:05:23] Expected average time to block: 60188.940521
[2014-02-11 17:05:23] accepted: 0 in 3771 seconds

those are seconds right ?

Yep, wondering what machine that is... my 1090T gets me 110M# per second, per core... That's Linux for you Smiley

nothing related in the OS there ... hardware.
member
Activity: 104
Merit: 10
sr. member
Activity: 490
Merit: 250
Windows-qt is running like clockwork.



legendary
Activity: 1246
Merit: 1000
Code:
 int64 nSubsidy = 50 * COIN;

    if( nHeight >= 1152)
    {
        // Subsidy is cut in half every 840000 blocks, which will occur approximately every 4 years
        nSubsidy >>= (nHeight / 840000);
    }
    else if( nHeight > 576 ) // 576 blocks with linearly increasing subsidy
    {
        nSubsidy *= nHeight - 576;
        nSubsidy /= 576;
    }
    else // first 576 blocks without subsidy
    {
        nSubsidy = 0;
    }

    return nSubsidy + nFees;
576 blocks with linearly increasing subsidy .... hm ... after block 575 not will be 50 ric block reword how i undestand..

but what with Difficulty adjustments every  288 blocks ?)))
hero member
Activity: 798
Merit: 1000
I am not that concerned by windows users being out of the competition...

Just morbid curosity here, but why is that, exactly?

he prefers to have more coins of less value.. than fewer coins of greater value.
legendary
Activity: 2254
Merit: 1043
website just said:

Launch delayed and still in progress... please be patient!

thank you mr website

Thanks for the update website, I would'nt have realised i just sat here like a prick for 2 hours for feck all  Shocked
full member
Activity: 224
Merit: 100
poollllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll l
+1111111111111111111111111111111
full member
Activity: 143
Merit: 100
How do I set rpcallowip to allow all IP addresses? I keep getting a "connection refused"?
rpcuser=user
rpcpassword=pass
rpcport=28332
port=28333
rpcallowip=*
legendary
Activity: 1428
Merit: 1001
getmonero.org
if you are running only 1 screen then simply screen -r
sr. member
Activity: 490
Merit: 250
How do I restore screen?

screen -ls

then find the right one (you should have only one entry there) and :

# screen -r 5138.pts-2.rie
sr. member
Activity: 392
Merit: 250
How do I set rpcallowip to allow all IP addresses? I keep getting a "connection refused"?

rpcallowip=*
member
Activity: 69
Merit: 10
I am not that concerned by windows users being out of the competition...

Just morbid curosity here, but why is that, exactly?
full member
Activity: 168
Merit: 100
website just said:

Launch delayed and still in progress... please be patient!

thank you mr website
newbie
Activity: 55
Merit: 0
I am not that concerned by windows users being out of the competition but rather for that estimated average time to block :
2014-02-11 17:05:21] thread 7: 140509185 hashes, 34287 khash/s
[2014-02-11 17:05:21] thread 4: 169869313 hashes, 35362 khash/s
[2014-02-11 17:05:21] thread 8: 161480705 hashes, 31593 khash/s
[2014-02-11 17:05:22] thread 3: 222298113 hashes, 34740 khash/s
[2014-02-11 17:05:23] thread 0: 167772161 hashes, 34825 khash/s
[2014-02-11 17:05:23] thread 6: 141557761 hashes, 30837 khash/s
[2014-02-11 17:05:23] thread 11: 241172481 hashes, 34837 khash/s
[2014-02-11 17:05:23] Total: 404583 knumbers/s
[2014-02-11 17:05:23] Expected average time to block: 60188.940521
[2014-02-11 17:05:23] accepted: 0 in 3771 seconds

those are seconds right ?

Yep, wondering what machine that is... my 1090T gets me 110M# per second, per core... That's Linux for you Smiley
Jump to: