Pages:
Author

Topic: [ANN] Cannabis Industry Coin XCI anon blockchain for the legal marijuana.GUI UPD - page 26. (Read 79815 times)

full member
Activity: 182
Merit: 100
Hi there,
The situation with the pure cryptonotefountation buggy source code is not good at all. FYI we will fix all of those issues and will migrate to the new codebase proposed by forknote @slb
We have few options now:

1 - To start XCICoin with ForkNote daemons.
2 - To move XCICoin source code to the original ForkNote source code  v1.* (stable and working with GUI)
3 - To move XCICoin source code to the original ForkNote source code  v2.* (early beta and not working with GUI)

What do you think?
legendary
Activity: 1281
Merit: 1003
weird thing is i was mining on both pool was get on wrong chain , so i m guilty lol

i was thinking if i put some hashrate on 2 pools so if one fork  still have the other one running  but looks like it did not help
it it possible that my miners send bad data ? or what ether , using Claymore CryptoNote
legendary
Activity: 2744
Merit: 1387
Ukrainians will resist
XCI Pools                            Height   
xci.ms-pool.net.ua (XCI)   47361   
democats.org (XCI)           47361   
gorillapool.org (XCI)           47297   
xci.cryptonotepool.com (XCI)   47297   
xci.mypool.name (XCI)           47361

I reboot daemon.
legendary
Activity: 1281
Merit: 1003
pleas correct the pools  they not on the same block  fork again?

why does this always happen? there is a bug  nothing to do with nicehash this time
sr. member
Activity: 422
Merit: 251
Pasl [Xci-r.i.p.] Eth Zcl Kmd Zen Rep Xmr Sc Neo
Is there something a matter as the statistics show no found blocks for the last 5 hours now ??
legendary
Activity: 2744
Merit: 1387
Ukrainians will resist
Miner http://xci.ms-pool.net.ua pool Mining in December, paid the promised bonus 5 XCI.

CD8E852FE3E9987D957B2618D92B0F35171A52A34ACF545A9ECCFCFD926B9E4A
1606E75E8A5C458A318DAAF69EB50E356643C5A40EB3E9225DCCEA0D6BF19A1F
1606E75E8A5C458A318DAAF69EB50E356643C5A40EB3E9225DCCEA0D6BF19A1F
8623F8391BBEFFBA51CA0F106D9A8A92E5588BEE11D2BECA353DF6F4EBF8C4F3
11AF4FBA3DC67C433700942F5CC7ADE9F5ECAB66186D731F93AC6F1BB5236787
D1639D977D64898D0AF5D24DF417739F82B9B90F63B24D40C7BA2C565FD29AF3
AA24FB69DE4EE07BCF694F2A64E6142414B2011FCDD24B63464F9EB8AAA7B049
7A637F1382BB971A64E6BAB7013F76DD5F7C37A3949E9C7826CD5D4220854DC6
4D676B60B582B72D97852A2A9191AB8136A9D18851ABC347BDF059B0479324DA
9207522065911250464168841EC3D1270AE1476F3AA1794DBBCF211C8DF5724E
FC95499F24E5BF997C0C26A570EBD44DBF723856A5730FE8E2208FF1D2588F1E
45DACEA934AEA5D9095F64AA76DD956F085E60D9297FA481D41090DAC87F467E
D79491264E49C8D57D019C6EAB791B3B14021C689BF2774D29272611AA069DAD

The following month, Miner http://xci.ms-pool.net.ua  and   http://bip.ms-pool.net.ua pools Mining constantly, will be paid  5 coins.

Stay with us!
Happy New Year!
sr. member
Activity: 307
Merit: 250
slb
hero member
Activity: 598
Merit: 501
...

Thanks for sharing, I mean to open source your pool source code with all additions on github for other pool admins.

The last few commits are about this:
https://github.com/forknote/forknote-pool/commits/master

Thank you again, MainCoins.
member
Activity: 95
Merit: 10
Mo


I coded a very simple "overview" page. So you can check some data at: http://xci.mypool.name/#network


Source code link?

It's a plain JavaScrips, therefore already sourcecoded  Wink

Code:
$ curl http://xci.mypool.name/pages/network.html

+ a new var with pools list. I hold the list in config.js. Something like:

Code:
var networkStat = {
    "xci": [
        ["xci.mypool.name", "http://xci.mypool.name:42004"],
        ["democats.org", "http://pool3.democats.org:7713"],
        ["gorillapool.org", "http://gorillapool.org:8117"],
        ["xci.acidminer.org", "http://xci.acidminer.org:8117"],
        ["xci.cryptonotepool.com", "http://5.189.135.137:8119"],
        ["xci.ms-pool.net.ua", "http://xci.ms-pool.net.ua:8117"]
    ]
};

or simply:

Code:
curl http://xci.mypool.name/config.js

It's not perfect, but better than nothing.

Thanks for sharing, I mean to open source your pool source code with all additions on github for other pool admins.
full member
Activity: 174
Merit: 100


I coded a very simple "overview" page. So you can check some data at: http://xci.mypool.name/#network


Source code link?

It's a plain JavaScrips, therefore already sourcecoded  Wink

Code:
$ curl http://xci.mypool.name/pages/network.html

+ a new var with pools list. I hold the list in config.js. Something like:

Code:
var networkStat = {
    "xci": [
        ["xci.mypool.name", "http://xci.mypool.name:42004"],
        ["democats.org", "http://pool3.democats.org:7713"],
        ["gorillapool.org", "http://gorillapool.org:8117"],
        ["xci.acidminer.org", "http://xci.acidminer.org:8117"],
        ["xci.cryptonotepool.com", "http://5.189.135.137:8119"],
        ["xci.ms-pool.net.ua", "http://xci.ms-pool.net.ua:8117"]
    ]
};

or simply:

Code:
curl http://xci.mypool.name/config.js

It's not perfect, but better than nothing.

Fantastic Work,
Thanks for sharing
member
Activity: 68
Merit: 10


I coded a very simple "overview" page. So you can check some data at: http://xci.mypool.name/#network


Source code link?

It's a plain JavaScrips, therefore already sourcecoded  Wink

Code:
$ curl http://xci.mypool.name/pages/network.html

+ a new var with pools list. I hold the list in config.js. Something like:

Code:
var networkStat = {
    "xci": [
        ["xci.mypool.name", "http://xci.mypool.name:42004"],
        ["democats.org", "http://pool3.democats.org:7713"],
        ["gorillapool.org", "http://gorillapool.org:8117"],
        ["xci.acidminer.org", "http://xci.acidminer.org:8117"],
        ["xci.cryptonotepool.com", "http://5.189.135.137:8119"],
        ["xci.ms-pool.net.ua", "http://xci.ms-pool.net.ua:8117"]
    ]
};

or simply:

Code:
curl http://xci.mypool.name/config.js

It's not perfect, but better than nothing.
member
Activity: 95
Merit: 10
Mo


I coded a very simple "overview" page. So you can check some data at: http://xci.mypool.name/#network


Source code link?
member
Activity: 68
Merit: 10
Thanks for the info. Is there a site where I can compare them all or I must do it manually one at a time? Do you mine? If so what pool are you using mate?

all known pools are synced by now.
compare "manually" by doing something like that:

Code:
for i in http://xci.mypool.name:42004/stats http://pool3.democats.org:7713/stats http://xci.acidminer.org:8117/stats  http://xci.ms-pool.net.ua:8117/stats http://xci.cryptonotepool.com:8119/stats; do echo -n "$i: is at " && curl -s $i | jq .network.height; done

or in a way you like.

I coded a very simple "overview" page. So you can check some data at: http://xci.mypool.name/#network

"Height" is most important column for checking chain splits.
newbie
Activity: 34
Merit: 0
no it s not

as you can see gorilla pool is finding mostly all the blocks
so it s mean there is the most speed there   but it s only 12-15 kh/s, so what is doing the 500kh ? nothing they finding no block

Is gorilla pool the biggest? Where can I see a chart for the different pools? Id like to see who has the most hash currently and how far ahead they are from the 2nd place pool.

Mining pools list is on the first page here: https://bitcointalksearch.org/topic/m.16587701

   http://xci.cryptonotepool.com/
    http://gorillapool.org   
    http://democats.org/pool/?name=xcicoin
    http://xci.acidminer.org/
    https://xci.frewns.com/
    http://xci.ms-pool.net.ua/#
     http://xci.mypool.name


And here https://xcicoin.org

There are 2 major XCI mining pools:
gorillapool.org with Total Blocks Mined: 11501
xci.cryptonotepool.com with Total Blocks Mined: 9579
There are more than 36000 blocks so being the largest gorillapool is still has less than a 30%
 

Thanks for the info. Is there a site where I can compare them all or I must do it manually one at a time? Do you mine? If so what pool are you using mate?
full member
Activity: 238
Merit: 100
Me is Cute
so the chain's fucked and yet it's still worth over 1000 satoshis....

 Roll Eyes
member
Activity: 68
Merit: 10
Network is stable but pools may have issues after flushing and reset. I suggest to lower the min payout and max payout to 1XCI - 10XCI and to lower the payout time to 3-10min.

As per your suggestion I set min/max payouts and time.

There was an idea how to avoid "nicehash" attack till the software bug caused the chain split is found and fixed: setting difficulty limit or/and filtering. I would do it as well. But it's clear that it only works if all perform same actions.
legendary
Activity: 2744
Merit: 1387
Ukrainians will resist
member
Activity: 95
Merit: 10
Mo
Network is stable but pools may have issues after flushing and reset. I suggest to lower the min payout and max payout to 1XCI - 10XCI and to lower the payout time to 3-10min.

Did it! Now payments are going smoothly.
member
Activity: 95
Merit: 10
Mo
This coin is better potcoin?
XCI is anonymous - stands for your Privacy, Pot is not.
XCI is miners friendly PoW, decentralized. Pot is PoS, Pot more centralized.
XCI is new and uses new CryptoNote tech, Pot is old and Scrypt.
Here are the main differences. For me XCI is much better than Pot, it may be very young now but with a great potential to grow!
Pages:
Jump to: