Bitcoin Forum
June 23, 2024, 09:37:55 AM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 ... 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 [128] 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 »
  Print  
Author Topic: 🚀🚀🚀🚀 | GorillaBucks | Custom Multipool LIVE | Social Media Network | 💵🐵💵  (Read 133303 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
iGotSpots (OP)
Legendary
*
Offline Offline

Activity: 2548
Merit: 1054


CPU Web Mining 🕸️ on webmining.io


View Profile WWW
July 04, 2015, 07:42:38 PM
 #2541

That will solve the error you got in what you posted

MoreBloodWine
Legendary
*
Offline Offline

Activity: 1050
Merit: 1001


View Profile
July 04, 2015, 07:44:34 PM
Last edit: July 04, 2015, 08:06:00 PM by MoreBloodWine
 #2542

That will solve the error you got in what you posted
I know that, I meant when it's done compiling and stuff provided I have no more errors.

Edit: Using mysysgit for this since the vultr server doesn't have enough virtual mem.

Any idea on this one ?

Quote
$ make -f makefile.unix
g++ -c -O2  -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-sec
urity -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -DUSE_SECP256K1 -I/C/Us
ers/Andrew -IC. -IMcNamara/Desktop/GorillaBucks-master/src -I/C/Users/Andrew -IC
. -IMcNamara/Desktop/GorillaBucks-master/src/obj -DUSE_UPNP=0 -DENABLE_WALLET -I
/C/Users/Andrew -IC. -IMcNamara/Desktop/GorillaBucks-master/src/leveldb/include
-I/C/Users/Andrew -IC. -IMcNamara/Desktop/GorillaBucks-master/src/leveldb/helper
s -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector
 -D_FORTIFY_SOURCE=2  -MMD -MF obj/alert.d -o obj/alert.o alert.cpp
In file included from alert.h:9:0,
                 from alert.cpp:5:
serialize.h:19:48: fatal error: boost/type_traits/is_fundamental.hpp: No such fi
le or directory
compilation terminated.
make: *** [obj/alert.o] Error 1

To be decided...
iGotSpots (OP)
Legendary
*
Offline Offline

Activity: 2548
Merit: 1054


CPU Web Mining 🕸️ on webmining.io


View Profile WWW
July 04, 2015, 08:06:10 PM
 #2543

GorillaBucksd, yea

MoreBloodWine
Legendary
*
Offline Offline

Activity: 1050
Merit: 1001


View Profile
July 04, 2015, 08:07:07 PM
 #2544

GorillaBucksd, yea
Cool and can you check the edit I made please ?

Ty.

To be decided...
iGotSpots (OP)
Legendary
*
Offline Offline

Activity: 2548
Merit: 1054


CPU Web Mining 🕸️ on webmining.io


View Profile WWW
July 04, 2015, 08:08:16 PM
 #2545

You need to install deps, boost is jacked

MoreBloodWine
Legendary
*
Offline Offline

Activity: 1050
Merit: 1001


View Profile
July 05, 2015, 12:43:59 AM
 #2546

Windows sucks for this bought a 1 day large account... so what about this "error"

This is why I love precompiled stuff.

Quote
unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -DUSE_SECP256K1 -I/GorillaBucks-master/src -I/GorillaBucks-master/src/obj -DUSE_UPNP=0 -DENABLE_WALLET -I/GorillaBucks-master/src/leveldb/include -I/GorillaBucks-master/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/net.d -o obj/net.o net.cpp
net.cpp:21:32: fatal error: miniupnpc/miniwget.h: No such file or directory
 #include <miniupnpc/miniwget.h>
                                ^
compilation terminated.
makefile.unix:202: recipe for target 'obj/net.o' failed
make: *** [obj/net.o] Error 1
root:/GorillaBucks-master/src#

To be decided...
iGotSpots (OP)
Legendary
*
Offline Offline

Activity: 2548
Merit: 1054


CPU Web Mining 🕸️ on webmining.io


View Profile WWW
July 05, 2015, 01:00:14 AM
 #2547

Deps again

catotune
Sr. Member
****
Offline Offline

Activity: 422
Merit: 250


Meow


View Profile WWW
July 05, 2015, 01:20:10 AM
 #2548

Windows sucks for this bought a 1 day large account... so what about this "error"

This is why I love precompiled stuff.

Quote
unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -DUSE_SECP256K1 -I/GorillaBucks-master/src -I/GorillaBucks-master/src/obj -DUSE_UPNP=0 -DENABLE_WALLET -I/GorillaBucks-master/src/leveldb/include -I/GorillaBucks-master/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/net.d -o obj/net.o net.cpp
net.cpp:21:32: fatal error: miniupnpc/miniwget.h: No such file or directory
 #include <miniupnpc/miniwget.h>
                                ^
compilation terminated.
makefile.unix:202: recipe for target 'obj/net.o' failed
make: *** [obj/net.o] Error 1
root:/GorillaBucks-master/src#

Try:
Code:
make -f makefile.unix USE_UPNP=-

If you are on a Linux VPS and presumably don't need miniupnp
MoreBloodWine
Legendary
*
Offline Offline

Activity: 1050
Merit: 1001


View Profile
July 05, 2015, 03:23:16 AM
Last edit: July 05, 2015, 03:44:48 AM by MoreBloodWine
 #2549

Deps again
What apt-get would I use to get deps on a vultr account ?

Edit: I even tried the suggestion above about not using upnp and got this !!!

Quote
ks-master/src/leveldb/include -I/GorillaBucks-master/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/crypto/hmac_sha256.d -o obj/crypto/hmac_sha256.o crypto/hmac_sha256.cpp
crypto/hmac_sha256.cpp:34:1: fatal error: opening dependency file obj/crypto/hmac_sha256.d: No such file or directory
 }
 ^
compilation terminated.
makefile.unix:202: recipe for target 'obj/crypto/hmac_sha256.o' failed
make: *** [obj/crypto/hmac_sha256.o] Error 1
root@vultr:/GorillaBucks-master/src#

@IGS - Will you PLEASE make me a GorillaBucksd ?

To be decided...
catotune
Sr. Member
****
Offline Offline

Activity: 422
Merit: 250


Meow


View Profile WWW
July 05, 2015, 03:53:20 AM
Last edit: July 05, 2015, 04:06:01 AM by catotune
 #2550

Deps again
What apt-get would I use to get deps on a vultr account ?

Edit: I even tried the suggestion above about not using upnp and got this !!!

Quote
ks-master/src/leveldb/include -I/GorillaBucks-master/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/crypto/hmac_sha256.d -o obj/crypto/hmac_sha256.o crypto/hmac_sha256.cpp
crypto/hmac_sha256.cpp:34:1: fatal error: opening dependency file obj/crypto/hmac_sha256.d: No such file or directory
 }
 ^
compilation terminated.
makefile.unix:202: recipe for target 'obj/crypto/hmac_sha256.o' failed
make: *** [obj/crypto/hmac_sha256.o] Error 1
root@vultr:/GorillaBucks-master/src#

@IGS - Will you PLEASE make me a GorillaBucksd ?

You are almost there...

Code:
mkdir obj/crypto
chmod +x leveldb/build_detect_platform
make -f makefile.unix USE_UPNP=-
strip GorillaBucksd

EDIT: added "chmod +x leveldb/build_detect_platform" in case you get an error without that step
MoreBloodWine
Legendary
*
Offline Offline

Activity: 1050
Merit: 1001


View Profile
July 05, 2015, 05:00:38 AM
 #2551

Deps again
What apt-get would I use to get deps on a vultr account ?

Edit: I even tried the suggestion above about not using upnp and got this !!!

Quote
ks-master/src/leveldb/include -I/GorillaBucks-master/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/crypto/hmac_sha256.d -o obj/crypto/hmac_sha256.o crypto/hmac_sha256.cpp
crypto/hmac_sha256.cpp:34:1: fatal error: opening dependency file obj/crypto/hmac_sha256.d: No such file or directory
 }
 ^
compilation terminated.
makefile.unix:202: recipe for target 'obj/crypto/hmac_sha256.o' failed
make: *** [obj/crypto/hmac_sha256.o] Error 1
root@vultr:/GorillaBucks-master/src#

@IGS - Will you PLEASE make me a GorillaBucksd ?

You are almost there...

Code:
mkdir obj/crypto
chmod +x leveldb/build_detect_platform
make -f makefile.unix USE_UPNP=-
strip GorillaBucksd

EDIT: added "chmod +x leveldb/build_detect_platform" in case you get an error without that step
Got the edit, got to make, result...

Quote
,-Bdynamic -l secp256k1 -Wl,-Bdynamic -l boost_system -l boost_filesystem -l boost_program_options -l boost_thread -l db_cxx -l ssl -l crypto -Wl,-Bdynamic -l z -l dl -l pthread /GorillaBucks-master/src/leveldb/libleveldb.a /GorillaBucks-master/src/leveldb/libmemenv.a
/usr/bin/ld: cannot find -lsecp256k1
collect2: error: ld returned 1 exit status
makefile.unix:209: recipe for target 'GorillaBucksd' failed
make: *** [GorillaBucksd] Error 1
root:/GorillaBucks-master/src#

To be decided...
catotune
Sr. Member
****
Offline Offline

Activity: 422
Merit: 250


Meow


View Profile WWW
July 05, 2015, 05:14:49 AM
 #2552

Got the edit, got to make, result...

Quote
,-Bdynamic -l secp256k1 -Wl,-Bdynamic -l boost_system -l boost_filesystem -l boost_program_options -l boost_thread -l db_cxx -l ssl -l crypto -Wl,-Bdynamic -l z -l dl -l pthread /GorillaBucks-master/src/leveldb/libleveldb.a /GorillaBucks-master/src/leveldb/libmemenv.a
/usr/bin/ld: cannot find -lsecp256k1
collect2: error: ld returned 1 exit status
makefile.unix:209: recipe for target 'GorillaBucksd' failed
make: *** [GorillaBucksd] Error 1
root:/GorillaBucks-master/src#

Looks like you need to install the secp256k1 library...

Code:
git clone https://github.com/bitcoin/secp256k1.git
cd secp256k1
./autogen.sh
./configure
make
sudo make install

Follow the instructions after installing for setting LD_LIBRARY_PATH in your environment.

Note: You might need to install libtool first, "sudo apt-get install libtool"

Good luck!
MoreBloodWine
Legendary
*
Offline Offline

Activity: 1050
Merit: 1001


View Profile
July 05, 2015, 05:20:10 AM
 #2553

Got the edit, got to make, result...

Quote
,-Bdynamic -l secp256k1 -Wl,-Bdynamic -l boost_system -l boost_filesystem -l boost_program_options -l boost_thread -l db_cxx -l ssl -l crypto -Wl,-Bdynamic -l z -l dl -l pthread /GorillaBucks-master/src/leveldb/libleveldb.a /GorillaBucks-master/src/leveldb/libmemenv.a
/usr/bin/ld: cannot find -lsecp256k1
collect2: error: ld returned 1 exit status
makefile.unix:209: recipe for target 'GorillaBucksd' failed
make: *** [GorillaBucksd] Error 1
root:/GorillaBucks-master/src#

Looks like you need to install the secp256k1 library...

Code:
git clone https://github.com/bitcoin/secp256k1.git
cd secp256k1
./autogen.sh
./configure
make
sudo make install

Follow the instructions after installing for setting LD_LIBRARY_PATH in your environment.

Note: You might need to install libtool first, "sudo apt-get install libtool"

Good luck!
I give up, Ive had two bands down for over a day trying to get this to run without / even asking for help.

I love the help given so far but Id rather be given qa fish at this point to be fed for a day rather than bein taught how lol

Quote
root@vultr:/# cd secp256k1
root@vultr:/secp256k1# ./autogen.sh
./autogen.sh: 3: ./autogen.sh: autoreconf: not found
root:/secp256k1#

To be decided...
catotune
Sr. Member
****
Offline Offline

Activity: 422
Merit: 250


Meow


View Profile WWW
July 05, 2015, 05:29:13 AM
 #2554

I give up, Ive had two bands down for over a day trying to get this to run without / even asking for help.

I love the help given so far but Id rather be given qa fish at this point to be fed for a day rather than bein taught how lol

Quote
root@vultr:/# cd secp256k1
root@vultr:/secp256k1# ./autogen.sh
./autogen.sh: 3: ./autogen.sh: autoreconf: not found
root:/secp256k1#

I feel your pain, which is why I'm attempting to help, but if you're not familiar with the Linux command line, then I'd agree that this is a lot to take on Smiley

If you do decide to continue on this path, remember that Google is your friend - the solution to your issues is usually just a search away.

For example, for the issue you're seeing:
Code:
sudo apt-get install automake
sudo apt-get install build-essential libtool

From the result I found on Google: https://bitcointalk.org/index.php?topic=997356.10195;wap2
MoreBloodWine
Legendary
*
Offline Offline

Activity: 1050
Merit: 1001


View Profile
July 05, 2015, 05:41:43 AM
 #2555

Think I got my d file.

To be decided...
MoreBloodWine
Legendary
*
Offline Offline

Activity: 1050
Merit: 1001


View Profile
July 05, 2015, 05:53:09 AM
 #2556

(&(*&#KEJBHG

Quote
GorillaBand1@vultr:~$ ./GorillaBucksd
./GorillaBucksd: error while loading shared libraries: libsecp256k1.so.0: cannot open shared object file: No such file or directory
GorillaBand1@vultr:~$

To be decided...
unusualfacts30
Hero Member
*****
Offline Offline

Activity: 1540
Merit: 500



View Profile
July 05, 2015, 05:55:58 AM
 #2557

put more buy support on bittrex. 2.4 is too low

u think? lol

it'll go up to 80k..it's still new.

Decentralized
Asset-Backed Banking

  ▄▄██████████████████
 █████████████████████
█████▀▀
████▀    ████
████     ████
████     ████
         ████     ████
         ████    ▄████
               ▄▄█████
█████████████████████
██████████████████▀▀ 
.TheStandard.io.█▀▀▀











█▄▄▄
▀▀▀█











▄▄▄█
████████████████████████████
████████████████████████████
████████████████████████████
█████████████████▀▀  ███████
█████████████▀▀      ███████
█████████▀▀   ▄▄     ███████
█████▀▀    ▄█▀▀     ████████
█████████ █▀        ████████
█████████ █ ▄███▄   ████████
██████████████████▄▄████████
████████████████████████████
████████████████████████████
████████████████████████████
iGotSpots (OP)
Legendary
*
Offline Offline

Activity: 2548
Merit: 1054


CPU Web Mining 🕸️ on webmining.io


View Profile WWW
July 05, 2015, 05:58:59 AM
 #2558

You're almost there, just a couple more steps

Sorry, it's holiday weekend in USA, I'm on and off the next couple days

catotune
Sr. Member
****
Offline Offline

Activity: 422
Merit: 250


Meow


View Profile WWW
July 05, 2015, 06:03:16 AM
 #2559

(&(*&#KEJBHG

Quote
GorillaBand1@vultr:~$ ./GorillaBucksd
./GorillaBucksd: error while loading shared libraries: libsecp256k1.so.0: cannot open shared object file: No such file or directory
GorillaBand1@vultr:~$

Almost there...

Try adding to your ~/.bash_profile:
Code:
export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH

Source the file, so LD_LIBRARY_PATH is in your shell env. Enter:
Code:
. ~/.bash_profile

Now try running ./GorillaBucksd
MoreBloodWine
Legendary
*
Offline Offline

Activity: 1050
Merit: 1001


View Profile
July 05, 2015, 06:08:43 AM
 #2560

(&(*&#KEJBHG

Quote
GorillaBand1@vultr:~$ ./GorillaBucksd
./GorillaBucksd: error while loading shared libraries: libsecp256k1.so.0: cannot open shared object file: No such file or directory
GorillaBand1@vultr:~$

Almost there...

Try adding to your ~/.bash_profile:
Code:
export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH

Source the file, so LD_LIBRARY_PATH is in your shell env. Enter:
Code:
. ~/.bash_profile

Now try running ./GorillaBucksd

This is a vultr account so it's brand new but I'm backed all the way out, and assuming the file is called bash_profile, there isn't one.

To be decided...
Pages: « 1 ... 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 [128] 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!