New: codablecashAll contenthive-129948hive-196917krsteemhive-183959photographyhive-180932zzanhive-166405hive-185836uncommonlabhive-150122hive-188619hive-144064bitcoinhive-183397krsuccesshive-101145hive-124908hive-139150lifehive-103599hive-109690hive-181136hive-150943TrendingNewHotLikersiizuka (45)in codablecash • 7 years agoCompleted Development of Crypt & Hash Part. And Next ScheduleI've developed crypt and hash calculation part in both Java and C++. They are one of main part of the cryptocurrency. And on developing these part, I could found a lot of knowledge about actual…iizuka (45)in codablecash • 7 years agoThe cryptcurrency module to be written in Java and C++I've started to develop CodableCash, and I found a lot about actual performance of cryptocurrency module. At first, I have planed to write only crypto and hash module in C++. But after actual…iizuka (45)in codablecash • 7 years agoImplemented Secp256k CDSA in Java LanguageI've implemented and tested Secp256k CDSA in Java. But it seems very slow. Implemented functions I've implemented Secp256k CDSA with Secp256k1Point class. Parameter of Secp256k is below.…iizuka (45)in codablecash • 7 years ago[Dev Status]Developed JNI interface to access Yescript GPU&ASIC resistant hashI've imported source code of Yescript from CPU-Miner. It is implemented by C. GPU&ASIC resistant hash is essential by following reasons. Fair chance for all full nodes as possible as it can Make…iizuka (45)in codablecash • 7 years agoUse both Java and C++ for cryptocurrency developmentNow making ASIC & GPU resistant hash algorithm, which is yescript. And I decided to use JNI(Java Native Inerface) in calculating nonce. Performance of nonce calculation is very severe issue to make…iizuka (45)in codablecash • 7 years agoDevelopment Status & Milestone of CodableCash on 21st Feb 2018Current Status This week, I could build environment to develop, so I'll start it from now. Now it is the very first timing of development, so if you interested in how the cryptocurrency is made…iizuka (45)in codablecash • 7 years agosteemCreated with Sketch.Researching Yescript GPU & ASIC Resistant Hash with CPU-Miner Source CodeNow I started researching Yescript, which is hash algorithm of some cryptocurrency. Yescript Users Yescript is used by following cryptocurrency. BitZenny GlobalBoost Unitus Myriad Source…iizuka (45)in codablecash • 7 years agosteemCreated with Sketch.Making Github skelton repository with Travis-CI for cryptocurrencyToday, I've made github repository, and set up Travis-CI. Continuous integration is essential on making a cryptocurrency. CodableCash is built with Java environment, so it is used with Maven. Steps…iizuka (45)in codablecash • 7 years agosteemCreated with Sketch.Development Environment for New CryptocurrencyNow I'm making new cryptocurrency CodableCash. It uses Ticket PoS consensus algorithm, therefore priority of development environment is ease of development and manage code. Java Programming…iizuka (45)in codablecash • 7 years agosteemCreated with Sketch.How to make make necessary electricity for cryptocurrency minimumCurerntly, Bitcoin require huge electric power. That's because nonce calculation is core part to make consensus. By thinking why nance calculation is necessary, we can understand how to reduce it.…iizuka (45)in codablecash • 7 years agosteemCreated with Sketch.Decentralized PoS/PoW Algorithm Using Ticket and Nonce CalculationNew Pos/PoW Algorithm Generally, Pos(Proof of Stake) is algorithm using staked coin, and it does not use nonce calculation. Therefore it has following problems. Rich people becomes richer…iizuka (45)in cryptocurrency • 7 years agosteemCreated with Sketch.Scalability of Blockchain vs DAG based CryptocurrencyWhen I was considering the ground design of my cryptocurrency's architecture, I planed to adopt DAG ledger. And I've thought a lot about it. This time I'll write about the merit and demerit. New…iizuka (45)in cryptocurrency • 7 years agosteemCreated with Sketch.Entire Architecture of CodableCash Ledger for Instant Payment & Smart ContractNow Decided Architecture of Entire P2P Ledger Now, I've decided the architecture of decentralized ledger for CodableCash. It takes long term, about 2 months to decide it. Most difficult point was…iizuka (45)in cryptocurrency • 7 years agosteemCreated with Sketch.Goal & Concept of CodableCash Cryptocurrency on 11th Feb 2018Introduction I'm now started to make codablecash, which is cryptocurrency. The codablecash is to make many things current coins can't do possible, by new architecture. Purpose of the coin…