Pages:
Author

Topic: [GRP] GRouPcoin - page 9. (Read 28430 times)

newbie
Activity: 17
Merit: 0
August 29, 2013, 02:16:35 PM
#75
Thank you salt,
started compiling then got the error below. I seem to remember compiling without upnp on other clients before. Is this an option?

Code:
g++ -c -O2 -Wno-invalid-offsetof -Wformat -g -D__WXDEBUG__ -DNOPCH -DFOURWAYSSE2 -DUSE_SSL -DUSE_UPNP=0 -o obj/nogui/net.o net.cpp
net.cpp:22:32: fatal error: miniupnpc/miniwget.h: No such file or directory
compilation terminated.
make: *** [obj/nogui/net.o] Error 1

Hm, with the new "makefile.unix" it should compile with "USE_UPNP:=-" hence disabling the use of UPNP libs.
Are you sure you're using the makefile from here: http://pastebin.com/ncnG57t8 (courtesy of pankkake)?
newbie
Activity: 48
Merit: 0
August 29, 2013, 12:35:29 PM
#74
Thank you salt,
started compiling then got the error below. I seem to remember compiling without upnp on other clients before. Is this an option?

Code:
g++ -c -O2 -Wno-invalid-offsetof -Wformat -g -D__WXDEBUG__ -DNOPCH -DFOURWAYSSE2 -DUSE_SSL -DUSE_UPNP=0 -o obj/nogui/net.o net.cpp
net.cpp:22:32: fatal error: miniupnpc/miniwget.h: No such file or directory
compilation terminated.
make: *** [obj/nogui/net.o] Error 1
newbie
Activity: 17
Merit: 0
August 29, 2013, 11:50:39 AM
#73
Quote
Code:
Unable to locate package libdb
Sorry for the late reply guys... yeah well that happens when I don't take note of every step (or don't have it in my bash history).  Cheesy
I understand not everyone can be a "penguine" and even I am faaar from an expert. But everyone should! *cough*snowden*cough*  Wink

Anyhow... yeah the errors should have been the result of a wrong package name.

Try:
Code:
sudo apt-get install libdb++-dev libssl-dev build-essential autoconf automake make nano

IIRC (there it is again) the C++ libs of BerkeleyDB should suffice. If you still get libdb errors try:
Code:
sudo apt-get install libdb-dev libdb++-dev libssl-dev build-essential autoconf automake make nano

The other compile errors should be a result from apt-get bailing out because of the missing package.
hero member
Activity: 924
Merit: 1000
Watch out for the "Neg-Rep-Dogie-Police".....
August 29, 2013, 11:01:53 AM
#72
Yup, it's not happening. I'd be happy with just a basic groupcoind - but it seems even that can't be done yet. I'll just wait & see if anyone comes up with any friendly, helpful suggestions in the meantime. Good luck....... Wink
sr. member
Activity: 266
Merit: 250
August 29, 2013, 10:23:14 AM
#71
so i compiled this "coin"... block chain was downloading... i managed to save my group coin addy and wallet.dat file to store for later use, and the client quit working shortly after... literally went from watching the blockchain download to "can not connect to server" error, i used the latest sourcecode. id be willing to share a few group coins if this code were cleaned up just a little bit more. just needs to be cleaned up enough to work so i can send and receive lol, but a windows qt would be nice  Wink

also saved the address.dat <<-- whats this file? not in other coin data dirs....

legendary
Activity: 2674
Merit: 1083
Legendary Escrow Service - Tip Jar in Profile
August 29, 2013, 08:31:49 AM
#70
please learn the basics... u need a compiler to compile code... so install a dev package
Code:
sudo apt-get install build-essential libdb++-dev

Not everyone is a penguin you know? And it looks like you didnt bother to read the tutorial. Your command is included as the first command. Except the order of options is important.
newbie
Activity: 48
Merit: 0
August 29, 2013, 05:25:18 AM
#69
Thanks K1773R. I'm trying to learn the basics! I done as you suggest. Now getting
Code:
~/groupcoin/src$ make -f makefile.unix groupcoind
g++ -c -O2 -Wno-invalid-offsetof -Wformat -g -D__WXDEBUG__ -DNOPCH -DFOURWAYSSE2 -DUSE_SSL -DUSE_UPNP=0 -o obj/nogui/auxpow.o auxpow.cpp
In file included from auxpow.cpp:4:0:
headers.h:37:28: fatal error: openssl/buffer.h: No such file or directory
compilation terminated.
make: *** [obj/nogui/auxpow.o] Error 1
hero member
Activity: 924
Merit: 1000
Watch out for the "Neg-Rep-Dogie-Police".....
August 29, 2013, 05:23:31 AM
#68
please learn the basics... u need a compiler to compile code... so install a dev package
Code:
sudo apt-get install build-essential libdb++-dev

Please learn the basics??!!   Cheesy Cheesy Cheesy  We were following a posted guide.

Thanks for the suggestion, but not for the derogatory remark. I'll try that.
legendary
Activity: 1792
Merit: 1008
/dev/null
August 29, 2013, 04:57:03 AM
#67
please learn the basics... u need a compiler to compile code... so install a dev package
Code:
sudo apt-get install build-essential libdb++-dev
hero member
Activity: 924
Merit: 1000
Watch out for the "Neg-Rep-Dogie-Police".....
August 29, 2013, 04:52:31 AM
#66
Yeah, I had that error too - forgot to mention.

I'd love to know how bitparking got it set up on their pool, maybe I'll try contacting them. Seems a bit strange having a coin you can mine but can't put in a wallet. Or trade. It must be possible  Huh
newbie
Activity: 48
Merit: 0
August 29, 2013, 04:31:34 AM
#65
Same error here. However I also had
Code:
E: Unable to locate package libdb
after the first apt-get command.

Then
Code:
:~/groupcoin/src$ make -f makefile.unix groupcoind
g++ -c -O2 -Wno-invalid-offsetof -Wformat -g -D__WXDEBUG__ -DNOPCH -DFOURWAYSSE2 -DUSE_SSL -DUSE_UPNP=0 -o obj/nogui/auxpow.o auxpow.cpp
make: g++: Command not found
make: *** [obj/nogui/auxpow.o] Error 127
hero member
Activity: 924
Merit: 1000
Watch out for the "Neg-Rep-Dogie-Police".....
August 28, 2013, 07:28:55 PM
#64
Same here - typo somewhere in the description maybe?  Huh
legendary
Activity: 2674
Merit: 1083
Legendary Escrow Service - Tip Jar in Profile
August 28, 2013, 03:09:25 PM
#63
Thanks for the tutorial. Im new to linux, only made little things till now with it. I now run linux mint on virtualbox.

I tried your command:

sudo apt-get install libdb libdb-dev libdb++ libdb++-dev libssl-dev build-essential autoconf automake make nano

Its working something but at the end its saying: E: Unable to locate package libdb

I copied your command again from your post to be sure i didnt made an error but it remains this way. When using make then it tells me:
Code:
~/Desktop/groupcoin/src $ make -f makefile.unix groupcoindg++ -I /usr/include/db4.8/ -w -c -O2 -Wno-invalid-offsetof -Wformat -g -D__WXDEBUG__ -DNOPCH -DFOURWAYSSE2 -DUSE_SSL -I/home/mint/Desktop/groupcoin/src -I/home/mint/Desktop/groupcoin/src/obj -o obj/nogui/auxpow.o auxpow.cpp
make: g++: Command not found
make: *** [obj/nogui/auxpow.o] Error 127
newbie
Activity: 17
Merit: 0
August 28, 2013, 11:42:51 AM
#62
Compiled and is running fine here on a Ubuntu Server 12.04.2 LTS.
Here are the steps I took (IIRC):

Get the source from the 1. post and unpack the tgz to a dir of your choosing and cd into it's src dir.
There replace the old makefile.unix whith the one from pankkake's post (thanks for that btw mate Smiley ).

Then issue (I unpacked the sources tgz in ~/coin):
Code:
sudo apt-get install libdb libdb-dev libdb++ libdb++-dev libssl-dev build-essential autoconf automake make nano
cd ~/coin/groupcoin/src/
make -f makefile.unix groupcoind

This should compile groupcoind without errors (if not, post your output please).
Next create a groupcoin.conf file (you can use mine, don't forget to set a username and password although only localhost connections are allowed -> http://pastebin.com/P9v9Lp1L) and start the groupcoin daemon:
Code:
mkdir ~/.groupcoin
nano ~/.groupcoin/groupcoin.conf
./groupcoind &

Now the daemon should run in the background and start to make connections and dl the blockchain, give it a min and issue:
Code:
./groupcoind getinfo

You should get some output of the status of the daemon.
Now, to display your grc address issue:
Code:
./groupcoind listreceivedbyaddress 0 true

To stop the daemon issue:
Code:
./groupcoin stop

Well, all pretty straightforward and for all other commands you can consult any of the *coin docs (bitcoin, namecoin, ...).
If you run into trouble, post your output.
Good luck!  Wink
legendary
Activity: 2674
Merit: 1083
Legendary Escrow Service - Tip Jar in Profile
August 25, 2013, 07:14:35 AM
#61
I yesterday tried installing the linux wallet on linux mint. We couldnt get it to work. I simply didnt find how to install or start anything. And the docs are for bitcoin wallet it seems.
I wonder how others get it to work. I mean you need such a wallet since i dont know a way to store or transfer groupcoins another way.
newbie
Activity: 39
Merit: 0
August 22, 2013, 09:11:06 AM
#60
Please can anyone post here link for linux/windows groucoin wallet? Roll Eyes
I believe there is none. And i wasnt able to install the linux one yet since its not my best known OS.

Or at least some "sudo" thing for ubuntu / xubuntu
legendary
Activity: 2674
Merit: 1083
Legendary Escrow Service - Tip Jar in Profile
August 22, 2013, 08:08:47 AM
#59
Please can anyone post here link for linux/windows groucoin wallet? Roll Eyes

I believe there is none. And i wasnt able to install the linux one yet since its not my best known OS.
newbie
Activity: 39
Merit: 0
August 21, 2013, 06:04:15 PM
#58
Please can anyone post here link for linux/windows groucoin wallet? Roll Eyes
legendary
Activity: 1820
Merit: 1001
August 16, 2013, 11:06:06 PM
#57
is their no groupcoin qt client for windows yet ?
legendary
Activity: 2674
Merit: 1083
Legendary Escrow Service - Tip Jar in Profile
August 16, 2013, 03:30:42 PM
#56
Thanks for the tip. Sounds interesting.

Groupcoin wallet?

Link? If you mean the first posts link with the 2 versions i downloaded it but my rpi cant extract it because it doesnt recognize the archive. I dont know how to install this on the rpi to get an address.
dont use *coind on a SD card (ie RPi) as SD cards start to fail fast...
also groupcoind uses somuch RAM, you couldnt run it

Ok, didnt know that. Then is there an alternative? At least vircurex doesnt offer such addresses. Is there a wallet? I would want to sell the coins anyway. And theres the next problem. Where to sell coins that arent traded? Will someone buy them at all?
OpenTransactions would help, check them out in the IRC channel and ask if someones want to buy them (if you dont want to use OpenTransactions)
Pages:
Jump to: