- TicoIn
- 17 Sep 2024 09:47:03 pm
- Last edited by linkjt9 on 18 Sep 2024 10:25:02 am; edited 1 time in total
After someone said that this looks like a sight that would give me a crypto virus, I decided to make a crypto currency based on calc. I really don't know what I'm gonna call it, but here is the main ideas:
Local Mode:
-Encrypt each Id on calc
-decrypt each private key on calc
-Verify
-Create a new block to pay off the previous step
-Pay the new block to the miner
-verify the blocks validity by repeating
Online Mode(Don't know a lot about transferring data to calc but):
-Get Encrypted block from server
-Guess on calc
-Send a verification message back
-Have the server create a new block to pay off miner
-Allow more than one miner at a time
So far, I've barely implemented a local mode, and my method of encryption is just Public +1000 = private. I also forgot to mention, this is in C. I want each block to be decrypted every minute or so as of now so I can test without having to wait TOO long. Otherwise, this is just a fun project to get myself introduced into C as well as dealing with Appvars. I'll include some photos later, so stay tuned.
Edit:
I will also include an explanation of how it works later on, to me crypto is good in theory, but it goes wrong really quickly, so this is an actual attempt at making a funny, but practicale project
Local Mode:
-Encrypt each Id on calc
-decrypt each private key on calc
-Verify
-Create a new block to pay off the previous step
-Pay the new block to the miner
-verify the blocks validity by repeating
Online Mode(Don't know a lot about transferring data to calc but):
-Get Encrypted block from server
-Guess on calc
-Send a verification message back
-Have the server create a new block to pay off miner
-Allow more than one miner at a time
So far, I've barely implemented a local mode, and my method of encryption is just Public +1000 = private. I also forgot to mention, this is in C. I want each block to be decrypted every minute or so as of now so I can test without having to wait TOO long. Otherwise, this is just a fun project to get myself introduced into C as well as dealing with Appvars. I'll include some photos later, so stay tuned.
Edit:
I will also include an explanation of how it works later on, to me crypto is good in theory, but it goes wrong really quickly, so this is an actual attempt at making a funny, but practicale project