Bitcoin Forum
May 12, 2024, 11:59:02 PM *
News: Latest Bitcoin Core release: 27.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 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 »
  Print  
Author Topic: [I0C] I0coin - The Best Choice In Digital Currency  (Read 81914 times)
domob
Legendary
*
Offline Offline

Activity: 1135
Merit: 1166


View Profile WWW
September 18, 2015, 05:18:16 AM
 #241

Yes, that would be great!  Thanks, looking forward to the report!

Oh, I'm unable to do a git clone of https://github.com/domob1812/i0coin/tree/old-client.git

You should clone this (the repository):

  https://github.com/domob1812/i0coin.git

Then, check out the "old-client" branch.

Use your Namecoin identity as OpenID: https://nameid.org/
Donations: 1domobKsPZ5cWk2kXssD8p8ES1qffGUCm | NMC: NCdomobcmcmVdxC5yxMitojQ4tvAtv99pY
BM-GtQnWM3vcdorfqpKXsmfHQ4rVYPG5pKS | GPG 0xA7330737
1715558342
Hero Member
*
Offline Offline

Posts: 1715558342

View Profile Personal Message (Offline)

Ignore
1715558342
Reply with quote  #2

1715558342
Report to moderator
1715558342
Hero Member
*
Offline Offline

Posts: 1715558342

View Profile Personal Message (Offline)

Ignore
1715558342
Reply with quote  #2

1715558342
Report to moderator
If you see garbage posts (off-topic, trolling, spam, no point, etc.), use the "report to moderator" links. All reports are investigated, though you will rarely be contacted about your reports.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715558342
Hero Member
*
Offline Offline

Posts: 1715558342

View Profile Personal Message (Offline)

Ignore
1715558342
Reply with quote  #2

1715558342
Report to moderator
p3yot33at3r
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250



View Profile
September 18, 2015, 12:09:59 PM
 #242

Yes, that would be great!  Thanks, looking forward to the report!

Oh, I'm unable to do a git clone of https://github.com/domob1812/i0coin/tree/old-client.git

You should clone this (the repository):

  https://github.com/domob1812/i0coin.git

Then, check out the "old-client" branch.

OK, sorted. I ended up using:

Code:
git clone -b old-client https://github.com/domob1812/i0coin.git

...first time I've used that - learn something every day....... Tongue

Compiled without errors & I'm now up & running with 80602  Smiley
domob
Legendary
*
Offline Offline

Activity: 1135
Merit: 1166


View Profile WWW
September 19, 2015, 09:00:25 AM
 #243

OK, sorted. I ended up using:

Code:
git clone -b old-client https://github.com/domob1812/i0coin.git

...first time I've used that - learn something every day....... Tongue

Compiled without errors & I'm now up & running with 80602  Smiley

Great!  Thanks for testing!

When I get positive results from you (i. e., that it really works not just for me), I can ask snailbrain from Huntercoin to compile working binaries for all platforms.

Use your Namecoin identity as OpenID: https://nameid.org/
Donations: 1domobKsPZ5cWk2kXssD8p8ES1qffGUCm | NMC: NCdomobcmcmVdxC5yxMitojQ4tvAtv99pY
BM-GtQnWM3vcdorfqpKXsmfHQ4rVYPG5pKS | GPG 0xA7330737
p3yot33at3r
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250



View Profile
September 19, 2015, 10:01:51 AM
 #244

I'm seeing a lot of timeout messages for the daemon trying to connect to peers on port 7333 for some reason, which isn't an i0coin port? I have port 7337 in my conf file, so not sure why it's still trying to use that port.

Code:
2015-09-19 09:54:02 trying connection 91.206.210.116:7333 lastseen=18054.3hrs
2015-09-19 09:54:02 connect() failed after select(): Connection refused
2015-09-19 09:54:02 trying connection 88.147.158.86:7333 lastseen=3.3hrs
2015-09-19 09:54:07 connection timeout
2015-09-19 09:54:08 trying connection 181.124.98.136:7333 lastseen=31.9hrs
2015-09-19 09:54:13 connection timeout
2015-09-19 09:54:13 trying connection 87.182.86.196:7333 lastseen=2210.0hrs
2015-09-19 09:54:18 connection timeout
2015-09-19 09:54:19 trying connection 172.56.37.68:7333 lastseen=2941.9hrs
2015-09-19 09:54:24 connection timeout
2015-09-19 09:54:24 trying connection 37.187.92.30:7333 lastseen=614.7hrs
2015-09-19 09:54:24 connect() failed after select(): Connection refused
2015-09-19 09:54:25 trying connection 80.153.125.196:7333 lastseen=1085.8hrs
2015-09-19 09:54:30 connection timeout
2015-09-19 09:54:30 trying connection 98.230.162.64:7333 lastseen=15411.8hrs

Apart from that, auxpow seems to be working fine & I'm receiving payments as usual.
domob
Legendary
*
Offline Offline

Activity: 1135
Merit: 1166


View Profile WWW
September 19, 2015, 01:17:21 PM
 #245

I'm seeing a lot of timeout messages for the daemon trying to connect to peers on port 7333 for some reason, which isn't an i0coin port? I have port 7337 in my conf file, so not sure why it's still trying to use that port.

According to the code, 7333 is the usual listening port and 7332 is the RPC port.  But you are free to configure any other port as well in the config file (including 7337).

Apart from that, auxpow seems to be working fine & I'm receiving payments as usual.

Sounds good!  The "old-client" branch, however, is only a minor change necessary to upgrade the network to the new client in the future.  So no big surprise that auxpow still works ... but it is a good step, we need as many of the new nodes running as possible.  Thanks for testing!

Use your Namecoin identity as OpenID: https://nameid.org/
Donations: 1domobKsPZ5cWk2kXssD8p8ES1qffGUCm | NMC: NCdomobcmcmVdxC5yxMitojQ4tvAtv99pY
BM-GtQnWM3vcdorfqpKXsmfHQ4rVYPG5pKS | GPG 0xA7330737
brooksby
Full Member
***
Offline Offline

Activity: 286
Merit: 100


View Profile
September 19, 2015, 07:33:12 PM
 #246

OK, sorted. I ended up using:

Code:
git clone -b old-client https://github.com/domob1812/i0coin.git

...first time I've used that - learn something every day....... Tongue

Compiled without errors & I'm now up & running with 80602  Smiley

Great!  Thanks for testing!

When I get positive results from you (i. e., that it really works not just for me), I can ask snailbrain from Huntercoin to compile working binaries for all platforms.

Thanks p3yot33at3r for compiling.  If anyone else has or can successfully compile the 0.8.6-2 client let us know.

tinderbox (OP)
Member
**
Offline Offline

Activity: 104
Merit: 60


View Profile
September 19, 2015, 08:35:06 PM
 #247


I0coin is now trading on Cryptopia.  It can be traded against eight different cyrptocurrencies.  Here are direct links to two.

https://www.cryptopia.co.nz/Exchange?market=I0C_BTC
https://www.cryptopia.co.nz/Exchange?market=I0C_LTC


They also have a built in block explorer.

https://www.cryptopia.co.nz/BlockExplorer?coin=I0C



Great work getting on a new exchange.  I'll add a link to our exchange list at the top of this thread.


cinnamon_carter
Legendary
*
Offline Offline

Activity: 1148
Merit: 1018


It's about time -- All merrit accepted !!!


View Profile WWW
September 19, 2015, 10:39:06 PM
 #248

up the bounty to 250k and i may consider looking at it

Check out my coin Photon
Merge Mine 5 other Blake 256 coins - 6x your hash power  https://www.blakecoin.org/

The obvious choice is not always the best choice.

LOOK DEEPER - Look into the Blake 256 Family -- CC
Vlad2Vlad
Legendary
*
Offline Offline

Activity: 3052
Merit: 1530

www.ixcoin.net


View Profile WWW
September 21, 2015, 03:06:53 PM
 #249


I wanna buy 100,000 i0.

I'll pay 3,000 sat if anyone is interested.  It's currently at 2,000 sat on Cryptopia.

iXcoin - Welcome to the F U T U R E!
Laamadeus
Sr. Member
****
Offline Offline

Activity: 453
Merit: 255



View Profile
September 25, 2015, 09:44:02 AM
 #250

Damn Vircurex. I withdraw my I0C almost month ago and Vircurex doesn't send my coins. Already send couple emails without response. 10 000 I0C lost  Cry

██
██
██
1st Stake
Android Wallet
████████████████████████████████████████████████████████████████████████████████
Transfercoin
████████████████████████████████████████████████████████████████████████████████
              ▄▄█▀▀▀▀▀▀▀▀▀▀▀█▄▄
          ▄█▀▀▀ ▄▄▄▄█████▄▄▄▄ ▀▀▀█▄
       ▄█▀▀▄▄█████▀ ▄▄▄▄▄ ▀█████▄▄▀▀█▄
     ▄█▀ ▄████▀▀▀ ▄███████▄ ▀▀▀████▄▀▀█▄
   ▄█▀ ▄███▀  ▄██ █████████ ██▄  ▀███▄ ▀█▄
  ▄█ ▄███▀ ▄████▀ ▀███████▀ ▀████▄ ▀███▄ █▄
 ▄█ ▄███  ████▀     ▀▀▀▀▀     ▀████  ███▄ █▄
▄█ ▄███  ███▀                   ▀███  ███▄ █▄
██ ███  ███▀                     ▀███  ███ ██
██ ███  ███                       ███  ███ ██
██ ███  ▄▄▄▄▄                   ▄▄▄▄▄  ███ ██
██ ██ ▄███████▄               ▄███████▄ ██ ██
▀█ ▀█ █████████               █████████ █▀ █▀
 ▀█ █ ▀███████▀               ▀███████▀ █ █▀
  █▄ ▀▄ ▀▀▀▀▀ ▄██▄▄       ▄▄██▄ ▀▀▀▀▀ ▄▀ ▄█
   ▀█▄ ▀███▄  ▀▀█████████████▀▀  ▄███▀ ▄█▀
     ▀█▄ ▀████▄    ▀▀▀▀▀▀▀    ▄████ ▄▄█▀
       ▀█▄▄▀▀██████▄▄▄▄▄▄▄██████▀▀▄▄█▀
          ▀█▄▄▄ ▀▀▀▀█████▀▀▀▀ ▄▄▄█▀
             ▀▀█▄▄▄▄▄▄▄▄▄▄▄█▀▀
██
██
██
Vlad2Vlad
Legendary
*
Offline Offline

Activity: 3052
Merit: 1530

www.ixcoin.net


View Profile WWW
September 25, 2015, 04:34:40 PM
 #251



I'll up that to 4,000 sat.  Double the current market price.

iXcoin - Welcome to the F U T U R E!
cryptoVoodoo
Newbie
*
Offline Offline

Activity: 33
Merit: 0


View Profile
September 26, 2015, 04:57:40 PM
 #252


it's definitely a good time to buy

can't go much lower, and it's mostly because vircurex is playing game so people weren't bidding price up or even making any trades

cryptopia looks much better
cryptoVoodoo
Newbie
*
Offline Offline

Activity: 33
Merit: 0


View Profile
September 26, 2015, 05:00:07 PM
Last edit: September 27, 2015, 05:55:47 PM by cryptoVoodoo
 #253



I'll up that to 4,000 sat.  Double the current market price.

if people could get their i0coin out of vircurex there would be more big sells already on cryptopia

give it time
p3yot33at3r
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250



View Profile
September 26, 2015, 11:37:36 PM
 #254

I didn't comment cos I didn't lose anything - still got mine & still mining it  Wink
cryptoVoodoo
Newbie
*
Offline Offline

Activity: 33
Merit: 0


View Profile
September 27, 2015, 05:58:16 PM
 #255

I didn't comment cos I didn't lose anything - still got mine & still mining it  Wink

good to hear

were you able to withdraw i0c from exchange?
p3yot33at3r
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250



View Profile
September 27, 2015, 06:20:21 PM
 #256

I didn't comment cos I didn't lose anything - still got mine & still mining it  Wink

good to hear

were you able to withdraw i0c from exchange?


I never keep any coins on any exchanges - it's just too risky. I'll load them up if I'm looking to make a buy/sell & if for any reason it doesn't happen I'll withdraw them immediately. It might not be the most convenient method, but it's defo the safest  Wink

Edit: What happened to all the posts/rants?
brooksby
Full Member
***
Offline Offline

Activity: 286
Merit: 100


View Profile
September 28, 2015, 02:44:47 PM
 #257

Edit: What happened to all the posts/rants?


Work is still progressing.  domob is setting up a DNS seed node.  We should see a much more robust i0coin network once our updates are done and miners upgrade. 

p3yot33at3r
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250



View Profile
September 28, 2015, 02:48:20 PM
 #258

Edit: What happened to all the posts/rants?

Work is still progressing.  domob is setting up a DNS seed node.  We should see a much more robust i0coin network once our updates are done and miners upgrade. 


I meant from vlad - he posted several rants about i0coin getting shafted & how he was gonna take it over - but now they're gone  Huh
brooksby
Full Member
***
Offline Offline

Activity: 286
Merit: 100


View Profile
September 29, 2015, 02:45:51 AM
 #259

Edit: What happened to all the posts/rants?

Work is still progressing.  domob is setting up a DNS seed node.  We should see a much more robust i0coin network once our updates are done and miners upgrade.  


I meant from vlad - he posted several rants about i0coin getting shafted & how he was gonna take it over - but now they're gone  Huh

Right, lol.  I didn't think I had been "ranting", but everyone has their opinion.  Glad you cleared that up.

Vlad2Vlad
Legendary
*
Offline Offline

Activity: 3052
Merit: 1530

www.ixcoin.net


View Profile WWW
September 29, 2015, 03:32:54 AM
 #260



Edit: What happened to all the posts/rants?

I got confirmation from a few reputable posters that they were able to get their i0Coins off Vicurex without issues.  Hundreds of thousands of i0Coins with only a few being stuck there. 

Without any other individuals coming forward I concluded that the guy who said his coins were stolen or stuck on there was most likely either a small amount or an isolated event.

That said, I felt it was best to delete my posts since they were overly aggressive and provocative.

Cheers!

iXcoin - Welcome to the F U T U R E!
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 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 »
  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!