Mathiau
Newbie
Offline
Activity: 42
Merit: 0
|
 |
July 18, 2017, 12:37:10 AM Last edit: July 18, 2017, 12:49:29 AM by Mathiau |
|
So i started cpu mining riecoin again just for the heck of it, i have a dual Xeon E5-2670 so 16 threads, 32 cores, I am using xptminer2 from the riecon.ovh site but i only seem to get about 80% usage when using -t 31 (as it does cores + 1. Is there a better miner to get closer to 100% efficiency? [EDIT] Am i able to use https://github.com/gatra/cpuminer-rminerdFor riecoin?
|
|
|
|
|
|
You can see the statistics of your reports to moderators on the "Report to moderator" pages.
|
|
|
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
|
ziiip
Full Member
 
Offline
Activity: 255
Merit: 102
uBlock.it Admin
|
 |
July 18, 2017, 03:10:57 AM Last edit: July 18, 2017, 03:38:36 AM by ziiip |
|
So i started cpu mining riecoin again just for the heck of it, i have a dual Xeon E5-2670 so 16 threads, 32 cores, I am using xptminer2 from the riecon.ovh site but i only seem to get about 80% usage when using -t 31 (as it does cores + 1. Is there a better miner to get closer to 100% efficiency? [EDIT] Am i able to use https://github.com/gatra/cpuminer-rminerdFor riecoin? Try running two instances with -t 15, pinning each to a socket or NUMA node. Pinning the miner to each numa node has worked well for me, especially on dual socket Xeon E5 v3/v4 CPU's.
|
|
|
|
d000000d
Newbie
Offline
Activity: 4
Merit: 0
|
 |
July 19, 2017, 03:20:23 AM |
|
So i started cpu mining riecoin again just for the heck of it, i have a dual Xeon E5-2670 so 16 threads, 32 cores, I am using xptminer2 from the riecon.ovh site but i only seem to get about 80% usage when using -t 31 (as it does cores + 1. Is there a better miner to get closer to 100% efficiency? [EDIT] Am i able to use https://github.com/gatra/cpuminer-rminerdFor riecoin? Try running two instances with -t 15, pinning each to a socket or NUMA node. Pinning the miner to each numa node has worked well for me, especially on dual socket Xeon E5 v3/v4 CPU's. do you have example config?
|
|
|
|
MadHacker
|
 |
July 19, 2017, 04:26:18 AM |
|
So i started cpu mining riecoin again just for the heck of it, i have a dual Xeon E5-2670 so 16 threads, 32 cores, I am using xptminer2 from the riecon.ovh site but i only seem to get about 80% usage when using -t 31 (as it does cores + 1. Is there a better miner to get closer to 100% efficiency? [EDIT] Am i able to use https://github.com/gatra/cpuminer-rminerdFor riecoin? Try running two instances with -t 15, pinning each to a socket or NUMA node. Pinning the miner to each numa node has worked well for me, especially on dual socket Xeon E5 v3/v4 CPU's. do you have example config? i have 2 batch files m1.bat and m2.bat each runs my miner with 24 cores, first one affinity is set to the first core, teh second miner affinity is set to the second core. so my batch file to lauch both miners is start /affinity FFFFFF m1.bat start /affinity FFFFFF000000 m2.bat note: the affinity is set for a 48 core machine, you will have to adjust it for what ever number of cores you have in your CPUs
|
|
|
|
p0nts
Newbie
Offline
Activity: 16
Merit: 0
|
 |
July 19, 2017, 05:59:26 AM |
|
He guys, Trying to jump in the riecoin boat but seems to be stuck with the riecoind client not able to connect to any peers to retrieve the blockchain. ==> debug.log <== 2017-07-19 05:35:24 GetMyExternalIP() received [77.170.19.106] 77.170.19.106:0 2017-07-19 05:35:24 GetMyExternalIP() returned 77.170.19.106 2017-07-19 05:35:24 AddLocal(77.170.19.106:28333,4) 2017-07-19 05:35:24 ext-ip thread exit 2017-07-19 05:35:26 No valid UPnP IGDs found 2017-07-19 05:35:26 upnp thread exit 2017-07-19 05:35:52 connect() to 110.178.108.143:28333 failed after select(): Connection refused (111) 2017-07-19 05:36:09 connect() to 110.178.108.143:28333 failed after select(): Connection refused (111) 2017-07-19 05:36:10 connect() to 173.193.48.174:28333 failed after select(): Connection refused (111) 2017-07-19 05:36:16 connect() to 188.226.159.167:28333 failed after select(): Connection refused (111) 2017-07-19 05:36:38 connect() to 173.203.115.192:28333 failed after select(): Connection refused (111) 2017-07-19 05:36:50 connect() to 168.144.87.26:28333 failed after select(): Connection refused (111) 2017-07-19 05:36:51 connect() to 217.79.67.246:28333 failed after select(): Connection refused (111) 2017-07-19 05:37:02 connect() to 168.144.87.26:28333 failed after select(): Connection refused (111) 2017-07-19 05:37:08 connect() to 173.193.48.174:28333 failed after select(): Connection refused (111) 2017-07-19 05:37:37 connect() to 110.178.108.143:28333 failed after select(): Connection refused (111) 2017-07-19 05:37:37 connect() to 24.212.252.61:28333 failed after select(): No route to host (113) 2017-07-19 05:37:43 connect() to 173.193.48.174:28333 failed after select(): Connection refused (111) 2017-07-19 05:38:00 connect() to 168.144.87.26:28333 failed after select(): Connection refused (111) 2017-07-19 05:38:29 connect() to 168.144.87.26:28333 failed after select(): Connection refused (111) Anyone able to give me a hint how to solve this? I would like to start mining.
|
|
|
|
p0nts
Newbie
Offline
Activity: 16
Merit: 0
|
 |
July 19, 2017, 06:12:44 AM |
|
He guys, Trying to jump in the riecoin boat but seems to be stuck with the riecoind client not able to connect to any peers to retrieve the blockchain. ==> debug.log <== 2017-07-19 05:35:24 GetMyExternalIP() received [77.170.19.106] 77.170.19.106:0 2017-07-19 05:35:24 GetMyExternalIP() returned 77.170.19.106 2017-07-19 05:35:24 AddLocal(77.170.19.106:28333,4) 2017-07-19 05:35:24 ext-ip thread exit 2017-07-19 05:35:26 No valid UPnP IGDs found 2017-07-19 05:35:26 upnp thread exit 2017-07-19 05:35:52 connect() to 110.178.108.143:28333 failed after select(): Connection refused (111) 2017-07-19 05:36:09 connect() to 110.178.108.143:28333 failed after select(): Connection refused (111) 2017-07-19 05:36:10 connect() to 173.193.48.174:28333 failed after select(): Connection refused (111) 2017-07-19 05:36:16 connect() to 188.226.159.167:28333 failed after select(): Connection refused (111) 2017-07-19 05:36:38 connect() to 173.203.115.192:28333 failed after select(): Connection refused (111) 2017-07-19 05:36:50 connect() to 168.144.87.26:28333 failed after select(): Connection refused (111) 2017-07-19 05:36:51 connect() to 217.79.67.246:28333 failed after select(): Connection refused (111) 2017-07-19 05:37:02 connect() to 168.144.87.26:28333 failed after select(): Connection refused (111) 2017-07-19 05:37:08 connect() to 173.193.48.174:28333 failed after select(): Connection refused (111) 2017-07-19 05:37:37 connect() to 110.178.108.143:28333 failed after select(): Connection refused (111) 2017-07-19 05:37:37 connect() to 24.212.252.61:28333 failed after select(): No route to host (113) 2017-07-19 05:37:43 connect() to 173.193.48.174:28333 failed after select(): Connection refused (111) 2017-07-19 05:38:00 connect() to 168.144.87.26:28333 failed after select(): Connection refused (111) 2017-07-19 05:38:29 connect() to 168.144.87.26:28333 failed after select(): Connection refused (111) Anyone able to give me a hint how to solve this? I would like to start mining. solved using addnode values from previous post in this topic: rpcuser=user rpcpassword=pass addnode = 173.51.33.72 addnode = 192.95.24.114 addnode = 198.251.84.199 addnode = 218.45.179.204 addnode = 45.76.139.92 addnode = 5.9.39.9 addnode = 51.255.207.142 addnode = 79.137.74.43 So how can I make a wallet now?
|
|
|
|
enzeperix
|
 |
July 19, 2017, 09:58:42 PM |
|
@Mathiau : how many RIC per day do you get using your 2 Xeons E5-2670 and how much power they draw ? I wonder if it is a good idea to buy a Dell Poweredge R810 server with 4 x Xeon E7-4860for $2000 . Those 4 CPUs have 10 cores/20 threads each so it would be 40cores/80threads in total running @ 2.6-2.8 GHz. Is there a benchmark where i can calculate the potential hashrate and the potential earnings/ day?
|
|
|
|
MadHacker
|
 |
July 19, 2017, 11:43:19 PM |
|
@Mathiau : how many RIC per day do you get using your 2 Xeons E5-2670 and how much power they draw ? I wonder if it is a good idea to buy a Dell Poweredge R810 server with 4 x Xeon E7-4860for $2000 . Those 4 CPUs have 10 cores/20 threads each so it would be 40cores/80threads in total running @ 2.6-2.8 GHz. Is there a benchmark where i can calculate the potential hashrate and the potential earnings/ day?
I run dual Xeon E5-2651 v2 @1.8 Ghz, 12 Core 24/w hyper threading each, 48 cores total. I run 2 miners, each one has its affinity set to each CPU, works best that way I see about 5500 - 7500 KH/s for each miner. I am thinking of upgrading my cpu's or downgrading, depending on perspective, to dual E5-2690 increase in single core speed @ 2.90GHz but drop down to 8 core... not sure. anyways... i don't think it pays me much to mine, I get 9.1 RIC/Day wit all my combined systems (18-30 kH/s), and each RIC is worth what 6¢ spending $2000.. duno if it is worth it.
|
|
|
|
enzeperix
|
 |
July 20, 2017, 02:56:31 PM |
|
Ok , thanks for the answer man . I chilled out now , i thought it was a good buy, but as you said, after i analyzed a bit more , i think is not a good idea. The risk of not getting ROI is not acceptable. There are few coins CPU mineable , and in time they fall to GPUs .
|
|
|
|
redjedievolution
Legendary
Offline
Activity: 1045
Merit: 1000
|
 |
July 20, 2017, 07:26:02 PM |
|
Looks like Riecoin is going over 3500 sat soon!
|
All is an illusion, there is only energy flowing
|
|
|
redjedievolution
Legendary
Offline
Activity: 1045
Merit: 1000
|
 |
July 21, 2017, 05:12:43 PM Last edit: July 22, 2017, 05:52:48 AM by redjedievolution |
|
BTC38 is hitting hard on RIC ticker, Now i see 0.11$ in btc38 and 0.09$ in poloniex. Soon riecoin will skyrocket mark my words https://coinmarketcap.com/currencies/riecoin/#marketsEDIT: right now 0.147$ in BTC38 . And poloniex keep holding, this gonna skyrocket like apolo13 EDIT2: Its almost the double of current value in poloniex. we'll see soon 7000sat
|
All is an illusion, there is only energy flowing
|
|
|
redjedievolution
Legendary
Offline
Activity: 1045
Merit: 1000
|
 |
July 23, 2017, 07:14:11 PM |
|
Hello,
I want to ask if somebody knows when the wallet will be enabled again in poloniex.
|
All is an illusion, there is only energy flowing
|
|
|
dga
|
 |
July 25, 2017, 07:12:50 PM |
|
Hello,
I want to ask if somebody knows when the wallet will be enabled again in poloniex.
I don't think anyone knows. They "handled" my support ticket request by... closing it and saying it was normal for wallets to be temporarily offline. This didn't do much for my confidence in Poloniex. I'm very unimpressed compared to the times I've had to file support tickets at Bittrex and other places.
|
|
|
|
redjedievolution
Legendary
Offline
Activity: 1045
Merit: 1000
|
 |
July 30, 2017, 10:28:39 PM |
|
What is the statement from developer about this issue with Poloniex? Please update us with some info. Hello,
I want to ask if somebody knows when the wallet will be enabled again in poloniex.
I don't think anyone knows. They "handled" my support ticket request by... closing it and saying it was normal for wallets to be temporarily offline. This didn't do much for my confidence in Poloniex. I'm very unimpressed compared to the times I've had to file support tickets at Bittrex and other places.
|
All is an illusion, there is only energy flowing
|
|
|
UsernameNumber7
Member

Offline
Activity: 256
Merit: 60
|
 |
August 03, 2017, 05:07:28 AM |
|
Riecoin, should get listed on Cryptopia.co.nz
I never heard of it until Poloniex booted Gapcoin out in favor of Riecoin but it hasn't help here much taking out the "competition".
C-Cex routinely threatens to delist coins that do not hold up to their high bitcoin volumes. Meaning they support Computer Generated Trading and when the Algos are done with the theft they have a reason to dump the scam coins. But they do this with other strategic non-scam coins as well to build a larger share for their internal Algo traders.
Poloniex played their game from their script that C-Cex plays everyday.
Something should be judged on it's connection merits and blockchain as opposed to volume valued in BTC. Just scam artists everywere here looking to steal whatever wealth you try to generate and dilute anyones real work starting projects competing against their scam coins template generated.
|
|
|
|
Cherry.W
Newbie
Offline
Activity: 59
Merit: 0
|
 |
August 03, 2017, 05:15:13 AM |
|
let this good coin be traded at Bittrex or Poloniex, they are both good exchanges which the traded volumes are good and sustainable. a good coin must be at the good exchanges.
|
|
|
|
UsernameNumber7
Member

Offline
Activity: 256
Merit: 60
|
 |
August 04, 2017, 06:13:37 AM Last edit: August 07, 2017, 06:24:51 PM by UsernameNumber7 |
|
It suffices to say that sciences and money are not singular, money can never be the lead to prosperity.
|
|
|
|
|
ziiip
Full Member
 
Offline
Activity: 255
Merit: 102
uBlock.it Admin
|
 |
August 06, 2017, 11:19:28 AM |
|
There's no volume on Poloniex for a reason, I think most people are ignoring the Poloniex price at this point.
|
|
|
|
Robin37s
Member

Offline
Activity: 124
Merit: 10
|
 |
August 06, 2017, 11:33:53 AM |
|
the price may pump when poloniex finish its maintenance
|
|
|
|
|