Author

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

sr. member
Activity: 616
Merit: 321
any tips are helpfull for my project ar RIC : RNcfFj8ffb1M5sKvNrFXpQzXtBVjtWtcEY


stil nothing found .................... Huh
sr. member
Activity: 616
Merit: 321
Binding thread 1 to cpu 1
HTTP request failed: Failed to connect to 127.0.0.1 port 28332: Connection refused
json_rpc_call failed, retry after 30 seconds

Why i have this error?


change your port to 9337 in your bat file and riecoin.conf
hero member
Activity: 798
Merit: 1000
I can't even start mining,miner says "json_rpc_call failed"

same here... messing around with the ports and firewall doesn't do shit.. they really should update the doco. so many people have this problem but its not even addressed in any of the HowTo pages Ive seen

post your conf file and the command you are using to connect to it and i'll help


Quote
rpcuser=MINE
rpcpassword=FUCKYOU
rpcport=28333
server=1
daemon=1
rpcallowip=*

Quote
rminerd -a primesr -o 127.0.0.1:28333 -u MINE -p FUCKYOU -t4

I checked with Netstat -an the port is OPEN and LISTENING

Quote
Http request failed, empty reply from server

OS windows 7 64-bit
full member
Activity: 154
Merit: 100
Can I mine into one wallet from different machines. I have never solo mined before. The steps

I'm doing the same as you.. so i'd like to know as well.  Haven't found any blocks on that 1 wallet.. so...

Hopefully that works.. i think in theory it does..


yes point then to the same ip

actually i'm not pointing them to the same IP, every worker just has the same wallet.dat, and mines on its own localhost.
full member
Activity: 145
Merit: 101
Binding thread 1 to cpu 1
HTTP request failed: Failed to connect to 127.0.0.1 port 28332: Connection refused
json_rpc_call failed, retry after 30 seconds

Why i have this error?
member
Activity: 98
Merit: 10
Anyone manage downloading the blockchain yat?

Code:
2014-02-12 00:29:01 socket closed
2014-02-12 00:29:01 disconnecting node 79.135.200.61:28333
2014-02-12 00:29:01 trying connection 23.99.21.200:28333 lastseen=323.4hrs
2014-02-12 00:29:06 connection timeout
2014-02-12 00:29:07 trying connection 23.99.21.200:28333 lastseen=323.4hrs
2014-02-12 00:29:12 connection timeout
2014-02-12 00:29:12 trying connection 191.235.128.186:28333 lastseen=176.8hrs
2014-02-12 00:29:17 connection timeout
2014-02-12 00:29:18 trying connection 191.235.128.186:28333 lastseen=176.8hrs
2014-02-12 00:29:23 connection timeout
2014-02-12 00:29:23 trying connection 191.235.128.186:28333 lastseen=176.8hrs
2014-02-12 00:29:28 connection timeout
2014-02-12 00:29:29 trying connection 191.235.128.186:28333 lastseen=176.8hrs
2014-02-12 00:29:34 connection timeout
2014-02-12 00:29:34 trying connection 23.99.21.200:28333 lastseen=323.4hrs
2014-02-12 00:29:39 connection timeout
2014-02-12 00:29:40 trying connection 191.235.128.186:28333 lastseen=176.8hrs
2014-02-12 00:29:45 connection timeout
2014-02-12 00:29:46 trying connection 191.235.128.186:28333 lastseen=176.8hrs
2014-02-12 00:29:51 connection timeout
2014-02-12 00:29:51 trying connection 23.99.21.200:28333 lastseen=323.4hrs
2014-02-12 00:29:56 connection timeout
2014-02-12 00:29:57 trying connection 23.99.21.200:28333 lastseen=323.4hrs
2014-02-12 00:30:02 connection timeout
2014-02-12 00:30:02 trying connection 191.235.128.186:28333 lastseen=176.8hrs
2014-02-12 00:30:07 connection timeout
2014-02-12 00:30:08 trying connection 191.235.128.186:28333 lastseen=176.8hrs

sr. member
Activity: 616
Merit: 321
Can I mine into one wallet from different machines. I have never solo mined before. The steps

I'm doing the same as you.. so i'd like to know as well.  Haven't found any blocks on that 1 wallet.. so...

Hopefully that works.. i think in theory it does..


yes point then to the same ip
full member
Activity: 154
Merit: 100
Can I mine into one wallet from different machines. I have never solo mined before. The steps

I'm doing the same as you.. so i'd like to know as well.  Haven't found any blocks on that 1 wallet.. so...

Hopefully that works.. i think in theory it does..
newbie
Activity: 3
Merit: 0
Can I mine into one wallet from different machines. I have never solo mined before. The steps I have followed are:

Created conf file with something like:

rpcuser=changethisusername
rpcpassword=changethispassword
rpcport=28332
port=28333
rpcallowip=127.0.0.1
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
server=1
daemon=1


Running: riecoind


Running: ./rminerd -o localhost:28332 -u changethisusername -p changethispassword

I see:

[2014-02-12 00:24:27] thread 1: 395313153 hashes, 79505 khash/s
[2014-02-12 00:24:27] thread 7: 395313153 hashes, 79351 khash/s
[2014-02-12 00:24:27] Total: 633955 knumbers/s
[2014-02-12 00:24:27] Expected average time to block: 95814.227740
[2014-02-12 00:24:27] accepted: 0 in 2075 seconds
[2014-02-12 00:24:27] thread 2: 396361729 hashes, 79360 khash/s

So I presume it is working.

Now if I want another machine to mine to it also, I change:

rpcallowip=127.0.0.1 to rpcallowip=*

Open up firewall on that server on the port I set and then am I good?

Or is it better to have each server mine to it's own wallet and then wait for a pool?

Still a little noobish here, sorry.
sr. member
Activity: 252
Merit: 250
Amateur Professional
45 cores and no blocks? Something seems off here.
member
Activity: 98
Merit: 10
Woohooooo


    {
        "account" : "",
        "address" : "",
        "category" : "immature",
        "amount" : 12.76041666,
        "confirmations" : 17,
        "generated" : true,
        "blockhash" : "19ee0ab573de271d458d33a674ed22f2f5f2aa4859789940a28be5ef4b56f563",
        "blockindex" : 0,
        "blocktime" : 1392164364,
        "txid" : "1b81d787a554667e7ed98492cd5d6804ca4573d35ba8ed2e814c90f02d0c191a",
        "time" : 1392164364,
        "timereceived" : 1392164368
    }


Quote
./riecoind sendtoaddress RA4v3nLWKRWAivsfx4SGEjZmcxrvycuW5b 1

Wink
sr. member
Activity: 307
Merit: 250
so who is getting blocks?  I still have only one and I would imagine I have one of the largest farms here.  something isnt right


One block here and it has been ~45mins.
newbie
Activity: 11
Merit: 0
Woohooooo


    {
        "account" : "",
        "address" : "",
        "category" : "immature",
        "amount" : 12.76041666,
        "confirmations" : 17,
        "generated" : true,
        "blockhash" : "19ee0ab573de271d458d33a674ed22f2f5f2aa4859789940a28be5ef4b56f563",
        "blockindex" : 0,
        "blocktime" : 1392164364,
        "txid" : "1b81d787a554667e7ed98492cd5d6804ca4573d35ba8ed2e814c90f02d0c191a",
        "time" : 1392164364,
        "timereceived" : 1392164368
    }
full member
Activity: 154
Merit: 100
so who is getting blocks?  I still have only one and I would imagine I have one of the largest farms here.  something isnt right

I got many machines going.. got 0 so far..
newbie
Activity: 5
Merit: 0
I just compiled the Windows wallet as below:
https://app.box.com/s/kv67l4tpk6jxv9akl8rt
My RIC Donation: RSxEmaUhR14Do7qnGk5nDiEhfytBEe8V2z
Thanks.
sr. member
Activity: 616
Merit: 321
{
"version" : 80600,
"protocolversion" : 10070001,
"walletversion" : 60000,
"balance" : 0.00000000,
"blocks" : 738,
"timeoffset" : -9,
"connections" : 8,
"proxy" : "",
"difficulty" : 1,
"testnet" : false,
"keypoololdest" : 1392160416,
"keypoolsize" : 104,
"paytxfee" : 0.00000000,
"errors" : ""
}
member
Activity: 104
Merit: 10
official windows binaries can be found at https://sourceforge.net/projects/riecoin/files/riecoin%200.8.6/?
I'll update both riecoin.org and riecoin.biz now

Why does the official wallet not have the logo and instead looks like a cloned btc wallet?

Well at least I have an address now! RDVyzSTbdyXFV71crsX4i5FiuekTPLvrNA   Huzzah!
hero member
Activity: 820
Merit: 1000
so who is getting blocks?  I still have only one and I would imagine I have one of the largest farms here.  something isnt right
full member
Activity: 238
Merit: 100
hero member
Activity: 602
Merit: 500
guys offical windows wallet contains botnet virus THIS IS NOT FALSE POSITIVE,just google this virus name and you will see:
https://www.virustotal.com/sr/file/950a78a740dd1495cb764e8179e5f9a2fdf464e76925d070c32f74911fdc4773/analysis/
Jump to: