Pages:
Author

Topic: [ANN] Aerium [AERM] POW | POS | HIGH APR | LOW SUPPLY | LOW PREMINE | GPU MINING - page 12. (Read 75232 times)

newbie
Activity: 275
Merit: 0
30% down, dumping free coins after Ultra block. Well, price will stabilize in next 3 days and no more BIG block.  I'm keeping all of my coins for now and see where this coin is headed over next few weeks. I believe they will announce some news after these ultra blocks are gone.
newbie
Activity: 12
Merit: 0
Received some huge stake rewards Smiley Unfortunately many dumpers also. I hope this project sees some future development as it works really well.

I agree, I like this coin
member
Activity: 294
Merit: 10
Received some huge stake rewards Smiley Unfortunately many dumpers also. I hope this project sees some future development as it works really well.
sr. member
Activity: 868
Merit: 279
So why is the supply not updated in CMC?

The explorer says there's 63626987.48486816 supply already mined and staked so the cap should be at around 6 million at current price (10 cents)

Is this project really worth 6 million dollars without any solid progress or actual utility for the coin?

hmm...

also...

whale on the move!
newbie
Activity: 1
Merit: 0
Aerium

Hey, hey. Top 40 investor here and after some initial panic sells of a few people yesterday I made a meme joke on the discord channel.
I think one of your mods gone rouge because it's really not cool for banning me over at discord just because I made a single silly moon/earth joke and wrote 'fud police' after that got deleted and not giving me a warning shot.

After all so what there be fud on discord, does it really matter? The next day no one will ever read that again. But this right here will stay much longer online I suppose and will be read by way more people than a silly line on your discord.

So yeah, since discord is the one main peer to stay updated, please unban me, it's empire#0414
member
Activity: 238
Merit: 23
12500% reward now on. Got my first reward today. Here's hoping for a couple more before then end of the ultra block.
full member
Activity: 280
Merit: 110

Wallet release: v1.7.1

This update has the following changes
  • Seed nodes update
  • Chain split on block 55751 Patched

WAIT, A chain split?

Yeah, a chain split happened at block 55751 for unknown reasons, i have been working on it last dawn and everything should be fine on this version

Do i really need to update?

No, only if you are having syncing problems OR you are on the wrong chain

But how i verify if i am on the wrong chain?

Simply type this command on your wallet console
   
Code:
getblockbynumber 60000
Compare the hash with the block 60000, that is d4d19c36c9c343b6dbe4ac782cdb8ec9dfe86827fb3274ff1b3e8de380f26228, if it is different, you are on the wrong chain!

Wait wait, did i lost my coins?

No, you didnt lost any coins, you may have lost some stakes but when you change your chain, the coinage will make your next stake a pretty big one

So, i figured out that i am on the wrong chain, how i can fix it?

Simply close your wallet and go to %appdata% then rename the aerium folder to aeriumbackup, create a new aerium folder, copy the wallet.dat from aeriumbackup to aerium, you might want to backup the wallet.dat to somewhere else too.
Now, start your wallet again on the v1.7.1 and wait it to sync!

Windows Qt: https://github.com/aeriumcoin/Aerium/releases/download/v1.7.1/aerium-qt.zip
Mac: Coming soon...

I always had last version wallet installed 24h max after release, wallet open 24/24, but for the last 15 days my wallet was out of sync.
I installed v1.7.1 and it still wasn't able to sync, blocked at block 46933.
I removed the blockchain and re-downloaded it.
I had around 225 AERM before now I only have 81 AERM and last stake is 12/17/17!!!!
What the fuck? Did I just lose 2/3 of my wallet while doing nothing wrong?


There was a madness between the blocks 45k and 50k, if you were running v1.5 or v1.6 during then, you were on a complety different/wrong chain, when you came back to the correct chain, you lost your coins because the coins that are generated on the wrong chain doesnt exist/are invalid on the correct chain

From my original post: Angry
I always had last version wallet installed 24h max after release, wallet open 24/24, but for the last 15 days my wallet was out of sync.


Yeah, because you need to reset your blockchain data when you update from a wrong chain to correct chain

Well, you did warn us there was a chain split on 14 January 2018, as you can see from the pic below my problem appeared more than 3 weeks before (between 17 and 22 december)!
And I started to have synchronization problems since I updated to v1.7 on 28 December, wich I reported here many times and wasn't taken in account nor answered!
How was I supposed to know I was on the wrong chain? Crystal ball?
Oddly enough it appeared just before the super block rewards, it made me loss 2/3 of my stack, I may be the only one complaining but I'm surely not the only which had this problem.
You didn't do your job, you can't be trusted anymore.


newbie
Activity: 12
Merit: 0
Ok and thank you again OGM4ME. I'm not sure if i want to send my coins to a pool. Keeping them in my own wallet would give me a better feeling  Grin. If anyone can provide me a build of the latest linux wallet for raspian or a tutorial (for dummys) how to build it that would make me very happy.

Thanks for your support





this worked for me on ubuntu:

download newest source code from github:

https://github.com/aeriumcoin/Aerium/releases

--> Aerium-1.7.1.tar.gz

extract to your home folder

Now make sure that the required packages for Qt5 development of your
distribution are installed, for Debian and Ubuntu these are:

::

    apt-get install qt5-default qt5-qmake qtbase5-dev-tools qttools5-dev-tools \
        build-essential libboost-dev libboost-system-dev \
        libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev \
        libssl-dev libdb++-dev libminiupnpc-dev

then
cd /src/leveldb

/Aerium-1.7.1/src/leveldb chmod +x build_detect_platform
/Aerium-1.7.1/src/leveldb make clean && make libleveldb.a libmemenv.a

cd ..

/Aerium-1.7.1/src make -f makefile.unix

cd ..

/Aerium-1.7.1 qmake
/Aerium-1.7.1 make

you might have to sudo for all. or at the beginning sudo -i

now you should have a file called
aerium-qt

just run it with
./arium-qt

you can find your wallet after syncing in your home folder (hidden directory called .aerium)


have fun and enjoy this great coin.





newbie
Activity: 26
Merit: 0
member
Activity: 86
Merit: 10

Wallet release: v1.7.1

This update has the following changes
  • Seed nodes update
  • Chain split on block 55751 Patched

WAIT, A chain split?

Yeah, a chain split happened at block 55751 for unknown reasons, i have been working on it last dawn and everything should be fine on this version

Do i really need to update?

No, only if you are having syncing problems OR you are on the wrong chain

But how i verify if i am on the wrong chain?

Simply type this command on your wallet console
   
Code:
getblockbynumber 60000
Compare the hash with the block 60000, that is d4d19c36c9c343b6dbe4ac782cdb8ec9dfe86827fb3274ff1b3e8de380f26228, if it is different, you are on the wrong chain!

Wait wait, did i lost my coins?

No, you didnt lost any coins, you may have lost some stakes but when you change your chain, the coinage will make your next stake a pretty big one

So, i figured out that i am on the wrong chain, how i can fix it?

Simply close your wallet and go to %appdata% then rename the aerium folder to aeriumbackup, create a new aerium folder, copy the wallet.dat from aeriumbackup to aerium, you might want to backup the wallet.dat to somewhere else too.
Now, start your wallet again on the v1.7.1 and wait it to sync!

Windows Qt: https://github.com/aeriumcoin/Aerium/releases/download/v1.7.1/aerium-qt.zip
Mac: Coming soon...

I always had last version wallet installed 24h max after release, wallet open 24/24, but for the last 15 days my wallet was out of sync.
I installed v1.7.1 and it still wasn't able to sync, blocked at block 46933.
I removed the blockchain and re-downloaded it.
I had around 225 AERM before now I only have 81 AERM and last stake is 12/17/17!!!!
What the fuck? Did I just lose 2/3 of my wallet while doing nothing wrong?


There was a madness between the blocks 45k and 50k, if you were running v1.5 or v1.6 during then, you were on a complety different/wrong chain, when you came back to the correct chain, you lost your coins because the coins that are generated on the wrong chain doesnt exist/are invalid on the correct chain

From my original post: Angry
I always had last version wallet installed 24h max after release, wallet open 24/24, but for the last 15 days my wallet was out of sync.


Yeah, because you need to reset your blockchain data when you update from a wrong chain to correct chain
full member
Activity: 280
Merit: 110

Wallet release: v1.7.1

This update has the following changes
  • Seed nodes update
  • Chain split on block 55751 Patched

WAIT, A chain split?

Yeah, a chain split happened at block 55751 for unknown reasons, i have been working on it last dawn and everything should be fine on this version

Do i really need to update?

No, only if you are having syncing problems OR you are on the wrong chain

But how i verify if i am on the wrong chain?

Simply type this command on your wallet console
   
Code:
getblockbynumber 60000
Compare the hash with the block 60000, that is d4d19c36c9c343b6dbe4ac782cdb8ec9dfe86827fb3274ff1b3e8de380f26228, if it is different, you are on the wrong chain!

Wait wait, did i lost my coins?

No, you didnt lost any coins, you may have lost some stakes but when you change your chain, the coinage will make your next stake a pretty big one

So, i figured out that i am on the wrong chain, how i can fix it?

Simply close your wallet and go to %appdata% then rename the aerium folder to aeriumbackup, create a new aerium folder, copy the wallet.dat from aeriumbackup to aerium, you might want to backup the wallet.dat to somewhere else too.
Now, start your wallet again on the v1.7.1 and wait it to sync!

Windows Qt: https://github.com/aeriumcoin/Aerium/releases/download/v1.7.1/aerium-qt.zip
Mac: Coming soon...

I always had last version wallet installed 24h max after release, wallet open 24/24, but for the last 15 days my wallet was out of sync.
I installed v1.7.1 and it still wasn't able to sync, blocked at block 46933.
I removed the blockchain and re-downloaded it.
I had around 225 AERM before now I only have 81 AERM and last stake is 12/17/17!!!!
What the fuck? Did I just lose 2/3 of my wallet while doing nothing wrong?


There was a madness between the blocks 45k and 50k, if you were running v1.5 or v1.6 during then, you were on a complety different/wrong chain, when you came back to the correct chain, you lost your coins because the coins that are generated on the wrong chain doesnt exist/are invalid on the correct chain

From my original post: Angry
I always had last version wallet installed 24h max after release, wallet open 24/24, but for the last 15 days my wallet was out of sync.
member
Activity: 86
Merit: 10

Wallet release: v1.7.1

This update has the following changes
  • Seed nodes update
  • Chain split on block 55751 Patched

WAIT, A chain split?

Yeah, a chain split happened at block 55751 for unknown reasons, i have been working on it last dawn and everything should be fine on this version

Do i really need to update?

No, only if you are having syncing problems OR you are on the wrong chain

But how i verify if i am on the wrong chain?

Simply type this command on your wallet console
   
Code:
getblockbynumber 60000
Compare the hash with the block 60000, that is d4d19c36c9c343b6dbe4ac782cdb8ec9dfe86827fb3274ff1b3e8de380f26228, if it is different, you are on the wrong chain!

Wait wait, did i lost my coins?

No, you didnt lost any coins, you may have lost some stakes but when you change your chain, the coinage will make your next stake a pretty big one

So, i figured out that i am on the wrong chain, how i can fix it?

Simply close your wallet and go to %appdata% then rename the aerium folder to aeriumbackup, create a new aerium folder, copy the wallet.dat from aeriumbackup to aerium, you might want to backup the wallet.dat to somewhere else too.
Now, start your wallet again on the v1.7.1 and wait it to sync!

Windows Qt: https://github.com/aeriumcoin/Aerium/releases/download/v1.7.1/aerium-qt.zip
Mac: Coming soon...

I always had last version wallet installed 24h max after release, wallet open 24/24, but for the last 15 days my wallet was out of sync.
I installed v1.7.1 and it still wasn't able to sync, blocked at block 46933.
I removed the blockchain and re-downloaded it.
I had around 225 AERM before now I only have 81 AERM and last stake is 12/17/17!!!!
What the fuck? Did I just lose 2/3 of my wallet while doing nothing wrong?


There was a madness between the blocks 45k and 50k, if you were running v1.5 or v1.6 during then, you were on a complety different/wrong chain, when you came back to the correct chain, you lost your coins because the coins that are generated on the wrong chain doesnt exist/are invalid on the correct chain
newbie
Activity: 11
Merit: 0
Ok and thank you again OGM4ME. I'm not sure if i want to send my coins to a pool. Keeping them in my own wallet would give me a better feeling  Grin. If anyone can provide me a build of the latest linux wallet for raspian or a tutorial (for dummys) how to build it that would make me very happy.

Thanks for your support


full member
Activity: 280
Merit: 110
Explorer is restored and online, sorry of any incovenience


Excellent update and excellent developers for the release of a fairly fast update for your wallet!
You are serious?

The Dev barely comes here once in a week, he doesn't answers question, almost all wallets released were bugged and we are still waiting for the website he promised to do 2 months ago...

What else?

Core dev (and the last member of the official 4 members on the launch) saying

I am pretty active on discord, i had worked hard to get everything on the correct trails, we have released the first website more than one month ago (aerium.info) then, the community helped me to release another (and better/updated website, aerium.co)

Also, if you have any questions, please enter our discord and PM me, i will be glad to answer anyone https://discord.gg/CQRdN3x

Well, what if I don't want to use Discord? You made a thread here, the least you can do is answer here, so the answer will be visible for anybody! For the website, you should update the first post, there's no link to it!  Roll Eyes

Here's the question I posted 10 days ago, then posted a few more other times waiting for an answer:


Wallet release: v1.7.1

This update has the following changes
  • Seed nodes update
  • Chain split on block 55751 Patched

WAIT, A chain split?

Yeah, a chain split happened at block 55751 for unknown reasons, i have been working on it last dawn and everything should be fine on this version

Do i really need to update?

No, only if you are having syncing problems OR you are on the wrong chain

But how i verify if i am on the wrong chain?

Simply type this command on your wallet console
   
Code:
getblockbynumber 60000
Compare the hash with the block 60000, that is d4d19c36c9c343b6dbe4ac782cdb8ec9dfe86827fb3274ff1b3e8de380f26228, if it is different, you are on the wrong chain!

Wait wait, did i lost my coins?

No, you didnt lost any coins, you may have lost some stakes but when you change your chain, the coinage will make your next stake a pretty big one

So, i figured out that i am on the wrong chain, how i can fix it?

Simply close your wallet and go to %appdata% then rename the aerium folder to aeriumbackup, create a new aerium folder, copy the wallet.dat from aeriumbackup to aerium, you might want to backup the wallet.dat to somewhere else too.
Now, start your wallet again on the v1.7.1 and wait it to sync!

Windows Qt: https://github.com/aeriumcoin/Aerium/releases/download/v1.7.1/aerium-qt.zip
Mac: Coming soon...

I always had last version wallet installed 24h max after release, wallet open 24/24, but for the last 15 days my wallet was out of sync.
I installed v1.7.1 and it still wasn't able to sync, blocked at block 46933.
I removed the blockchain and re-downloaded it.
I had around 225 AERM before now I only have 81 AERM and last stake is 12/17/17!!!!
What the fuck? Did I just lose 2/3 of my wallet while doing nothing wrong?
member
Activity: 308
Merit: 10
Open and Transparent Science Powered By Blockchain
I'm hopeful that the roadmap will be dropped during the superblock. That would incentivize HODLing.
member
Activity: 294
Merit: 10
Explorer is restored and online, sorry of any incovenience


Excellent update and excellent developers for the release of a fairly fast update for your wallet!
You are serious?

The Dev barely comes here once in a week, he doesn't answers question, almost all wallets released were bugged and we are still waiting for the website he promised to do 2 months ago...

What else?

Core dev (and the last member of the official 4 members on the launch) saying

I am pretty active on discord, i had worked hard to get everything on the correct trails, we have released the first website more than one month ago (aerium.info) then, the community helped me to release another (and better/updated website, aerium.co)

Also, if you have any questions, please enter our discord and PM me, i will be glad to answer anyone https://discord.gg/CQRdN3x

I am following this project on discord and bitcointalk and like many other projects mainly discord is  used for communication and announcements. I would also prefer to get here more updates as I am not always online in discord.

Nevertheless interesting and active project.
newbie
Activity: 1
Merit: 0
Hi,

Mac wallet is alright? I had with my wallet opened since 24 hours and everytime says that left 7 hours to stake and get gains. I have 5k coins but any in stake. i don´t understand, Someone could help me?
member
Activity: 86
Merit: 10
Explorer is restored and online, sorry of any incovenience


Excellent update and excellent developers for the release of a fairly fast update for your wallet!
You are serious?

The Dev barely comes here once in a week, he doesn't answers question, almost all wallets released were bugged and we are still waiting for the website he promised to do 2 months ago...

What else?

Core dev (and the last member of the official 4 members on the launch) saying

I am pretty active on discord, i had worked hard to get everything on the correct trails, we have released the first website more than one month ago (aerium.info) then, the community helped me to release another (and better/updated website, aerium.co)

Also, if you have any questions, please enter our discord and PM me, i will be glad to answer anyone https://discord.gg/CQRdN3x
newbie
Activity: 14
Merit: 0
Thank you @ OGM4ME and ra213 for this information. But if nobody is mining who computes the blocks?  I thought this is necessary for transactions. Ok joining a staking pool seems a good opportunity but if i prefere to have my coins in my wallet is there a way to do this with a linux wallet. Does anybody know how to build it in detailed steps or has even e ready to use linux wallet for Aerium coin? It seems i'm not fit enough to do that on my own.
Many thank for your help

I am not familiar with Linux wallets but as for the mining, PoS is a type of mining. With this, you can (without having to give up your computer functionality)  validate block transactions according to how many coins are in your wallet. So instead of using a GPU or something, you earn coins as interest for them being staked in your wallet. The pool comes into play when people can't put a large  amount of coins in to stake, since you earn faster the more you have. The pool let's plenty of users add their stakes together and therefor collect  interest faster than if they had been solo staking with a small amount of coins.
newbie
Activity: 11
Merit: 0
Thank you @ OGM4ME and ra213 for this information. But if nobody is mining who computes the blocks?  I thought this is necessary for transactions. Ok joining a staking pool seems a good opportunity but if i prefere to have my coins in my wallet is there a way to do this with a linux wallet. Does anybody know how to build it in detailed steps or has even e ready to use linux wallet for Aerium coin? It seems i'm not fit enough to do that on my own.
Many thank for your help
Pages:
Jump to: