Bitcoin Forum
April 26, 2024, 09:28:21 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 [4] 5 6 7 8 9 10 11 12 »  All
  Print  
Author Topic: [GRP] GRouPcoin  (Read 28407 times)
SebastianJu
Legendary
*
Offline Offline

Activity: 2674
Merit: 1082


Legendary Escrow Service - Tip Jar in Profile


View Profile WWW
August 25, 2013, 12:14:35 PM
 #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.

Please ALWAYS contact me through bitcointalk pm before sending someone coins.
BitcoinCleanup.com: Learn why Bitcoin isn't bad for the environment
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714166901
Hero Member
*
Offline Offline

Posts: 1714166901

View Profile Personal Message (Offline)

Ignore
1714166901
Reply with quote  #2

1714166901
Report to moderator
1714166901
Hero Member
*
Offline Offline

Posts: 1714166901

View Profile Personal Message (Offline)

Ignore
1714166901
Reply with quote  #2

1714166901
Report to moderator
saltg3n
Newbie
*
Offline Offline

Activity: 17
Merit: 0



View Profile
August 28, 2013, 04:42:51 PM
 #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
SebastianJu
Legendary
*
Offline Offline

Activity: 2674
Merit: 1082


Legendary Escrow Service - Tip Jar in Profile


View Profile WWW
August 28, 2013, 08: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

Please ALWAYS contact me through bitcointalk pm before sending someone coins.
PatMan
Hero Member
*****
Offline Offline

Activity: 924
Merit: 1000


Watch out for the "Neg-Rep-Dogie-Police".....


View Profile WWW
August 29, 2013, 12:28:55 AM
 #64

Same here - typo somewhere in the description maybe?  Huh

"When one person is deluded it is called insanity - when many people are deluded it is called religion" - Robert M. Pirsig.  I don't want your coins, I want change.
Amazon UK BTC payment service - https://bitcointalk.org/index.php?topic=301229.0 - with FREE delivery!
http://www.ae911truth.org/ - http://rethink911.org/ - http://rememberbuilding7.org/
enginehead
Newbie
*
Offline Offline

Activity: 48
Merit: 0


View Profile
August 29, 2013, 09: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
PatMan
Hero Member
*****
Offline Offline

Activity: 924
Merit: 1000


Watch out for the "Neg-Rep-Dogie-Police".....


View Profile WWW
August 29, 2013, 09: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

"When one person is deluded it is called insanity - when many people are deluded it is called religion" - Robert M. Pirsig.  I don't want your coins, I want change.
Amazon UK BTC payment service - https://bitcointalk.org/index.php?topic=301229.0 - with FREE delivery!
http://www.ae911truth.org/ - http://rethink911.org/ - http://rememberbuilding7.org/
K1773R
Legendary
*
Offline Offline

Activity: 1792
Merit: 1008


/dev/null


View Profile
August 29, 2013, 09: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

[GPG Public Key]
BTC/DVC/TRC/FRC: 1K1773RbXRZVRQSSXe9N6N2MUFERvrdu6y ANC/XPM AK1773RTmRKtvbKBCrUu95UQg5iegrqyeA NMC: NK1773Rzv8b4ugmCgX789PbjewA9fL9Dy1 LTC: LKi773RBuPepQH8E6Zb1ponoCvgbU7hHmd EMC: EK1773RxUes1HX1YAGMZ1xVYBBRUCqfDoF BQC: bK1773R1APJz4yTgRkmdKQhjhiMyQpJgfN
PatMan
Hero Member
*****
Offline Offline

Activity: 924
Merit: 1000


Watch out for the "Neg-Rep-Dogie-Police".....


View Profile WWW
August 29, 2013, 10: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.

"When one person is deluded it is called insanity - when many people are deluded it is called religion" - Robert M. Pirsig.  I don't want your coins, I want change.
Amazon UK BTC payment service - https://bitcointalk.org/index.php?topic=301229.0 - with FREE delivery!
http://www.ae911truth.org/ - http://rethink911.org/ - http://rememberbuilding7.org/
enginehead
Newbie
*
Offline Offline

Activity: 48
Merit: 0


View Profile
August 29, 2013, 10: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
SebastianJu
Legendary
*
Offline Offline

Activity: 2674
Merit: 1082


Legendary Escrow Service - Tip Jar in Profile


View Profile WWW
August 29, 2013, 01:31:49 PM
 #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.

Please ALWAYS contact me through bitcointalk pm before sending someone coins.
CryptoBullion
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile
August 29, 2013, 03:23:14 PM
 #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....


Fold Proteins, earn cryptos! CureCoin. https://bitcointalk.org/index.php?topic=268556.0
CryptoPCS.com Prepaid phone refills, post paid phone payments, and bill payments https://bitcointalk.org/index.php?topic=285148.0
PatMan
Hero Member
*****
Offline Offline

Activity: 924
Merit: 1000


Watch out for the "Neg-Rep-Dogie-Police".....


View Profile WWW
August 29, 2013, 04:01:53 PM
 #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

"When one person is deluded it is called insanity - when many people are deluded it is called religion" - Robert M. Pirsig.  I don't want your coins, I want change.
Amazon UK BTC payment service - https://bitcointalk.org/index.php?topic=301229.0 - with FREE delivery!
http://www.ae911truth.org/ - http://rethink911.org/ - http://rememberbuilding7.org/
saltg3n
Newbie
*
Offline Offline

Activity: 17
Merit: 0



View Profile
August 29, 2013, 04:50:39 PM
 #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.
enginehead
Newbie
*
Offline Offline

Activity: 48
Merit: 0


View Profile
August 29, 2013, 05: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
saltg3n
Newbie
*
Offline Offline

Activity: 17
Merit: 0



View Profile
August 29, 2013, 07: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)?
K1773R
Legendary
*
Offline Offline

Activity: 1792
Merit: 1008


/dev/null


View Profile
August 30, 2013, 06:59:45 AM
 #76

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
Code:
make -f makefile.unix USE_UPNP=
this is way easier!

[GPG Public Key]
BTC/DVC/TRC/FRC: 1K1773RbXRZVRQSSXe9N6N2MUFERvrdu6y ANC/XPM AK1773RTmRKtvbKBCrUu95UQg5iegrqyeA NMC: NK1773Rzv8b4ugmCgX789PbjewA9fL9Dy1 LTC: LKi773RBuPepQH8E6Zb1ponoCvgbU7hHmd EMC: EK1773RxUes1HX1YAGMZ1xVYBBRUCqfDoF BQC: bK1773R1APJz4yTgRkmdKQhjhiMyQpJgfN
saltg3n
Newbie
*
Offline Offline

Activity: 17
Merit: 0



View Profile
August 30, 2013, 01:18:31 PM
 #77

Heh, disregard my previous babble, in the new makefile the "ifdef USE_UPNP" part is commented out, so it will always compile without upnp.

Yeah listen to K1773R, seems there's a reason for his avater Smiley this should work even with the original makefile (did not test it though)...

Quote from: K1773R
Code:
make -f makefile.unix USE_UPNP=
this is way easier!

...or use the new one, couldn't be arsed to really check the diffs, way too many posts for this coin already anyway. ;P

SebastianJu
Legendary
*
Offline Offline

Activity: 2674
Merit: 1082


Legendary Escrow Service - Tip Jar in Profile


View Profile WWW
September 01, 2013, 02:22:57 AM
 #78

Hm, i tried all the new commands but when i try the new make command i get this error:
Code:
~/Desktop/groupcoin/src $ make -f makefile.unix USE_UPNP=
make: wx-config: Command not found
g++ -c -O2 -Wno-invalid-offsetof -Wformat -g -D__WXDEBUG__ -DNOPCH -DFOURWAYSSE2 -DUSE_SSL  -DGUI -o obj/auxpow.o auxpow.cpp
In file included from auxpow.cpp:4:0:
headers.h:30:19: fatal error: wx/wx.h: No such file or directory
compilation terminated.
make: *** [obj/auxpow.o] Error 1

I then deleted the new makefile and reused the old but the errormessage remains. Does the files have to be in a special directory? Im using Mint 14 in VirtualBox if that matters.

Regarding Snowden... im not sure Linux will help there. When the NSA cant be stopped by the TOR-Network anymore, then reading that Germany is the country the NSA is working the most with and then read that Germany is the first country that literally legalizes Bitcoins i had to think of a connection. I mean who is Satoshi Nakamoto at all? He created a currency that is a party for agencies... Of course thats a conspiracy theory only. Smiley
The only possible security gain linux might give are missing backdoors and vulnerabilities. Which is a serious issue for sure when people dont have their money at a bank account anymore but instead in a wallet on their harddisc. I see many tears coming from that fact in the future.

Please ALWAYS contact me through bitcointalk pm before sending someone coins.
markm (OP)
Legendary
*
Offline Offline

Activity: 2940
Merit: 1090



View Profile WWW
September 01, 2013, 02:30:31 AM
 #79

Seems the default make target is the wxwidgets GUI not the groupcoind.

Building with the specific ancient version of wxwidgets that old code used is hard, even if you grab the exact right version of wxwidgets.

Trying specifying to make groupcoind or maybe even bitcoind if makefile wasn't hacked to change name of target from bitcoind to groupcoind.

Now that i0coin has been updated so nicely it is time anyway for all the other merged coins to update themselves based on the new i0coin code.

-MarkM-

Browser-launched Crossfire client now online (select CrossCiv server for Galactic  Milieu)
Free website hosting with PHP, MySQL etc: http://hosting.knotwork.com/
SebastianJu
Legendary
*
Offline Offline

Activity: 2674
Merit: 1082


Legendary Escrow Service - Tip Jar in Profile


View Profile WWW
September 01, 2013, 02:34:36 AM
 #80

Seems the default make target is the wxwidgets GUI not the groupcoind.

Building with the specific ancient version of wxwidgets that old code used is hard, even if you grab the exact right version of wxwidgets.

Trying specifying to make groupcoind or maybe even bitcoind if makefile wasn't hacked to change name of target from bitcoind to groupcoind.

Now that i0coin has been updated so nicely it is time anyway for all the other merged coins to update themselves based on the new i0coin code.

-MarkM-


Im not sure what you say but will you change makefile so that it works?

Please ALWAYS contact me through bitcointalk pm before sending someone coins.
Pages: « 1 2 3 [4] 5 6 7 8 9 10 11 12 »  All
  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!