Pages:
Author

Topic: [ANN][CRYPT] CryptCoin x11 + PoS | P2P Anonymity | 0% Premine | Commander - page 71. (Read 512674 times)

full member
Activity: 181
Merit: 100
optical illusion
Time for a community takeover?
So many coins have had that and done way better. With the number of people we have in the community we can do something great. Do something and if the others bring up anything we join and have something even better?

No need for community takeover, although if you want to contribute in someways get on IRC and ask about it. All that's needed on our part right now is to hold steady and wait for anon and commander releases. some people don't have any patience at all and that's a character flaw
full member
Activity: 154
Merit: 100
BTC = FREEDOM IS OUR ONLY HOPE!
/\CRYPT go now gooooo  Grin
hero member
Activity: 955
Merit: 1004
Make the price go way up.  Now.
hero member
Activity: 832
Merit: 500
hero member
Activity: 848
Merit: 500
any other pool then in op?
newbie
Activity: 14
Merit: 0
The recent dumps seems to be sells from some multipools

e.g. http://wafflepool.com/stats/x11

Coin   Unexchanged   Unconfirmed   Approx Value
cryptcoin   0.00000000   1,031.24989365   0.11756249

More sells incoming ! Be prepared
full member
Activity: 588
Merit: 103
SESAME
this thread is full of aimlessly banter. Honestly if I was Dev I wouldn't come in here either unless to announce new features.

announce new features? Hold on, I think they have done enough "announcing" and posting pics/videos, very same in their key thread, maybe its time for some actual releasing before announcing anything more?
full member
Activity: 181
Merit: 100
optical illusion
this thread is full of aimlessly banter. Honestly if I was Dev I wouldn't come in here either unless to announce new features.
full member
Activity: 181
Merit: 100
optical illusion
lot's of hot air, you know you're a fuddster when you have to post a pic of a chart that everyone already looking at lol. Also, if you believe that MF's cryptcoin and that kid's cryptcoin project are the same you really should get yourself checked out. glhf
full member
Activity: 588
Merit: 103
SESAME
... I think KEY was the same. if you believe me or not i dont care I just want to say.

Yeah +1,  Cryptsy mods/admins are almost as dodgy as the BTCe mods. Cheesy

LOL @ crypt chart, Volume and price has NEVER been lower! Where are all those idiots who were claiming it was at the bottom last week? thought I heard : "double bottom blah blah blah"  Grin




If people had just realised after the big dump, when I posted on june 24th, they could have dumped this shitcoin then and still saved a fortune, even since I posted this (below) its gone from 0.0008btc to 0.00009222btc :

If we are to believe this very unlikely story:

1) Isnt it strange how MoosaNYC claims this is his personal project, he says its not related to his group with pr0m3theus2013, and yet it was "Dan" offering the 60,000CRYPT (90BTC) bribe to BTCe admin Dmitri to add the coin there.

Long time lurker, first time poster...

Please excuse the 0 activity, but I saw Moosa, Koolio, and King Tuna in the same thread and could not miss out on history in the making.  I'm sure glad I picked up some CRYPT this week!!!!  Grin  Cheesy  I can hardly contain my excitement!

I know 100% that the user "smile" is in this group for months... but in that post he pretends he is not , why?

Quote from: groups "private" chat logs from April
[4/26/2014 2:27:35 AM] smille _: still sittin in fiat Attious?


Im sure the group will try to claim that screenshots were photoshopped and logs were faked etc.  well I have personal experience of the group denying stuff before that I 100% know is true (as its still in my PM inbox ffs Smiley ) so I wouldn't trust them at all anymore.

If this group cant even keep their own private chats and web accounts secure, how can they expect to create a secure coin..




 

Lol @ smille  = "excuse the 0 activity" , no problem , we getting used to it now in this thread! Smiley I think you meant to say "long time group member, first time poster" ?  

It turns out you were right, it was "history in the making" , just not the kind of history you were hoping for! TBH, in future, If I saw MoosaNYC , koolio , king tuna and you in a thread, id know there was definitely something dodgy going down..  not looking at any thread in particular , cough cough, keycoin cough cough Wink

Ill maybe come back again when this coin hits 50% of its current price. Bye for now  Shocked
full member
Activity: 181
Merit: 100
optical illusion
LINK1: https://bsd7.cs.sunysb.edu/~cse260/project.html
LINK2: https://bsd7.cs.sunysb.edu/~cse260/

Someone can explain this?


"Cryptcoin

In the preceding sections I have explained the key ideas underlying Bitcoin. The actual implementation employs some additional ideas to improve the practicality and scalability of the system. For example, the full transaction details associated with a Bitcoin block can be quite large, and for reasons of scalability it is desirable not to have to send around these details each time a particular block is mentioned. For demonstration purposes though, details like this can be safely ignored without changing the essentials of the system, and this is what I have done in designing a simplified version of Bitcoin which I am calling "Cryptcoin". In designing Cryptcoin, I made use of information on the Bitcoin protocol that is that is available at the Bitcoin Wiki, including the protocol specification and protocol rules pages. Since Cryptcoin is a simplified version of Bitcoin (and different from it), although these detailed descriptions of Bitcoin available online might be helpful to some extent, they should not be expected to match exactly what is done in Cryptcoin. Of course, it goes without saying that Bitcoin source code will also not be of much use in the Cryptcoin system.

Like Bitcoin, the Cryptcoin system is a peer-to-peer network of nodes that exchange information by sending various kinds messages. In general, there are only a few rules in Cryptcoin about what messages should be sent at what time, so there is a fair amount that is left to the discretion of the implementor. There are two basic types of Cryptcoin nodes: servers, which can accept incoming connections from other nodes and are full participants in the propagation of blocks and transactions through the system, and clients, which can connect to servers but do not themselves accept incoming connections and do not further propagate blocks and transactions they receive. In Cryptcoin, miners will be server nodes, though there can also be servers that do not engage in the creation of blocks. End-user applications, such as a "wallet" that keeps track of Cryptcoin funds belonging to a particular person and allows that person to send and receive funds, might well be implemented as client nodes. Another example of a client node, which you will probably find helpful in developing an understanding of the Cryptcoin system, is a Cryptcoin Explorer client that I have written. This client serves a purpose similar to that of the Bitcoin Block Explorer or Blockchain.info websites.

Node Function

When a Cryptcoin node is started, it attempts to initiate a connection to one or more "well-known" servers whose addresses are found in a pre-programmed list. Once a connection has been made between two nodes, they begin to exchange messages. An initial "connect/acknowledge" handshake is used to exchange information about the software version of each of the nodes. After that, each node regularly "pings" the other, in order to be able to detect when a peer has become unresponsive and to close the connection to it. Another type of message is used to propagate the addresses of server nodes through the system. When a node hears about a server, it typically will retain its address for some time, so that it will be available in case one or more of its existing connections are lost and new connections need to be made. Finally, the main work of Cryptcoin is accomplished by exchanging messages that serve to propagate information about blocks and transactions.[...]"




LINK1: https://bsd7.cs.sunysb.edu/~cse260/project.html
LINK2: https://bsd7.cs.sunysb.edu/~cse260/

From this university: http://www.stonybrook.edu/


And..wtf is goin on with this coin?!??!


Student:

http://www.linkedin.com/in/jessetg

Cryptcoin
October 2013 to December 2013
Team Members: Jesse Talavera-Greenberg
An implementation of a cryptocurrency protocol similar to Bitcoin, but simpler. Won first place in an in-class competition!

https://github.com/JesseTG

https://github.com/JesseTG/Cryptcoin/commits/master
https://github.com/JesseTG/Cryptcoin/blob/master/design/png/use-cases.png
https://github.com/JesseTG/Cryptcoin/blob/master/design/png/message.png

Teacher:
http://bsd7.cs.sunysb.edu/~stark/


So, MindFox its not Mindfox?  Huh Huh Huh Huh

This teacher speaks greek : http://www.yellowpagesgoesgreen.org/whitepages/details/ny/EUGENE_W_STARK/12622235

Just so that it's clear, that is not MindFox. It's interesting that the name Cryptcoin was used, however that kids implementation of a simplified bitcoin has nothing to do with the "Cryptcoin" of this thread.

I know it's pretty obvious, but I just wanted to be clear about it.
hero member
Activity: 832
Merit: 500
It's looking that way..
newbie
Activity: 5
Merit: 0
investments have elements of risk, doesn't mean it's "gambling" in traditional sense. alt market can be risky, perhaps higher the risk the higher the reward.

let the weak hands shake out

its that time soon, they have just blamed a drop on KEYCOIN on a stolen account haha too funny, looks like a ful moon coming YEHAAA!!!
full member
Activity: 181
Merit: 100
optical illusion
investments have elements of risk, doesn't mean it's "gambling" in traditional sense. alt market can be risky, perhaps higher the risk the higher the reward.

let the weak hands shake out
newbie
Activity: 20
Merit: 0
One big game.  If you have the gut for it, it can be fun. 
hero member
Activity: 832
Merit: 500
It's definitely reassuring.. Prolly not what they want us to be thinking... 
newbie
Activity: 20
Merit: 0
CRYPT is really different. The holders are so stubborn and believe in something big. I am holding too and I am hoping for some miracle. Maybe it will happen, maybe not but one thing is sure. This has been a hell of a ride. Truly amazing. Any other coin would have dropped to sub 1k long time ago but CRYPT is holding on. Sometimes I start believing in this miracle. Could it indeed break 250k again? Who knows. I think this is all a planned game. Too shady and I love it.

It's a total gamble.  Someone mentioned it earlier.  Look at the rich list.  There are 30 + people with vast amounts of coin.  Why?  Who knows.  But I like it.
hero member
Activity: 832
Merit: 500
hero member
Activity: 824
Merit: 1000
Its a Dump for a better Pump. Cheesy Cheesy
Pages:
Jump to: