worldinacoin
|
|
September 21, 2011, 10:20:01 AM |
|
BTW is there any step by step instructions on mining Geist Geld with linuxcoin? the current binaries seem to be for Windows only
|
|
|
|
ama
|
|
September 21, 2011, 01:14:02 PM |
|
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
Activity: 112
Merit: 11
Hillariously voracious
|
|
September 21, 2011, 01:34:22 PM |
|
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 Feed the Lolcust! NMC: N6YQFkH9Gn9CTm4mpGwuLB5zLzqWTWFw67 BTC: 15F8xbgRBA1XZ4hmtdFDUasroa2A5rYg8M GEG: gK5Lx6ypWgr69Gw9yGzE6dsA7kcuCRZRK
|
|
|
ama
|
|
September 21, 2011, 01:48:34 PM |
|
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
|
|
September 21, 2011, 01:57:41 PM |
|
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
|
|
September 21, 2011, 02:05:09 PM |
|
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
Activity: 112
Merit: 11
Hillariously voracious
|
|
September 21, 2011, 02:12:51 PM |
|
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 Feed the Lolcust! NMC: N6YQFkH9Gn9CTm4mpGwuLB5zLzqWTWFw67 BTC: 15F8xbgRBA1XZ4hmtdFDUasroa2A5rYg8M GEG: gK5Lx6ypWgr69Gw9yGzE6dsA7kcuCRZRK
|
|
|
ama
|
|
September 21, 2011, 02:18:00 PM |
|
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
Activity: 112
Merit: 11
Hillariously voracious
|
|
September 21, 2011, 02:25:35 PM |
|
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 Feed the Lolcust! NMC: N6YQFkH9Gn9CTm4mpGwuLB5zLzqWTWFw67 BTC: 15F8xbgRBA1XZ4hmtdFDUasroa2A5rYg8M GEG: gK5Lx6ypWgr69Gw9yGzE6dsA7kcuCRZRK
|
|
|
worldinacoin
|
|
September 21, 2011, 02:27:22 PM |
|
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
|
|
September 21, 2011, 02:32:02 PM |
|
It's working for me, without the trailing / : ggd -datadir=/home/ama/.gg
|
|
|
|
ama
|
|
September 21, 2011, 02:41:23 PM |
|
It's working for me, without the trailing / : 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.gitAnd 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
|
|
September 21, 2011, 02:46:45 PM |
|
0:0, so there doesn't seem to be neither real need nor interest in the blockexplorer for GG. 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
|
|
September 21, 2011, 02:48:46 PM |
|
I took the generated bitcoind, moved it to ~ and renamed it. I'm calling it with ~$./ggd -datadir=/home/ama/.gg & In your .gg/bitcoin.conf, check both port & rpcport. Out of ideas...
|
|
|
|
ama
|
|
September 21, 2011, 02:53:13 PM |
|
I took the generated bitcoind, moved it to ~ and renamed it. I'm calling it with ~$./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
Activity: 34
Merit: 0
|
|
September 21, 2011, 02:54:01 PM |
|
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
Activity: 112
Merit: 11
Hillariously voracious
|
|
September 21, 2011, 03:05:04 PM |
|
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 Feed the Lolcust! NMC: N6YQFkH9Gn9CTm4mpGwuLB5zLzqWTWFw67 BTC: 15F8xbgRBA1XZ4hmtdFDUasroa2A5rYg8M GEG: gK5Lx6ypWgr69Gw9yGzE6dsA7kcuCRZRK
|
|
|
ama
|
|
September 21, 2011, 03:10:15 PM |
|
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
Activity: 112
Merit: 11
Hillariously voracious
|
|
September 21, 2011, 03:15:53 PM |
|
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 Feed the Lolcust! NMC: N6YQFkH9Gn9CTm4mpGwuLB5zLzqWTWFw67 BTC: 15F8xbgRBA1XZ4hmtdFDUasroa2A5rYg8M GEG: gK5Lx6ypWgr69Gw9yGzE6dsA7kcuCRZRK
|
|
|
ama
|
|
September 21, 2011, 03:23:55 PM |
|
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.
|
|
|
|
|