1. Block Header Hashes now 1024 bit. [Most Secure POW Hash]
2. Transaction Hashes [and everything else] now 512 bit.
3. GPU Channel [Right now is SHA512, BLAKE512, SKEIN1024]. TODO: External Solo GPU Miner
4. [IN-PROCESS] Implementing Unified Time Model [Synchronizes network to same time from a Seed Regardless of your time]. No more clock problems.
5. Fractional Rewarding System in Place [with 600% block inflation, coin inflation was only 0.1%]. No more Instamining.
6. CPU POW, searching for large prime numbers [1024 bits and up, size of 10^308]. Testing Difficulty Limitations using Fermat Remainder proportions:
double difficulty = ((prime - FermatTest(PRIME_DOWN(prime), 2) << 16) / prime) / ((prime - FermatTest(PRIME_UP(prime), 2) << 16) / prime)
Coinshield is really starting to set itself apart from the general Modus Operandi, which couldn't of happened without the suggestions from users like [you]. Thank You
As always, any questions, suggestions, or concerns ?
EDIT: Here are our two types of hashes:
Coinshield Block Header [1024 bits]:
00003c9d1aa27eb4917c601c59c5d99dcc43441e810419143ba1ebd4639f5090f5d1a2b12ade583 ea6fcea548f80dfc0cd37818231a3471a9b3b2ce44bea8ab943f36cdee63005e9fd766f93400d36 2faceda5a61eb0b499ddb5d2efb9484282458d2ecb2190ee27fdf823effb4776f599362d10eff4f c4846bb56f9e6bb4ad2
Coinshield Tx Hash [512 bits]:
ebf9fc2c4563bac07d164812089222114025733b805312b8b407f4d3b6157e3f5b936067d4d96a3 6cc1c884e54c460e01725aeaf860dd1e01b4345b8124bd4a7
~Videlicet