Pages:
Author

Topic: [ANN][OLY] OlympicCoin (rebranded as Aricoin with new features) - page 12. (Read 167127 times)

newbie
Activity: 3
Merit: 0
I see that Aricoin is already on one more exchange since today, on Cryptex at BTC exchange. Very nice, it has been just one day since rebrand.  Smiley
sr. member
Activity: 243
Merit: 250
The new feature list is amazing!
How many people are in each BETA testing wave?


If I read the tweet from @Aricoin cprrectly, there is about 120.00 people all together!! That is huge!
newbie
Activity: 16
Merit: 0
The new feature list is amazing!
How many people are in each BETA testing wave?
member
Activity: 131
Merit: 24
github.com/AricoinCurrency

IMPORTANT NOTES

Only download the Aricoin wallet from links on our official thread:
https://bitcointalksearch.org/topic/annoly-olympiccoin-rebranded-as-aricoin-with-new-features-453085

BETA testing of our new features will start in waves next week.
For an overview of all the new features read: https://aricoin.org
newbie
Activity: 1
Merit: 0
Hi all,

I tried linux wallet  from github and it works..I compiled short instructions how to compile it on ubuntu....

How to compile AriCoin Wallet on ubuntu

1. Install necessary packages

#sudo apt-get install autoconf libboost-all-dev libssl-dev libprotobuf-dev protobuf-compiler libqt4-dev libqrencode-dev git build-essential libminiupnpc-dev

2. Download Oracle Berkley DB 4.8
# wget http://download.oracle.com/berkeley-db/db-4.8.30.NC.tar.gz


Aricoin relies on an old version of the Berkeley Database that is not available as a standard Ubuntu 14.04 package.    
3. Unpack Berkley DB source and compile it

# tar -xvf db-4.8.30.NC.tar.gz
# cd db-4.8.30.NC/build_unix
# mkdir -p build
# BDB_PREFIX=$(pwd)/build
# ../dist/configure --disable-shared --enable-cxx --with-pic --prefix=$BDB_PREFIX
# make install
# cd ../..

4. Get Aricoin source

# mkdir -p src
# cd src
# git clone https://github.com/aricoin/aricoin.git


5. Compile Aricoin-qt from source

# cd aricoin
# qmake

After runing "qmake" edit the created Makefile.

a. update line INCPATH by adding BerkleyDB to the include path. (check that you still have $BDB_PREFIX variable set - or better yet replace it with the real path)

before:
INCPATH       =  -I/usr/share/qt4/mkspecs/linux-g++-64 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Isrc -Isrc/json -Isrc/qt -Ibuild -Ibuild

after:
INCPATH       =  -I$BDB_PREFIX/include -I/usr/share/qt4/mkspecs/linux-g++-64 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Isrc -Isrc/json -Isrc/qt -Ibuild -Ibuild

b. update line LIBS by adding BerkleyDB to the include path. (check that you still have $BDB_PREFIX variable set - or better yet replace it with the real path)


LIBS          = $(SUBLIBS)  -L/usr/lib/x86_64-linux-gnu -lminiupnpc -lrt -lssl -lcrypto -ldb_cxx -lboost_system -lboost_filesystem -lboost_program_options -lboost_thread -lQtGui -lQtCore -lpthread

LIBS          = $(SUBLIBS)   -L$BDB_PREFIX/lib -L/usr/lib/x86_64-linux-gnu -lminiupnpc -lrt -lssl -lcrypto -ldb_cxx -lboost_system -lboost_filesystem -lboost_program_options -lboost_thread -lQtGui -lQtCore -lpthread



# make


6. Compile aricoind from source

# cd aricoin/src

Befor runing "make" edit the  makefile.unix.

a. update line INCPATH by adding BerkleyDB to the include path. (check that you still have $BDB_PREFIX variable set - or better yet replace it with the real path)

before:
INCPATH       =  -I/usr/share/qt4/mkspecs/linux-g++-64 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Isrc -Isrc/json -Isrc/qt -Ibuild -Ibuild

after:
INCPATH       =  -I$BDB_PREFIX/include -I/usr/share/qt4/mkspecs/linux-g++-64 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Isrc -Isrc/json -Isrc/qt -Ibuild -Ibuild

b. update line LIBS by adding BerkleyDB to the include path. (check that you still have $BDB_PREFIX variable set - or better yet replace it with the real path)


LIBS          = $(SUBLIBS)  -L/usr/lib/x86_64-linux-gnu -lminiupnpc -lrt -lssl -lcrypto -ldb_cxx -lboost_system -lboost_filesystem -lboost_program_options -lboost_thread -lQtGui -lQtCore -lpthread

LIBS          = $(SUBLIBS)   -L$BDB_PREFIX/lib -L/usr/lib/x86_64-linux-gnu -lminiupnpc -lrt -lssl -lcrypto -ldb_cxx -lboost_system -lboost_filesystem -lboost_program_options -lboost_thread -lQtGui -lQtCore -lpthread

# make



After the compilation create aricoin.conf file and place it into $HOME/.Aricoin.

If you want to have it in another location starti aricoin-qt with parameter -conf=/path/to/aricoin.conf
sr. member
Activity: 243
Merit: 250


THE DAY IS HERE. LOVE THE NEW NAME  Grin


I also love the new name. It is catchy! Smiley
newbie
Activity: 16
Merit: 0
The logo looks much better!
https://pbs.twimg.com/media/BwonTG3CYAMrd9Z.png

Love that it has its own symbol too, nice work guys
sr. member
Activity: 243
Merit: 250
I think that exchanges will not be a problem...
sr. member
Activity: 340
Merit: 250
UPDATE 03/09/2014: OlympicCoin has rebranded as Aricoin

We are excited to announce our new name and features. OlympicCoin is now officially Aricoin!
Read more about our new features here: https://bitcointalksearch.org/topic/waiting-list-aricoin-everyone-can-use-paypal-like-system-for-easy-trade-759423

Download the rebranded wallets:
WINDOWS: http://aricoin.net/dl/windows.zip
MAC: http://aricoin.net/dl/mac.zip
LINUX: http://aricoin.net/dl/linux.zip

Important notes:
- The new features are in BETA. The only way to access the new features is to join the waiting list linked above.
- Old OlympicCoin wallets will still work however we recommend moving coins to the latest Aricoin wallet.
- Exchange symbol will change from OLY to ARI on MintPal.
- When BETA testing ends this thread will close and discussion will move to a new Aricoin thread.

Stay updated:
Follow @AricoinCurrency on Twitter!


New name
New logo
And
New exhanges ?
full member
Activity: 153
Merit: 100
UPDATE 03/09/2014: OlympicCoin has rebranded as Aricoin

We are excited to announce our new name and features. OlympicCoin is now officially Aricoin!
Read more about our new features here: https://bitcointalksearch.org/topic/waiting-list-aricoin-everyone-can-use-paypal-like-system-for-easy-trade-759423

Download the rebranded wallets:
WINDOWS: http://aricoin.net/dl/windows.zip
MAC: http://aricoin.net/dl/mac.zip
LINUX: http://aricoin.net/dl/linux.zip

Important notes:
- The new features are in BETA. The only way to access the new features is to join the waiting list linked above.
- Old OlympicCoin wallets will still work however we recommend moving coins to the latest Aricoin wallet.
- Exchange symbol will change from OLY to ARI on MintPal.
- When BETA testing ends this thread will close and discussion will move to a new Aricoin thread.

Stay updated:
Follow @AricoinCurrency on Twitter!
sr. member
Activity: 340
Merit: 250
So guys what is now happening? Something new?

Yeah , coin ig going to be off Mintpal and there is no talk about a replacement.

 Grin Grin
hero member
Activity: 826
Merit: 501
in defi we trust
So guys what is now happening? Something new?

Yeah , coin ig going to be off Mintpal and there is no talk about a replacement.
newbie
Activity: 2
Merit: 0
So guys what is now happening? Something new?
sr. member
Activity: 340
Merit: 250
No idea but perhaps once the Re-launch is complete it will be listed under a new name on more than just MintPal.

Most likely.

Hope so

That is the only reasonable option...

That's true  Smiley 
sr. member
Activity: 243
Merit: 250
No idea but perhaps once the Re-launch is complete it will be listed under a new name on more than just MintPal.

Most likely.

Hope so

That is the only reasonable option...
sr. member
Activity: 340
Merit: 250
No idea but perhaps once the Re-launch is complete it will be listed under a new name on more than just MintPal.

Most likely.

Hope so
newbie
Activity: 38
Merit: 0
No idea but perhaps once the Re-launch is complete it will be listed under a new name on more than just MintPal.

Most likely.
sr. member
Activity: 275
Merit: 250
so  can oly on bittrex ...

and the dev?
Pages:
Jump to: