Author

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

full member
Activity: 220
Merit: 100
Hmm, I'm minning on 5x Intel i7 4770K OC @4,6Ghz for 1 hour and still nothing.

FFS
legendary
Activity: 2254
Merit: 1043
Thought I would drop in a post your speed topic (copy and paste previous speeds to keep things tidy Wink )

Total 715797 knumbers/s - Core I5 2500k @ 4.8
member
Activity: 69
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

it's sha2 and someone's gonna rip it with an asic sooner than you think


Being this delusional...

Ok, I hope you guys not downloading wallet stealers being so keen on binaries...

A quick scan with HiJack this after running the wallet (closed before scanning, though) doesn't reveal anything out of the ordinary on my system. So, at least it doesn't seem to have any surreptitious exe payloads. Pretty sure it's legit, but of course, exercise caution. My wallets don't seem to be tampered with either. I've got them encrypted, too so if they did get stolen, good luck prying them open.
member
Activity: 70
Merit: 10
full member
Activity: 124
Merit: 100
2 blocks to go

Yep and diff goes up to 460. It will be hard.

Difficulty is still 1.  Is there another way to check diff or is it not adjusting properly?

$ riecoind getinfo
{
    "version" : 80600,
    "protocolversion" : 10070001,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 590,
    "timeoffset" : -30,
    "connections" : 8,
    "proxy" : "",
    "difficulty" : 1,
    "testnet" : false,
    "keypoololdest" : 1392160255,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "errors" : ""
}
member
Activity: 104
Merit: 10
I absolutely cannot get this to work.

My conf file is riecoin.conf in the appdata riecoin folder:

server=1
daemon=1
rpcport=28332
port=28333
rpcuser=myusername
rpcpassword=mypassword
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



command line for the miner is: F:\rminerd_win32\rminerd.exe -a primesr -o 127.0.0.1:28332 -u myusername -p mypassword -t 1

still failjob.

json rpc call failed  401

Any advice?


is your .conf file defo a .conf file and not a .conf.txt file

are you also on a 32bit system with a single core?

64 bit quad core, two different systems. Using the windows wallet that was posted by the trusted member.

setgenerate true = mining, but the mining app will not run. Every time its fail.

and its def a .conf file. I've solo mined plenty of coins, I just cannot get this one to work.
hero member
Activity: 938
Merit: 1000
Found a block worth RIC.

        "category" : "immature",
        "amount" : 0.26041666,
        "confirmations" : 4,
        "generated" : true,



Lucky one. How is your total knumbers/s ?
newbie
Activity: 44
Merit: 0
addnode=213.239.207.114:28333
addnode=108.161.145.12:28333
addnode=198.98.52.244:28333
addnode=198.98.52.244:28333
addnode=54.198.193.96:28333
addnode=162.243.118.47:28333
addnode=54.237.23.244:28333
addnode=107.170.32.187:28333
addnode=95.138.166.126:28333


thanks adding those nods worked
legendary
Activity: 2254
Merit: 1043
Found a block worth RIC.

        "category" : "immature",
        "amount" : 0.26041666,
        "confirmations" : 4,
        "generated" : true,



congrats, what system/speed are you running
newbie
Activity: 58
Merit: 0
Found a block worth RIC.

        "category" : "immature",
        "amount" : 0.26041666,
        "confirmations" : 4,
        "generated" : true,

hero member
Activity: 1162
Merit: 568
hero member
Activity: 820
Merit: 1000
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?



i just know for sure that the miner shows an higher hashrate,
but as the primecoin paper says: with bigger numbers the propability for a composite number passing the test decreases.

I don't kown if this also applays for the miller rabin test, but i just forkt gatras cpuminer
and implemented the fremat test form primecoin:

https://github.com/iddumied/cpuminer-rminerd-fermat


Nice! what's the performance gain on this?
sr. member
Activity: 616
Merit: 321
any one got a Rminerd for windows 64 ??
hero member
Activity: 938
Merit: 1000
Block 577 already. Tell me who is the lucky one?  Grin
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!
...




...
1 null block of primes to be chained. 1 null blocks of primes.
Take one down and pass it around, no more null blocks of primes to be chained!

No more null blocks of primes to be chained, no more null blocks of primes.
Go to exchanges and sell them all, 99 bottles of beer on the wall...

newbie
Activity: 50
Merit: 0
how to check network hashrate?
sr. member
Activity: 311
Merit: 250
I absolutely cannot get this to work.

My conf file is riecoin.conf in the appdata riecoin folder:

server=1
daemon=1
rpcport=28332
port=28333
rpcuser=myusername
rpcpassword=mypassword
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



command line for the miner is: F:\rminerd_win32\rminerd.exe -a primesr -o 127.0.0.1:28332 -u myusername -p mypassword -t 1

still failjob.

json rpc call failed  401

Any advice?


had the same problem but worked after i restarted the client
hero member
Activity: 938
Merit: 1000
2 blocks to go

Yep and diff goes up to 460. It will be hard.
Jump to: