Pages:
Author

Topic: 23 Skidoo CHAO Information - page 5. (Read 39816 times)

sr. member
Activity: 1092
Merit: 273
September 12, 2017, 08:16:49 AM
You can already use CryptoHub  https://cryptohub.online/market/CHAO/
But only market.  Pool will not exist
legendary
Activity: 964
Merit: 1000
September 12, 2017, 06:36:39 AM
Why CHAO is no longer in the exchange Cryptopia?

Latest update from Cryptopia. I will not pay the 0.03 CHAO until it has switched to auxpow at block 825,000. If anyone would like to contribute you can do so here zNSmP2VWLm5tT1GiYuP8L4RYS4MWpZf35Y


Hi infernoman,

Yes, we always keep a backup of the wallet database. Once you are ready to pass on the 0.03 CHAO we are happy to stand up a wallet so you can deposit and relist CHAO.

Thanks,
Jerry
Cryptopia Support
sr. member
Activity: 683
Merit: 251
September 12, 2017, 04:45:28 AM
Why CHAO is no longer in the exchange Cryptopia?
newbie
Activity: 39
Merit: 0
September 12, 2017, 12:05:11 AM
The community is a bit cold, and you should do something to attract the crowd to follow
legendary
Activity: 964
Merit: 1000
September 12, 2017, 12:02:25 AM
New version running and now I match the block explorer!
Thank you!!

Not a problem Smiley just waiting for chainz to swap to the newest version now Smiley you can check my block height at yiimp.infernopool.com as well Smiley
hero member
Activity: 631
Merit: 501
September 11, 2017, 11:49:17 PM
New version running and now I match the block explorer!
Thank you!!
hero member
Activity: 631
Merit: 501
September 11, 2017, 11:32:38 PM
Cloning chainID and compiling now.
I have stopped the pool while I work on this.


not a problem Smiley i've got failover setup as well. if you look at what was changed, Auxpow coins use a block version of 65536 * chainID instead of the regular block version 1,2,3,4,5 etc. so the code i originally used was unable to properly determine which block was on which chainID and account for that.

I would be lying if I said I didn't always diff source before I launched an update.
I'd be lying further if I said I said I fully understood the intricacies of the coin code.  Roll Eyes

legendary
Activity: 964
Merit: 1000
September 11, 2017, 10:59:34 PM
Cloning chainID and compiling now.
I have stopped the pool while I work on this.


not a problem Smiley i've got failover setup as well. if you look at what was changed, Auxpow coins use a block version of 65536 * chainID instead of the regular block version 1,2,3,4,5 etc. so the code i originally used was unable to properly determine which block was on which chainID and account for that.
hero member
Activity: 631
Merit: 501
September 11, 2017, 10:57:20 PM
Cloning chainID and compiling now.
I have stopped the pool while I work on this.
legendary
Activity: 964
Merit: 1000
September 11, 2017, 10:43:53 PM
Raw transaction situation:

I try to send 0.00001000  with fee 0.00000011   (I use one input of 0.00001011)

error: {"code":-26,"message":"66: insufficient priority"}


Finally seems that minimum allowed fee is 0.00001000 for kb

I could send this way:

{
        "account" : "",
        "address" : "zAqG9VXQuAZhmAooSehTo6rkWJF6CSb9w4",
        "category" : "send",
        "amount" : -0.00000700,
        "vout" : 0,
        "fee" : -0.00000311,
        "confirmations" : 0,
        "txid" : "7677ff656c5b772c99df4b0cf56bdf67db6f246f71ef82f7e8da749acc79e4d9",
        "walletconflicts" : [
        ],
        "time" : 1504997860,
        "timereceived" : 1504997860
    }



But how a POOL  can exist if to use one unspent  0.00000001 or 0.00000010  I should pay 0.00000200 of fee?
(One unspent is about 200 bytes.  )
Now I understand -  there are no new blocks since pool (I think zpool) mines it only when there are unconfrmed transtacion in memory.

It was the main idea of coin?  To generate only blocks with transactions in it?

Yeah, I may have leapt to the wrong conclusion above... the relay fee is 0.0000100 CHAO (so the sent amount has to be larger than that to have any rationale to send it).

Zpool seems to have mined the last five blocks.  I think Wmikrut was mining its own private orphaned chain for a bit in the last 24 hrs too.

Am I orphaned?

I see my wallet height matches https://chainz.cryptoid.info/chao/ within a block or two.
If I was orphaned I would think it would be way off.


You can pull and rebuild now. I've got my miners pointed your way. should be no need to reindex.
Do a "git checkout chainID" just incase. I've switched that to the default branch though.

Once im sure we're all on the right fork and working together then ill get a windows client released.
legendary
Activity: 964
Merit: 1000
September 11, 2017, 10:31:15 PM
skidoo CHAO,no list on cryptopia now...

Once i get enough funds together from mining. I will get cryptopia back online.

Also wmikrut, you may be. Just found some information relating to the fork and syncing on the windows client that most likely affected mining as well. Pushed my changes to Unobtanium and PR already. just about to push the changes for skidoo
hero member
Activity: 631
Merit: 501
September 11, 2017, 09:45:24 PM
Raw transaction situation:

I try to send 0.00001000  with fee 0.00000011   (I use one input of 0.00001011)

error: {"code":-26,"message":"66: insufficient priority"}


Finally seems that minimum allowed fee is 0.00001000 for kb

I could send this way:

{
        "account" : "",
        "address" : "zAqG9VXQuAZhmAooSehTo6rkWJF6CSb9w4",
        "category" : "send",
        "amount" : -0.00000700,
        "vout" : 0,
        "fee" : -0.00000311,
        "confirmations" : 0,
        "txid" : "7677ff656c5b772c99df4b0cf56bdf67db6f246f71ef82f7e8da749acc79e4d9",
        "walletconflicts" : [
        ],
        "time" : 1504997860,
        "timereceived" : 1504997860
    }



But how a POOL  can exist if to use one unspent  0.00000001 or 0.00000010  I should pay 0.00000200 of fee?
(One unspent is about 200 bytes.  )
Now I understand -  there are no new blocks since pool (I think zpool) mines it only when there are unconfrmed transtacion in memory.

It was the main idea of coin?  To generate only blocks with transactions in it?

Yeah, I may have leapt to the wrong conclusion above... the relay fee is 0.0000100 CHAO (so the sent amount has to be larger than that to have any rationale to send it).

Zpool seems to have mined the last five blocks.  I think Wmikrut was mining its own private orphaned chain for a bit in the last 24 hrs too.

Am I orphaned?

I see my wallet height matches https://chainz.cryptoid.info/chao/ within a block or two.
If I was orphaned I would think it would be way off.
newbie
Activity: 9
Merit: 0
September 10, 2017, 10:03:29 PM
skidoo CHAO,no list on cryptopia now...
sr. member
Activity: 1092
Merit: 273
September 10, 2017, 09:11:36 PM
Well I close pool at cryptohub since its mining is impossible due to this high tx fee.
But market is working:  https://cryptohub.online/market/CHAO/

I set withdrawal fee 0.00001000,  I don't know if it will be enough.
newbie
Activity: 5
Merit: 0
September 10, 2017, 07:45:39 PM
You have to work on it because it is rare And famous
it's not
dogecoin hhhhh,Make it work

 Wink Cool
sr. member
Activity: 462
Merit: 250
September 10, 2017, 05:27:13 PM
...


Also, and importantly, for anyone else with a stake, this beloved CHAO-coin is being dropped from Cryptopia -- so anyone affected really ought to get their coins off that exchange.  Hopefully there'll be news about other exchanges soon (so that there is an open market for 23-Skidoo in the long term). Tongue

Why is Cryptopia dropping Chao?

As long as the coin is not hacked or hijacked exchanges should not be a problem soon.

 

Because for some reason they seem to think im a bad actor on the network. http://prntscr.com/ghwm8x

Sorry, just reading back in the thread and got to this.

So the coin has not been hijacked, but somehow they lost 0.03 chao?

How did they lose that?
sr. member
Activity: 462
Merit: 250
September 10, 2017, 05:21:43 PM
UPDATE FROM CRYPTOPIA:

The only way we will keep a 51%'ed coin listed is if the developer or community etc is able to remunerate our user balances.

We are down about 0.03 CHAO so if think that this is possible to send us we can keep it listed (of course we would also be able to provide you exact amount, our user balances and wallet balances etc.)

There are a few issues.

1) Is the issue fixable or is it going to keep happening? If it has been fixed then I'll contribute a fair amount. If it hasn't been fixed and is going to keep on happening then better to let the coin drop and wait til the problem is clear.

2) What exactly happened? Does 51% mean a 51% attack and somebody changed the blockchain or made extra coins? Why would they relist it if it were an attack likely to happen again and again? Then every time it happens people will need to pay the exchange however much is lost?

A cool coin and potentially very useful but if an attacker can take coins at will then no sense having it on an exchange.
sr. member
Activity: 1092
Merit: 273
September 10, 2017, 04:45:35 PM
Raw transaction situation:

I try to send 0.00001000  with fee 0.00000011   (I use one input of 0.00001011)

error: {"code":-26,"message":"66: insufficient priority"}


Finally seems that minimum allowed fee is 0.00001000 for kb

I could send this way:

{
        "account" : "",
        "address" : "zAqG9VXQuAZhmAooSehTo6rkWJF6CSb9w4",
        "category" : "send",
        "amount" : -0.00000700,
        "vout" : 0,
        "fee" : -0.00000311,
        "confirmations" : 0,
        "txid" : "7677ff656c5b772c99df4b0cf56bdf67db6f246f71ef82f7e8da749acc79e4d9",
        "walletconflicts" : [
        ],
        "time" : 1504997860,
        "timereceived" : 1504997860
    }



But how a POOL  can exist if to use one unspent  0.00000001 or 0.00000010  I should pay 0.00000200 of fee?
(One unspent is about 200 bytes.  )
Now I understand -  there are no new blocks since pool (I think zpool) mines it only when there are unconfrmed transtacion in memory.

It was the main idea of coin?  To generate only blocks with transactions in it?

Yeah, I may have leapt to the wrong conclusion above... the relay fee is 0.0000100 CHAO (so the sent amount has to be larger than that to have any rationale to send it).

Zpool seems to have mined the last five blocks.  I think Wmikrut was mining its own private orphaned chain for a bit in the last 24 hrs too.

so it means block rewards lower than 0.00001000  are dust,  why those few rewards exist?
member
Activity: 164
Merit: 71
September 09, 2017, 10:36:05 PM
Raw transaction situation:

I try to send 0.00001000  with fee 0.00000011   (I use one input of 0.00001011)

error: {"code":-26,"message":"66: insufficient priority"}


Finally seems that minimum allowed fee is 0.00001000 for kb

I could send this way:

{
        "account" : "",
        "address" : "zAqG9VXQuAZhmAooSehTo6rkWJF6CSb9w4",
        "category" : "send",
        "amount" : -0.00000700,
        "vout" : 0,
        "fee" : -0.00000311,
        "confirmations" : 0,
        "txid" : "7677ff656c5b772c99df4b0cf56bdf67db6f246f71ef82f7e8da749acc79e4d9",
        "walletconflicts" : [
        ],
        "time" : 1504997860,
        "timereceived" : 1504997860
    }



But how a POOL  can exist if to use one unspent  0.00000001 or 0.00000010  I should pay 0.00000200 of fee?
(One unspent is about 200 bytes.  )
Now I understand -  there are no new blocks since pool (I think zpool) mines it only when there are unconfrmed transtacion in memory.

It was the main idea of coin?  To generate only blocks with transactions in it?

Yeah, I may have leapt to the wrong conclusion above... the relay fee is 0.0000100 CHAO (so the sent amount has to be larger than that to have any rationale to send it).

Zpool seems to have mined the last five blocks.  I think Wmikrut was mining its own private orphaned chain for a bit in the last 24 hrs too.
member
Activity: 112
Merit: 10
September 09, 2017, 06:57:36 PM
Here another airdrop you guys might be interested in, closes on September 14th so hurry, no much time left

Just sign up for newsletter and get 10 dollars free

Follow the link TO JOIN

http://bounty.authorship.com/ref/N8951700
Pages:
Jump to: