Search content
Sort by

Showing 13 of 13 results by freinos13
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ARO] | Arionum | CPU | PHP Based | Decentralized Revolution
by
freinos13
on 21/03/2018, 15:31:34 UTC
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
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ARO] | Arionum | CPU | PHP Based | Decentralized Revolution
by
freinos13
on 19/03/2018, 07:39:34 UTC
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!
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ARO] | Arionum | CPU | PHP Based | Decentralized Revolution
by
freinos13
on 16/03/2018, 08:32:08 UTC
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)
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ARO] | Arionum | CPU | PHP Based | Decentralized Revolution
by
freinos13
on 15/03/2018, 09:46:03 UTC

Try typing just "top" for me and let me know what it says (screenshot if poss)

It's possible also that the script is still installing, it takes about 2 minutes to fully install, sometimes longer

I have installed the script since hours so I don't think it's that.

Here what I see when I type "top" :
http://oi66.tinypic.com/s3n3ok.jpg

Also, could you please try the following script, it's using the new non Java miner but I would like to see if it successfully installs the script. After you have ssh'd into the VM via the console, type either tmux attach or top to check if "ariocppminer" is running. This script is presuming you are running an intel processor that supports AVX2. If you are using an AMD or older Intel processor then please change the "./ariocppminer_avx2" section to either "./ariocppminer" or "./ariocppminer_avx". Remember to enter your wallet address!

Quote
#! /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.4_ubuntu16_server.tar.gz
tar -zxf ariocppminer_v0.9.4_ubuntu16_server.tar.gz
tmux new-session -d -s my_session './ariocppminer_avx2 -a -p http://aropool.com

Let me know how you get on



Thanks for your help.

Not sure how to check the startup log.

I have edited the initialization script with this script but the result is the same.

Do I have to create a new script and a new server ?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ARO] | Arionum | CPU | PHP Based | Decentralized Revolution
by
freinos13
on 15/03/2018, 07:57:55 UTC

Try typing just "top" for me and let me know what it says (screenshot if poss)

It's possible also that the script is still installing, it takes about 2 minutes to fully install, sometimes longer

I have installed the script since hours so I don't think it's that.

Here what I see when I type "top" :
http://oi66.tinypic.com/s3n3ok.jpg
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ARO] | Arionum | CPU | PHP Based | Decentralized Revolution
by
freinos13
on 14/03/2018, 22:24:59 UTC
Follow on from "sflaherty"'s excellent Digital Ocean guide

Ok, calling all small miners that would like an injection of h/s for absolutely nothing. I have been in discussions with Upcloud, a relatively new cloud compute company based in London and they have given me access to their servers for testing whilst the Java miner was being developed and released, and working alongside ProgrammerDan, a range of test conditions were setup.

While carrying out this research and testing, I found the interface that Upcloud uses very simple and easy to use. Whilst it doesn't offer the same options as some of the bigger companies like Amazon AWS and Google Cloud Platform, they certainly are trying and have been excellent with regards to support and advice.

With this in mind, I am providing a guide so that absolutely anyone can give themselves that added boost to their h/s for free.

First of all, it would be very much appreciated if you used the following link - https://www.upcloud.com/register/?promo=59R28E . This is a referral link that gives new sign-ups $25 free to try out their service. Yes, ARO does receive some credit also, but this is used to provide servers for software testing on Upcloud VM's. I do also pay out of my own money for server time. This link just helps absorb some of those costs.

Ok, once you have signed up you will be presented with your Dashboard page -

http://i68.tinypic.com/30hmvcx.jpg

First we need to do the important stuff like setting up startup scripts and SSH keys.

I will walk you through how to create and use SSH keys in both Windows and Linux.

For Windows

Download and install the required version of PuTTY from these links - 32-bit - https://the.earth.li/~sgtatham/putty/latest/w32/putty-0.70-installer.msi
                                                                                                                64-bit - https://the.earth.li/~sgtatham/putty/latest/w64/putty-64bit-0.70-installer.msi



Thanks for the tutorial @overlode

I have followed it but when I test if it works, it says "no sessions" (see screenshot below)

http://oi63.tinypic.com/2ef8fhi.jpg

Do you know what's wrong?

Thanks
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ARO] | Arionum | CPU Only | PHP Based | Decentralized Revolution
by
freinos13
on 15/02/2018, 20:28:20 UTC

Ok, the reason that the pending amounts go up and down is purely because or your share in the work done to solve the block. Once a new "pending" amount is shown, it now will simply mean you have been paid the previous pending amount.

If you would like to give me your wallet address I can just double check to make sure everything is ok?

Sure, my address is : 5RU45mMLEPm5oqY7Z3NnqDSPigDZcG62S6bbKriCdpLNbU7NuUPeiE4bYf7MJuxJ5ZLiuiDcDzEhs1o aGPjhbwRE

Everything looks ok ?

Thanks
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ARO] | Arionum | CPU Only | PHP Based | Decentralized Revolution
by
freinos13
on 15/02/2018, 19:51:09 UTC

Is the 8.4 the first amount of ARO you have earnt mining with us?

Yes.

I started mining recently and my pending amount increased to around 8.5 and then started decreasing whereas I was still mining

Ok, because you need to earn 10 ARO before a payment is made to your wallet, what will happen is that 7.7 will go from being "pending", get added to the 8.4 you have already earned and you should receive a payment of 16.1 ARO.

Any new pendings will then be paid as normal once you have achieved an amount of 10 ARO

Hope this makes sense Smiley

It makes sense!

I didn't know there could be "several" pending amounts.
(although it really looks like it's going backwards as in the last few minutes the pending amount went from 7.77 to 7.74).

Thanks for your answers, I will keep you posted if I receive any payment

Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ARO] | Arionum | CPU Only | PHP Based | Decentralized Revolution
by
freinos13
on 15/02/2018, 19:27:04 UTC

Is the 8.4 the first amount of ARO you have earnt mining with us?

Yes.

I started mining recently and my pending amount increased to around 8.5 and then started decreasing whereas I was still mining
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ARO] | Arionum | CPU Only | PHP Based | Decentralized Revolution
by
freinos13
on 15/02/2018, 19:16:34 UTC
Hello all,

As I am mining, sometimes the value "pending" decreases in the historic shares table (I have not received any payment yet as I have mined less than 10 aro).
It seems counter intuitive, how can this be possible?

Thanks

If you have recently started mining with us, then your pending amount will be processed and sent to your wallet in due course. When this happens a new value will appear for your next pending amount. Please bear in mind though, you need to accrue 10 ARO before it is sent to your wallet.

Hope this helps Smiley

Thanks for your answer @OvErLoDe1 !

The problem is that my pending amount is decreasing while I'm mining and nothing is sent to my wallet.
To be clear : 15 minutes ago, the pending amount was 8.4 and now it is 7.77 but nothing has been sent to my wallet (total paid still 0.00)

What can be the cause of this situation?

Thanks!
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ARO] | Arionum | CPU Only | PHP Based | Decentralized Revolution
by
freinos13
on 15/02/2018, 18:57:14 UTC
Hello all,

As I am mining, sometimes the value "pending" decreases in the historic shares table (I have not received any payment yet as I have mined less than 10 aro).
It seems counter intuitive, how can this be possible?

Thanks
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ARO] | Arionum | CPU Only | PHP Based | Decentralized Revolution
by
freinos13
on 13/02/2018, 13:54:09 UTC
@AroDev Thanks for your answer! It works after I switched language from French to English  Cheesy

I have started mining with the miner tab so I have a few more questions :
- What are "Threads" and how many do you recommend?
- How can I see the ARO I have mined? I have to mine at least 10aro to see them in my balance, is that right?

Once again, thanks for your help!
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ARO] | Arionum | CPU Only | PHP Based | Decentralized Revolution
by
freinos13
on 13/02/2018, 10:02:05 UTC
Hi all,

Noob here. I have downloaded the Arionium LightWallet here : https://www.arionum.com/

When I open it, it says "Could not sync data".
Also, I am not connected to any node, and I can't see the current block.

What can I do to solve this issue?

Thanks!