Search content
Sort by

Showing 11 of 11 results by garibaldo
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Aerium [AERM] POW | POS | HIGH APR | LOW SUPPLY | LOW PREMINE | GPU MINING
by
garibaldo
on 05/02/2018, 07:17:12 UTC
things that should not be viewed as a cause for concern when considering Ethereal price forecasts because we do not know what the previous dev did. does dev work hard to get funds ,,,
hey  my  wallet stakeing from 3 day  but my weight stay the same 3413  is that normal

That's normal, you must only have 3413 coins, that's why it displays that value.

does anyone know on which the number of active connections depends on? I allways have one rarely two but never more. It also would be nice to know the rule or algorythm the staking is calculatet. The time till the next payout is not very usefull becuase it nerver changes.



Have you tried adding nodes?

addnode=109.13.197.20:44444
addnode=115.79.5.135:44444
addnode=188.115.185.217:44444
addnode=191.178.96.74:44444
addnode=212.187.35.177:44444
addnode=31.131.195.34:44444
addnode=5.167.160.102:44444
addnode=77.37.132.64:44444
addnode=82.19.122.245:44444
addnode=82.209.218.119:44444
addnode=82.6.122.50:44444
addnode=87.112.23.50:44444


Thank you but this seems to has not realy an effect Undecided
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Aerium [AERM] POW | POS | HIGH APR | LOW SUPPLY | LOW PREMINE | GPU MINING
by
garibaldo
on 03/02/2018, 11:22:34 UTC
does anyone know on which the number of active connections depends on? I allways have one rarely two but never more. It also would be nice to know the rule or algorythm the staking is calculatet. The time till the next payout is not very usefull becuase it nerver changes.

Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Aerium [AERM] POW | POS | HIGH APR | LOW SUPPLY | LOW PREMINE | GPU MINING
by
garibaldo
on 03/02/2018, 07:07:04 UTC
good mornig @ all

i tried tu build the new wallet on raspian following the instruction of rolfmetzger but this fails too. I think it's a general problem. Why i want my wallet on raspberry pi may you ask. The reason is that the pi works as openhab server and is 24/7 online. If anyone has an idea or an working solution for the pi that would be great.

Many Thanks
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Aerium [AERM] POW | POS | HIGH APR | LOW SUPPLY | LOW PREMINE | GPU MINING
by
garibaldo
on 02/02/2018, 08:55:00 UTC
So since all Pools are down, how dead is AERM or can one mine Aerium?

i had to learn this too. Time for mining aerium is over. At this time you only can generate coins by staking if you are holding some coins in your wallet. In my case it's working. unfortunately only with windows wallet.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Aerium [AERM] POW | POS | HIGH APR | LOW SUPPLY | LOW PREMINE | GPU MINING
by
garibaldo
on 01/02/2018, 07:47:12 UTC
oh good to know that. I recongized that a 1.8 linux wallet seems to be available. Did anyone tested it? (on Raspberry  Grin)
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Aerium [AERM] POW | POS | HIGH APR | LOW SUPPLY | LOW PREMINE | GPU MINING
by
garibaldo
on 31/01/2018, 07:45:13 UTC
thak you for the new wallet. until there is a linux version i'm testing windows. I have only one active connection. Should'n this not be more?

I rised the amount from 10 to 1010 but my wight of 9 stays constant. Shouldn't it be increased? Or is that caused by the only one active connection?

Time until payout is given with 35 min. But this half hour lasts more than 2 days and nothing happens. I'm confused Huh
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Aerium [AERM] POW | POS | HIGH APR | LOW SUPPLY | LOW PREMINE | GPU MINING
by
garibaldo
on 30/01/2018, 19:18:07 UTC
Newbie accounts praising the coin while members are not that positive Tongue
Still hold some, but havent staked for a long time. If the newbies somehow end up being right il just put it up for staking and get some decent return on first stake with the age of my coins and sell it hehe Smiley

But i truly cant see what will make Aerium very attractive?
Hello Aerium Community,

We have released Wallet Version v1.8

New features include;
Lower maturity time
Restructured POS rewards
Difficulty and Bug Fixes

To install, simply download the wallet from the link below, extract the file, and run the wallet.

https:/[Suspicious link removed]/ZAQ5lt9OyJ

nice. is there also a linux version available? Best would be a ready to use build for raspbian  Grin
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Aerium [AERM] POW | POS | HIGH APR | LOW SUPPLY | LOW PREMINE | GPU MINING
by
garibaldo
on 28/01/2018, 13:39:45 UTC
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.









thank you rolfmetzger for your help. unfortunately i got the following error message after the make -f makefile.unix command:

fatal: Not a git repository (or any of the parent directories): .git
g++ -c -O2  -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/home/pi/Downloads/Aerium-1.7.1/src -I/home/pi/Downloads/Aerium-1.7.1/src/obj -DUSE_UPNP=0 -DENABLE_WALLET -I/home/pi/Downloads/Aerium-1.7.1/src/leveldb/include -I/home/pi/Downloads/Aerium-1.7.1/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/init.d -o obj/init.o init.cpp
g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See for instructions.
makefile.unix:184: recipe for target 'obj/init.o' failed
make: *** [obj/init.o] Error 4

the following commands also fail. I'm not sure what the problem is an how i can solve it. i would be happy if anyone has an idea.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Aerium [AERM] POW | POS | HIGH APR | LOW SUPPLY | LOW PREMINE | GPU MINING
by
garibaldo
on 25/01/2018, 08:14:38 UTC
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


Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Aerium [AERM] POW | POS | HIGH APR | LOW SUPPLY | LOW PREMINE | GPU MINING
by
garibaldo
on 24/01/2018, 19:30:41 UTC
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
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Aerium [AERM] POW | POS | HIGH APR | LOW SUPPLY | LOW PREMINE | GPU MINING
by
garibaldo
on 23/01/2018, 13:17:24 UTC
Hello @ all.
I'm new to aerium. I've a couple of questions an hopefully i'm right here. At first it would be nice to know where or how i can mine aerium and du i need a new gpu. i just have an old ati radeon 5870. The beste would be if i could mine with my raspberry. It is online 24/7. That brings me to my next question. Has anyone a link to a compiled linux wallet (Raspian). unfortunately i didn't manage to build it following the instructions delivered in the source code. i would be very happy if someone could iluminate me ;-)

garibaldo