metacortex (31)in #cryptocurrency • 7 years agoCreating a simple cryptocurrency: part 14The latest repository Completion The initial stage of Scryp development is complete. The final step was to…metacortex (31)in #cryptocurrency • 7 years agoCreating a simple cryptocurrency: part 13The latest repository Combining server.js and client.js into scryp.js The next stage of development is to…metacortex (31)in #cryptocurrency • 7 years agoCreating a simple cryptocurrency: part 12The latest repository . The wt object (WebTorrent) If every member of a Scryp community was a server, the…metacortex (31)in #cryptocurrency • 7 years agoCreating a simple cryptocurrency: part 11The latest repository . Distributed Hash Table (DHT) DHT's are another breakthrough technology for creating…metacortex (31)in #cryptocurrency • 7 years agoCreating a simple cryptocurrency: part 10The latest repository . Consensus determination (continued) Consensus determination has been enhanced so that…metacortex (31)in #decentralization • 7 years agoCreating a simple cryptocurrency: part 5Please ignoremetacortex (31)in #cryptocurrency • 7 years agoCreating a simple cryptocurrency: part 9The repository now includes consensus determination. Consensus determination (continued) In part 8, consensus…metacortex (31)in #cryptocurrency • 7 years agoCreating a simple cryptocurrency: part 8The repository now includes consensus determination. Consensus determination At the beginning of the first…metacortex (31)in #cryptocurrency • 7 years agoCreating a simple cryptocurrency: part 7The repository now includes changes to server.js. There is a new object: ip (IPv4 address). sr is upgraded with…metacortex (31)in #cryptocurrency • 7 years agoCreating a simple cryptocurrency: part 6The repository now includes changes to server.js. There are two new objects, kp (key pair) and cr…metacortex (31)in #cryptocurrency • 7 years agoCreating a simple cryptocurrency: part 5server.js The Part 5 repository now has a preliminary version of server.js, incorporating recv.js and adding…metacortex (31)in #cryptocurrency • 7 years agoCreating a simple cryptocurrency: part 4Github repository The repository for scryp is at . Github saves snapshots of the repository, making it possible…metacortex (31)in #cryptocurrency • 7 years agoCreating a simple cryptocurrency: part 3Accounts, balances and transactions A scryp account has an id and a balance. The id is the 32-byte public key of…metacortex (31)in #crypto • 7 years agoCreating a simple cryptocurrency: part 2Decentralized consensus determination Achieving consensus in a decentralized network is a difficult problem…metacortex (31)in #crypto • 7 years agoCreating a simple cryptocurrency: part 1Introduction I've been interested in cryptocurrencies since their beginning, and before that I was already…