Pages:
Author

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

member
Activity: 196
Merit: 11
Did the raffle go off correctly? Cause right now the website is showing 1 address winning all three prizes with 69 tickets...
jr. member
Activity: 230
Merit: 5
          Introducing the first Arionum Raffle!!          

Last 50 blocks remaining before the draw is called!!

Help support the development of ARO by taking part.


Tickets available from 1 ARO.

Entry is super easy, just go to - raffle.arionum.com
jr. member
Activity: 230
Merit: 5
New official Arionum pool




0% fees for the first week!


Support the Arionum network - spread the hashes!
Why just copy the original pool? It won't get off the ground that way, there is already an original...

So: find a target group (people with fast home PCs), then set your pool to benefit those miners.  
Small winner %, medium current %, large historic %, so  5%/25%/70% or similar. Make the historic period sorta short (PCs running only a few h/day).
Then encourage people to show up: Fire up some instances at google or where ever you get the most bang for your buck and win some ARO.
Or have a negative fee (0.25%) for a while, i.e. you pay them to show up and mine at your pool.

EDIT: also do a new Design

GOOD LUCK!

All valid suggestions, thank you for your feedback.

Whilst I agree the pool is the same template as aropool, this is intentional. I am ARO, this is an AROpool. What I would like to achieve is for people to start using the different official ARO pools, in order to spread the hashpower around, instead of a large proportion of miners all fighting on one pool for that block win. The mentality I would like to encourage is to eventually have pool v pool rather than small miner vs whale, I hope that makes sense?

After the initial push and first week of mining there is a good possibility that this pool will be very much aimed towards the very small miners, with a configuration that allows for better earnings from historical shares, like you have suggested.

Thanks once again and thank you for your interest.
jr. member
Activity: 230
Merit: 5
          Introducing the first Arionum Raffle!!          

Last 100 blocks remaining before the draw is called!!

Help support the development of ARO by taking part.


Tickets available from 1 ARO.

Entry is super easy, just go to - raffle.arionum.com

newbie
Activity: 20
Merit: 0
member
Activity: 196
Merit: 11
Less than 200 blocks (~13 hours) to go before the first raffle block with ~5500 in the pot right now!

In case you missed the link: http://raffle.arionum.com/
full member
Activity: 168
Merit: 100
Hi everyone,

as mentioned a few pages ago I started developing a CPU miner for Arionum (ARO) in Go. Finally I can report that everything is working fine now and my first performance tests were quite promising.
The project is open source under a GNU GPLv3 license and I invite you to check that their is nothing sketchy in the code.

So here we go: https://bitbucket.org/MarcelPeters/aro-cpu-miner/

Features:
  • Configurable worker count
  • No developer fee
  • Pool updates, submits etc. are running in background - no mining interruptions!
  • Runs on every platform that is supported by Go
  • 100% written in Go

Let me know what you think and I'm really looking forward to hear about your hash rates!

Updates:

l@l-Freedom:~$ cd aro-cpu-miner/ 
l@l-Freedom:~/aro-cpu-miner$ go get && go build
package aro-cpu-miner/config: unrecognized import path "aro-cpu-miner/config" (import path does not begin with hostname)
package aro-cpu-miner/miner: unrecognized import path "aro-cpu-miner/miner" (import path does not begin with hostname)

ubuntu16.04
newbie
Activity: 8
Merit: 0
New official Arionum pool




0% fees for the first week!


Support the Arionum network - spread the hashes!

8 have already joined the rock star pool  Cool

Need some more to help us find our first block.  Throw some hashes to http://arionum.rocks
jr. member
Activity: 101
Merit: 1
New official Arionum pool




0% fees for the first week!


Support the Arionum network - spread the hashes!
Why just copy the original pool? It won't get off the ground that way, there is already an original...

So: find a target group (people with fast home PCs), then set your pool to benefit those miners.  
Small winner %, medium current %, large historic %, so  5%/25%/70% or similar. Make the historic period sorta short (PCs running only a few h/day).
Then encourage people to show up: Fire up some instances at google or where ever you get the most bang for your buck and win some ARO.
Or have a negative fee (0.25%) for a while, i.e. you pay them to show up and mine at your pool.

EDIT: also do a new Design

GOOD LUCK!
legendary
Activity: 2506
Merit: 1113
There's no need to be upset
what are your plans regarding exchange-listing?

EDIT:

when running the wallet here it returns that is not possible to load or assembly the file
"ChilkatDotNet46.dll or one of its dependences
that is not a win32 valid app.

I can still hit continue and open the light wallet
but I can't see my address, wallet info or other information.

anybdy else could open the wallet on windows 7?

Pretty sure you need to install .NET framework for it to work properly

As for an exchange, we are currently in talks regarding an exchange but nothing has been set in stone just yet

I have net framework here already.
tried upgrading it to version 4.5 and it said I already have a newer version than that

you know which would be the correct version to run the wallet without problems?

What about Visual Studio C++ pack? https://aka.ms/vs/15/release/vc_redist.x64.exe

Also make sure you are not trying to install 32 bit on a 64 bit system or vice verca


already have it here too
installed to run the Semux wallet.

any other suggestions?

Install Microsoft Visual C++ Redistributable - https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads

I had it installed already but even after reinstall I still have the "ChilkatDotNet46.dll" problem.
I'm on windows 7
any other possibility on how to fix the wallet?

thx
jr. member
Activity: 230
Merit: 5
I was now able to build a binary for Windows 64 Bit thanks to VirtualBox. Here's the downloads: https://bitbucket.org/MarcelPeters/aro-cpu-miner/downloads/

Will also add instructions for building on Windows on your own soon.

Great, but needs work. 3 threads on a i7-7500U gives 4-5 H/s, while with Java miner using AVX2 gives 7-8 H/s.

AVX2 support is already on the way: https://github.com/golang/go/issues/24519

Could it support AES also? Some not so old CPU's don't support AVX(2), but AES is around for some time.
I don't really know if AES is of some use with Arionum algo, but I have an old 6-core Xeon E5645 that could use that.

Yes there is support for AES however it doesn't use argon like AVX does, looking at our benchmarks sheet, not great performance from a similar processor, all I can suggest is fire it up and have a go

http://arionum.rocks/?q=benchmarks
member
Activity: 388
Merit: 13
I was now able to build a binary for Windows 64 Bit thanks to VirtualBox. Here's the downloads: https://bitbucket.org/MarcelPeters/aro-cpu-miner/downloads/

Will also add instructions for building on Windows on your own soon.

Great, but needs work. 3 threads on a i7-7500U gives 4-5 H/s, while with Java miner using AVX2 gives 7-8 H/s.

AVX2 support is already on the way: https://github.com/golang/go/issues/24519

Could it support AES also? Some not so old CPU's don't support AVX(2), but AES is around for some time.
I don't really know if AES is of some use with Arionum algo, but I have an old 6-core Xeon E5645 that could use that.
jr. member
Activity: 230
Merit: 5
New official Arionum pool




0% fees for the first week!


Support the Arionum network - spread the hashes!
newbie
Activity: 27
Merit: 0
if ~4 minute block
60 min*24h/4= 360 block's per day.
So 10800 blocks per month
And ~64800 block per 6 six month
1 blocks now give 980 ARO (-10 every 10k block)
64800*980 (without -10 every 10k blocks)
= 63 504 000 ARO
+ now we have about 25kk
=~88 500 000 after 6 six month
full member
Activity: 893
Merit: 135
Bitcoin is not a currency or asset. Its a MOVEMENT
So if I safely assume approx block reward and number of blocks, we are close to 30 million coins now?
Am I right?

Any idea what will be supply at the sixth month and at the 12th month from coin launch?
newbie
Activity: 27
Merit: 0
I have 4.5 H/s on Core i3 4010u 1.7 Ghz with AVX2 Java on Windows.
member
Activity: 388
Merit: 13
I was now able to build a binary for Windows 64 Bit thanks to VirtualBox. Here's the downloads: https://bitbucket.org/MarcelPeters/aro-cpu-miner/downloads/

Will also add instructions for building on Windows on your own soon.

Great, but needs work. 3 threads on a i7-7500U gives 4-5 H/s, while with Java miner using AVX2 gives 7-8 H/s.
copper member
Activity: 130
Merit: 17
what are your plans regarding exchange-listing?

EDIT:

when running the wallet here it returns that is not possible to load or assembly the file
"ChilkatDotNet46.dll or one of its dependences
that is not a win32 valid app.

I can still hit continue and open the light wallet
but I can't see my address, wallet info or other information.

anybdy else could open the wallet on windows 7?

Pretty sure you need to install .NET framework for it to work properly

As for an exchange, we are currently in talks regarding an exchange but nothing has been set in stone just yet

I have net framework here already.
tried upgrading it to version 4.5 and it said I already have a newer version than that

you know which would be the correct version to run the wallet without problems?

What about Visual Studio C++ pack? https://aka.ms/vs/15/release/vc_redist.x64.exe

Also make sure you are not trying to install 32 bit on a 64 bit system or vice verca


already have it here too
installed to run the Semux wallet.

any other suggestions?

Install Microsoft Visual C++ Redistributable - https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads
member
Activity: 252
Merit: 10
hi, I am looking to mine ARO and wanted to know what algo does ARO support. Is it possible to mine using rig rentals?
legendary
Activity: 2506
Merit: 1113
There's no need to be upset
what are your plans regarding exchange-listing?

EDIT:

when running the wallet here it returns that is not possible to load or assembly the file
"ChilkatDotNet46.dll or one of its dependences
that is not a win32 valid app.

I can still hit continue and open the light wallet
but I can't see my address, wallet info or other information.

anybdy else could open the wallet on windows 7?

Pretty sure you need to install .NET framework for it to work properly

As for an exchange, we are currently in talks regarding an exchange but nothing has been set in stone just yet

I have net framework here already.
tried upgrading it to version 4.5 and it said I already have a newer version than that

you know which would be the correct version to run the wallet without problems?

What about Visual Studio C++ pack? https://aka.ms/vs/15/release/vc_redist.x64.exe

Also make sure you are not trying to install 32 bit on a 64 bit system or vice verca


already have it here too
installed to run the Semux wallet.

any other suggestions?
Pages:
Jump to: