Pages:
Author

Topic: [ANN][BMR] Bitmonero - a new coin based on CryptoNote technology - LAUNCHED - page 3. (Read 68738 times)

full member
Activity: 126
Merit: 101
Latest (optimized) binaries are available at http://www.bitmonero.org/ now
sr. member
Activity: 910
Merit: 250
Proof-of-Stake Blockchain Network
Trying to install this from source on Ubuntu 14.04. When I ran make, it gave the error that Boost 1.54 is unsupported. I searched for earlier versions of Boost but couldn't find any.

Anyone know how to fix this?
get boost1.55

or use the starter pack located on monero.cc

Thanks. At first I tried the starter pack and ran the script, but had many errors.  So, I downloaded Boost 1.55 directly from Boost, and after I ran sudo ./b2 this was the ouput:

Code:
gcc.compile.c++ bin.v2/libs/iostreams/build/gcc-4.8/release/threading-multi/bzip2.o
libs/iostreams/src/bzip2.cpp:20:56: fatal error: bzlib.h: No such file or directory
 #include "bzlib.h"  // Julian Seward's "bzip.h" header.
                                                        ^
compilation terminated.

    "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_IOSTREAMS_DYN_LINK=1 -DBOOST_IOSTREAMS_USE_DEPRECATED -DNDEBUG  -I"." -c -o "bin.v2/libs/iostreams/build/gcc-4.8/release/threading-multi/bzip2.o" "libs/iostreams/src/bzip2.cpp"

...failed gcc.compile.c++ bin.v2/libs/iostreams/build/gcc-4.8/release/threading-multi/bzip2.o...
...skipped libboost_iostreams.so.1.55.0 for lack of bzip2.o...
...skipped libboost_iostreams.so.1.55.0 for lack of libboost_iostreams.so.1.55.0...
...skipped libboost_iostreams.so for lack of libboost_iostreams.so.1.55.0...
gcc.compile.c++ bin.v2/libs/iostreams/build/gcc-4.8/release/link-static/threading-multi/bzip2.o
libs/iostreams/src/bzip2.cpp:20:56: fatal error: bzlib.h: No such file or directory
 #include "bzlib.h"  // Julian Seward's "bzip.h" header.
                                                        ^
compilation terminated.

    "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_IOSTREAMS_USE_DEPRECATED -DNDEBUG  -I"." -c -o "bin.v2/libs/iostreams/build/gcc-4.8/release/link-static/threading-multi/bzip2.o" "libs/iostreams/src/bzip2.cpp"

...failed gcc.compile.c++ bin.v2/libs/iostreams/build/gcc-4.8/release/link-static/threading-multi/bzip2.o...
...skipped libboost_iostreams.a(clean) for lack of bzip2.o...
...skipped libboost_iostreams.a for lack of bzip2.o...
...skipped libboost_iostreams.a for lack of libboost_iostreams.a...
...failed updating 2 targets...
...skipped 6 targets...

What can I do to fix this?

You get more help on Monero thread    https://bitcointalksearch.org/topic/xmr-monero-a-secure-private-untraceable-cryptocurrency-583449
hero member
Activity: 850
Merit: 1000
Trying to install this from source on Ubuntu 14.04. When I ran make, it gave the error that Boost 1.54 is unsupported. I searched for earlier versions of Boost but couldn't find any.

Anyone know how to fix this?
get boost1.55

or use the starter pack located on monero.cc

Thanks. At first I tried the starter pack and ran the script, but had many errors.  So, I downloaded Boost 1.55 directly from Boost, and after I ran sudo ./b2 this was the ouput:

Code:
gcc.compile.c++ bin.v2/libs/iostreams/build/gcc-4.8/release/threading-multi/bzip2.o
libs/iostreams/src/bzip2.cpp:20:56: fatal error: bzlib.h: No such file or directory
 #include "bzlib.h"  // Julian Seward's "bzip.h" header.
                                                        ^
compilation terminated.

    "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_IOSTREAMS_DYN_LINK=1 -DBOOST_IOSTREAMS_USE_DEPRECATED -DNDEBUG  -I"." -c -o "bin.v2/libs/iostreams/build/gcc-4.8/release/threading-multi/bzip2.o" "libs/iostreams/src/bzip2.cpp"

...failed gcc.compile.c++ bin.v2/libs/iostreams/build/gcc-4.8/release/threading-multi/bzip2.o...
...skipped libboost_iostreams.so.1.55.0 for lack of bzip2.o...
...skipped libboost_iostreams.so.1.55.0 for lack of libboost_iostreams.so.1.55.0...
...skipped libboost_iostreams.so for lack of libboost_iostreams.so.1.55.0...
gcc.compile.c++ bin.v2/libs/iostreams/build/gcc-4.8/release/link-static/threading-multi/bzip2.o
libs/iostreams/src/bzip2.cpp:20:56: fatal error: bzlib.h: No such file or directory
 #include "bzlib.h"  // Julian Seward's "bzip.h" header.
                                                        ^
compilation terminated.

    "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_IOSTREAMS_USE_DEPRECATED -DNDEBUG  -I"." -c -o "bin.v2/libs/iostreams/build/gcc-4.8/release/link-static/threading-multi/bzip2.o" "libs/iostreams/src/bzip2.cpp"

...failed gcc.compile.c++ bin.v2/libs/iostreams/build/gcc-4.8/release/link-static/threading-multi/bzip2.o...
...skipped libboost_iostreams.a(clean) for lack of bzip2.o...
...skipped libboost_iostreams.a for lack of bzip2.o...
...skipped libboost_iostreams.a for lack of libboost_iostreams.a...
...failed updating 2 targets...
...skipped 6 targets...

What can I do to fix this?
member
Activity: 71
Merit: 10
Are they actually working on adding a GUI wallet?
full member
Activity: 224
Merit: 100
Trying to install this from source on Ubuntu 14.04. When I ran make, it gave the error that Boost 1.54 is unsupported. I searched for earlier versions of Boost but couldn't find any.

Anyone know how to fix this?
get boost1.55

or use the starter pack located on monero.cc
hero member
Activity: 850
Merit: 1000
Trying to install this from source on Ubuntu 14.04. When I ran make, it gave the error that Boost 1.54 is unsupported. I searched for earlier versions of Boost but couldn't find any.

Anyone know how to fix this?
sr. member
Activity: 458
Merit: 265
newbie
Activity: 19
Merit: 0
Looks interesting, definitely something to look out for, I hope you guys get the attention you deserve
newbie
Activity: 28
Merit: 0
newbie
Activity: 46
Merit: 0
legendary
Activity: 1232
Merit: 1001
Where can I buy some Bitmonero?
full member
Activity: 197
Merit: 100
There is a new Monero pool...

http://moneropool.com/
Check it out and profit!

Admin promised...
Quote
DOUBLE reward for the first 10 mined blocks for all who contributed
This means 170 free moneros to grab for miners who point their mining power to moneropool.com
full member
Activity: 126
Merit: 101
For those who prefer to MM MRO with FCN udated binaries are available at bitmonero.org
Inability of donor network coins transferring was fixed.
member
Activity: 196
Merit: 10
Ok I started mining a few days ago and got a block today. But I don't even know if I'm mining BMR or MRO?! How can I tell?
Is there anywhere to check balance for an address with either of these 2 coins?!

Coming from BTC/LTC/PPC etc I'm quite interested in MRO due to the fresh codebase and new proof of work and more anonymous transactions. But the marketing for these coins is ridiculous... I only found out that there were 2 'monero' coins days after beginning to mine.... Why aren't there messages on either site about the other's existence and explaining what it means?

[Edit] is it only a soft fork (same blockchain) at the moment? [/Edit]

as stated in my post about 4 up thread and in many other places and alluded to by the post right before yours

bitmonero is one and the same as monero.
name change requested by the community. no difference as of now.
a fork will likely come in the future but I like you, would like that clearly stated with days in advance notice so that there is no confusion. like you I am confused easily.
full member
Activity: 126
Merit: 101
newbie
Activity: 3
Merit: 0
Ok I started mining a few days ago and got a block today. But I don't even know if I'm mining BMR or MRO?! How can I tell?
Is there anywhere to check balance for an address with either of these 2 coins?!

Coming from BTC/LTC/PPC etc I'm quite interested in MRO due to the fresh codebase and new proof of work and more anonymous transactions. But the marketing for these coins is ridiculous... I only found out that there were 2 'monero' coins days after beginning to mine.... Why aren't there messages on either site about the other's existence and explaining what it means?

[Edit] is it only a soft fork (same blockchain) at the moment? [/Edit]
legendary
Activity: 1904
Merit: 1096
Leading Crypto Sports Betting & Casino Platform
TFT's major problem is forcing merge mining with BCN in order to keep BCN alive. I think he underestimated BTCTalk's aversion for premines/shadowmine/instamines and merge mining was just a way to support the BCN cartel. Maybe he was pressured to do it by those BCN deepnerds.

The community just didn't want to start another fork and wanted to work with TFT but one can understand that he was not allowed by the BCN team to release something that would undercut BCN. He will not be able to support MRO publicly and what the community wanted to avoid, happened anyways but only after a lot of bloodbath and he said/she said that doesn't do anyone any good.

MRO will continue on and one side needs to fork and I think it should be MRO since TFT brought the coin here in the first place. Let him be and I am sure some new sockpuppets will be "loving merge mining with BCN". After a few weeks/months there will be one CN based coin that the majority will support and will come out on top. This status quo must end asap.
Pages:
Jump to: