Author

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

member
Activity: 70
Merit: 10
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

How do you choose your http://192.168.0.69:28332 ?
I use 127.0.0.1 , but get disconnection.
127 is the localhost default. 192 is the IP specific.
member
Activity: 98
Merit: 10
no windows wallet ready for launch? seems very maxy
legendary
Activity: 2254
Merit: 1043
Quote

How do you choose your http://192.168.0.69:28332 ?
I use 127.0.0.1 , but get disconnection.

my conf -

server=1
daemon=1
rpcport=28332
port=28333
rpcuser=xx
rpcpassword=xx
rcpallowip=127.0.0.1
gen=0
addnode=194.97.156.59
addnode=76.102.71.50
addnode=79.135.200.61
addnode=162.248.98.162
addnode=64.79.107.5
addnode=192.241.129.169
addnode=173.193.48.174
addnode=107.170.26.188
addnode=67.225.172.77
addnode=198.144.180.117
addnode=198.144.180.118

minerd line -

C:\minerd_rei\rminerd.exe -a primesr -o 127.0.0.1:28332 -u xx -p xx -t 4
hero member
Activity: 1162
Merit: 568
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

How do you choose your http://192.168.0.69:28332 ?
I use 127.0.0.1 , but get disconnection.
hero member
Activity: 784
Merit: 1005
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!

Yes, this miner is very inefficient, I will look into it this weekend if time permits


Will this really speed up the mining process or just the speed we see in the miner? If the miner submits a composite does the wallet test it or is the network?

newbie
Activity: 50
Merit: 0
so why this client is an absolute clone of bitcoin?
also why so big hashrate (150MH/s with core 2 duo)?
also why am i mining hashes instead of primes?

i smell fishy about this

the wallet is a quick and dirty fix and works ok.

the algorithm is different to other coins so a like for like on speed cannot be made.

If you smell something fishy double check your misses  Grin

run bitcoind in testnet and compare mining speed
member
Activity: 70
Merit: 10
so why this client is an absolute clone of bitcoin?
also why so big hashrate (150MH/s with core 2 duo)?
also why am i mining hashes instead of primes?

i smell fishy about this

the wallet is a quick and dirty fix and works ok.

the algorithm is different to other coins so a like for like on speed cannot be made.

If you smell something fishy double check your misses  Grin

LMAO
legendary
Activity: 2254
Merit: 1043
so why this client is an absolute clone of bitcoin?
also why so big hashrate (150MH/s with core 2 duo)?
also why am i mining hashes instead of primes?

i smell fishy about this

the wallet is a quick and dirty fix and works ok.

the algorithm is different to other coins so a like for like on speed cannot be made.

If you smell something fishy double check your misses  Grin
legendary
Activity: 1274
Merit: 1000
@ ig0tik3d : You have offended no one.  Thank you so much for your contribution.
newbie
Activity: 50
Merit: 0
so why this client is an absolute clone of bitcoin?
also why so big hashrate (150MH/s with core 2 duo)?
also why am i mining hashes instead of primes?

i smell fishy about this

it's sha2 and someone's gonna rip it with an asic sooner than you think
sr. member
Activity: 322
Merit: 250

99 null blocks of primes to be chained. 99 null blocks of primes.
Take one down and pass it around, 98 null blocks of primes to be chained!
...
newbie
Activity: 16
Merit: 0
Still getting json errors and a conf file wasnt included with the qt exe. Where do I get the config file?
legendary
Activity: 1246
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?
sorry if I offended anyone((

riecoin.conf
Code:
rpcuser=123
rpcpassword=12345
rpcport=1234
server=1

miner start
Code:
rminerd -a primesr -o 127.0.0.1:1234 -u 123 -p 12345 
legendary
Activity: 1526
Merit: 1012
wallet or not, the average peon will get nothing without pools...
hero member
Activity: 560
Merit: 500
thx

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
full member
Activity: 224
Merit: 100



{
"version" : 80600,
"protocolversion" : 10070001,
"walletversion" : 60000,
"balance" : 0.00000000,
"blocks" : 462,
"timeoffset" : 0,
"connections" : 8,
"proxy" : "",
"difficulty" : 1,
"testnet" : false,
"keypoololdest" : 1392159437,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"errors" : ""
}
 Wink
newbie
Activity: 59
Merit: 0
empty reply from server---any idea?
legendary
Activity: 2254
Merit: 1043
addnode nodes???

addnode=194.97.156.59
addnode=76.102.71.50
addnode=79.135.200.61
addnode=162.248.98.162
addnode=64.79.107.5
addnode=192.241.129.169
addnode=173.193.48.174
addnode=107.170.26.188
addnode=67.225.172.77
addnode=198.144.180.117
addnode=198.144.180.118
sr. member
Activity: 333
Merit: 250
sr. member
Activity: 278
Merit: 250
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!

Yes, this miner is very inefficient, I will look into it this weekend if time permits
Jump to: