Bitcoin Forum
April 19, 2024, 10:34:27 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
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 »
  Print  
Author Topic: [ANNOUNCE] New alternate cryptocurrency - Geist Geld  (Read 74113 times)
worldinacoin
Hero Member
*****
Offline Offline

Activity: 756
Merit: 500



View Profile
September 21, 2011, 10:20:01 AM
 #421

BTW is there any step by step instructions on mining Geist Geld with linuxcoin?  the current binaries seem to be for Windows only
1713566067
Hero Member
*
Offline Offline

Posts: 1713566067

View Profile Personal Message (Offline)

Ignore
1713566067
Reply with quote  #2

1713566067
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
ama
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile WWW
September 21, 2011, 01:14:02 PM
 #422

How do you run GEG with the same user on the same box as you also run Bitcoin on Unix?  I've downloaded the sources with git, compiled them and when running the daemon, even indicating a different --datadir and port (8335) it seems to connect to the Bitcoin network.  Are there any documentation on how to run both simultaneously, please?

Lolcust (OP)
Member
**
Offline Offline

Activity: 112
Merit: 11

Hillariously voracious


View Profile
September 21, 2011, 01:34:22 PM
 #423

How do you run GEG with the same user on the same box as you also run Bitcoin on Unix?  I've downloaded the sources with git, compiled them and when running the daemon, even indicating a different --datadir and port (8335) it seems to connect to the Bitcoin network.  Are there any documentation on how to run both simultaneously, please?

A different datadir should force it to do everything okay.

Create your datadir. Make sure it's empty. put Geist's config there. Start geist with -datadir="path_to_datadir"

Do not pass port as startup option - config should be taking care of that.

If you did everything right, it will creater a testnet folder in the datadir which you specified and connect to channel #geistgeld00

Geist Geld, the experimental cryptocurrency, is ready for yet another SolidCoin collapse Wink

Feed the Lolcust!
NMC: N6YQFkH9Gn9CTm4mpGwuLB5zLzqWTWFw67
BTC: 15F8xbgRBA1XZ4hmtdFDUasroa2A5rYg8M
GEG: gK5Lx6ypWgr69Gw9yGzE6dsA7kcuCRZRK
ama
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile WWW
September 21, 2011, 01:48:34 PM
 #424

Create your datadir. Make sure it's empty. put Geist's config there. Start geist with -datadir="path_to_datadir"

Do not pass port as startup option - config should be taking care of that.

If you did everything right, it will creater a testnet folder in the datadir which you specified and connect to channel #geistgeld00

It doesn't seem to:

~$ ggd -datadir=.gg/
Bitcoin: Unable to bind to port 8333 on this computer.  Bitcoin is probably already running.

That's why I also try seting the port on the command line.

ArtForz
Sr. Member
****
Offline Offline

Activity: 406
Merit: 257


View Profile
September 21, 2011, 01:57:41 PM
 #425

Create your datadir. Make sure it's empty. put Geist's config there. Start geist with -datadir="path_to_datadir"

Do not pass port as startup option - config should be taking care of that.

If you did everything right, it will creater a testnet folder in the datadir which you specified and connect to channel #geistgeld00

It doesn't seem to:

~$ ggd -datadir=.gg/
Bitcoin: Unable to bind to port 8333 on this computer.  Bitcoin is probably already running.

That's why I also try seting the port on the command line.
use the full path to datadir

bitcoin: 1Fb77Xq5ePFER8GtKRn2KDbDTVpJKfKmpz
i0coin: jNdvyvd6v6gV3kVJLD7HsB5ZwHyHwAkfdw
ama
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile WWW
September 21, 2011, 02:05:09 PM
 #426

use the full path to datadir

I also had tried that.  It does not make any difference:

:~$ ggd -datadir=/home/ama/.gg/
Bitcoin: Unable to bind to port 8333 on this computer.  Bitcoin is probably already running.

Lolcust (OP)
Member
**
Offline Offline

Activity: 112
Merit: 11

Hillariously voracious


View Profile
September 21, 2011, 02:12:51 PM
 #427

Um, did you try putting quotes?

:~$ ggd -datadir="/home/ama/.gg/" ?

Maybe try using a different  datadir name, one with no dot in it (random suggestion) ?

Geist Geld, the experimental cryptocurrency, is ready for yet another SolidCoin collapse Wink

Feed the Lolcust!
NMC: N6YQFkH9Gn9CTm4mpGwuLB5zLzqWTWFw67
BTC: 15F8xbgRBA1XZ4hmtdFDUasroa2A5rYg8M
GEG: gK5Lx6ypWgr69Gw9yGzE6dsA7kcuCRZRK
ama
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile WWW
September 21, 2011, 02:18:00 PM
 #428

Um, did you try putting quotes?

:~$ ggd -datadir="/home/ama/.gg/" ?

Maybe try using a different  datadir name, one with no dot in it (random suggestion) ?

It'd be the first program (and *coin) needing either quotes or a non-hidden directory.

~$ ggd -daemon -datadir="/home/ama/gg/"
Bitcoin: Unable to bind to port 8333 on this computer.  Bitcoin is probably already running.

Lolcust (OP)
Member
**
Offline Offline

Activity: 112
Merit: 11

Hillariously voracious


View Profile
September 21, 2011, 02:25:35 PM
 #429

Hm, could you post the contents of the config you are using with Geist to www.pastebin.com ?

Geist Geld, the experimental cryptocurrency, is ready for yet another SolidCoin collapse Wink

Feed the Lolcust!
NMC: N6YQFkH9Gn9CTm4mpGwuLB5zLzqWTWFw67
BTC: 15F8xbgRBA1XZ4hmtdFDUasroa2A5rYg8M
GEG: gK5Lx6ypWgr69Gw9yGzE6dsA7kcuCRZRK
worldinacoin
Hero Member
*****
Offline Offline

Activity: 756
Merit: 500



View Profile
September 21, 2011, 02:27:22 PM
 #430

Let me try the suggestions out 2mor, am also very interested to see GG coins work in Linux.  Hopefully I will have some good news for you
thirdlight
Sr. Member
****
Offline Offline

Activity: 445
Merit: 250



View Profile
September 21, 2011, 02:32:02 PM
 #431

It's working for me, without the trailing / :
Code:
ggd -datadir=/home/ama/.gg

ama
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile WWW
September 21, 2011, 02:41:23 PM
 #432

It's working for me, without the trailing / :
Code:
ggd -datadir=/home/ama/.gg

It does not make any difference.  It shouldn't anyway.  I always add the trailing end to directory paths.

~$ ggd -daemon -datadir=/home/ama/.gg
Bitcoin: Unable to bind to port 8333 on this computer.  Bitcoin is probably already running.

It seems like I was running the Bitcoin binary instead of the GEG one.  But I clone the sources directory with:

git clone https://github.com/Lolcust/GeistGeld.git

And compiled inside of the GeistGeld/src.  I got a binary called 'bitcoind', though.

I followed the same procedure I follow to compile Bitcoin, Namecoin, Solidcoin, I0coin, and Ixcoin.  I've compiled all of the several times and I never had any problem.  Is there something special I need to do for GEG which is different of the rest, please?

ama
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile WWW
September 21, 2011, 02:46:45 PM
 #433

Is there real interest in a blockexplorer-like site for Geist Geld?  Help me decide if I should set it up!     Grin

Yes: 16p7hr3nKhFrKz3qn2cg3Q3buEgr5yPnU9
No: 1H51nfR4V83dhy9niUZjjXigVVYeX14qZ9

0:0, so there doesn't seem to be neither real need nor interest in the blockexplorer for GG.   Grin

I think there is interest.
The problem is people don't like to pay for voting.
If you set up geist blockexplorer though, I would be glad to donate once it's up.
And maybe Lolcust can offer a bounty?

Well, it wasn't really voting.  As someone said, nobody could find any reason to vote for no.  It was more of a funny way of asking for donations to set it up.

A bounty would be motivating, since simply getting the daemon to run seems to te to be orders of magnitud more complicated than running the other *coins.

thirdlight
Sr. Member
****
Offline Offline

Activity: 445
Merit: 250



View Profile
September 21, 2011, 02:48:46 PM
 #434

I took the generated bitcoind, moved it to ~ and renamed it. I'm calling it with
Code:
~$./ggd -datadir=/home/ama/.gg &

In your .gg/bitcoin.conf, check both port & rpcport.

Out of ideas...

ama
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile WWW
September 21, 2011, 02:53:13 PM
 #435

I took the generated bitcoind, moved it to ~ and renamed it. I'm calling it with
Code:
~$./ggd -datadir=/home/ama/.gg &

In your .gg/bitcoin.conf, check both port & rpcport.

Out of ideas...

I don't have any port or rpcport set.  Somebody said before using a different directory would take care of that.  I never set a port or a rpcport either for any of the other five chains.  Is it necesary to do it for this one?  If so, what are the port and rpcport numbers for it?

zillagod
Newbie
*
Offline Offline

Activity: 34
Merit: 0



View Profile
September 21, 2011, 02:54:01 PM
 #436

I started getting a few of these this morning:

ProcessBlock: ORPHAN BLOCK, prev=00000000000049aaab5e
ProcessBlock: ORPHAN BLOCK, prev=0000000001b0b1aa5309
ProcessBlock: ORPHAN BLOCK, prev=00000000016e2617943a
ProcessBlock: ORPHAN BLOCK, prev=0000000001aa515daf6a
ProcessBlock: ORPHAN BLOCK, prev=0000000001acdbf89780
ProcessBlock: ORPHAN BLOCK, prev=0000000001c23469de6c

I have the log piped to a text file if you want it.
Lolcust (OP)
Member
**
Offline Offline

Activity: 112
Merit: 11

Hillariously voracious


View Profile
September 21, 2011, 03:05:04 PM
 #437


I don't have any port or rpcport set.  

That is not normal, default Geist config should have both of those.

Geist is different in how it handles stuff from config (due to being a Multicoin fork) and thus some values (port, portlisten, ntp, enablefullretarget and many others) need to be there.

Please see "default" Geist config, it's in the Config+Blockchain folder that should have gotten fetched from Git, and also in the Git source's root

I started getting a few of these this morning:

ProcessBlock: ORPHAN BLOCK, prev=00000000000049aaab5e
ProcessBlock: ORPHAN BLOCK, prev=0000000001b0b1aa5309
ProcessBlock: ORPHAN BLOCK, prev=00000000016e2617943a
ProcessBlock: ORPHAN BLOCK, prev=0000000001aa515daf6a
ProcessBlock: ORPHAN BLOCK, prev=0000000001acdbf89780
ProcessBlock: ORPHAN BLOCK, prev=0000000001c23469de6c

I have the log piped to a text file if you want it.

Please PM it to me

Geist Geld, the experimental cryptocurrency, is ready for yet another SolidCoin collapse Wink

Feed the Lolcust!
NMC: N6YQFkH9Gn9CTm4mpGwuLB5zLzqWTWFw67
BTC: 15F8xbgRBA1XZ4hmtdFDUasroa2A5rYg8M
GEG: gK5Lx6ypWgr69Gw9yGzE6dsA7kcuCRZRK
ama
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile WWW
September 21, 2011, 03:10:15 PM
 #438

Hm, could you post the contents of the config you are using with Geist to www.pastebin.com ?

It's short enough to paste it here:

~$ cat .gg/bitcoin.conf
rpcuser=user
rpcpassword=password

I use equivalent files for all the *coin.

Lolcust (OP)
Member
**
Offline Offline

Activity: 112
Merit: 11

Hillariously voracious


View Profile
September 21, 2011, 03:15:53 PM
 #439

Hm, could you post the contents of the config you are using with Geist to www.pastebin.com ?

It's short enough to paste it here:

~$ cat .gg/bitcoin.conf
rpcuser=user
rpcpassword=password

I use equivalent files for all the *coin.

Well, that kills the Geist.

It's a multicoin fork, so it takes a lot of vital stuff (including Genesis block properties) from config.

I guess I will make that very explicit in first post and on site lol.

Use default config supplied with sources (though you might want to change rpc username and password)

Geist Geld, the experimental cryptocurrency, is ready for yet another SolidCoin collapse Wink

Feed the Lolcust!
NMC: N6YQFkH9Gn9CTm4mpGwuLB5zLzqWTWFw67
BTC: 15F8xbgRBA1XZ4hmtdFDUasroa2A5rYg8M
GEG: gK5Lx6ypWgr69Gw9yGzE6dsA7kcuCRZRK
ama
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile WWW
September 21, 2011, 03:23:55 PM
 #440

It's a multicoin fork, so it takes a lot of vital stuff (including Genesis block properties) from config.

I guess I will make that very explicit in first post and on site lol.

Use default config supplied with sources (though you might want to change rpc username and password)

Please do so.  I don't think it's stated anywhere easy enough to find for someone new to the chain.  I'd say it's kind of logical to think it works like all the other 5 popular chains, isn't it?

It seems to be working now, although, unlike any other chain, it's throwing hundreds of lines of text into the console.

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 »
  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!