calicojack617
Newbie
Offline
Activity: 8
Merit: 0
|
|
March 17, 2018, 11:13:58 PM |
|
Had some difficulty getting miner running on UpCloud, but Overlode1 assisted me on discord and got my miner working on the cloud using the following script: #! /bin/bash set -x #echo on sudo apt-get update sudo apt-get install curl git libssl-dev libcurl3 -y wget https://bitbucket.org/cryptogone/ariocppminer/downloads/ariocppminer_v0.9.5_ubuntu16_server.tar.gztar -zxf ariocppminer_v0.9.5_ubuntu16_server.tar.gz echo "pool http://aropool.com/4YV7bWw76m4DfzT1NNTjjN9Cq9b41NvVRFh86xNQpj51X6yatw1h6xMttLg7aAb6XsRNuwYLS6yD8CN z6BJNsgg `nproc` enhanced true `hostname`" > config.cfg tmux new-session -d -s my_session './ariocppminer_avx2' Thanks Overlode1!
|
|
|
|
zyrianka
Newbie
Offline
Activity: 34
Merit: 0
|
|
March 18, 2018, 04:42:31 AM |
|
works for me as well
thanks Overlode1
|
|
|
|
TheLocomotive
Newbie
Offline
Activity: 2
Merit: 0
|
|
March 18, 2018, 07:23:53 AM |
|
Happily mining this coin with spare parts from my closet. Devs are incredibly helpful on the Discord. I'm excited to see where the project goes, seems promising. Keeping this miner running until further notice. Happy mining everyone!
|
|
|
|
lncm
Member
Offline
Activity: 388
Merit: 13
|
|
March 18, 2018, 06:04:24 PM |
|
Could an Arionum miner be more optimized for Ryzen? Using SHA or so?
The great performer I have is a mobile i7 7500U. With 15W / 3 threads / 2 cores / 4 Mb L3 / 3.1 Ghz sustained speed it hashes as high as 8-9 H/s using Java Miner with AVX2. Truly amazing.
My Ryzen gives the aforementioned 15-16 H/s with 14 threads / 8 cores / 16 Mb L3 / 3.2 Ghz sustained speed. A little shallow compared with the tiny 2 core mobile i7 at around same clock frequencies.
Ryzen truly excels in Cryptonight / lite algos.
But something tells me it arionum mining could be more optimized for Ryzen.
|
|
|
|
erdnapa
Jr. Member
Offline
Activity: 101
Merit: 1
|
|
March 19, 2018, 03:14:32 AM |
|
Could an Arionum miner be more optimized for Ryzen? Using SHA or so? [...] But something tells me it arionum mining could be more optimized for Ryzen.
Which OS? In Linux you could try a newer compiler, GCC 6.3+ or so.
|
|
|
|
freinos13
Newbie
Offline
Activity: 13
Merit: 0
|
|
March 19, 2018, 07:39:34 AM |
|
Had some difficulty getting miner running on UpCloud, but Overlode1 assisted me on discord and got my miner working on the cloud using the following script: #! /bin/bash set -x #echo on sudo apt-get update sudo apt-get install curl git libssl-dev libcurl3 -y wget https://bitbucket.org/cryptogone/ariocppminer/downloads/ariocppminer_v0.9.5_ubuntu16_server.tar.gztar -zxf ariocppminer_v0.9.5_ubuntu16_server.tar.gz echo "pool http://aropool.com/4YV7bWw76m4DfzT1NNTjjN9Cq9b41NvVRFh86xNQpj51X6yatw1h6xMttLg7aAb6XsRNuwYLS6yD8CN z6BJNsgg `nproc` enhanced true `hostname`" > config.cfg tmux new-session -d -s my_session './ariocppminer_avx2' Thanks Overlode1! Works like a charm for me, thanks!
|
|
|
|
zyrianka
Newbie
Offline
Activity: 34
Merit: 0
|
|
March 19, 2018, 09:36:41 AM |
|
Could an Arionum miner be more optimized for Ryzen? Using SHA or so?
The great performer I have is a mobile i7 7500U. With 15W / 3 threads / 2 cores / 4 Mb L3 / 3.1 Ghz sustained speed it hashes as high as 8-9 H/s using Java Miner with AVX2. Truly amazing.
My Ryzen gives the aforementioned 15-16 H/s with 14 threads / 8 cores / 16 Mb L3 / 3.2 Ghz sustained speed. A little shallow compared with the tiny 2 core mobile i7 at around same clock frequencies.
Ryzen truly excels in Cryptonight / lite algos.
But something tells me it arionum mining could be more optimized for Ryzen.
I mined a bit with my old laptop and it gave me 1,7 h/s which is twice better than my old desktop which gave me 0,8-1 k/h. Maybe it just works better with mobile CPUs
|
|
|
|
zyrianka
Newbie
Offline
Activity: 34
Merit: 0
|
|
March 19, 2018, 09:59:04 AM |
|
or maybe its RAM, from what i've just read in discord
|
|
|
|
OvErLoDe1
Jr. Member
Offline
Activity: 230
Merit: 5
|
|
March 19, 2018, 04:35:41 PM |
|
Could an Arionum miner be more optimized for Ryzen? Using SHA or so?
The great performer I have is a mobile i7 7500U. With 15W / 3 threads / 2 cores / 4 Mb L3 / 3.1 Ghz sustained speed it hashes as high as 8-9 H/s using Java Miner with AVX2. Truly amazing.
My Ryzen gives the aforementioned 15-16 H/s with 14 threads / 8 cores / 16 Mb L3 / 3.2 Ghz sustained speed. A little shallow compared with the tiny 2 core mobile i7 at around same clock frequencies.
Ryzen truly excels in Cryptonight / lite algos.
But something tells me it arionum mining could be more optimized for Ryzen.
I mined a bit with my old laptop and it gave me 1,7 h/s which is twice better than my old desktop which gave me 0,8-1 k/h. Maybe it just works better with mobile CPUs Each miner utilizes memory, so if you have a memory bottleneck compared to your CPU speed, it will make quite a difference to your h/s
|
DERO (https://dero-node-overlode.mysrv.cloud/dero-mining-pool) DERO Community Pools
|
|
|
John Cryp
Full Member
Offline
Activity: 190
Merit: 100
Innovation Powered by Crypto
|
|
March 19, 2018, 11:45:02 PM |
|
Very nice project. testing the mining now Good luck! Interesting to see where this goes...
|
|
|
|
Old_Timer
Member
Offline
Activity: 131
Merit: 13
In the fray since 2013.
|
|
March 21, 2018, 01:25:52 PM |
|
i am mining in aropool.com and have noticed some strange behavior.
I have about 44 kh/s and usualy I check every 12 hours to see my inputs, sometimes their is a huge jump in coins received (e.g I expect to find 200 and i see 500). Is this due to the pool staying back in payments, pool luck or is there a super- block feature (cant see that in ANN)?
|
|
|
|
freinos13
Newbie
Offline
Activity: 13
Merit: 0
|
|
March 21, 2018, 03:31:34 PM |
|
i am mining in aropool.com and have noticed some strange behavior.
I have about 44 kh/s and usualy I check every 12 hours to see my inputs, sometimes their is a huge jump in coins received (e.g I expect to find 200 and i see 500). Is this due to the pool staying back in payments, pool luck or is there a super- block feature (cant see that in ANN)?
When you win a block you get ~390 ARO, that might explain the gap. You can check who won the 100 last blocks here to check next time : http://aropool.com/blocks
|
|
|
|
Silkystarr
Newbie
Offline
Activity: 84
Merit: 0
|
|
March 21, 2018, 04:24:25 PM |
|
How you mine of CPU My Java Miner Also WOnt Mine on Corei5 So i have left the mining because its too hard to mine on CPU
|
|
|
|
mokeyking
Newbie
Offline
Activity: 182
Merit: 0
|
|
March 21, 2018, 04:26:52 PM |
|
Is there a C# mining engine?
|
|
|
|
OvErLoDe1
Jr. Member
Offline
Activity: 230
Merit: 5
|
|
March 21, 2018, 06:11:48 PM |
|
How you mine of CPU My Java Miner Also WOnt Mine on Corei5 So i have left the mining because its too hard to mine on CPU
For lower hash rate miners we do have the aro.cool mining pool where you can just point your miner and forget about it. People report good earnings from that, maybe a possibility. I only have an i5 and mine still with it
|
DERO (https://dero-node-overlode.mysrv.cloud/dero-mining-pool) DERO Community Pools
|
|
|
dspencer
Member
Offline
Activity: 126
Merit: 10
|
|
March 21, 2018, 06:17:01 PM |
|
Interesting choice for mining. I'm definitely going to stick around and see how it all works.
|
|
|
|
Btcmnr
|
|
March 21, 2018, 06:21:00 PM |
|
Hey, guys, if I could help a little, it would be very grateful.
I have a Ryzen 1700x, and I can not get more than 5-6 h / s. Can my 4gb memory be my problem?
|
|
|
|
OvErLoDe1
Jr. Member
Offline
Activity: 230
Merit: 5
|
|
March 21, 2018, 06:25:35 PM Last edit: March 21, 2018, 06:51:28 PM by OvErLoDe1 |
|
Hey, guys, if I could help a little, it would be very grateful.
I have a Ryzen 1700x, and I can not get more than 5-6 h / s. Can my 4gb memory be my problem?
4Gb is quite low. Depending on the threads for your CPU, each thread affinity takes 500Mb, so with low memory you may find that not all your available threads are being used
|
DERO (https://dero-node-overlode.mysrv.cloud/dero-mining-pool) DERO Community Pools
|
|
|
erdnapa
Jr. Member
Offline
Activity: 101
Merit: 1
|
|
March 21, 2018, 06:50:50 PM |
|
Hey, guys, if I could help a little, it would be very grateful.
I have a Ryzen 1700x, and I can not get more than 5-6 h / s. Can my 4gb memory be my problem?
Yes. You need 16 GB, at 8GB you still throttle your CPU with memory being the bottleneck. You'll see big increases up to 8 miner threads, after that it slows until you max out at ~14. However, you need RAM for that.
|
|
|
|
lncm
Member
Offline
Activity: 388
Merit: 13
|
|
March 21, 2018, 08:26:05 PM |
|
Could an Arionum miner be more optimized for Ryzen? Using SHA or so? [...] But something tells me it arionum mining could be more optimized for Ryzen.
Which OS? In Linux you could try a newer compiler, GCC 6.3+ or so. Windows 10.
|
|
|
|
|