Pages:
Author

Topic: [I0C] I0coin - The Best Choice In Digital Currency - page 47. (Read 81925 times)

full member
Activity: 286
Merit: 100
Explorer wallet updated to new version!
Are you running 0.11.9 or 0.11.9.9. If the former then the explorer won't show connections to other client versions as it doesn't connect to them. I ask as I notice the network page only shows 0.11.9.x clients.

He was running 0.11.9, but now he's running 0.11.9.9 so we can see the old clients too.

To see the version click on "About I0Coin", then "Wallet Version".
sr. member
Activity: 375
Merit: 250
Explorer wallet updated to new version!
Are you running 0.11.9 or 0.11.9.9. If the former then the explorer won't show connections to other client versions as it doesn't connect to them. I ask as I notice the network page only shows 0.11.9.x clients.
full member
Activity: 286
Merit: 100

Today, we are at 79% mining with 0.11.9.   It's great progress.  Much faster than I expected.  95% is where the BIPs should kick in.
full member
Activity: 286
Merit: 100
Explorer wallet updated to new version!

Wallet is currently re-indexing, latest blocks are not going to be visible until that is completed.

https://chainz.cryptoid.info/i0c/

Your site continues to be a great block explorer and much more.  Thanks for your attention and quick upgrade.

legendary
Activity: 1100
Merit: 1030
Explorer wallet updated to new version!

Wallet is currently re-indexing, latest blocks are not going to be visible until that is completed.

https://chainz.cryptoid.info/i0c/
member
Activity: 104
Merit: 60

For easy reference I've post the links to the 0.11.9 source and executables at the top of this thread.

member
Activity: 104
Merit: 60

I've also successfully transferred I0C while in prune mode (with only the last 600 MB of the block chain).  

The transfer worked brilliantly!  


This will allow users and many service sites to run a thin i0coin client without using up gigabytes of storage.  Of course we still need some nodes with the full block chain.



how do I turn on prune mode?



With the Qt client add the following to the i0coin.conf file.

   prune=xxx

where xxx is the number of MB you want for the block chain (i.e. "prune=600" means the block chain will take up about 600 MB).  xxx must be at least 550 MB.

For the i0coind client it would similarly be called like this.

   i0coind  -prune=xxx



thanks that did the trick
full member
Activity: 286
Merit: 100

izerocoin.org will be down while I do some updates.
full member
Activity: 286
Merit: 100
BTW, currently already 23% of the hash rate have updated.
mmpool has updated to this version. Thanks for updating to a newer codebase!

Thanks for your support.  Let us know if there are any mining issues.  At least one miner upgraded about a month ago, with no problems reported so far.  Many more miners have jumped on board in the last week.

sr. member
Activity: 375
Merit: 250
BTW, currently already 23% of the hash rate have updated.
mmpool has updated to this version. Thanks for updating to a newer codebase!
legendary
Activity: 1135
Merit: 1166
I've now merged some more upstream Bitcoin changes to the "master" branch of my I0coin repository, in order to keep up with development for a future 0.12 release.  You can also use that if you build from source, but if you want the exact same version released earlier, use the "i0coin-0.11.9" tag:

  https://github.com/domob1812/i0coin/releases/tag/i0coin-0.11.9

It is signed by my GPG key.  The "temporary" branch is unaffected and still the same as the binaries.

BTW, currently already 23% of the hash rate have updated.
full member
Activity: 286
Merit: 100

I've also successfully transferred I0C while in prune mode (with only the last 600 MB of the block chain).  

The transfer worked brilliantly!  


This will allow users and many service sites to run a thin i0coin client without using up gigabytes of storage.  Of course we still need some nodes with the full block chain.



how do I turn on prune mode?



With the Qt client add the following to the i0coin.conf file.

   prune=xxx

where xxx is the number of MB you want for the block chain (i.e. "prune=600" means the block chain will take up about 600 MB).  xxx must be at least 550 MB.

For the i0coind client it would similarly be called like this.

   i0coind  -prune=xxx

member
Activity: 104
Merit: 60

I've also successfully transferred I0C while in prune mode (with only the last 600 MB of the block chain).  

The transfer worked brilliantly!  


This will allow users and many service sites to run a thin i0coin client without using up gigabytes of storage.  Of course we still need some nodes with the full block chain.



how do I turn on prune mode?

full member
Activity: 286
Merit: 100
I0coin 0.11.9 Windows Executables


Good news, thanks for snailbrain (the brain behind Huntercoin), I can now provide Windows binaries:

  http://extra.domob.eu/i0coin-0.11.9.zip
  http://extra.domob.eu/i0coin-0.11.9.zip.sig (GPG signature with my key, see signature)

If you want to help stabilise the network, you can also run the "temporary" version:

  http://extra.domob.eu/i0coin-temp.zip
  http://extra.domob.eu/i0coin-temp.zip.sig

With the temporary binary, you should -connect=51.254.131.226 for the initial sync.  When you are up-to-date, you can restart without this option.

Note:  The update will activate BIP34, BIP66 and BIP65 as soon as 75%/95% of the hash rate has upgraded (currently 13%).  This means that miners have to update as soon as this happens; users should upgrade to stay on the best security level, but are not required to do so necessarily.

Below is a bit more info about the two versions of executables which domob has posted.  They are both almost identical with the differences stated below.  

"i0coin-0.11.9"
    -allows only 0.11.x clients to connect (the older 0.8.x client is blocked because it will be incompatible with the new BIPs)
    -most users should migrate to this version so we can phase out the older clients
    -miners should upgrade to this version

"i0coin-temp"  (0.11.9.9)
    -allows all client versions to connect to it
    -a few users are running this to allow cross communication between all clients so we don't have any forking issues
    -once we've reached our BIP activation point this temp version can be phased out


    
full member
Activity: 286
Merit: 100

I've also successfully transferred I0C while in prune mode (with only the last 600 MB of the block chain).  

The transfer worked brilliantly!  


This will allow users and many service sites to run a thin i0coin client without using up gigabytes of storage.  Of course we still need some nodes with the full block chain.

full member
Activity: 286
Merit: 100

The new 0.11.9 client reduces the block chain size by about 50%, from 12.5 GB to 5.8 GB.  That's a big improvement, and that's without any pruning.  With pruning turned on it can be set to any size you want.   Thanks for the hard work domob!



Thanks, but you should actually thank the Bitcoin devs for their hard work -- they did most of the improvements you see. Wink

I know, but you brought it to i0coin!!!
legendary
Activity: 1135
Merit: 1166

The new 0.11.9 client reduces the block chain size by about 50%, from 12.5 GB to 5.8 GB.  That's a big improvement, and that's without any pruning.  With pruning turned on it can be set to any size you want.   Thanks for the hard work domob!



Thanks, but you should actually thank the Bitcoin devs for their hard work -- they did most of the improvements you see. Wink
member
Activity: 104
Merit: 60


Great job guys.  I'll give the new wallet a try.

full member
Activity: 286
Merit: 100

The new 0.11.9 client reduces the block chain size by about 50%, from 12.5 GB to 5.8 GB.  That's a big improvement, and that's without any pruning.  With pruning turned on it can be set to any size you want.   Thanks for the hard work domob!

legendary
Activity: 1135
Merit: 1166
Good news, thanks for snailbrain (the brain behind Huntercoin), I can now provide Windows binaries:

  http://extra.domob.eu/i0coin-0.11.9.zip
  http://extra.domob.eu/i0coin-0.11.9.zip.sig (GPG signature with my key, see signature)

If you want to help stabilise the network, you can also run the "temporary" version:

  http://extra.domob.eu/i0coin-temp.zip
  http://extra.domob.eu/i0coin-temp.zip.sig

With the temporary binary, you should -connect=51.254.131.226 for the initial sync.  When you are up-to-date, you can restart without this option.

Note:  The update will activate BIP34, BIP66 and BIP65 as soon as 75%/95% of the hash rate has upgraded (currently 13%).  This means that miners have to update as soon as this happens; users should upgrade to stay on the best security level, but are not required to do so necessarily.
Pages:
Jump to: