Bitcoin Forum
June 21, 2024, 08:56:47 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: GRouPcoin on: August 30, 2013, 01:18:31 PM
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

2  Alternate cryptocurrencies / Altcoin Discussion / Re: i0coin give away promotion - [50 Coins per person][0.003125 BTC FREE] on: August 29, 2013, 07:36:29 PM
btc: 1A8NtQP64hRuMNbBR3h1WAu2PaPnXNQShH
i0c: jHv7v8T8zhDb9bxhEkJQyYCh7TAojXQ3bU

YAY, Thanks!  Cheesy
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: GRouPcoin on: August 29, 2013, 07:16:35 PM
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)?
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: GRouPcoin on: August 29, 2013, 04:50:39 PM
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.
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: GRouPcoin on: August 28, 2013, 04:42:51 PM
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
6  Other / Beginners & Help / Re: cgminer how to enable CPU mining on top of GPU? on: May 04, 2013, 01:26:32 PM
I fear this (quoted from here):
Quote
Q: What happened to CPU mining?
A: Being increasingly irrelevant for most users, and a maintenance issue, it is
no longer under active development and will not be supported. No binary builds
supporting CPU mining will be released. Virtually all remaining users of CPU
mining are as back ends for illegal botnets. The main reason cgminer is being
inappopriately tagged as a virus by antivirus software is due to the trojans
packaging a CPU mining capable version of it. There is no longer ANY CPU mining
code in cgminer. If you are mining bitcoin with CPU today, you are spending
1000x more in electricity costs than you are earning in bitcoin.

I find it quite annoying too and I don't operate a botnet... Sad

EDIT: Seems to be still in Version 2.10
7  Alternate cryptocurrencies / Altcoin Discussion / Re: Ripple Giveaway! on: April 26, 2013, 04:06:12 PM
Yay got some, thanks for the free XRP!  Cool
8  Alternate cryptocurrencies / Altcoin Discussion / Re: Ripple Giveaway! on: April 24, 2013, 10:59:21 PM
rPei9Cw2UScL4gyhxUq2kgrAvYXG34pjLA
9  Bitcoin / Pools / Re: [1400 GH/s] Slush's Pool (mining.bitcoin.cz); Now LP&Ntime, NMC merged mining on: October 17, 2011, 12:35:12 AM
Lol, sorry for being so impatient despite me knowing you got a heap to process, all looks fine again.
Thanks for all your hard work making an even greater pool!
10  Bitcoin / Pools / Re: [1400 GH/s] Slush's Pool (mining.bitcoin.cz); Now LP&Ntime, NMC merged mining on: October 17, 2011, 12:12:51 AM
I can see the NMC pending in my account but the bitcoin pending amount keeps decreasing without the confirmed amount increasing
same here  Undecided
11  Other / Beginners & Help / Re: Blocks stays on 0 in my client on: October 08, 2011, 03:42:09 PM
lol, np glad I could help. Cheers!
12  Other / Beginners & Help / Re: Blocks stays on 0 in my client on: October 06, 2011, 07:50:31 PM
Hmm, since it displays 8 connections I'm guessing it's not your firewall/router blocking (at least) outgoing connections of the btc client.

You could try a completely fresh install. Again, make sure you got your wallet.dat backed up and rename/delete your bitcoin data directory, start (maybe even redownload it first) the btc client and check if you get some blocks.
13  Other / Beginners & Help / Re: Blocks stays on 0 in my client on: October 06, 2011, 03:26:09 PM
That's odd... Is this a fresh Bitcoin install and what version are you using? And on what OS?

There are a few command-line options you could try, mainly -rescan or -checkblocks, although I never had to use them myself (yet) so maybe backup your wallet.dat beforehand. You can also check on all the options for the client here.
14  Other / Beginners & Help / Re: Blocks stays on 0 in my client on: October 06, 2011, 12:29:25 PM
What does the block count in the status bar at the bottom say? If this stays at 0 or below the block number your transaction is included in you won't see them.

Normally it should increase (although quite slowly) even if you don't have port 8333 forwarded (or opened in your firewall) to the computer your bc client runs on. And even if the bc client can't establish a connection to the irc network to find new nodes it comes with some build in nodes, that's were you get the 8 connections from, iirc.

If your block count stays at 0 it could be that you have no internet connection at all.
15  Other / Beginners & Help / Re: DialCoin.com - Bitcoins in 30 seconds, worldwide. on: October 06, 2011, 07:56:23 AM
I think this is a great idea. I hope that you add Germany soon to the supported countries and that you find some attractive pricing models.
+1
16  Other / Beginners & Help / Re: Sourcing bitcoins on: October 05, 2011, 06:30:15 PM
Another alternative would be to buy with Ukash or Paysafecards which you can obtain anonymously at i.e. gas stations.

It seems like btc-e.com is accepting Ukash and virwox.com Paysafecards. Then send them to your Instawallet, Strongcoin or local BC client always whilst connected through tor or better a vpn + tor.

Although fees could be a killer...
17  Other / Beginners & Help / Re: How much do you have invested in bitcoins? on: October 05, 2011, 02:49:28 PM
Just gotten into the Bitcoin mining game about 2 weeks back and have obviously missed the high times of the coin (they'll be back, I can feel it!) but I find the whole concept very intriguing.

Spent about 800€ for my rig (no open frame case or build into a shopping basket, not that there's anything wrong with that Wink just wasn't an option here). 2x 5830 + 2x 5850, still waiting for the 5850's to arrive so right now I've been mining with ~640 mh/s for a couple of days and I already am at a total of ~3.5 BCs. Cheesy

Did a lot of research until I considered building a rig of my own and for me it's not about the money (or breaking even anytime soon), well of course it is too but mainly the journey is its own reward building a rig generating currency. I wouldn't complain though if rates were going back up there to the $30 mark.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!