Author

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

newbie
Activity: 59
Merit: 0
win64 miner shows port 9332 in minerd, but conf  file is a completely different port 28332. thus gives json errors access denied.

rpcallow=* didn't help

any tips?


using this and working ok -

C:\minerd_rei\rminerd.exe -a primesr -o 127.0.0.1:28332 -u xx -p xx -t 4
sr. member
Activity: 266
Merit: 250
the time to find block is in seconds?
legendary
Activity: 1946
Merit: 1005
My mule don't like people laughing
poooooooooooooooooooooooooooooooooollllllllllllllllllllllllllllllllllllllllllll llllllllllllllllllllllllllllllllllll

zero reward blocks still.

then low reward for another 570 blocks.
legendary
Activity: 1946
Merit: 1005
My mule don't like people laughing
win64 miner shows port 9332 in minerd, but conf  file is a completely different port 28332. thus gives json errors access denied.

rpcallow=* didn't help

any tips?


with minerd -o http://192.168.0.69:28332 -u me -p rocks

You need to add the port number or maybe typo?

It works for me solo
newbie
Activity: 9
Merit: 0
poooooooooooooooooooooooooooooooooollllllllllllllllllllllllllllllllllllllllllll llllllllllllllllllllllllllllllllllll
member
Activity: 98
Merit: 10
200 blocks mined in just over an hour. Now at #435

He's got 40 minutes for a Windows wallet. Who's taking bets?

I'll bet that that existence of a Windows wallet wont make any difference on who gets coins Smiley
newbie
Activity: 5
Merit: 0
in scanriecoin.c:209 repleace

Code:
#define MR_TESTS 12

with

Code:
#define MR_TESTS 1

and run with --max-prime=10000

speedup is about 200%
but it maybe finds more composite numbers
do you know what effect this has or are you just playing with the source?
Gatra, please can you explain what this does?

MR_TESTS is the number of miller rabin test performed to check if a number is prime,
as more tests you use the more you can be sure the number is prime.
This is important for the wallet, but not for the miner!
(if a composite is submited the network rejects is)

futur optimation coul be an implementation of the fermat test form primecoin,
which also could speed up mining a bit.

Also the miner is not optimized for cache performance!
legendary
Activity: 1274
Merit: 1000
how setup rminerd on windows?


tried the wallet, miner won't mine on it
if you dont know how to mine solo don't waste time to mine riecoin... ))

Thank you sir.  You are a hero.


Does anyone know the command to increase the sieve size for rminerd?
hero member
Activity: 798
Merit: 1000
member
Activity: 62
Merit: 10
legendary
Activity: 2254
Merit: 1043
win64 miner shows port 9332 in minerd, but conf  file is a completely different port 28332. thus gives json errors access denied.

rpcallow=* didn't help

any tips?


using this and working ok -

C:\minerd_rei\rminerd.exe -a primesr -o 127.0.0.1:28332 -u xx -p xx -t 4
legendary
Activity: 1428
Merit: 1001
getmonero.org
hero member
Activity: 560
Merit: 500
win64 miner shows port 9332 in minerd, but conf  file is a completely different port 28332. thus gives json errors access denied.

rpcallow=* didn't help

any tips?
sr. member
Activity: 322
Merit: 250
200 blocks mined in just over an hour. Now at #435

He's got 40 minutes for a Windows wallet. Who's taking bets?
member
Activity: 114
Merit: 10
My single core toaster is working hard!

Code:
[2014-02-11 17:57:38] Total: 86426 knumbers/s
[2014-02-11 17:57:38] Expected average time to block: 281760.512511
[2014-02-11 17:57:38] accepted: 0 in 336 seconds
[2014-02-11 17:57:42] thread 0: 432013313 hashes, 88326 khash/s
[2014-02-11 17:57:42] Total: 88326 knumbers/s
[2014-02-11 17:57:42] Expected average time to block: 275699.913763
[2014-02-11 17:57:42] accepted: 0 in 340 seconds
[2014-02-11 17:57:47] thread 0: 441450497 hashes, 89156 khash/s
[2014-02-11 17:57:47] Total: 89156 knumbers/s
[2014-02-11 17:57:47] Expected average time to block: 273131.438292
[2014-02-11 17:57:47] accepted: 0 in 345 seconds
[2014-02-11 17:57:52] thread 0: 445644801 hashes, 88355 khash/s
[2014-02-11 17:57:52] Total: 88355 knumbers/s
[2014-02-11 17:57:52] Expected average time to block: 275608.772952
[2014-02-11 17:57:52] accepted: 0 in 350 seconds


But then, why do I get this?

Code:
{
    "blocks" : 435,
    "currentblocksize" : 1000,
    "currentblocktx" : 0,
    "difficulty" : 1,
    "errors" : "",
    "generate" : false,
    "genproclimit" : -1,
    "hashespersec" : 0,
    "pooledtx" : 0,
    "testnet" : false


Jump to: