Pages:
Author

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

jr. member
Activity: 33
Merit: 2
Hey, so i finally decided to mine thing coin. However, it will be my first time utilizing cloud mining. So can you guys plz tell me your fav platforms you currently use for mining this. Also, if someone has a ref code they want me to use, do list it and i will use it.

I been having good success with DigitalOcean actually for cloud mining Arionum. A few guys told me they got banned on their site for mining but I been running now over a week and I think the reason is due to how I set it up and maybe because I use smaller cpu "droplets" over there. I was testing and it appear if you do the 4 vCPU option in multiple "droplets" instead of their bigger 6 vCPU, seems to be more cost effective.

Here is a little tutorial I wrote for the guys unsure how to use this site or simply CPU mine this via cloud.

First head over to DigitalOcean, this is my referral code so anyone that uses it, my family thanks you, lol: https://m.do.co/c/4046e777c5ef

After signing up, click on the green CREATE button and choose CREATE DROPLET from the pull down menu. Example image:

NOW YOUR READY TO CREATE A VIRTUAL UBUNTU ENVIRONMENT

While in the create droplet section, choose the Ubuntu 16.04.4 x64 option, (I had issues with the 17.10 x64 version but 16 worked flawless) Example image:

Next, choose the 8gb 4 vCPU option in the Standard droplet section. Example image:

After you choose that, scroll down to the Data Center location option, choose the one closest to your physical location, then go to the bottom and either leave the droplet name as is or give it a name you can remember (I left mine the same, you don't tend to need this so much)

NOW JUST CLICK ON THE CREATE BUTTON, and your droplet will be created. Check the email you provided and you should get a temporary password for this droplet, you will need this to SSH into your linux environment.

NOW TO SSH INTO YOUR DROPLET AND INSTALL EVERYTHING TO MINE

Now you need to get either PUTTY or some variation of a SSH enabled program for your PC. I use Windows 10 so I opened mine up to allow SSH in the Settings menu and I use POWERSHELL in Admin mode to access my DigitalOcean droplet.

Once you have what you need to SSH into your droplet do the following from the command line:

Log in to your droplet via SSH and enter the following command

ssh root@ <--add your droplets IP address after @ (you can find this in your DigitalOcean account by looking in your Droplet section on the droplet you created)

Password
Enter the password you were given via email (you will not see this input so be careful about putting it in. Once its correct, press enter and you will then be asked to provide this again and then you can give it a password you can choose for yourself.

Relocate into the home directory
cd ~

Create a swap file
sudo dd if=/dev/zero of=/swapfile bs=64M count=16
sudo mkswap /swapfile
sudo swapon /swapfile

Install dependencies
sudo apt-get update
sudo apt-get install build-essential libcurl4-openssl-dev git zip

NOW WE CAN INSTALL PROGRAMMER DAN'S MINER (or any Arionum miner you choose, for our tutorial I will choose Dan's)

Follow these steps exactly -- No Skipping!

Install Maven, git, 64bit Java 8 JDK, make, gcc, and if necessary (older ubuntu usually), build-essentials.
Typical for cloud setups, enter this: sudo apt-get install openjdk-8-jdk maven git gcc make build-essential -y

Clone this repository locally: git clone git://github.com/Programmerdan/arionum-java

Enter this in command line: cd arionum-java/arionum-miner

Enter: mvn clean package

Enter: chmod +x build-argon.sh (CRITICAL STEP)

Now Enter: ./build-argon.sh (CRITICAL STEP)

Run miner using: ./run.sh (this will use the locally built high-performance argon2i libraries automatically)

YOU SHOULD NOW BE MINING AND GET AROUND 11 H/s OR SO PER DROPLET

In theory if you just repeat these steps on each instance of droplets you want to expand to, should work fine, I am running many of them and so far so good with no issues with DigitalOcean. Just keep tabs on cost, you should get $10 credit from my referral link above to get you started which with one droplet that should get you running for about a week free.

Hope that helps, I had to compile a few tutorials myself to do this but works fine if you follow it step by step.
newbie
Activity: 83
Merit: 0
Hey, so i finally decided to mine thing coin. However, it will be my first time utilizing cloud mining. So can you guys plz tell me your fav platforms you currently use for mining this. Also, if someone has a ref code they want me to use, do list it and i will use it.
newbie
Activity: 14
Merit: 1
And another new miner today guys !

Ariocppminer: a C++ Linux / Windows (64bits only) miner, v0.9.3 (beta)

- You can find the windows / linux binaries here
https://bitbucket.org/cryptogone/ariocppminer/downloads/ (get the latest version: 0.9.3)

- Readme/doc here
https://bitbucket.org/cryptogone/ariocppminer/src/master/readme.md

- If you want to build it from sources look here (see windows notes / linux notes)
https://bitbucket.org/cryptogone/ariocppminer

- How to use
ArioCppMiner.exe -a wallet_address
(Use the -h commandline parameter to see more options like number of threads etc.)

This miner has equivalent performance to the Java Miner and can be a bit faster on some machines (ex: 4% faster on my i7-4960X, AVX version)

Happy mining !
newbie
Activity: 1
Merit: 0
New Arionum Miner - WithMiner

No runtime needed to execute

- Source
  https://github.com/slegdrim/withminer

- Download
  https://github.com/slegdrim/withminer/releases

- How to use
  withminer -a arionum -o http://aropool.com -u [Your Address]

Happy mining~
newbie
Activity: 29
Merit: 1
Looking at getting a ryzen 1700x. Can you mine multiple instances of the java miner for the multiple threads? Is it only the python miner that allows this. What would the hash rate be that I am looking at? Huh

Java miner also does multithreading (more then one hasher) and also supports affinity, and best-effort stable memory use for max speeds.

Read a bit about it here: https://forum.arionum.com/viewtopic.php?f=11&t=28

Ryzen 1700x with a good (max memory channels, high bandwidth) memory layout can get 25-30h/s iirc. Some tweaking may be required, it would be best to join the discord #mining channel so that other Ryzen owners could give you a hand.
member
Activity: 309
Merit: 15
Any exchange available to trade ARO?
newbie
Activity: 2
Merit: 0
Looking at getting a ryzen 1700x. Can you mine multiple instances of the java miner for the multiple threads? Is it only the python miner that allows this. What would the hash rate be that I am looking at? Huh
full member
Activity: 294
Merit: 101
Using the https://github.com/arionum/lightWalletCLI, I'm getting the following error when I execute ./lightArionumCLI.php:

Fatal error: Default value for parameters with a class type hint can only be NULL in ./arionum/lightWalletCLI/lightArionumCLI.php on line 248

Any help to getting it to run would be greatly appreciated - can't start mining till I get the wallet generated, and don't have a windows machine.

EDIT: Its due to a older version of php on my system - error goes away if php 7.2 is used!

Hi, is there any specific reason that you stick to PHP miner and wallet?
It is more than highly recommended to move to the java miner and the GUI wallet (if you have the proper environment to run on, it can run on Linux if you dont have a Win machine). Hash rate is optimized much more.

As a rule of thumb, you should trust only github links and compile yourself:

miner: https://github.com/ProgrammerDan/arionum-java
wallet: https://github.com/arionum/lightWalletGUI


I stuck to the PHP wallet as thats the only wallet that runs on Mac OS X. I use the https://github.com/ProgrammerDan/arionum-java miner on OS X, works fine so far.

Yeah, I guessed. In any case the Aro developers have the next in turn in their Roadmap, a Mac GUI Wallet, so I guess you will be fine soon.
Also I wanted to suggest to upgrade your PHP version to latest one in order to troubleshoot, but then I saw your edit that you fixed that with PHP v 7.2, so all is good. Happy mining!
newbie
Activity: 90
Merit: 0
any gpu miner?

There was a GPU miner written however as this is a CPU coin, you will not benefit by using it as GPU mining is not effective.
Still gpu mining has advantage over cpu mining. Initially cpu only but i would not say it is now.
jr. member
Activity: 230
Merit: 5
any gpu miner?

There was a GPU miner written however as this is a CPU coin, you will not benefit by using it as GPU mining is not effective.
newbie
Activity: 80
Merit: 0

Do you actually get payouts on this pool because I see total payed for everyone is 0?

I think the front page isnt updated or out of sync if you go into the menu payment you will see the last payment made.
legendary
Activity: 2590
Merit: 1022
Leading Crypto Sports Betting & Casino Platform
newbie
Activity: 11
Merit: 0
Using the https://github.com/arionum/lightWalletCLI, I'm getting the following error when I execute ./lightArionumCLI.php:

Fatal error: Default value for parameters with a class type hint can only be NULL in ./arionum/lightWalletCLI/lightArionumCLI.php on line 248

Any help to getting it to run would be greatly appreciated - can't start mining till I get the wallet generated, and don't have a windows machine.

EDIT: Its due to a older version of php on my system - error goes away if php 7.2 is used!

Hi, is there any specific reason that you stick to PHP miner and wallet?
It is more than highly recommended to move to the java miner and the GUI wallet (if you have the proper environment to run on, it can run on Linux if you dont have a Win machine). Hash rate is optimized much more.

As a rule of thumb, you should trust only github links and compile yourself:

miner: https://github.com/ProgrammerDan/arionum-java
wallet: https://github.com/arionum/lightWalletGUI


I stuck to the PHP wallet as thats the only wallet that runs on Mac OS X. I use the https://github.com/ProgrammerDan/arionum-java miner on OS X, works fine so far.
newbie
Activity: 2
Merit: 0
I just started to mine on aro.cool i think it's meant to be a pool for little miner as they pay 100% historic share we are 42 miners atm.

Do you actually get payouts on this pool because I see total payed for everyone is 0?
newbie
Activity: 38
Merit: 0
Nice to  see a transaction of  30 ARO in my wallet today ???some  kinda Airdrop!or my 3 h/s did something spectacular Grin
newbie
Activity: 5
Merit: 0
Wow, a second mining pool for ARO. It is history in action Smiley
However, I still see only 3 miners there, for how long is it up now, 24h? It will be too sad if you don't get enough hash power.
Why don't you try to get listed on arionum.com?

Hey kobo, thanks!

We've been up for around 26 hours at the time of writing, and we now have 6 miners submitting shares!
ARO is a great project, I'm sure in the future there will be many pools and thousands of miners. Smiley
Also, that's an excellent idea. I will send a request to have all pools listed on arionum.com website, we'll see what happens!

Cheers


The first externally-owned mining pool for Arionum - Join Us!

░█████████░░░██████████░░░░█████████░░░░░░░░░████░░░████░░░█████████░░░░██████████░░████░░░████░░░██████████░░░░░░░░░██████████░░░░██████████
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
████░░░████░░████░░░████░░████░░░████░░░░░░░░████░░░████░░████░░░████░░█████░░░░░░░░████░░░████░░█████░░░░░░░░░░░░░░░████░░░████░░█████░░░░░░
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
███████████░░█████████░░░░████░░░████░░░░░░░░███████████░░███████████░░░█████████░░░███████████░░█████████░░░░░░░░░░░█████████░░░░░█████████░
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
████░░░████░░████░░█████░░████░░░████░░░░░░░░████░░░████░░████░░░████░░░░░░░░█████░░████░░░████░░█████░░░░░░░░░░░░░░░████░░█████░░░░░░░░█████
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
████░░░████░░████░░░████░░░█████████░░░███░░░████░░░████░░████░░░████░░██████████░░░████░░░████░░░██████████░░░███░░░████░░░████░░██████████░

Pool:[http://aro.hashe.rs] Fee:[1.5%] Min.payment:[ 3ARO]
Split:   [  25% finder  ]   [ 15% current  ]   [  60% historic  ]

Cheesy
newbie
Activity: 80
Merit: 0
I just started to mine on aro.cool i think it's meant to be a pool for little miner as they pay 100% historic share we are 42 miners atm.
newbie
Activity: 2
Merit: 0
I sarted again mining as previously 4 days mining through the lightWalletGUI  But no block balance 0, dont know this project

Hi, what hashrate are you receiving? And what pool are you using?
full member
Activity: 294
Merit: 101
Hello everyone, I'd like to announce the launch of a new Arionum pool, aro.hashe.rs!

Pool: [  http://aro.hashe.rs  ]   Fee: [   1.5%  ]  Min.payout:  [   3ARO  ]
Reward Split: [    25%  finder    ] [   15% current   ] [    60% historic   ]

We aim to be a fair pool for all with the majority of payout going to historic shares, but still keeping an exciting reward for the block winner and the miners contributing here and now. A big thanks to all the new miners, difficulty is growing steadily, keep it up!
Wow, a second mining pool for ARO. It is history in action Smiley
However, I still see only 3 miners there, for how long is it up now, 24h? It will be too sad if you don't get enough hash power.
Why don't you try to get listed on arionum.com?
Pages:
Jump to: