Bitcoin Forum
May 25, 2024, 04:08:14 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 [17] 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 ... 98 »
321  Alternate cryptocurrencies / Announcements (Altcoins) / Re: | GorillaBucks | GorillaBand Masternodes 50/50 | Cloud Staking | on: July 05, 2015, 05:00:38 AM
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#
322  Other / Meta / Re: I was told MoreBloodWine account was sold. I trying to confirm this. on: July 05, 2015, 04:55:26 AM
Well I can prove I am who I am with the original btc account I have posted here ending zht or something like that but I never have or know how to "sign a message".

As for giving the guy neg trust, it's just be retaliated and I want to keep my rating as it stands.
323  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 💵🐵💵 | GorillaBucks | GorillaBand Masternodes 50/50 | Cloud Staking | 💵🐵💵 on: July 05, 2015, 03:23:16 AM
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 ?
324  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 💵🐵💵 | GorillaBucks | GorillaBand Masternodes 50/50 | Cloud Staking | 💵🐵💵 on: July 05, 2015, 12:43:59 AM
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#
325  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 💵🐵💵 | GorillaBucks | GorillaBand Masternodes 50/50 | Cloud Staking | 💵🐵💵 on: July 04, 2015, 08:07:07 PM
GorillaBucksd, yea
Cool and can you check the edit I made please ?

Ty.
326  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 💵🐵💵 | GorillaBucks | GorillaBand Masternodes 50/50 | Cloud Staking | 💵🐵💵 on: July 04, 2015, 07:44:34 PM
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
327  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 💵🐵💵 | GorillaBucks | GorillaBand Masternodes 50/50 | Cloud Staking | 💵🐵💵 on: July 04, 2015, 07:37:44 PM
This is why I didn't want to try and compile it myself lol...

Quote
GorillaBand:~$ cd GorillaBucks-master
GorillaBand1:~/GorillaBucks-master$ cd src
GorillaBand1:~/GorillaBucks-master/src$ make -f makefile.unix
g++ -c -O2  -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -DUSE_SECP256K1 -I/home/GorillaBand1/GorillaBucks-master/src -I/home/GorillaBand1/GorillaBucks-master/src/obj -DUSE_UPNP=0 -DENABLE_WALLET -I/home/GorillaBand1/GorillaBucks-master/src/leveldb/include -I/home/GorillaBand1/GorillaBucks-master/src/leveldb/helpers -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
alert.cpp:258:1: fatal error: opening dependency file obj/alert.d: No such file or directory
 }
 ^
compilation terminated.
makefile.unix:202: recipe for target 'obj/alert.o' failed
make: *** [obj/alert.o] Error 1
GorillaBand1:~/GorillaBucks-master/src$

Create an empty folder named obj in GorillaBucks/src/
When done will it give me a gorillabucksd file or somethin ?
328  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 💵🐵💵 | GorillaBucks | GorillaBand Masternodes 50/50 | Cloud Staking | 💵🐵💵 on: July 04, 2015, 07:01:50 PM
This is why I didn't want to try and compile it myself lol...

Quote
GorillaBand:~$ cd GorillaBucks-master
GorillaBand1:~/GorillaBucks-master$ cd src
GorillaBand1:~/GorillaBucks-master/src$ make -f makefile.unix
g++ -c -O2  -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -DUSE_SECP256K1 -I/home/GorillaBand1/GorillaBucks-master/src -I/home/GorillaBand1/GorillaBucks-master/src/obj -DUSE_UPNP=0 -DENABLE_WALLET -I/home/GorillaBand1/GorillaBucks-master/src/leveldb/include -I/home/GorillaBand1/GorillaBucks-master/src/leveldb/helpers -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
alert.cpp:258:1: fatal error: opening dependency file obj/alert.d: No such file or directory
 }
 ^
compilation terminated.
makefile.unix:202: recipe for target 'obj/alert.o' failed
make: *** [obj/alert.o] Error 1
GorillaBand1:~/GorillaBucks-master/src$
329  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] GorillaBucks [BUCKS] | GorillaBand Masternodes 50/50 Split | Cloud Staking on: July 04, 2015, 02:26:54 PM
It's a known, but sporadic, issue that I'm working on nailing down
Not what I asked but thats cool lol

So if you don't mind me beating the proverbial dead horse lol, is there a linux install planned ?

Most people use Linux so they don't have to use pre-compiled binaries, so it's not really on my list of stuff to do
Well without a Linux install like bitcoin.org offers I don't know that I could get it set up right at vultr. So if I offered a bit of a payment, or maybe u do me a solid. Is it something you would consider please ?

That being said, I don't even have my bands running and haven't been for the past 2 days because I need em on LINUX and can't get em there without the pre-compiled stuff like bitcoin.org offers.
330  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] GorillaBucks [BUCKS] | GorillaBand Masternodes 50/50 Split | Cloud Staking on: July 04, 2015, 03:03:17 AM
It's a known, but sporadic, issue that I'm working on nailing down
Not what I asked but thats cool lol

So if you don't mind me beating the proverbial dead horse lol, is there a linux install planned ?
331  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] GorillaBucks [BUCKS] | GorillaBand Masternodes 50/50 Split | Cloud Staking on: July 04, 2015, 12:46:18 AM
@IGS: But why all of a sudden would I be getting this "error" now when everything's ran fine up to three clients since launch ?
332  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] GorillaBucks [BUCKS] | GorillaBand Masternodes 50/50 Split | Cloud Staking on: July 04, 2015, 12:01:43 AM
In ohio right now with family so I'm monitoring remotely as the image shows but I'm curious if you, IGS, might have an idea on why all of a sudden I'm seeing / getting this on one of my two clients.

The machine is win 7 64 bit, the one crashing is the main client run from the exe where as the second which seems to be holding fine is run from a shortcut with the target trick.

333  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] GorillaBucks [BUCKS] | GorillaBand Masternodes 50/50 Split | Cloud Staking on: July 03, 2015, 01:24:04 PM
I'm not looking to compile something I can screw up and I'm actually failing to see how that can help me with BUCKS and wanting a linux distro like you can download from bitcoin.org and other sites with linux distros already avail.
334  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] GorillaBucks [BUCKS] | GorillaBand Masternodes 50/50 Split | Cloud Staking on: July 03, 2015, 11:51:32 AM
Screw it, why not... really want to be able to do this and it has to be possible in some respect since IGS brought it up but can't seem to clarify in the way he originally meant.

Snippet: You can auto-launch with walletpassphrase

BOUNTY TIME !!!

50 bucks to the FIRST correct solution to the linked post in this thread !

https://bitcointalk.org/index.php?topic=1059159.msg11765543#msg11765543

You have to put the RPC config in your conf file:
Code:
rpcuser=user
rpcpassword=password
rpcallowip=127.0.0.1
rpcport=3333

Then you make your call using curl like this:

curl --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "walletpassphrase", "params": ["<yourwalletpassword>", 99999, true] }' -H 'content-type: text/plain;' http://<rpcuser>:<rpcpassword>@127.0.0.1:3333


Cheesy
Please send them to this stealth address:
cYBjoey3EfezH2qJDekP4QHiB6zhEykt2BifBVcGgET3GPDbRFsSsxjNg9XXaR2ywzfnnQwvbqkJoRZ pjiHCLYe7UCTot36TMTB1jb

Gracias

Edit: And double Gracias because I learned something new today Cheesy

Edit2: ["<yourwalletpassword>", 99999, true]
99999 : timeout
true : for staking only
Probably shoulda mentioned this is on a windows machine but I can't get this to work even using a batch file. Might just have to give up on this little endeavor.

You start the wallet and AFTER the wallet is running you execute the curl command. You do have to install curl on windows. And create a scheduled task to run after boot. Give a little time like 5 mins. And that should do it.


Edit: And obviously, if you have more than one wallet running , your RPC port should be different for each wallet.
Still haven't tried it yet, or know if I will even end up using it if I do try and get it to work as I'm looking at diff ideas. One of which involves a Linux install to which I keep trying to find out from IGS if we will get one.

That being said... regardless of whether it does or doesn't work, I went ahead and sent the 50.

Status: 0/unconfirmed, broadcast through 2 node(s)
Date: 7/3/2015 07:49
To: BEknV7Y8v1Qt62PEKfw3F462nwgdRnqsAm
Debit: -50.00 BUCKS
Debit: -0.00000001 BUCKS
Transaction fee: -0.01 BUCKS
Net amount: -50.01000001 BUCKS
Transaction ID: ec8605268b29cdcb895dd9113546d0c6f42b4013d36fbb0f0fc0ba2288373704-000
335  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] GorillaBucks [BUCKS] | GorillaBand Masternodes 50/50 Split | Cloud Staking on: July 03, 2015, 05:46:39 AM
So much material to sift through. My question probably already answered. Is it true that I can lock my wallet up and my GB will still work?
Jury is out on that but my personal belief is that you need to have it "unlocked for staking" for it to operate properly.

Others would say you just need to unlock it the one time when its started though.
336  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] GorillaBucks [BUCKS] | GorillaBand Masternodes 50/50 Split | Cloud Staking on: July 03, 2015, 03:18:15 AM
Quick update on the status of GorillaEx, we are getting ready to start expanding

https://twitter.com/PurePoS/status/616728366490775552

Something else should, for GorillaBucks, specifically, be ready for limited public testing by Saturday
Linux install I hope lol
337  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] GorillaBucks [BUCKS] | GorillaBand Masternodes 50/50 Split | Cloud Staking on: July 02, 2015, 08:46:36 PM
@IGS

I gotta go to work but please let me know if you have any insight as to my last reply above.

Seems like it's the other catching up now and the primary winner from before lagging behind. Will check when I'm home here in about ~6hrs or so... maybe a bit sooner if I'm lucky.

Ty.
338  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] GorillaBucks [BUCKS] | GorillaBand Masternodes 50/50 Split | Cloud Staking on: July 02, 2015, 06:18:21 PM
Hey IGS, running in to this again...

https://bitcointalk.org/index.php?topic=1059159.msg11769061#msg11769061

Both are connected and up and earning so I'm wondering if it's some sort of queuing issue. Weird though because it's the same thing with node 2 being the bigger earner and I did the start from scratch deal which even included me wiping out the entire chain and starting new.



339  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] GorillaBucks [BUCKS] | GorillaBand Masternodes 50/50 Split | Cloud Staking on: July 02, 2015, 07:29:26 AM
If you do set it up for BUCKS, you should write down your steps and I'll format it like the guide I have now
I'll work on that but trying to find out if you can have two remote MN's off one local wallet. Not looking like it less I'm reading in to this wrong.

But ya, what about a Linux installion for BUCKS ?

What I'm reading uses wget etc to grab and install the linux on the remote machine.
340  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] GorillaBucks [BUCKS] | GorillaBand Masternodes 50/50 Split | Cloud Staking on: July 02, 2015, 07:07:57 AM
I found one guide that might work, which mentioned linux remote and windows local.

I could have a cloud based VPS I can use but not sure what to do about the remote client, when will there be a LINUX version ? Or will there ?
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 [17] 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 ... 98 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!