Pages:
Author

Topic: [ANN] [EMD] - Emerald Crypto - PoW - Scrypt - low Difficulty - CPU mining - page 23. (Read 96719 times)

full member
Activity: 139
Merit: 100
I used to use that command

but recently I get this on all coins

mine@ubuntu:~/emerald/src$ make -f makefile.unix USEUPNP=-
/bin/sh ../share/genbuild.sh obj/build.h
../share/genbuild.sh: 33: ../share/genbuild.sh: cannot create obj/build.h: Directory nonexistent
../share/genbuild.sh: 34: ../share/genbuild.sh: cannot create obj/build.h: Directory nonexistent
make: *** [obj/build.h] Error 2

I used to prefer just the deamon, but I tried QT way just to get something to work lol
legendary
Activity: 1294
Merit: 1039
Just to make sure the repo is ok, I started over and cloned the repo and compiled on ubuntu 12.05 so far.
Ubuntu 16.04 just finished without problem it's 64 bit, but server version - no graphics

Are you trying to make the emeraldd or the qt wallet ?
legendary
Activity: 1294
Merit: 1039
I started again and downloaded Ubuntu 14

now this happens

-lboost_filesystem -lboost_program_options -lboost_thread -lQtGui -lQtCore -lpthread
/usr/bin/ld: cannot find -loleaut32
collect2: error: ld returned 1 exit status
make: *** [emerald-qt] Error 1


I am going to scream
lol (sorry) reminds me of some of the crap I've gone through ...

When I compile I use make-f makefile.unix USEUPNP=-
I assume you do something similar.

I'm using Ubuntu 12.04 desktop, 16.04 server, 14.04.5 LTS so I'm sure we can get yours working Smiley
legendary
Activity: 1461
Merit: 1025
i love Emerald (EMD)
I started again and downloaded Ubuntu 14

now this happens

-lboost_filesystem -lboost_program_options -lboost_thread -lQtGui -lQtCore -lpthread
/usr/bin/ld: cannot find -loleaut32
collect2: error: ld returned 1 exit status
make: *** [emerald-qt] Error 1


I am going to scream

or you try to run the dockerfile provided on
    https://github.com/wetrust/EmeraldCryptoCoin
legendary
Activity: 1461
Merit: 1025
i love Emerald (EMD)
I started again and downloaded Ubuntu 14

now this happens

-lboost_filesystem -lboost_program_options -lboost_thread -lQtGui -lQtCore -lpthread
/usr/bin/ld: cannot find -loleaut32
collect2: error: ld returned 1 exit status
make: *** [emerald-qt] Error 1


I am going to scream

what if you try to run a debian 8 (64bit) linux ?
full member
Activity: 139
Merit: 100
I started again and downloaded Ubuntu 14

now this happens

-lboost_filesystem -lboost_program_options -lboost_thread -lQtGui -lQtCore -lpthread
/usr/bin/ld: cannot find -loleaut32
collect2: error: ld returned 1 exit status
make: *** [emerald-qt] Error 1


I am going to scream
legendary
Activity: 1294
Merit: 1039
Hello everybody will associateyone shrewdness I will get an updated blockchain for this coin to adjust my wallet? Please let American state apprehend thanks tinny
I think you are looking for this: http://www.emeraldcrypto.de/
legendary
Activity: 1294
Merit: 1039
64 bit
if desktop, click system settings, then details.
if server lsb_release -a

which ubuntu version ??

I'll set up the same and see what the problem is so others can compile it also.

I'll compile ubuntu versions and make them available for download also for users who do not want to go through this ...

No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 17.04
Release:        17.04
Codename:       zesty


I think I have borked this install now, I think I have to start again perhaps I removed boost 1.62 but the default one 1.58 is still there. I have no idea how to uninstall this.
most the time you can:
sudo apt-get remove --purge (then the package name)

sometimes you can :
sudo apt-get autoremove

for the one you manually downloaded and built - you just remove the directories:
just looking at http://lists.boost.org/boost-users/2005/01/9444.php which says to delete /usr/local/lib/libboost* and /usr/local/include/boost
(adjust paths to where you installed)
full member
Activity: 196
Merit: 100
Hello everybody will associateyone shrewdness I will get an updated blockchain for this coin to adjust my wallet? Please let American state apprehend thanks tinny
full member
Activity: 139
Merit: 100
64 bit
if desktop, click system settings, then details.
if server lsb_release -a

which ubuntu version ??

I'll set up the same and see what the problem is so others can compile it also.

I'll compile ubuntu versions and make them available for download also for users who do not want to go through this ...

No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 17.04
Release:        17.04
Codename:       zesty


I think I have borked this install now, I think I have to start again perhaps I removed boost 1.62 but the default one 1.58 is still there. I have no idea how to uninstall this.
legendary
Activity: 1294
Merit: 1039
64 bit
if desktop, click system settings, then details.
if server lsb_release -a

which ubuntu version ??

I'll set up the same and see what the problem is so others can compile it also.

I'll compile ubuntu versions and make them available for download also for users who do not want to go through this ...
full member
Activity: 139
Merit: 100
legendary
Activity: 1294
Merit: 1039
humm,
What version of Ububtu are you using?
32 or 64 bit ?
full member
Activity: 139
Merit: 100
Nope

david@david:~/emerald$ sudo add-apt-repository universe
'universe' distribution component is already enabled for all sources.
david@david:~/emerald$ sudo apt-get update
Hit:1 http://gb.archive.ubuntu.com/ubuntu zesty InRelease
Get:2 http://security.ubuntu.com/ubuntu zesty-security InRelease [89.2 kB]
Get:3 http://gb.archive.ubuntu.com/ubuntu zesty-updates InRelease [89.2 kB]
Hit:4 http://cz.archive.ubuntu.com/ubuntu xenial InRelease
Get:5 http://gb.archive.ubuntu.com/ubuntu zesty-backports InRelease [89.2 kB]
Hit:6 https://deb.nodesource.com/node_8.x zesty InRelease
Fetched 268 kB in 0s (324 kB/s)
Reading package lists... Done
david@david:~/emerald$ sudo apt-get install libboost1.48-all-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libboost1.48-all-dev
E: Couldn't find any package by glob 'libboost1.48-all-dev'
E: Couldn't find any package by regex 'libboost1.48-all-dev'
david@david:~/emerald$
legendary
Activity: 1294
Merit: 1039
God this is fustrteing


Nope still same, I even used deb from archive.ubuntu.com

It still defaults to 1.58 I am totally stumped and close to giving up
Never give up, Never surrender!

ok - try:
sudo add-apt-repository universe
sudo apt-get update
sudo apt-get install libboost1.48-all-dev
full member
Activity: 139
Merit: 100
God this is fustrteing


Nope still same, I even used deb from archive.ubuntu.com

It still defaults to 1.58 I am totally stumped and close to giving up
legendary
Activity: 1294
Merit: 1039
I then tried this.

Reading state information... Done
E: Unable to locate package libboost1.48-all-dev
E: Couldn't find any package by glob 'libboost1.48-all-dev'
E: Couldn't find any package by regex 'libboost1.48-all-dev'


mkdir ~/Desktop/boost_build && cd ~/Desktop/boost_build && \
wget http://sourceforge.net/projects/boost/files/boost/1.48.0/boost_1_48_0.tar.gz && \
tar xvf boost_1_48_0.tar.gz && cd boost_1_48_0 && \
sed -i_bak -e 's#PREFIX=/usr/local#PREFIX=/opt#' -e 's#LIBDIR=#LIBDIR=/opt/boost/lib#' \
-e 's#INCLUDEDIR=#INCLUDEDIR=/opt/boost/include#' bootstrap.sh && \
./bootstrap.sh && ./b2 && \
sudo ./bjam install

it compiled ok, but deamon still fails at same point
you have to tell the compiler the new location of the boost file.
something like:
CPPFLAGS="-I/opt/boost/include/boost"
LDFLAGS="-L/opt/boost/lib"
full member
Activity: 139
Merit: 100
My unbuntu wont let me install it, how did you solve it?
Mostly I work on older versions of ubuntu ...
try sudo apt-get install libboost-all-dev
if you get error: undefined macro: AC_PROG_LIBTOOL
try sudo apt-get install libtool

That installs a higher version thats the issue.
oops - I meant sudo apt-get install libboost1.48-all-dev  Smiley

Didnt work says package not found .

I then tried this.

Reading state information... Done
E: Unable to locate package libboost1.48-all-dev
E: Couldn't find any package by glob 'libboost1.48-all-dev'
E: Couldn't find any package by regex 'libboost1.48-all-dev'


mkdir ~/Desktop/boost_build && cd ~/Desktop/boost_build && \
wget http://sourceforge.net/projects/boost/files/boost/1.48.0/boost_1_48_0.tar.gz && \
tar xvf boost_1_48_0.tar.gz && cd boost_1_48_0 && \
sed -i_bak -e 's#PREFIX=/usr/local#PREFIX=/opt#' -e 's#LIBDIR=#LIBDIR=/opt/boost/lib#' \
-e 's#INCLUDEDIR=#INCLUDEDIR=/opt/boost/include#' bootstrap.sh && \
./bootstrap.sh && ./b2 && \
sudo ./bjam install

it compiled ok, but deamon still fails at same point
legendary
Activity: 1294
Merit: 1039
My unbuntu wont let me install it, how did you solve it?
Mostly I work on older versions of ubuntu ...
try sudo apt-get install libboost-all-dev
if you get error: undefined macro: AC_PROG_LIBTOOL
try sudo apt-get install libtool

That installs a higher version thats the issue.
oops - I meant sudo apt-get install libboost1.48-all-dev  Smiley
full member
Activity: 139
Merit: 100
My unbuntu wont let me install it, how did you solve it?
Mostly I work on older versions of ubuntu ...
try sudo apt-get install libboost-all-dev
if you get error: undefined macro: AC_PROG_LIBTOOL
try sudo apt-get install libtool

That installs a higher version thats the issue.
Pages:
Jump to: