Pages:
Author

Topic: - AURORACOIN - - page 33. (Read 137105 times)

hero member
Activity: 778
Merit: 1000
June 13, 2017, 08:27:33 AM
Hi guys,
Not much news spreaded around here last 12 months, are we dying slowly?
full member
Activity: 248
Merit: 100
June 11, 2017, 05:01:12 AM
The Central bank of Iceland just issued a paper and put together a work group on financial infrastructure and digitization of the Icelandic krona, sorry it's in Icelandic: https://www.sedlabanki.is/library/Skraarsafn/Fjarmalainnvidir/Fjarmalainnvidir_%202017_7juni.pdf

On of the Icelandic papers follows this and explains that the Central bank is contemplating if they should issue the Icelandic krona as a crypto or not... https://kjarninn.is/frettir/2017-06-07-starfshopur-stofnadur-um-utgafu-rafraens-reidufjar/


Anyway, this is interesting development.


legendary
Activity: 1658
Merit: 1001
June 07, 2017, 03:43:54 AM
Version 5.3 is the correct version and the default Berkeley DB in most Linux distros.

It should be possible to run both versions on a system (to also run other wallets), but you might need to use the configure option (see ./configure --help) to point to the correct version, although it should be able to find the correct version by itself.
hero member
Activity: 1438
Merit: 574
Always ask questions. #StandWithHongKong
June 04, 2017, 06:12:16 PM
Using apt-get will replace the 4.8db & possibly break other wallets that use it.

My instructions install the DB in the auroracoin folder, meaning you can keep your 4.8db & still use your other wallets that rely on it.
legendary
Activity: 1582
Merit: 1002
HODL for life.
June 04, 2017, 05:37:35 PM
Thank you for the help. However, can someone from the dev team confirm the documentation is wrong? I really wouldn't want to mess up my system installing other versions of the db because all other wallets want 4.8 for compatibility reasons.

nothing special to call for devs, just read this:
https://github.com/aurarad/Auroracoin/releases/tag/2016.08.1.0



5.3 is the correct DB version now.  Documentation is out of date and needs to be updated.  I'll create an issue for it on the github now.

You can probably apt-get it, but if not, the above instructions should work.

-Fuse
full member
Activity: 205
Merit: 100
June 04, 2017, 01:58:06 PM
No I'm not. According to doc/build-unix.md the dependency is on libdb4.8 which is what I have.

Yes, you are. The doc is wrong also. I know, because I also had that error with 4.8.

But by all means, continue with your errors & ignore the answer.

Just trying to help.

Thank you for the help. However, can someone from the dev team confirm the documentation is wrong? I really wouldn't want to mess up my system installing other versions of the db because all other wallets want 4.8 for compatibility reasons.
hero member
Activity: 1438
Merit: 574
Always ask questions. #StandWithHongKong
June 04, 2017, 06:40:57 AM
No I'm not. According to doc/build-unix.md the dependency is on libdb4.8 which is what I have.

Yes, you are. The doc is wrong also. I know, because I also had that error with 4.8.

But by all means, continue with your errors & ignore the answer.

Just trying to help.
full member
Activity: 205
Merit: 100
June 04, 2017, 06:26:50 AM
Fresh Mint KDE 18.1 virtual machine, git cloned https://github.com/aurarad/auroracoin/

Did this:
Code:
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev

Running ./configure fails with this error:
Code:
configure: error: libdb_cxx headers missing
Code:
$ locate libdb_cxx
/usr/lib/libdb_cxx-4.8.a
/usr/lib/libdb_cxx-4.8.la
/usr/lib/libdb_cxx-4.8.so
/usr/lib/libdb_cxx-4.so
/usr/lib/libdb_cxx.a
/usr/lib/libdb_cxx.so

How to fix?

You're using the wrong DB.

No I'm not. According to doc/build-unix.md the dependency is on libdb4.8 which is what I have.
full member
Activity: 248
Merit: 100
June 03, 2017, 03:35:26 PM
20 thousand Auroracoin will be offered at 70 ISK on https://isx.is
10 thousand Auroracoin will be offered at 0.00033 BTC on https://bittrex.com

Thanks for the info.

Did these orders get filled?


The isx order was filled but not the bittrex order, its still there.
hero member
Activity: 1438
Merit: 574
Always ask questions. #StandWithHongKong
June 03, 2017, 03:20:32 PM
Fresh Mint KDE 18.1 virtual machine, git cloned https://github.com/aurarad/auroracoin/

Did this:
Code:
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev

Running ./configure fails with this error:
Code:
configure: error: libdb_cxx headers missing
Code:
$ locate libdb_cxx
/usr/lib/libdb_cxx-4.8.a
/usr/lib/libdb_cxx-4.8.la
/usr/lib/libdb_cxx-4.8.so
/usr/lib/libdb_cxx-4.so
/usr/lib/libdb_cxx.a
/usr/lib/libdb_cxx.so

How to fix?

You're using the wrong DB.  You can try:

Code:
./configure --with-incompatible-bdb

If that doesn't work:

Code:
cd auroracoin
BITCOIN_ROOT=$(pwd)
BDB_PREFIX="${BITCOIN_ROOT}/db5"
mkdir -p $BDB_PREFIX
wget 'http://download.oracle.com/berkeley-db/db-5.3.28.NC.tar.gz'
echo '08238e59736d1aacdd47cfb8e68684c695516c37f4fbe1b8267dde58dc3a576c  db-5.3.28.NC.tar.gz' | sha256sum -c
tar -xzvf db-5.3.28.NC.tar.gz
cd db-5.3.28.NC/build_unix/
../dist/configure --enable-cxx --disable-shared --with-pic --prefix=$BDB_PREFIX
make install
cd $BITCOIN_ROOT
chmod +x autogen.sh
chmod +x share/genbuild.sh
chmod +x src/leveldb/build_detect_platform
./autogen.sh
./configure LDFLAGS="-L${BDB_PREFIX}/lib/" CPPFLAGS="-I${BDB_PREFIX}/include/"
make

Copy/paste one line at a time.

Edit: typos
donator
Activity: 2772
Merit: 1019
June 03, 2017, 02:01:25 PM
20 thousand Auroracoin will be offered at 70 ISK on https://isx.is
10 thousand Auroracoin will be offered at 0.00033 BTC on https://bittrex.com

Thanks for the info.

Did these orders get filled?
full member
Activity: 205
Merit: 100
June 03, 2017, 11:04:38 AM
Fresh Mint KDE 18.1 virtual machine, git cloned https://github.com/aurarad/auroracoin/

Did this:
Code:
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev

Running ./configure fails with this error:
Code:
configure: error: libdb_cxx headers missing
Code:
$ locate libdb_cxx
/usr/lib/libdb_cxx-4.8.a
/usr/lib/libdb_cxx-4.8.la
/usr/lib/libdb_cxx-4.8.so
/usr/lib/libdb_cxx-4.so
/usr/lib/libdb_cxx.a
/usr/lib/libdb_cxx.so

How to fix?
jr. member
Activity: 56
Merit: 10
May 23, 2017, 07:26:23 PM
we have so many followers on twitter. I want to see the news/updates on twitter as well Smiley

last tweet was back in 06/07/2016 https://twitter.com/CoinAurora
full member
Activity: 248
Merit: 100
May 23, 2017, 01:21:52 PM
Public announcement from the Auroracoin Foundation:

The Auroracoin Foundation will offer Auroracoin for sale from the foundations funds to cover development, advertising and merchant adoption for Auroracoin.

20 thousand Auroracoin will be offered at 70 ISK on https://isx.is
10 thousand Auroracoin will be offered at 0.00033 BTC on https://bittrex.com

The usage of the funds is according to the foundations policy for usage of the M1 fund see http://aurarad.is/sjodurinn/.

On behalf of the Auroracoin Foundation

Pétur Árnason

Icelandic:

Auraráð mun bjóða Auroracoin til sölu úr sjóði samtakana til fjármögnunar á tækniþróun, kynningarstarfsemi og til að aðstoða kaupmenn við að taka á móti Auroracoin.

20 þúsund Auroracoin verða boðnir á genginu 70 ISK á https://isx.is
10 þúsund Auroracoin verða boðnir á genginu 0.00033 BTC á https://bittrex.com

Notkun fjármunanna er í samræmi við stefnu sjóðsins um nýtingu á M1 sjóðnum sjá http://aurarad.is/sjodurinn/

Fyrir hönd Auraráðs

Pétur Árnason
legendary
Activity: 1658
Merit: 1001
May 22, 2017, 04:18:06 AM
any news that is causing the price to rise?

No news, my best guess is that money flowing into the crypto community as a whole is also moving into AUR. A week ago I thought 100ISK parity would not be reachable this year... now I'm not so sure about that any more. But yeah, ISX desperately needs sell orders now.
I've just never seen the asian markets so far more up in price compare to other markets. BTC is almost 3000$ vs KRW and 2500$ vs JPY and over all 2250$ the price gap is insane

I've picked up that BTC seems to be an official currency in Japan, could be the reason that Asia is leading this bull run.
jr. member
Activity: 56
Merit: 10
May 22, 2017, 02:56:09 AM
any news that is causing the price to rise?

No news, my best guess is that money flowing into the crypto community as a whole is also moving into AUR. A week ago I thought 100ISK parity would not be reachable this year... now I'm not so sure about that any more. But yeah, ISX desperately needs sell orders now.
I've just never seen the asian markets so far more up in price compare to other markets. BTC is almost 3000$ vs KRW and 2500$ vs JPY and over all 2250$ the price gap is insane
legendary
Activity: 1658
Merit: 1001
May 22, 2017, 02:36:02 AM
any news that is causing the price to rise?

No news, my best guess is that money flowing into the crypto community as a whole is also moving into AUR. A week ago I thought 100ISK parity would not be reachable this year... now I'm not so sure about that any more. But yeah, ISX desperately needs sell orders now.
jr. member
Activity: 56
Merit: 10
May 21, 2017, 08:27:17 PM
Supply is really thin and traders are tweeting about it.
yeah bittrex had over 410k aur in it's book last month and isx had over 150k aur

now bittrex has around 220k aur and isx has under 20k aur
full member
Activity: 248
Merit: 100
May 21, 2017, 03:40:27 PM
Interesting price movement today, 28% on isx.is
jr. member
Activity: 56
Merit: 10
May 21, 2017, 03:18:13 PM
any news that is causing the price to rise?
Pages:
Jump to: