Pages:
Author

Topic: Where is i0coin / ixcoin? (Read 3043 times)

sr. member
Activity: 362
Merit: 250
March 07, 2012, 10:35:44 AM
#25
http://zenitur.narod.ru/i0coind-0.3.25.9-x86-linux.tar.lzma

This is a dynamic Linux binary compiled with Boost 1.42 and Db4.6++. Was not tested in other library versions, but I think it is not depend of libraries.

Code:
kanotix@Kanotix:~/1$ file i0coind
i0coind: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.18, stripped
kanotix@Kanotix:~/1$ ldd i0coind
        linux-gate.so.1 =>  (0x00ea1000)
        libgthread-2.0.so.0 => /usr/lib/libgthread-2.0.so.0 (0x0035b000)
        libz.so.1 => /usr/lib/libz.so.1 (0x009f0000)
        libdl.so.2 => /lib/libdl.so.2 (0x00a62000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x0066a000)
        libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x001de000)
        libm.so.6 => /lib/libm.so.6 (0x00436000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x007b6000)
        libc.so.6 => /lib/libc.so.6 (0x004e7000)
        librt.so.1 => /lib/librt.so.1 (0x004a8000)
        libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0x00110000)
        /lib/ld-linux.so.2 (0x004cb000)
        libpcre.so.3 => /usr/lib/libpcre.so.3 (0x0078a000)
kanotix@Kanotix:~/1$

I don't know minimal version of GCC or libstdc++ in your system to run this file. I think, GCC 4.3 or 4.4.
sr. member
Activity: 459
Merit: 250
March 06, 2012, 08:59:53 AM
#24
I still have my coiledcoin windows directory & source zipped if anyone wants it..

http://www.funkymonkey.org/cryptocurrency/coiledcoin.zip
legendary
Activity: 2940
Merit: 1090
March 06, 2012, 01:41:51 AM
#23
Groupcoin, coiledcoin... are those still around?

How to "git clone" and install those two?!

For coiledcoin I just tried git pull to see if it would tell me where the repo is that I cloned it from and it got an error:

fatal: https://github.com/makomk/coiledcoin.git/info/refs not found: did you run git update-server-info on the server?

So maybe the repo no longer exists or something.

GRouPcoin is where it has always been: http://sourceforge.net/projects/galacticmilieu/files/

Once you get GRouPcoin set up with an incoming port it could help to tell me the IP address so I can have mine deliberately reach out to it.

-MarkM-
legendary
Activity: 1204
Merit: 1000
฿itcoin: Currency of Resistance!
March 06, 2012, 01:14:39 AM
#22
Groupcoin, coiledcoin... are those still around?

How to "git clone" and install those two?!
legendary
Activity: 2086
Merit: 1031
March 06, 2012, 12:47:28 AM
#21
Groupcoin, coiledcoin... are those still around?
legendary
Activity: 2940
Merit: 1090
March 05, 2012, 04:04:34 AM
#20
They allow merged mining so are basically free to mine. I use p2pool to mine bitcoins as primary and at the same time as freebies on the side I merged mine namecoin, devcoin, groupcoin, coiledcoin, i0coin and ixcoin. Before I got p2pool set up to do my own merged mining I used doublec's bitparking merged mining pool, which didn't include groupcoin and coiledcoin but did have the rest of them.

So basically whatever the price they happen to be selling for on any exchanges there will likely always be people picking them up free by merged mining if only for the practical test of merged mining and to use them in games and such.

-MarkM-
legendary
Activity: 2086
Merit: 1031
March 05, 2012, 02:38:00 AM
#19
ixcoin and i0coin can be traded at https://vircurex.com/ . The price is also rissing (even exploding?  Grin -relatively speaking).

WTF, why has the BTC price of Ixcoins more than doubled since I last looked at it?

No clue, but yes, both Ixcoin & I0coin have gone up by a factor of 10 since a week ago... 

something happening with these currencies?
hero member
Activity: 525
Merit: 500
March 05, 2012, 01:46:37 AM
#18
Any I0Coin Explorer still around?
legendary
Activity: 1554
Merit: 1222
brb keeping up with the Kardashians
February 29, 2012, 12:41:38 PM
#17
ixcoin and i0coin can be traded at https://vircurex.com/ . The price is also rissing (even exploding?  Grin -relatively speaking).

WTF, why has the BTC price of Ixcoins more than doubled since I last looked at it?
newbie
Activity: 19
Merit: 0
February 29, 2012, 03:29:01 AM
#16
I am suprised ixcoin is still around. I have just under a thousand ixcoins. I can't even sell them

ixcoin and i0coin can be traded at https://vircurex.com/ . The price is also rissing (even exploding?  Grin -relatively speaking).
legendary
Activity: 2940
Merit: 1090
February 29, 2012, 01:58:24 AM
#15
I am suprised ixcoin is still around. I have just under a thousand ixcoins. I can't even sell them

Great, maybe that means people will actually have some around to use in games instead of turning them all into fiat.

I have actually seen a character named Ix on my "CrossCiv" server (reached via the client in my sig) who proposes to use Ix as his currency and maybe that of a whole civilisation of "Ixians"...

-MarkM-
sr. member
Activity: 362
Merit: 250
February 27, 2012, 04:27:54 PM
#14
Your version of miniupnp is incorrect. What version do you have installed? Try upgrading to the latest version.

I made it and saw another problem. Now it was compiled and downloading blocks. Thank you.

Edit: I edited 3 files.

net.cpp:

Code:
1316
-        int64 nBest = INT64_MIN;
+        int64 nBest = std::numeric_limits::min();

util.cpp:

Code:
135:

-    uint64 nRange = (UINT64_MAX / nMax) * nMax;
+    uint64 nRange = (std::numeric_limits::max() / nMax) * nMax;

wallet.cpp:

Code:
752:

-    coinLowestLarger.first = INT64_MAX;
+    coinLowestLarger.first = std::numeric_limits::max();
legendary
Activity: 1078
Merit: 1005
February 27, 2012, 04:07:22 PM
#13
Your version of miniupnp is incorrect. What version do you have installed? Try upgrading to the latest version.
sr. member
Activity: 362
Merit: 250
February 27, 2012, 03:50:33 PM
#12
Error in source code. Like this error in Bitcoin 0.4.0: https://bitcointalksearch.org/topic/solved-did-pull-cant-compile-due-to-miniupnpc-problems-6020

But it can't be fixed by solution from this page.

Code:
kanotix@Kanotix:~/doublec-i0coin-58c6cd8/src$ make -f makefile.unix i0coind
g++ -c -O2 -Wno-invalid-offsetof -Wformat -g -D__WXDEBUG__ -DNOPCH -DUSE_SSL -DUSE_UPNP=0 -fno-stack-protector -fstack-protector-all -Wstack-protector -Wl,-z,relro -Wl,-z,now -D_FORTIFY_SOURCE=2 -o obj/nogui/auxpow.o auxpow.cpp

...

g++ -c -O2 -Wno-invalid-offsetof -Wformat -g -D__WXDEBUG__ -DNOPCH -DUSE_SSL -DUSE_UPNP=0 -fno-stack-protector -fstack-protector-all -Wstack-protector -Wl,-z,relro -Wl,-z,now -D_FORTIFY_SOURCE=2 -o obj/nogui/net.o net.cpp
/usr/include/miniupnpc/upnpcommands.h:129: error: too many arguments to function ‘int UPNP_AddPortMapping(const char*, const char*, const char*, const char*, const char*, const char*, const char*, const char*)’
net.cpp:1100: error: at this point in file
net.cpp: In function ‘void ThreadOpenConnections2(void*)’:
net.cpp:1316: error: ‘INT64_MIN’ was not declared in this scope
make: *** [obj/nogui/net.o] Error 1
kanotix@Kanotix:~/doublec-i0coin-58c6cd8/src$

With solution:

Code:
kanotix@Kanotix:~/doublec-i0coin-58c6cd8/src$ make -f makefile.unix clean
rm -f i0coin i0coind test_i0coin
rm -f obj/*.o
rm -f obj/nogui/*.o
rm -f obj/test/*.o
rm -f headers.h.gch
kanotix@Kanotix:~/doublec-i0coin-58c6cd8/src$ make -f makefile.unix i0coind USE_UPNP=
g++ -c -O2 -Wno-invalid-offsetof -Wformat -g -D__WXDEBUG__ -DNOPCH -DUSE_SSL -fno-stack-protector -fstack-protector-all -Wstack-protector -Wl,-z,relro -Wl,-z,now -D_FORTIFY_SOURCE=2 -o obj/nogui/auxpow.o auxpow.cpp

...

g++ -c -O2 -Wno-invalid-offsetof -Wformat -g -D__WXDEBUG__ -DNOPCH -DUSE_SSL -fno-stack-protector -fstack-protector-all -Wstack-protector -Wl,-z,relro -Wl,-z,now -D_FORTIFY_SOURCE=2 -o obj/nogui/net.o net.cpp
net.cpp: In function ‘void ThreadOpenConnections2(void*)’:
net.cpp:1316: error: ‘INT64_MIN’ was not declared in this scope
make: *** [obj/nogui/net.o] Error 1
kanotix@Kanotix:~/doublec-i0coin-58c6cd8/src$

Edit: fixed by commit from Bitcoin project: https://github.com/bitcoin/bitcoin/issues/637
sr. member
Activity: 362
Merit: 250
February 27, 2012, 03:04:14 PM
#11
Request static Linux build of ixcoin and i0coin.
hero member
Activity: 540
Merit: 500
The future begins today
February 25, 2012, 09:02:48 AM
#10
Ixcoin.org is back up

You should fix the forum. It's full of spam bots  Roll Eyes
full member
Activity: 172
Merit: 283
Thomas Nasakioto
February 19, 2012, 01:35:45 PM
#9
Ixcoin.org is back up
full member
Activity: 172
Merit: 283
Thomas Nasakioto
February 17, 2012, 08:46:17 PM
#8
Ixcoin.org should be backup soon. In the meantime, you can always download the Ixcoin client here: http://sourceforge.net/projects/ixcoin/files/ixcoin-0.3.24.3/
legendary
Activity: 1204
Merit: 1000
฿itcoin: Currency of Resistance!
February 14, 2012, 09:00:58 AM
#7
I0coin:
 git clone git://github.com/kr105rlz/i0coin.git
This is ancient. See tiker's response for the correct location.

doublec,

 Can you help me... My i0coin daemon dies after a few hours... My ~/.i0coin/debug.log shows:

Code:
EXCEPTION: N5boost16exception_detail10clone_implINS0_19error_info_injectorINS_6system12system_errorEEEEE
Host not found (authoritative)
i0coin in ThreadOpenConnections()

 What can be?!

Thanks!
Thiago
legendary
Activity: 1204
Merit: 1000
฿itcoin: Currency of Resistance!
February 13, 2012, 10:28:32 PM
#6
I0coin:
 git clone git://github.com/kr105rlz/i0coin.git
This is ancient. See tiker's response for the correct location.

Thank you bro!!

I'm already running your version...  Cheesy

I'll update the P2Pool guide to enable i0coin merged mining too... ASAP...
Pages:
Jump to: