Pages:
Author

Topic: [ANN] [ARO] | Arionum | CPU+GPU+Masternode | PHP Based |Decentralized Revolution - page 64. (Read 71563 times)

newbie
Activity: 13
Merit: 0
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.gz
tar -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!  Grin

Works like a charm for me, thanks!
jr. member
Activity: 101
Merit: 1
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.
member
Activity: 388
Merit: 13
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.
newbie
Activity: 2
Merit: 0
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!
newbie
Activity: 34
Merit: 0
works for me as well

thanks Overlode1
newbie
Activity: 8
Merit: 0
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.gz
tar -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!  Grin
full member
Activity: 893
Merit: 135
Bitcoin is not a currency or asset. Its a MOVEMENT
Important

I was shocked to see that even we have so loving people for this coin, why none of them gave Merit to the main thread, i have just gave my remaining 1 sMerit to main thread.
Guys try to make use of your  sMerit, it does not decrease your Merit count.

If you like a project support it, if you like some comment support it, make use of the power you have here, reward the good players, that makes game more solid, just an example, i hope you get what I can saying
jr. member
Activity: 230
Merit: 5
interesting coin, tell me please, where can I see your road map? Unfortunately, I did not find information on the website about what your plans are

The roadmap is going to be added to the website in the very near future but the current roadmap objectives are as follows -

1. We've started discussions with several exchanges for listing ARO. We don't have any dates yet, as it does not depend on us, but the discussions have been initiated.
2. We're preparing to launch the alias system, allowing you to register an unique name for your wallet and be able to receive transfers on that alias.
3. An ARO Raffle will be launched soon, based on the aro blockchain with a trustless draw.
4. The Windows GUI Wallet's design is being remade by Deckard Coin





member
Activity: 161
Merit: 10
“The P2P Marketplace For Digital Content”
interesting coin, tell me please, where can I see your road map? Unfortunately, I did not find information on the website about what your plans are
member
Activity: 388
Merit: 13


This is with 14 Threads (sweet spot with my system)

Ryzen 1700, 16 Gb RAM.
jr. member
Activity: 101
Merit: 1
Ok running a Ryzen 7 1700x with the java miner by Dan

Ok thought i would see myself , this isnt anything scientific just a thing i would try i run between 7 and 12 threads for 20 minutes and took the averages for each

7 threads = 11.27 h/s average
8 threads = 11.64 h/s average
9 threads = 11.91 h/s average
10 threads = 12.34 h/s average
11 threads = 12.25 h/s average
12 threads = 12.86 h/s average

I didnt do anymore than 12 threads, cause i am also running 5x rx560 mining cryptonight and didnt want to strain the boy too much , so not sure if that would affect the results but thought i would see if that would actually help anyone that is running a ryzen 7 1700x
How much RAM do you have?
Those hashrates look correct. Still somewhat low compared to Intel CPUs, my i5-7500 does 12 h/s with 3 threads!

For my Ryzen 1700 (no x), I think low memory may be the issue (8GB installed), 7.5 h/s on anything 8+ threads...
jr. member
Activity: 230
Merit: 5
For everyone that has come across difficulty using the script for ProgrammerDan's miner, please try the following slightly altered script. I have tested this on AWS, GCP and Upcloud and all three work successfully

Remember to enter your wallet address -

Quote
#! /bin/bash
sudo su
set -x #echo on
sudo apt-get update
sudo apt-get install openjdk-8-jdk maven git gcc make -y
sudo apt-get install build-essential -y
cd
git clone git://github.com/Programmerdan/arionum-java
cd /arionum-java/arionum-miner
git checkout investigate
touch config.cfg
chmod 755 config.cfg
echo "pool
http://aropool.com/

`nproc`
enhanced
true
`hostname`" > config.cfg
mvn clean package
chmod +x build-argon.sh
./build-argon.sh
chmod +x run.sh
sudo apt get install tmux -y
tmux new-session -d -s my_session './run.sh'

When checking to see if the miner sessions is working please use the following -

Quote
sudo su
tmux attach

If this does not work, simply try -
 
Quote
sudo su
top

and check if "java" is running
full member
Activity: 294
Merit: 101
Anyone knows how to get java miner to run in OS X.

I have the latest JRE environement installed for OS X, but clicking the .jar file, it does nothing.

Then you need to either create a batch file with the following content: java -jar arionum-miner-java.jar (I am not sure how it is in MacOS with batch files though)

or

If that doesn't work, open a shell, go to the download folder, and run ./jar -java arionum-miner-java.jar (or the correct name of the path).

java -jar ... starts, but it doesn't run properly, displays a lot of errors like:

Code:
at java.base/java.lang.Thread.run(Thread.java:844)
java.lang.UnsatisfiedLinkError: Error looking up function 'encode_ctx': dlsym(0x7fa250e16360, encode_ctx): symbol not found
at com.sun.jna.Function.(Function.java:245)
at com.sun.jna.NativeLibrary.getFunction(NativeLibrary.java:566)
at com.sun.jna.NativeLibrary.getFunction(NativeLibrary.java:542)
at com.sun.jna.NativeLibrary.getFunction(NativeLibrary.java:528)
at com.sun.jna.Library$Handler.invoke(Library.java:228)
at com.sun.proxy.$Proxy0.encode_ctx(Unknown Source)
at com.programmerdan.arionum.arionum_miner.MappedHasher.go(MappedHasher.java:252)
at com.programmerdan.arionum.arionum_miner.Hasher.run(Hasher.java:45)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at com.programmerdan.arionum.arionum_miner.AggressiveAffinityThreadFactory$1.run(AggressiveAffinityThreadFactory.java:85)
at java.base/java.lang.Thread.run(Thread.java:844)

Good, solving errors one step at a time Smiley
On to the next - how did you compile on Mac OS? Did you use Maven or something else?
I had a lot of issues with maven clean package on Win and I had to reinstall several times latest JRE and JDK in order to run and compile properly.

Try these steps:

mvn clean package

chmod +x build-argon.sh

build-argon.sh

run.sh

I didn't compile anything, I just downloaded the jar file from the java miner page.

Jar should run if a JRE is installed and should be OS agnostic, that's the point of java, no?

Hey man, so exactly as I though, there was a thing with the macOS compliation.
However we managed to get ProgrammerDan's attention (thanks) SmileySmileySmiley and he found the solution - can you compile yourself? if yes, just follow Dan's instructions:

Not sure who to exactly reply to, but for MacOS users of Java miner, my apologies but I do not include an argon2i library precompiled, as I don't have a mac to do so on. Please compile using the Linux instructions on the release page, which will hopefully work. Let me know if they don't.

Let us know what happened.
jr. member
Activity: 230
Merit: 5
did that. not working.

Very strange, not sure why it isn't working

Can this have anything to do with the fact that we have a trial account ? (at least I have)

I don't think so, it would be nice to try and get hold of a startup log or something. There should at least be some folders created if some of the script worked. And like I say, it all works perfectly for me and has for others too
newbie
Activity: 13
Merit: 0
did that. not working.

Very strange, not sure why it isn't working

Can this have anything to do with the fact that we have a trial account ? (at least I have)
newbie
Activity: 29
Merit: 1
Not sure who to exactly reply to, but for MacOS users of Java miner, my apologies but I do not include an argon2i library precompiled, as I don't have a mac to do so on. Please compile using the Linux instructions on the release page, which will hopefully work. Let me know if they don't.
member
Activity: 93
Merit: 10
copper member
Activity: 130
Merit: 17
The official telegram group has been launched. You can join at: https://arionum.info/telegram/
jr. member
Activity: 230
Merit: 5
did that. not working.

Can you please try the following script for Dan's miner and let me know how it goes

Remember to put your wallet address where it says

#! /bin/bash
set -x #echo on
sudo apt-get update
sudo apt-get install openjdk-8-jdk maven git gcc make -y
sudo apt-get install build-essential -y
cd
git clone git://github.com/Programmerdan/arionum-java
cd /arionum-java/arionum-miner
git checkout investigate
touch config.cfg
chmod 755 config.cfg
echo "pool
http://aropool.com/

`nproc`
enhanced
true
`hostname`" > config.cfg
mvn clean package
chmod +x build-argon.sh
./build-argon.sh
chmod +x run.sh
sudo apt get install tmux -y
tmux new-session -d -s my_session 'sh run.sh'
jr. member
Activity: 101
Merit: 1
Trying to mine with not overclocked Ryzen 1600...
11 h/s is normal for this CPU?
Sounds good. I'm getting 15 using AVX2 with a 1700.
Which miner is that? I get 7.5 with Dan's latest version on Linux. (Before you ask: yes, after building the argon myself. It seems to use -march=native, which may not be optimal for Ryzen on GCC 5.4/Ubuntu)
Pages:
Jump to: