Author

Topic: [ANN] [CLOAK] Cloakcoin | No Premine | X13 | Decentralized Market and PoSA - page 797. (Read 1266574 times)

hero member
Activity: 658
Merit: 500
Today i sent 1 k CLOAK from my wallet. The Coins did not arrived.
Address was right. Can somebody help?

You must have sent to the wrong address. Can you link the transaction ID? That is if you didn't send with cloaksend.

Status: 0/unconfirmed
Date: 18/06/2014 08:39
To: BsYNbgBzX1MFh1CvL7CtXYdJBqG2Xxufmy
Debit: -1041.197228 CLOAK
Transaction fee: -0.01 CLOAK
Net amount: -1041.207228 CLOAK
Transaction ID: be474bc5ff719f1460cd994427556a692e2ef2c525131875192a6f10a7403cda
we need help here?!
Maybe try when starting the wallet add - rescan to start. Ex.
c:\where\ever\it-may-be\cloakcoin-qt.exe -rescan

It doesn't help. I installed the wallet on another PC and copied the wallet.dat.
But the transfer is still unconfirmed  Sad
The transfer goes to bittrex.
ok. One more try would be go to debug console and type repairwallet  wait for a second or two, and then close and restart.
hero member
Activity: 1932
Merit: 506
Betking.io - Best Bitcoin Casino
Today i sent 1 k CLOAK from my wallet. The Coins did not arrived.
Address was right. Can somebody help?

You must have sent to the wrong address. Can you link the transaction ID? That is if you didn't send with cloaksend.

Status: 0/unconfirmed
Date: 18/06/2014 08:39
To: BsYNbgBzX1MFh1CvL7CtXYdJBqG2Xxufmy
Debit: -1041.197228 CLOAK
Transaction fee: -0.01 CLOAK
Net amount: -1041.207228 CLOAK
Transaction ID: be474bc5ff719f1460cd994427556a692e2ef2c525131875192a6f10a7403cda
we need help here?!
Maybe try when starting the wallet add - rescan to start. Ex.
c:\where\ever\it-may-be\cloakcoin-qt.exe -rescan

It doesn't help. I installed the wallet on another PC and copied the wallet.dat.
But the transfer is still unconfirmed  Sad
The transfer goes to bittrex.
hero member
Activity: 2828
Merit: 611
if you know where to host the php scripts you could just put them on another server and set the header like
Code:
      header('Access-Control-Allow-Origin: http://www.cloakcoin.com');

The dev should give me a heads up on the php-situation soon. I don't have access to any other server atm.

Thanks for thinking along.
member
Activity: 111
Merit: 10
if you know where to host the php scripts you could just put them on another server and set the header like
Code:
      header('Access-Control-Allow-Origin: http://www.cloakcoin.com');
sr. member
Activity: 252
Merit: 250
Crypt sinking already, that was fast  Shocked ... CLOAK time!
full member
Activity: 176
Merit: 100
Hey guys just FYI, when i bought into CLOAK I wanted to check for any "red flags" (which I do for all new coins) so last weekend I went through over 5000 blocks and followed large addresses to see if there was anything irregular, i brought my findings to @alty and he explained the situation and even GAVE ME MORE ACCESS TO THE BLOCK EXPLORER. Personally I think that CLOAK is one of the fairest distributions of any ALTCOIN ive seen. There were a couple people who heavily mined CLOAK from the beginning but the majority of those coins have already hit the market place and have been turned over multiple times.

No pre-mine or insta-mine

No hoarding (check richlist)

Great Dev work, innovating Anon cryptocurrency features into wallet

Goes without saying that if the devs keep following through on there promises (which they have so far) CLOAK will be a .001 coin fairly soon IMO, thats x5 from where we are at now. and look at how fast Crypt rose with hype and weak features, we could be there in a matter of days....
hero member
Activity: 2828
Merit: 611
full member
Activity: 154
Merit: 100
45 votes left to 70th place
keep voting guys
full member
Activity: 176
Merit: 100

Nice article!

A small suggestion: is it possible to replace the old logo with the new one?



I agree, this would be a great opportunity to show off the new logo and the video showing Cloaksend/Cloaktrade in action. This coin is such a winner and with the Cryptcoin bubble bursting, i think were in for a profitable week! :*) hold strong guys and place those sells high (40-50k+) if you HAVE to sell.
full member
Activity: 210
Merit: 100

Nice article!

A small suggestion: is it possible to replace the old logo with the new one?
legendary
Activity: 1596
Merit: 1010
member
Activity: 111
Merit: 10
you are right damn
then we might need to host the php scripts somewhere else and set the right headers in it
member
Activity: 76
Merit: 10
if you are ok with bittrex data you can just make the api call to their public api from the client using javascript they don't requre any authentication
tell me if you need help with that
https://bittrex.com/api/v1/public/getticker?market=BTC-CLOAK

coinnext is also public
https://api.coinnext.com/v1/market/stats/CLOAK/BTC

but overall the page looks nice

Calls to bittrex & coinnext APIs cannot be made directly from the client due to cross-domain javascript security restrictions unless they offer JSONp functionality - I don't believe that either of these API offer JSONp. Standard AJAX calls must be made to the same domain as the page calling them.
hero member
Activity: 658
Merit: 500
The website updates have potential, but they're all kinds of jacked up. It's great that the design attempts to be responsive, but there are many issues.

Chrome:
No links on the page work when the browser is wider than 895px
At some resolutions, the mobile drop-down-menu link and the standard header menu are there at the same time

Firefox & IE:
At anything over 895px, the video occupies the entire screen making nothing else visible - no links, nothing

All:
The ajax functions in index.js (updateBittrex, updateCoinnext, updateAGX) are all hitting scripts which are throwing "403 Forbidden" errors

Is there no dev server for the site where updates can be tested before launched? IMHO, the site is doing nothing but hurting credibility in its current state.

Hi,

Let me go through each one of these.

"No links on the page work when the browser is wider than 895px".
This is simply false, I've tested this in chrome and it works fine.
Links are working across the board work now that the video background is disabled

"At some resolutions, the mobile drop-down-menu link and the standard header menu are there at the same time"
There's an overlap of 20px, which doesn't make that much of a difference. It's for users that want both at the same time.
Sure it is... "It's not a bug, it's a feature!" I'm just being picky on this one anyway... not really a big issue

"At anything over 895px, the video occupies the entire screen making nothing else visible - no links, nothing"
I was just testing this on the server, I'll move on to local development and resolve these issues first.
As mentioned above, I'm fairly certain that this was responsible for the links not working on the earlier issue - maybe a z-index problem with the video player?

"The ajax functions in index.js (updateBittrex, updateCoinnext, updateAGX) are all hitting scripts which are throwing "403 Forbidden" errors"
PHP is not enabled on the server. Not my fault.
If PHP is not enabled on the server, at least disable the ajax calls to the PHP scripts. Having stuff on a page that is broken is bad enough - having it there and knowing it's broken is worse. Also, what kind of lousy hosting provider doesn't have PHP enabled on the server? That's just crazy.


Responses to the responses above. Please note that I do understand and appreciate the work that has gone into this, and I am not in any way trying to be a troll. It's just that this page is the face of the entire currency; the importance of both its look and functionality are not to be taken lightly.
I am glad for what you found and do not believe in anyway you were doing so in a negative light. Your findings are crucial and in no way trollish.
hero member
Activity: 2828
Merit: 611

"The ajax functions in index.js (updateBittrex, updateCoinnext, updateAGX) are all hitting scripts which are throwing "403 Forbidden" errors"

PHP is not enabled on the server. Not my fault.

EDIT: most time was spent on the php scripts, but they don't appear to be working. If you have any suggestions (e.g. additions) that's awesome. Thanks for the feedback.

if you are ok with bittrex data you can just make the api call to their public api from the client using javascript they don't requre any authentication
tell me if you need help with that
https://bittrex.com/api/v1/public/getticker?market=BTC-CLOAK

coinnext is also public
https://api.coinnext.com/v1/market/stats/CLOAK/BTC

but overall the page looks nice

I've always used php, since I know that really well. If you would like to help me Im on IRC => fullhdpixel.
member
Activity: 111
Merit: 10

"The ajax functions in index.js (updateBittrex, updateCoinnext, updateAGX) are all hitting scripts which are throwing "403 Forbidden" errors"

PHP is not enabled on the server. Not my fault.

EDIT: most time was spent on the php scripts, but they don't appear to be working. If you have any suggestions (e.g. additions) that's awesome. Thanks for the feedback.

if you are ok with bittrex data you can just make the api call to their public api from the client using javascript they don't requre any authentication
tell me if you need help with that
https://bittrex.com/api/v1/public/getticker?market=BTC-CLOAK

coinnext is also public
https://api.coinnext.com/v1/market/stats/CLOAK/BTC

but overall the page looks nice
member
Activity: 76
Merit: 10
The website updates have potential, but they're all kinds of jacked up. It's great that the design attempts to be responsive, but there are many issues.

Chrome:
No links on the page work when the browser is wider than 895px
At some resolutions, the mobile drop-down-menu link and the standard header menu are there at the same time

Firefox & IE:
At anything over 895px, the video occupies the entire screen making nothing else visible - no links, nothing

All:
The ajax functions in index.js (updateBittrex, updateCoinnext, updateAGX) are all hitting scripts which are throwing "403 Forbidden" errors

Is there no dev server for the site where updates can be tested before launched? IMHO, the site is doing nothing but hurting credibility in its current state.

Hi,

Let me go through each one of these.

"No links on the page work when the browser is wider than 895px".
This is simply false, I've tested this in chrome and it works fine.
Links are working across the board work now that the video background is disabled

"At some resolutions, the mobile drop-down-menu link and the standard header menu are there at the same time"
There's an overlap of 20px, which doesn't make that much of a difference. It's for users that want both at the same time.
Sure it is... "It's not a bug, it's a feature!" I'm just being picky on this one anyway... not really a big issue

"At anything over 895px, the video occupies the entire screen making nothing else visible - no links, nothing"
I was just testing this on the server, I'll move on to local development and resolve these issues first.
As mentioned above, I'm fairly certain that this was responsible for the links not working on the earlier issue - maybe a z-index problem with the video player?

"The ajax functions in index.js (updateBittrex, updateCoinnext, updateAGX) are all hitting scripts which are throwing "403 Forbidden" errors"
PHP is not enabled on the server. Not my fault.
If PHP is not enabled on the server, at least disable the ajax calls to the PHP scripts. Having stuff on a page that is broken is bad enough - having it there and knowing it's broken is worse. Also, what kind of lousy hosting provider doesn't have PHP enabled on the server? That's just crazy.


Responses to the responses above. Please note that I do understand and appreciate the work that has gone into this, and I am not in any way trying to be a troll. It's just that this page is the face of the entire currency; the importance of both its look and functionality are not to be taken lightly.
legendary
Activity: 1148
Merit: 1000
This coin has a giant neon sign stating "opportunity" well done Devs the video shows development beyond other coins choices. This is easy a .002-.008 coin.

+1
hero member
Activity: 714
Merit: 500
This coin has a giant neon sign stating "opportunity" well done Devs the video shows development beyond other coins choices. This is easy a .002-.008 coin.

Yes.
Jump to: