Pages:
Author

Topic: 🚀🚀🚀🚀 | GorillaBucks | Custom Multipool LIVE | Social Media Network | 💵🐵💵 - page 25. (Read 133306 times)

legendary
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
I keep getting my GB started and visible in the network, but then it drops off the list and I have to restart it and go to the back of the queue - an ideas why?

I think this happens when you lose all connections or your client tries to stake. Do you have maxconnections=999 and staking=0 in conf?
full member
Activity: 225
Merit: 100
I keep getting my GB started and visible in the network, but then it drops off the list and I have to restart it and go to the back of the queue - an ideas why?
legendary
Activity: 1064
Merit: 1001
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://bitcointalksearch.org/topic/m.11075558
I'm following a DASH guide to to have one local wallet "control" two remote masternodes.

The listen=0 thing is explained there.

I think where I might be failing is the first few steps quoted below.

https://dashtalk.org/threads/reubens-start-multiple-masternodes-from-one-wallet-guide-start-many.4034/

Quote
a. New wallet setup
Create a new address for each Masternode and encrypt the wallet. You do this by opening terminal and following the following instructions.
Enter the following command: "masternode genkey" and press ENTER.

You will see a long string of numbers and letters.

Please copy/paste this string to the new notepad file on your Desktop. This is the key you will need to verify your Masternode later in the process.

Enter the following command: "getaccountaddress 0" and press ENTER.​
Please note that a normal Dash address is not the same as an address created in this manner!
IMPORTANT! Please backup the wallet now. Always backup the wallet BEFORE transferring any DRK!
Transfer 1000 DASH to each newly created address in one transaction.

Not really sure how address generation should be done for two addresses with this which could be why it's not working but every other step was followed to a T.

Also, someone said masternode.conf might not be supported which right now contains the below for the two rtemote nodes. If it's not supports how can it be supported ?

Current masternode.conf
Quote
GorillaBand1 :36480
GorillaBand2 :36480
legendary
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
What is the best way to get started with GorillaBucks?

Grab 5000 if you can afford it and set up a GorillaBand. Walkthrough HERE

If you want to start with less, just buy what you're comfortable with, withdraw to local wallet, and start staking in a few hours to try building up to 5000
newbie
Activity: 9
Merit: 0
What is the best way to get started with GorillaBucks?
full member
Activity: 225
Merit: 100
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...
sr. member
Activity: 466
Merit: 250
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://bitcointalksearch.org/topic/m.11075558
full member
Activity: 145
Merit: 100
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.
legendary
Activity: 1064
Merit: 1001
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= along with all other info.

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

GorillaBand1 :36480

But if I masternode list-conf I get empty brackets and even masternose start-alias GorillaBand1 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=
rpcpassword=
rpcallowip=127.0.0.1
listen=0
server=1
daemon=1
logtimestamps=1
maxconnections=9999
member
Activity: 118
Merit: 10
Any idea why this address, 3QJmnh, keeps popping up in my address book?
sr. member
Activity: 466
Merit: 250
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= along with all other info.

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

GorillaBand1 :36480

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

Off the top of your head @IGS: You got any ideas /
deamon=1 by any chance?
legendary
Activity: 1064
Merit: 1001
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= along with all other info.

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

GorillaBand1 :36480

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

Off the top of your head @IGS: You got any ideas /
legendary
Activity: 1064
Merit: 1001
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 ?
sr. member
Activity: 422
Merit: 250
Meow
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.
legendary
Activity: 1064
Merit: 1001
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
sr. member
Activity: 422
Merit: 250
Meow
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)

legendary
Activity: 1064
Merit: 1001
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:~$
sr. member
Activity: 422
Merit: 250
Meow
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:
legendary
Activity: 1064
Merit: 1001
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:~$
sr. member
Activity: 422
Merit: 250
Meow
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)
Pages:
Jump to: