rsnel (OP)
|
|
August 05, 2013, 04:02:16 AM Last edit: December 15, 2013, 08:33:49 PM by rsnel |
|
Please upgrade to (at least) i0coin-0.8.3-2 (or current git HEAD, branch i0coin-0.8.x) as soon as possible. All old clients are on an unsafe, unsupported and mostly stale fork of the I0coin blockchain. The fork occured on September 10th.I0C (logo by Lightlord), our favourite non-premined, fully decentralised, merged minable altcoin is back. I0coin used to require a lot of memory, about 8.2GB. The updated version only uses about 250MB (fully synced). The problem was fixed by moving data from memory storage to disk storage (this data was almost never used, it just took up space). Technical details are in the git log. Merged minable means you can mine this coin for free while mining BTC. The new release is compatible with the old one, users using the old crashy and memory-hungry client will see the same blockchain as users of the new client. The old client is incompatible with the old client after block 895079, you should use the new client. Short instructions on how to join the network, and start merged mining with P2Pool: If you want to download binaries for windows or GNU/Linux, you can find release 0.8.6-1 on my i0coin website. The sourcecode is in a git repository on github. The recommended branch (currently i0coin-0.8.x) is automatically selected. If you want to compile the program yourself, do: $ git clone http://github.com/rsnel/i0coin/ $ cd i0coin/src $ make -f makefile.unix i0coind
create ~/.i0coin/i0coin.conf which contains server=1 daemon=1 rpcport=7332 rpcuser=i0coinrpc rpcpassword=SOME_PASSWORD_HERE port=7333 addnode=85.17.248.211:7333 addnone=198.154.60.61:7333 addnode=188.165.216.59:7333
Note, the seednodes are currenty hardcoded in the program, so the addnode= lines don't really do anything. Run the daemon and let it sync. At the start of this resurrection, there were about 848000 blocks in the blockchain. Please open incoming port 7333 in your firewall, the network needs externally reachable nodes to grow.Let's earn some coin with P2Pool. Miners that already are merged mining GG,NVC,IXC,DVC already know what to do. For the rest of us: $ git checkout https://github.com/forrestv/p2pool/ $ cd p2pool $ less README.md $ # install required packages, you did read the README didn't you? $ ./run_p2pool.py --give-author 1.0 \ --merged http://i0coinrpc:SOME_PASSWORD_HERE@localhost:7333/ \ BITCOINRPC_USERNAME BITCOINRPC_PASSWORD
If you point your miner to localhost:9332 you will earn BTC, it will be sent directly to your wallet. In addition, without extra cost, you will get free I0coins. If you want to earn yet more coins (like IXC,DVC,NMC), please see this excellent topic https://bitcointalk.org/index.php?topic=62842.0. After that you should be able to figure GG out yourself. Too much hassle? Check out http://mmpool.bitparking.com/pool/ (BTC 01.5% DGM, NMC/DVC/IXC/I0C ??!?!!? PPS) to see if, they have re-enabled I0C! I hope that, once there is enough mining power, exchanges will relist this likable coin. Updates:- bitparking has enabled support for I0C
- added seednode from pankkake, thanks!
- official binary release 0.8.3-1 http://i0coin.snel.it/
- this coin is officially not dead anymore (undead? )
- added DNSSeedNode i0seed.snel.it to current git (how it works)
- official binary release 0.8.3-2 http://i0coin.snel.it/ (please upgrade asap)
- official binary release 0.8.4-2 http://i0coin.snel.it/ (contains stability and DoS protection fixes from bitcoin)
- the hard fork has occured, I0coin is ready for primetime!
- official binary release 0.8.5-1 http://i0coin.snel.it/ (contains stability fixes from bitcoin)
- Vircurex has re-enabled I0coin, you can make an account there using my referral URL
- official binary release 0.8.6-1 http://i0coin.snel.it/ (contains misc fixes from bitcoin)
|
|
|
|
George5
Legendary
Offline
Activity: 1208
Merit: 1003
|
|
August 05, 2013, 08:39:03 AM |
|
Where do I download the client?
|
|
|
|
rsnel (OP)
|
|
August 05, 2013, 12:59:26 PM Last edit: August 05, 2013, 03:50:09 PM by rsnel |
|
Where do I download the client?
I've compiled a windows binary. It can be found in the 'updates' section of the announcement. Please test it. (note, it has no gui, it's just a system service, to communicate with it you run (in another terminal) "i0coind.exe getinfo", for example, or "i0coind.exe help" to see all commands) In "Application Data" there will be a directory called I0coin, in this directory you will find the file debug.log. See inside to know what i0coind.exe is doing. Greetings, Rik.
|
|
|
|
Lucko
|
|
August 06, 2013, 09:02:06 AM |
|
It would be really nice to have a GUI...
|
|
|
|
rsnel (OP)
|
|
August 06, 2013, 08:32:38 PM |
|
It would be really nice to have a GUI...
I will look into it.
|
|
|
|
Lucko
|
|
August 06, 2013, 08:52:03 PM |
|
Thanks!!!
|
|
|
|
ssateneth
Legendary
Offline
Activity: 1344
Merit: 1004
|
|
August 07, 2013, 01:44:38 AM |
|
It would be really nice to have a GUI...
|
|
|
|
purelithium
|
|
August 07, 2013, 02:15:42 AM |
|
It would be really nice to have a GUI...
|
Like my post? 1H7bfRYh7F89mfmFgsRCdn4awDaUHQmYqY
|
|
|
K1773R
Legendary
Offline
Activity: 1792
Merit: 1008
/dev/null
|
|
August 07, 2013, 09:00:32 AM |
|
I0C (logo by Lightlord), our favourite non-premined, fully decentralised, merged minable altcoin is back. I0coin used to require a lot of memory, about 8.2GB. The updated version only uses about 250MB (fully synced). The problem was fixed by moving data from memory storage to disk storage (this data was almost never used, it just took up space). Technical details are in the git log. Merged minable means you can mine this coin for free while mining BTC. The new release is compatible with the old one, users using the old crashy and memory-hungry client will see the same blockchain as users of the new client. Short instructions on how to join the network, and start merged mining with P2Pool: The sourcecode is in a git repository on github. The recommended branch (currently i0coin-0.8.x) is automatically selected. $ git clone http://github.com/rsnel/i0coin/ $ cd i0coin/src $ make -f makefile.unix i0coind
create ~/.i0coin/i0coin.conf which contains server=1 daemon=1 rpcport=7332 rpcuser=i0coinrpc rpcpassword=SOME_PASSWORD_HERE port=7333 addnode=85.17.248.211:7333 addnone=198.154.60.61:7333
Run the daemon and let it sync. Currently there are about 848000 blocks in the blockchain. Please open incoming port 7333 in your firewall, the network needs externally reachable nodes to grow.Let's earn some coin with P2Pool. Miners that already are merged mining GG,NVC,IXC,DVC already know what to do. For the rest of us: $ git checkout https://github.com/forrestv/p2pool/ $ cd p2pool $ less README.md $ # install required packages, you did read the README didn't you? $ ./run_p2pool.py --give-author 1.0 \ --merged http://i0coinrpc:SOME_PASSWORD_HERE@localhost:7333/ \ BITCOINRPC_USERNAME BITCOINRPC_PASSWORD
If you point your miner to localhost:9332 you will earn BTC, it will be sent directly to your wallet. In addition, without extra cost, you will get free I0coins. If you want to earn yet more coins (like IXC,DVC,NMC), please see this excellent topic https://bitcointalk.org/index.php?topic=62842.0 After that you should be able to figure GG out yourself. Too much hassle? Check out http://mmpool.bitparking.com/pool/ (BTC 0% DGM, NMC/DVC/IXC/I0C?!?! PPS) to see if they have re-enabled I0C! I hope that, once there is enough mining power, exchanges will relist this likable coin. Updates:thanks, going to add it to my p2pool again couldnt stand the memory hog :S now you should do it with CLC + GRC too, in case you want to and have enough time
|
[GPG Public Key]BTC/DVC/TRC/FRC: 1 K1773RbXRZVRQSSXe9N6N2MUFERvrdu6y ANC/XPM A K1773RTmRKtvbKBCrUu95UQg5iegrqyeA NMC: N K1773Rzv8b4ugmCgX789PbjewA9fL9Dy1 LTC: L Ki773RBuPepQH8E6Zb1ponoCvgbU7hHmd EMC: E K1773RxUes1HX1YAGMZ1xVYBBRUCqfDoF BQC: b K1773R1APJz4yTgRkmdKQhjhiMyQpJgfN
|
|
|
xorxor
|
|
August 07, 2013, 09:38:11 AM Last edit: August 07, 2013, 08:00:19 PM by xorxor |
|
just a notice:
i0coin was originally launched 2011! That means 25% 66% of all coins alre already mined. As for dead mergemined chain, it means mined for free @ zero diff.
It's a i25coin i66Coin now, not i0coin, if chain is not restarted.
|
fuck deeponion, fuck bitcoincash, all glory to one BITCOIN
|
|
|
K1773R
Legendary
Offline
Activity: 1792
Merit: 1008
/dev/null
|
|
August 07, 2013, 09:57:20 AM |
|
just a notice:
i0coin was originally launched 2011! That means 25% of all coins alre already mined. As for dead mergemined chain, it means mined for free @ zero diff.
It's a i25coin now, not i0coin, if chain is not restarted.
thats so wrong, this is just a fix for the stupidity of the original i0coin, this is not a different coin, just a fixed sourcebase!
|
[GPG Public Key]BTC/DVC/TRC/FRC: 1 K1773RbXRZVRQSSXe9N6N2MUFERvrdu6y ANC/XPM A K1773RTmRKtvbKBCrUu95UQg5iegrqyeA NMC: N K1773Rzv8b4ugmCgX789PbjewA9fL9Dy1 LTC: L Ki773RBuPepQH8E6Zb1ponoCvgbU7hHmd EMC: E K1773RxUes1HX1YAGMZ1xVYBBRUCqfDoF BQC: b K1773R1APJz4yTgRkmdKQhjhiMyQpJgfN
|
|
|
rsnel (OP)
|
|
August 07, 2013, 10:02:26 AM |
|
Hi All,
Thanks for all the positive reactions.
I am working on the GUI. Compilation in GNU/Linux is fixed (update availabe in git repository) and I replaced some bitcoin logo's by i0coin logos.
Next step is to setup a VM with windows to provide GUI binaries. Don't hold your breath...
Greetings,
Rik.
|
|
|
|
Cockeyed
Member
Offline
Activity: 73
Merit: 10
|
|
August 07, 2013, 10:05:31 AM |
|
This seems really cool. I am used to DOS, so using the command prompt is no problem for me. But I really would like to have kind of a manual with the meaning of all the commands. OK, they are kind of "self explanatory", got it. But all the trial and error costs many hours / maybe days. Thanks a lot anyways!
|
|
|
|
K1773R
Legendary
Offline
Activity: 1792
Merit: 1008
/dev/null
|
|
August 07, 2013, 11:00:56 AM |
|
This seems really cool. I am used to DOS, so using the command prompt is no problem for me. But I really would like to have kind of a manual with the meaning of all the commands. OK, they are kind of "self explanatory", got it. But all the trial and error costs many hours / maybe days. Thanks a lot anyways! i0coind help <yourcommand>
|
[GPG Public Key]BTC/DVC/TRC/FRC: 1 K1773RbXRZVRQSSXe9N6N2MUFERvrdu6y ANC/XPM A K1773RTmRKtvbKBCrUu95UQg5iegrqyeA NMC: N K1773Rzv8b4ugmCgX789PbjewA9fL9Dy1 LTC: L Ki773RBuPepQH8E6Zb1ponoCvgbU7hHmd EMC: E K1773RxUes1HX1YAGMZ1xVYBBRUCqfDoF BQC: b K1773R1APJz4yTgRkmdKQhjhiMyQpJgfN
|
|
|
r3wt
|
|
August 07, 2013, 11:03:37 AM |
|
+1, i loved this con.
|
My negative trust rating is reflective of a personal vendetta by someone on default trust.
|
|
|
Cockeyed
Member
Offline
Activity: 73
Merit: 10
|
|
August 07, 2013, 12:10:09 PM |
|
"i0coind help <yourcommand>" thanks! Stupid me...
|
|
|
|
creativex
|
|
August 07, 2013, 12:48:00 PM |
|
Hi All,
Thanks for all the positive reactions.
I am working on the GUI. Compilation in GNU/Linux is fixed (update availabe in git repository) and I replaced some bitcoin logo's by i0coin logos.
Next step is to setup a VM with windows to provide GUI binaries. Don't hold your breath...
Greetings,
Rik. Nice work Rik. Out of curiosity I started the dusty old I0coin windows gui yesterday for the first time this year. This was on a windows 8 x64 vm and I was surprised to see it find a single connection and begin downloading the chain. It eventually crashed of course, but it took 20mins or so and updated thousands of transactions during that time. Possible you can work backwards from the old windows gui to expedite the update process? Cheers.
|
|
|
|
skrubalov
Newbie
Offline
Activity: 50
Merit: 0
|
|
August 07, 2013, 01:32:49 PM |
|
Where do I download the client?
I've compiled a windows binary. It can be found in the 'updates' section of the announcement. Please test it. (note, it has no gui, it's just a system service, to communicate with it you run (in another terminal) "i0coind.exe getinfo", for example, or "i0coind.exe help" to see all commands) In "Application Data" there will be a directory called I0coin, in this directory you will find the file debug.log. See inside to know what i0coind.exe is doing. Greetings, Rik. I've tried those commands but i get an error "'i0coind.exe' is not recognized as an internal or external command, operable program or batch file." How do I fix that? How to find out my wallet address? thanks
|
|
|
|
rsnel (OP)
|
|
August 07, 2013, 01:39:20 PM |
|
Nice work Rik. Out of curiosity I started the dusty old I0coin windows gui yesterday for the first time this year. This was on a windows 8 x64 vm and I was surprised to see it find a single connection and begin downloading the chain. It eventually crashed of course, but it took 20mins or so and updated thousands of transactions during that time. Possible you can work backwards from the old windows gui to expedite the update process?
Cheers.
Thanks! Well, the linux GUI seems to work. I have replaced most instances of Bitcoin with I0coin. Windows compilation can probably be done by everyone who can compile Bitcoin v0.8.3. Windows GUI binaries will probably be here before the weekend. Side node: your old node found other nodes through IRC (there are some old nodes active on the network; I keep it running to be able to spot possible incompatibility issues (none expected and none seen so far)).
|
|
|
|
xorxor
|
|
August 07, 2013, 01:46:25 PM Last edit: August 07, 2013, 07:59:49 PM by xorxor |
|
just a notice:
i0coin was originally launched 2011! That means 25% of all coins alre already mined. As for dead mergemined chain, it means mined for free @ zero diff.
It's a i25coin now, not i0coin, if chain is not restarted.
thats so wrong, this is just a fix for the stupidity of the original i0coin, this is not a different coin, just a fixed sourcebase! 2 possibilities: 1. (actual) "this is not a different coin, just a fixed sourcebase!" - the SAME genesis block, 2 years of freemining 25% 66% of the coins, no cost, zero diff. 2 (theoretical) new genesis block - fair start That is not wrong. That is why long dead coins CANNOT be resurrected. ..unless someone tries to cheat some people into believing it is, just to dump the freemined worthless coins.
|
fuck deeponion, fuck bitcoincash, all glory to one BITCOIN
|
|
|
|