Bitcoin Forum
May 07, 2024, 06:12:44 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 133302 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.
catotune
Sr. Member
****
Offline Offline

Activity: 422
Merit: 250


Meow


View Profile WWW
July 05, 2015, 06:12:58 AM
 #2561

(&(*&#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.

It should be $HOME/.bash_profile, or if that doesn't exist, maybe $HOME/.bashrc

Edit: If you can't figure out your shell init script, then just run:
Code:
export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH

on the command line before running GorillaBucksd each time you login.
1715105564
Hero Member
*
Offline Offline

Posts: 1715105564

View Profile Personal Message (Offline)

Ignore
1715105564
Reply with quote  #2

1715105564
Report to moderator
1715105564
Hero Member
*
Offline Offline

Posts: 1715105564

View Profile Personal Message (Offline)

Ignore
1715105564
Reply with quote  #2

1715105564
Report to moderator
1715105564
Hero Member
*
Offline Offline

Posts: 1715105564

View Profile Personal Message (Offline)

Ignore
1715105564
Reply with quote  #2

1715105564
Report to moderator
"Bitcoin: the cutting edge of begging technology." -- Giraffe.BTC
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715105564
Hero Member
*
Offline Offline

Posts: 1715105564

View Profile Personal Message (Offline)

Ignore
1715105564
Reply with quote  #2

1715105564
Report to moderator
1715105564
Hero Member
*
Offline Offline

Posts: 1715105564

View Profile Personal Message (Offline)

Ignore
1715105564
Reply with quote  #2

1715105564
Report to moderator
1715105564
Hero Member
*
Offline Offline

Posts: 1715105564

View Profile Personal Message (Offline)

Ignore
1715105564
Reply with quote  #2

1715105564
Report to moderator
MoreBloodWine
Legendary
*
Offline Offline

Activity: 1050
Merit: 1001


View Profile
July 05, 2015, 06:16:18 AM
 #2562

(&(*&#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.

It should be $HOME/.bash_profile, or if that doesn't exist, maybe $HOME/.bashrc
root@vultr:/# find -iname bashrc
./usr/share/byobu/profiles/bashrc
root@vultr:/#

So now what ?

To be decided...
MoreBloodWine
Legendary
*
Offline Offline

Activity: 1050
Merit: 1001


View Profile
July 05, 2015, 06:17:51 AM
 #2563

Err

root@vultr:/# find -iname .bashrc
./home/GorillaBand1/.bashrc
./etc/skel/.bashrc
./root/.bashrc
root@vultr:/#

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

Activity: 422
Merit: 250


Meow


View Profile WWW
July 05, 2015, 06:22:05 AM
 #2564

root@vultr:/# find -iname bashrc
./usr/share/byobu/profiles/bashrc
root@vultr:/#

So now what ?

You can create the file in your home directory, if it doesn't exist; looks like you're logged in as root (which isn't advisable for security reasons, but it's up to you), so your home might be /root (echo $HOME to see your home directory).

If this is too complicated, then please see my edit above.
MoreBloodWine
Legendary
*
Offline Offline

Activity: 1050
Merit: 1001


View Profile
July 05, 2015, 06:28:00 AM
 #2565

So I made a .bashrc file in home on the user level account and added export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH

So now I guess I will try and run the d file again n see what happens.

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

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

Activity: 422
Merit: 250


Meow


View Profile WWW
July 05, 2015, 06:30:58 AM
 #2566

So I made a .bashrc file in home on the user level account and added export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH

So now I guess I will try and run the d file again n see what happens.

Excellent - remember to source the file first:

Code:
. ~/.bashrc

or simply logout and log back in before running ./GorillaBucksd (you should only have to do this once)
MoreBloodWine
Legendary
*
Offline Offline

Activity: 1050
Merit: 1001


View Profile
July 05, 2015, 06:33:59 AM
 #2567

So I made a .bashrc file in home on the user level account and added export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH

So now I guess I will try and run the d file again n see what happens.

Excellent - remember to source the file first:

Code:
. ~/.bashrc

or simply logout and log back in before running ./GorillaBucksd (you should only have to do this once)
Did that, the source. Logged out back n and...

GorillaBand1@vultr:~$ ls
GorillaBucks  GorillaBucksd
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...
catotune
Sr. Member
****
Offline Offline

Activity: 422
Merit: 250


Meow


View Profile WWW
July 05, 2015, 06:41:39 AM
 #2568

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

What I wrote above should work, as long as this file exists:

/usr/local/lib/libsecp256k1.so.0

Did the "sudo make install" work when you were installing libsecp256k1?
Did it install libsecp256k1.so.0 in a different location? Use find to see if that's the case, and change LD_LIBRARY_PATH to point to its folder

I'm going to bed soon, but good luck man!

Edit: Also "echo $LD_LIBRARY_PATH" should output:
Code:
/usr/local/lib:
MoreBloodWine
Legendary
*
Offline Offline

Activity: 1050
Merit: 1001


View Profile
July 05, 2015, 06:53:22 AM
 #2569

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

What I wrote above should work, as long as this file exists:

/usr/local/lib/libsecp256k1.so.0

Did the "sudo make install" work when you were installing libsecp256k1?
Did it install libsecp256k1.so.0 in a different location? Use find to see if that's the case, and change LD_LIBRARY_PATH to point to its folder

I'm going to bed soon, but good luck man!

Edit: Also "echo $LD_LIBRARY_PATH" should output:
Code:
/usr/local/lib:
Last login: Sun Jul  5 06:32:39 2015 from ...
GorillaBand1@vultr:~$ ls
GorillaBucks  GorillaBucksd  secp256k1
GorillaBand1@vultr:~$ ./GorillaBucksd
./GorillaBucksd: error while loading shared libraries: libsecp256k1.so.0: cannot open shared object file: No such file or directory
GorillaBand1@vultr:~$ find -iname
find: missing argument to `-iname'
GorillaBand1@vultr:~$ find -iname libsecp256k1.so.0
./secp256k1/.libs/libsecp256k1.so.0
GorillaBand1@vultr:~$

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

Activity: 422
Merit: 250


Meow


View Profile WWW
July 05, 2015, 07:02:57 AM
 #2570

Looks like it installed in a different directory, interesting.

Just substitute "/usr/local/lib" in the previous steps with "$HOME/secp256k1/.libs"

For example, try running "export LD_LIBRARY_PATH=$HOME/secp256k1/.libs" and then running ./GorillaBucksd

That should do it (hopefully)

MoreBloodWine
Legendary
*
Offline Offline

Activity: 1050
Merit: 1001


View Profile
July 05, 2015, 07:05:31 AM
 #2571

Looks like it installed in a different directory, interesting.

Just substitute "/usr/local/lib" in the previous steps with "$HOME/secp256k1/.libs"

For example, try running "export LD_LIBRARY_PATH=$HOME/secp256k1/.libs" and then running ./GorillaBucksd

That should do it (hopefully)


I did the find from usr lvl this is root

root@vultr:/usr/local/lib# ls
libsecp256k1.a   libsecp256k1.so    libsecp256k1.so.0.0.0  python2.7
libsecp256k1.la  libsecp256k1.so.0  pkgconfig              python3.4
root@vultr:/usr/local/lib#

Also should the bash file be in home of root or home of user ie GorillaBand1

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

Activity: 422
Merit: 250


Meow


View Profile WWW
July 05, 2015, 07:23:17 AM
 #2572

The .bashrc file should be in the home directory of whichever user will be running GorillaBucksd, preferably _not_ root.

Make sure the library files have the right permissions (read and execute), if you are running GorillaBucksd as your GorillaBand1 user. As root, you can do this by running: "chmod 755 /usr/local/lib/libsecp256k1.so*"

As GorillaBand1, running "echo $LD_LIBRARY_PATH" should output the directory that holds the libsecp256k1 files. If that output is empty, then your LD_LIBRARY_PATH environment variable is not set.
MoreBloodWine
Legendary
*
Offline Offline

Activity: 1050
Merit: 1001


View Profile
July 05, 2015, 07:30:56 AM
 #2573

The .bashrc file should be in the home directory of whichever user will be running GorillaBucksd, preferably _not_ root.

Make sure the library files have the right permissions (read and execute), if you are running GorillaBucksd as your GorillaBand1 user. As root, you can do this by running: "chmod 755 /usr/local/lib/libsecp256k1.so*"

As GorillaBand1, running "echo $LD_LIBRARY_PATH" should output the directory that holds the libsecp256k1 files. If that output is empty, then your LD_LIBRARY_PATH environment variable is not set.
Think I got it but how do I rename a folder ?

To be decided...
MoreBloodWine
Legendary
*
Offline Offline

Activity: 1050
Merit: 1001


View Profile
July 05, 2015, 07:38:45 AM
Last edit: July 05, 2015, 08:22:44 AM by MoreBloodWine
 #2574

SERVER STARTING !!!!!!!!!!!

Ok, so how do I get ./GorillaBucksd to run after server boot / reboot ?

Edit: Ok, I finally got to call it a night but am needing a last bit of help.

My specific setup requires conf files etc. Well, the GorillaBucks conf file is set up right with masternode=1 / masternodeprivkey=<pass> along with all other info.

So in the msternode.conf file I have...

GorillaBand1 <IP>:36480 <priv key> <txid> <index>

But if I masternode list-conf I get empty brackets and even masternose start-alias GorillaBand1 <wallet pass> doesnt work and suggest the list-conf.

Off the top of your head @IGS: You got any ideas /

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

Activity: 466
Merit: 250



View Profile
July 05, 2015, 04:37:26 PM
 #2575

SERVER STARTING !!!!!!!!!!!

Ok, so how do I get ./GorillaBucksd to run after server boot / reboot ?

Edit: Ok, I finally got to call it a night but am needing a last bit of help.

My specific setup requires conf files etc. Well, the GorillaBucks conf file is set up right with masternode=1 / masternodeprivkey=<pass> along with all other info.

So in the msternode.conf file I have...

GorillaBand1 <IP>:36480 <priv key> <txid> <index>

But if I masternode list-conf I get empty brackets and even masternose start-alias GorillaBand1 <wallet pass> doesnt work and suggest the list-conf.

Off the top of your head @IGS: You got any ideas /
deamon=1 by any chance?
prfields6038
Member
**
Offline Offline

Activity: 118
Merit: 10


View Profile
July 05, 2015, 04:44:41 PM
 #2576

Any idea why this address, 3QJmnh, keeps popping up in my address book?
MoreBloodWine
Legendary
*
Offline Offline

Activity: 1050
Merit: 1001


View Profile
July 05, 2015, 04:45:54 PM
Last edit: July 05, 2015, 05:14:36 PM by MoreBloodWine
 #2577

SERVER STARTING !!!!!!!!!!!

Ok, so how do I get ./GorillaBucksd to run after server boot / reboot ?

Edit: Ok, I finally got to call it a night but am needing a last bit of help.

My specific setup requires conf files etc. Well, the GorillaBucks conf file is set up right with masternode=1 / masternodeprivkey=<pass> along with all other info.

So in the msternode.conf file I have...

GorillaBand1 <IP>:36480 <priv key> <txid> <index>

But if I masternode list-conf I get empty brackets and even masternose start-alias GorillaBand1 <wallet pass> doesnt work and suggest the list-conf.

Off the top of your head @IGS: You got any ideas /
deamon=1 by any chance?
This is the GorillaBucks.conf file, the masternode.conf is just supposed to contain the stuff previously posted now in red.

Quote
rpcuser=<random>
rpcpassword=<longerrandom>
rpcallowip=127.0.0.1
listen=0
server=1
daemon=1
logtimestamps=1
maxconnections=9999

To be decided...
liteuser
Full Member
***
Offline Offline

Activity: 145
Merit: 100


View Profile
July 05, 2015, 05:22:33 PM
 #2578

This is the GorillaBucks.conf file, the masternode.conf is just supposed to contain the stuff previously posted now in red.

I believe that masternode.conf is not supported.

BTC: 13GtfEPpEiq6jGCFJGCXAUVDehCFVvTaov
http://www.vultr.com/?ref=6838137
AngelLox
Sr. Member
****
Offline Offline

Activity: 466
Merit: 250



View Profile
July 05, 2015, 06:00:32 PM
Last edit: July 05, 2015, 06:37:08 PM by AngelLox
 #2579

This is the GorillaBucks.conf file, the masternode.conf is just supposed to contain the stuff previously posted now in red.
I believe that masternode.conf is not supported.
Yeah, i think that if the deamon is named like GorillaBand1, the .conf should be GorillaBand1.conf
Btw why are you starting the other wallet with listen=0?

Edit: There's this guide to setup a crave masternode, see if you can get anything out of it.
https://bitcointalk.org/index.php?topic=997356.msg11075558#msg11075558
nembot
Full Member
***
Offline Offline

Activity: 225
Merit: 100


View Profile
July 05, 2015, 10:36:16 PM
 #2580

ok.. so I started the Gorillaband, I can see it in the queue, number 26.  How long till payday?  what happens exactly?  I was making about 60 coins a day with staking, hope this is better...
Pages: « 1 ... 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!