Author

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

sr. member
Activity: 476
Merit: 250
i tried to mine this coins, I seriously did !

I even had big hopes for it...

I could not even launch either the client or the miner for different reasons on different os and vps.

Never ever had those problems on other coins !

60 people on irc for the launch, wallet et miner not compiling = .... ?

I won't say it but you do know what I mean :/
legendary
Activity: 2254
Merit: 1043
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?
newbie
Activity: 50
Merit: 0
sr. member
Activity: 266
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


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?



can someone confirm that that --max-prime=10000 is gonna improve actual mining revenue?
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?
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!

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

full member
Activity: 238
Merit: 100
sr. member
Activity: 266
Merit: 250
the average time to find block, is that in seconds?
member
Activity: 119
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...

What is approximate block time atm? When does diff readjust?

newbie
Activity: 16
Merit: 0
Still doesnt work for me. Im putting riecoin.conf in the same directory as the wallet and the minerd, but still get the json errors.

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

Thanks dude, working!
legendary
Activity: 2254
Merit: 1043
I still don't get any connections even with the nodes everyone is posting here Sad
I'm supposed to put it into my appdata folder, right? (i also put it into the wallet folder anways...)

C:\Users\your username\AppData\Roaming\riecoin
full member
Activity: 168
Merit: 100
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
newbie
Activity: 10
Merit: 0
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

Thanks dude, working!
newbie
Activity: 56
Merit: 0
my win wallet cant sync, i got nodes
newbie
Activity: 24
Merit: 0
I still don't get any connections even with the nodes everyone is posting here Sad
I'm supposed to put it into my appdata folder, right? (i also put it into the wallet folder anways...)
sr. member
Activity: 322
Merit: 250
Is there a way to see in the transaction how high a block you found was in the block index?

I found block ~ #476, but it doesn't really list that anywhere:

    {
        "account" : "",
        "address" : "RR1firQtq6i2Xy2CB2rYHPphEd9gnm81Ug",
        "category" : "immature",
        "amount" : 0.00000000,
        "confirmations" : 71,
        "generated" : true,
        "blockhash" : "bfd1395dd50f129dd098414b985e108832dec6020317a8a4b8e52wxc789551f8",
        "blockindex" : 0,
        "blocktime" : 1392159564,
        "txid" : "7282fc14bba46486792db3185219a41d94a7d8be7ca589c1a5d40c337f93b89c",
        "time" : 1392159564,
        "timereceived" : 1392159565
    }
full member
Activity: 238
Merit: 100
{
"blocks" : 502,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 1,
"errors" : "",
"generate" : false,
"genproclimit" : -1,
"hashespersec" : 0,
"pooledtx" : 0,
"testnet" : false
}
newbie
Activity: 7
Merit: 0
with the correct portnumber the win32 miner will work Grin thaks bro
newbie
Activity: 59
Merit: 0
can any copypaste riecoin.conf?
Jump to: