vinceste
Newbie
Offline
Activity: 7
Merit: 0
|
|
February 11, 2014, 11:21:25 PM |
|
with the correct portnumber the win32 miner will work thaks bro
|
|
|
|
BTCspoon
|
|
February 11, 2014, 11:21:37 PM |
|
{ "blocks" : 502, "currentblocksize" : 1000, "currentblocktx" : 0, "difficulty" : 1, "errors" : "", "generate" : false, "genproclimit" : -1, "hashespersec" : 0, "pooledtx" : 0, "testnet" : false }
|
|
|
|
dbbit
|
|
February 11, 2014, 11:23:32 PM Last edit: November 08, 2017, 05:32:27 PM by dbbit |
|
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 }
|
|
|
|
wawaderwaran
Newbie
Offline
Activity: 24
Merit: 0
|
|
February 11, 2014, 11:28:16 PM |
|
I still don't get any connections even with the nodes everyone is posting here I'm supposed to put it into my appdata folder, right? (i also put it into the wallet folder anways...)
|
|
|
|
tomass
Newbie
Offline
Activity: 56
Merit: 0
|
|
February 11, 2014, 11:28:30 PM |
|
my win wallet cant sync, i got nodes
|
|
|
|
frfranke
Newbie
Offline
Activity: 10
Merit: 0
|
|
February 11, 2014, 11:29:17 PM |
|
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!
|
|
|
|
crike
|
|
February 11, 2014, 11:29:27 PM |
|
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
|
BTC: 19GwYWZjY3RczZFCS7S64AikrARuyZ7Zoc
|
|
|
markj113
Legendary
Offline
Activity: 2254
Merit: 1043
|
|
February 11, 2014, 11:29:39 PM |
|
I still don't get any connections even with the nodes everyone is posting here 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
|
|
|
|
c_jp
Newbie
Offline
Activity: 16
Merit: 0
|
|
February 11, 2014, 11:30:33 PM |
|
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. 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!
|
|
|
|
CryptoBeggar
Member
Offline
Activity: 119
Merit: 10
|
|
February 11, 2014, 11:31:10 PM |
|
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?
|
|
|
|
shadypepe
|
|
February 11, 2014, 11:31:31 PM |
|
the average time to find block, is that in seconds?
|
CZd9oh4FWe4f1TB69YyedxnuGyHt21zEPu
|
|
|
iqacid
|
|
February 11, 2014, 11:32:18 PM |
|
its just CPU atm?
|
|
|
|
markj113
Legendary
Offline
Activity: 2254
Merit: 1043
|
|
February 11, 2014, 11:32:56 PM |
|
|
|
|
|
john117
Newbie
Offline
Activity: 5
Merit: 0
|
|
February 11, 2014, 11:34:16 PM |
|
in scanriecoin.c:209 repleace with 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
|
|
|
|
greenboy84
Member
Offline
Activity: 104
Merit: 10
|
|
February 11, 2014, 11:34:21 PM |
|
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?
|
|
|
|
shadypepe
|
|
February 11, 2014, 11:35:08 PM |
|
in scanriecoin.c:209 repleace with 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?
|
CZd9oh4FWe4f1TB69YyedxnuGyHt21zEPu
|
|
|
noobster
Newbie
Offline
Activity: 50
Merit: 0
|
|
February 11, 2014, 11:36:04 PM |
|
2 blocks to go
|
|
|
|
markj113
Legendary
Offline
Activity: 2254
Merit: 1043
|
|
February 11, 2014, 11:36:40 PM |
|
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?
|
|
|
|
Tamis
|
|
February 11, 2014, 11:37:06 PM |
|
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 :/
|
|
|
|
AizenSou
|
|
February 11, 2014, 11:37:15 PM |
|
2 blocks to go
Yep and diff goes up to 460. It will be hard.
|
|
|
|
|