Search content
Sort by

Showing 20 of 130 results by AroDev
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ARO] | Arionum | CPU+GPU+Masternode | PHP Based |Decentralized Revolution
by
AroDev
on 01/12/2019, 16:52:11 UTC


We would like to announce the first and only Arionum airdrop!
In partnership with qTrade.io exchange, all the users that will be active (logged in once on the exchange) between 2nd and 8th of December will receive $ARO in their https://qtrade.io accounts!
The budget of this campaign is 2mil ARO and will be split equally between all the eligible users! The funds for this campaign are sponsored by aropool.com and a few ARO supporters!


Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ARO] | Arionum | CPU+GPU+Masternode | PHP Based |Decentralized Revolution
by
AroDev
on 17/11/2019, 16:58:49 UTC

We would like to announce the first shared masternode asset for ARO. The asset is inflatable and each asset unit costs 1000 ARO. The asset units are sold on the blockchain market and can currently be bought via the CLI wallet.
The asset id is: 3otamzMJg3MRpzxMhHZH73PsDXJFmTUgYzG5wuap6sKmiUkTnVxsjksXTbeJQbrkGVYh1muRkhkwwJC YjgqNrFdp
The asset alias is: SHAREDMN
Once we reach 100 units sold, we will create the first masternode.
The fee for the shared masternode system (mostly hosting costs) will be a 30% of the masternode earnings.
Multiple masternodes will be created after each 100 units sold. All the earnings from the created masternodes will be transferred to the asset wallet minus the 30% fees and then distributed to the people who own the asset units on a percentage base. For example, if you own 2 units of the total of 100 units sold, you will get 2% of the net earnings.
Currently it is only possible to buy the masternode using the last version of the cli wallet. The command is: ./light-arionum-cli asset market 3otamzMJg3MRpzxMhHZH73PsDXJFmTUgYzG5wuap6sKmiUkTnVxsjksXTbeJQbrkGVYh1muRkhkwwJC YjgqNrFdp 1000 XXXX yes bid
where XXXX is the number of units you wish to aquire.
The GUI Wallet will be updated in the coming days with the asset functionality.
To exit your masternode positions, you will need to sell your asset units on the market. We will do buybacks at 1000 aro per unit, once there are requests for at least 100 units and we have the available aro. You can also sell the units at a different price to other users using the integrated blockchain market.
In the near future, we will add the asset information to the blockchain explorer and also the wallets of each individual masternode operated by this asset.
If you have any questions, please join our Discord channel: https://arionum.info/discord/



Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ARO] | Arionum | CPU+GPU+Masternode | PHP Based |Decentralized Revolution
by
AroDev
on 18/09/2019, 04:34:52 UTC

The asset system has been implemented at the 216000 hard fork.
The following changes have also been implemented:
1. One minute block time
2. Masternode voting keys for extra security
3. The masternodes will be able to change their IP, once a month.
4. Blockchain governance where the masternodes vote for the blockchain settings
5. Emission cut by 30% on the new blocks.
6. Automated masternode voting for unresponsive masternodes
7. Cold stacking for paused/voted masternodes
8. Reward split changed to 50% masternode, 50% mining

The current version is 1.0.0-alpha.2, which also contains various bugfixes.

All node operators are requested to update if they haven't done so yet and join our Discord, as most of the announcements are done there.

In the following weeks, after we finish fine-tuning some other things, we will provide more info on the assets and how to operate them.
Also, we will create shared masternodes based on the asset system.
On medium term, we plan to launch a DEX based on the new asset system.


Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ARO] | Arionum | CPU+GPU+Masternode | PHP Based |Decentralized Revolution
by
AroDev
on 28/08/2019, 12:50:24 UTC

We are happy to announce that Arionum (ARO) has been listed on qTrade. Please note that we are part of the Early Access program, deposits and withdrawals are processed manually for now. https://qtrade.io/market/ARO_BTC


Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ARO] | Arionum | CPU+GPU+Masternode | PHP Based |Decentralized Revolution
by
AroDev
on 04/05/2019, 14:41:18 UTC

In regards to the seized octaex funds. We recovered approximately 59% of their aro account balance and we will start distributing it to the affected users as 59% of their lost coins. We require a decent proof that you deposited or had aro in the octaex account balance. Everyone affected should contact @Mercury80 over discord with the proof they have and the amount of coins lost. For the users who contacted us in the past with the proof, we will begin the distribution in approx. 1 month.  For the ones first contacting us now, the distribution will begin after 3 months. After the 3 months, the remaining coins will be burned and no new applications will be accepted.




Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ARO] | Arionum | CPU+GPU+Masternode | PHP Based |Decentralized Revolution
by
AroDev
on 15/04/2019, 21:34:56 UTC





The asset system has been released in it's prealpha testnet version. The code is available in the assets branch - https://github.com/arionum/node/tree/assets

The use cases i've previously described are all valid under the current implementation.

During the testnet, only the cli wallet has been updated with the asset functionality.

Basic functionality: An asset is created by transforming it's wallet into the asset wallet. It has the following settings which are immutable:
max supply [>0] - If the max supply is set from the start , it should be written here. It cannot be changed if it's set from the start. Leaving it 0 will make it an inflatable asset, which would allow the generation of units at a later date [up to 1 billion].
tradable [yes/no] - If this asset should be sellable / buyable on the blockchain market. The blockchain market is a DEX which allows the exchange of asset for aro.
price [>0] - If a price is set, the original asset wallet can only sell it at a specific price. Everyone else can sell at any price.`
The price is especially meant as a protection for the people who acquire the asset. For example, a shared masternode asset should not be able to sell its units cheaper and devalue the original buyers.
dividend-only [yes/no] - This option ensures the asset wallet can only distribute its aro as dividends to all asset holders. It cannot send the coins directly.
autodividend [yes/no] - Every 10000 blocks, the wallet balance is distributed automatically to all asset holders
allow-bid [yes/no] - Allow this asset wallet to buy other assets on the market. This might be needed with the dividend-only option, to remove a loophole.

For the start, we'll be using the big and long ID for the asset, but in the future the wallets will also show the alias which will probably be simpler for the users to use.

For sure there are bugs and some things will change by the time we exit the testnet, please test and report to me any bugs you've found.

The documentation is scarce, but we'll work on improving it in the next weeks.

We have also launched the public testnet. You're welcome to join with your own testnet nodes if you wish. You will need to peer manually with: php util.php peer http://testnet.arionum.com

The public testnet can be accessed at http://testnet.arionum.com

The latest CLI wallet can be set in testnet mode by creating a .testnet file in the same folder.

Currently the testnet should only be used with the original php poc miner https://github.com/arionum/miner
There's a miner running and blocks are generated every 1 minute on the testnet.

There is also a faucet available to allow you to get testnet coins: http://testnet.arionum.com/faucet.php

We use a recent snapshot as a basis for the testnet, but please do not use it with real wallets. Always generate a burnable wallet just for testnet.



Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ARO] | Arionum | CPU+GPU+Masternode | PHP Based |Decentralized Revolution
by
AroDev
on 01/03/2019, 19:19:42 UTC
@Piston Honda: It would be possible to move the mining period on the longer period by hard forking. But i am not sure it would be good for the coin or for the community in the long term. It would require a big community push to make such adjustments, though.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ARO] | Arionum | CPU+GPU+Masternode | PHP Based |Decentralized Revolution
by
AroDev
on 01/03/2019, 19:16:31 UTC

We would like to announce that the crossplatform wallet has been released. It's written by @Cuby  and runs under electron.js .
For the initial release, only  the sources are provided and you will have to build it yourself.
Please test it well and report the bugs! https://github.com/CuteCubed/Arionum-Electron

Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ARO] | Arionum | CPU+GPU+Masternode | PHP Based |Decentralized Revolution
by
AroDev
on 26/02/2019, 22:06:47 UTC

The ARO Asset System plan

An asset will have multiple units and will work as a sub-currency on the blockchain wallet. Its units will be transferable directly or sold for aro directly on the blockchain (we will include a market option, probably only ASK)
Only one asset will be possible to be created for an aro wallet and its wallet becomes the asset wallet.
Upon creation, there will be the following options:
- Supply
- Inflatable units (with or without fixed aro price)
- ARO balance distribution only as dividend (to all the holders of that asset)
- Fixed unit price
- Management fee and address for the management fee
- Initial distribution to the management address
- Automated monthly dividend distribution
- Tradable asset or not

Example use cases:
1. Shared masternode ( an asset with a 10% management fee, 100 units of 1000 aro and automated distribution is created. The masternode is created using the 100k aro. All the rewards from the masternode are automatically distributed each month and cannot be otherwise touched)
2. DEX ( an asset with inflatable units representing an ARO pair is created. Ex: BTC-ARO . The asset creator buys X BTC and issues X BTC-ARO which he then puts for sale on the market. Once the supply has been bought, if the demand is not met, he can issue more units and put them on sale. If the offer is bigger than the demand, he buys and sells his btc stakes)
3. Scoreboard (non-tradable inflatable asset that can only be sent to other addresses)
4. New currency on the aro blockchain ( Simpler alternative for ERC20 tokens with direct access to the DEX)
...

The asset system will first be available on a public testnet for 1-2 months so everyone can test it and get used to it's features.
For any questions, please use the newly created discord channel #asset-system

Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ARO] | Arionum | CPU+GPU+Masternode | PHP Based |Decentralized Revolution
by
AroDev
on 13/12/2018, 00:50:36 UTC

We have been investigating the reports from some users whose coins have been stolen. While our analysis did not conclusively discover the full extent of what happened, we did find some phishing sites for the webwallet, and we found security leaks in the web and java / android wallet that may have resulted in full exposure of private / public key pairs. Any wallet created or loaded in the web wallet or java / android wallet is potentially impacted; all the alternate wallets are now deprecated and it is imperative that any user that has used them install either the CLI or the GUI Lightwallet (https://www.arionum.com/), generate new wallets and transfer their coins to the new wallets as soon as possible. If anyone has trouble with the classic wallets, please DM us and we'll help you set them up.

There is no evidence at this time to suggest that the CLI or GUI Lightwallets are impacted, and any wallets created and maintained exclusively in those tools remain safe to the best of our knowledge.

Moving forward, we are carefully reviewing the alternative wallet code to ensure there are no additional security leaks, and do not recommend their use until that process has completed. We thank you for your patience and attention in this matter

Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ARO] | Arionum | CPU+GPU+Masternode | PHP Based |Decentralized Revolution
by
AroDev
on 09/10/2018, 17:53:38 UTC

We are happy to announce that we have just reached block 100.000
Please find below some information about the ARO network, 10 months after genesis.
Transactions: 1.762.801
Wallets: 12.630
Masternodes: 267
Thank you for the constant support! We will continue to innovate in the same way!

Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ARO] | Arionum | CPU+GPU+Masternode | PHP Based |Decentralized Revolution
by
AroDev
on 09/10/2018, 16:10:35 UTC

We are pleased to inform you that we have received the confirmation that Arionum will be listed on Cryptopia.
The fee has been paid and we are now waiting for the listing.
However, as ARO requires a special interface, they couldn't provide any ETA regarding the integration. Expect it to take a while.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ARO] | Arionum | CPU+GPU+Masternode | PHP Based |Decentralized Revolution
by
AroDev
on 13/09/2018, 18:52:04 UTC


We have detected movement on the octaex wallet. 500k sent to mercatox and 500k to another address.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ARO] | Arionum | CPU+GPU+Masternode | PHP Based |Decentralized Revolution
by
AroDev
on 10/09/2018, 17:27:11 UTC
@Islapdonkey You continue to lie and exaggerate as you've been doing for a very long time. There's a good reason you got banned from discord, although i had my doubts regarding this decision at first, your last messages here just prove it was an excellent idea.

Regarding the dump, it was to be expected considering the exchange was on maintenance for almost a month. There's not a single guy dumping, there are a lot of miners looking to cash in.

As for the price, it's not my job to pump it, keep it pumped or do ANYTHING to affect the price. The market should regulate itself, that's not a dev's job. There's no ico here so spare me with the demands to fix your price.

I'm sure you'll continue with the same bs, so this is the final message you'll get from me.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ARO] | Arionum | CPU+GPU+Masternode | PHP Based |Decentralized Revolution
by
AroDev
on 28/08/2018, 12:58:45 UTC

The crossplatform GUI wallet has just been released. It works on Mac , Linux and Windows. It's beta software so please test it out by sending a coin to yourself.

The crossplatform wallet has been entirely developed by @Cuby and can be downloaded from https://www.arionum.com/#downloads .

Source code available: https://github.com/CuteCubed/Arionum-Java-Wallet
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ARO] | Arionum | CPU+GPU+Masternode | PHP Based |Decentralized Revolution
by
AroDev
on 14/08/2018, 23:07:57 UTC


The hard fork has been successfully implemented. It has been a bumpy ride but it's now finished and everything is working as expected. Our initial plan to create a 3rd block for the masternodes has failed, as we did not anticipate that many of the nodes would be down. We did an emergency HF at block 80460 in which we have switched to 2 block types, 1 gpu and 1 cpu and giving the masternodes 33% of the reward of each block. In the end it's the same reward structure and the masternodes/gpu/cpu are getting the same rewards as we initially announced, just a different implementation. We regret the inconveniences caused in the last days and we would like to thank the Arionum community for being so supportive about it. We'd also like to thank the pioneers who have taken the risk and made the first Arionum Masternodes. There are currently 73 masternodes active!
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ARO] | Arionum | CPU+GPU+Masternode | PHP Based |Decentralized Revolution
by
AroDev
on 10/08/2018, 11:24:14 UTC
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ARO] | Arionum | CPU+GPU+Masternode | PHP Based |Decentralized Revolution
by
AroDev
on 07/08/2018, 06:49:14 UTC


The new node and cli wallet have been released at: https://github.com/arionum/node and https://github.com/arionum/lightWalletCLI

A small guide on how to set up your masternode is available here: https://github.com/arionum/masternode-miner/blob/master/README.md

Only start sending masternode/alias commands after block 80k.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ARO] | Arionum | CPU+GPU+Masternode | PHP Based |Decentralized Revolution
by
AroDev
on 05/08/2018, 23:13:08 UTC


The Mercatox wallet will be in maintenance in 2 days, as they prepare for the upcoming HF.
The maintenance will be kept for up to a week after HF.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ARO] | Arionum | CPU | PHP Based | Decentralized Revolution
by
AroDev
on 24/07/2018, 20:54:30 UTC


Some information about the upcoming Arionum updates:
- There will be a hard fork at block 80.000 which will update the mining system and will implement the alias system.
- The development has been finished on both mining and the alias system. Currently they are undergoing tests.
- The mining system will be changed to a hybrid mining system in which 1 block is given to CPU miners, 1 to GPU and 1 to masternode staking.
- Masternodes will be implemented starting block 80.000
- To create a masternode you will need 100.000 ARO and you will lock those funds as colateral for minimum 3+1 months.
- The masternodes will be winning blocks based on a Proof of Stake system.
- There is no limit on the number of the total masternodes.
- The masternodes will be used for the project governance and for taking decisions regarding the Arionum blockchain. For example, voting for new features etc (implemented at a later stage)
- The masternodes will be used for handling asset transactions (implemented at a later stage)
- It's possible to implement some sort of sidechain for much faster transactions using the masternodes, at a later date.
- We have implemented a bootstrapping feature to have the nodes do the initial sync much faster.