Starting A Cryptocurrency - Printable Version +- Forums - Open Redstone Engineers (https://forum.openredstone.org) +-- Forum: Off-Topic (https://forum.openredstone.org/forum-4.html) +--- Forum: Programming (https://forum.openredstone.org/forum-8.html) +--- Thread: Starting A Cryptocurrency (/thread-10863.html) |
Starting A Cryptocurrency - Halflife390 - 09-11-2016 Hi guys, Halflife390 here; Bloody hell its been over a year since I have even been on the server! So many new people, well time moves on. Im just so busy with IRL projects so have no idea when i'll be getting back to redstone, I do however check the forums sparsely when I have time. Anyway for those who are interested, for the final project of my computing course we are instructed to make a program in visual basic. There is literally no requirements for it except it obviously has to be sophisticated so you can get loads of marks. Just to give you an idea, one guy I know is making firmware from scratch (using no library's) to control a 3D printer he is going to assemble himself. I decided to go down the purely software root like most people and really wanted to make a complex program that isn't some kind of boring database and will be fun to make. I have decided to basically make my own cryptocurrency like bitcoin. I have analysed the bitcoin protocol and examined vb's capabilities and have deemed the project as feasible and possible within the given time frame. I already have some parts of it coded and working such as the p2p networking and sha256 hashing and mining function. If its not already clear, this is a project for getting a qualification so I'm not actually going to distribute it around the world and try to make money, its for fun. However, the program will be backed by the same cryptographic hashing technology that secures bitcoin so there is nothing stopping me from actually distributing it if I wanted to (there is no reason for anyone to use it though). I have just started the project and its needs to be finished by January. I'm posting this here if anyone is interested and wants to know more or maybe even volunteer to be a beta tester? If you have any questions or want to know more just ask! RE: Starting A Cryptocurrency - josh03222 - 09-11-2016 yessir I would like money. RE: Starting A Cryptocurrency - ddthj - 09-13-2016 I like having large amounts of useless cryptocurrency, count me in RE: Starting A Cryptocurrency - tokumei - 09-13-2016 can I convert it to bitcoins later? RE: Starting A Cryptocurrency - josh03222 - 09-13-2016 I just want moneyz RE: Starting A Cryptocurrency - AltruismAndCake - 09-14-2016 Sure, I'll beta test it, send me a copy whenever RE: Starting A Cryptocurrency - VoltzLive - 09-22-2016 The funniest part "no boring database" Brah A block chain is a database! Kek RE: Starting A Cryptocurrency - Halflife390 - 09-24-2016 (09-22-2016, 07:44 AM)VoltzLive Wrote: The funniest part "no boring database" I know but when I say boring database I mean Microsoft Access which I personally hate. A block chain is way more interesting to code! RE: Starting A Cryptocurrency - VoltzLive - 09-25-2016 I have been sort of planning my own blockchain/public key p2p project not a crypto currency though RE: Starting A Cryptocurrency - Halflife390 - 09-25-2016 (09-25-2016, 02:34 AM)VoltzLive Wrote: I have been sort of planning my own blockchain/public key p2p project not a crypto currency though Elaborate? RE: Starting A Cryptocurrency - VoltzLive - 09-28-2016 Instead of holding onto a ledger of money A ledger of sites Allowing anonymous, decentralized web sites RE: Starting A Cryptocurrency - qwerasd205 - 09-29-2016 (09-28-2016, 12:07 AM)VoltzLive Wrote: Instead of holding onto a ledger of money So like........ Idk how bitcoin or other cryptocurrencies work, but that sounds interesting, how would the websites be updated, would that not be possible? RE: Starting A Cryptocurrency - Halflife390 - 09-29-2016 (09-29-2016, 04:46 AM)qwerasd205 Wrote:(09-28-2016, 12:07 AM)VoltzLive Wrote: Instead of holding onto a ledger of money Storing information of any kind that cannot be edited is easily possible with blockchain technology but how would a website work (that aren't just information storing sites)? RE: Starting A Cryptocurrency - Chibill - 09-29-2016 (09-29-2016, 03:10 PM)Halflife390 Wrote:(09-29-2016, 04:46 AM)qwerasd205 Wrote:(09-28-2016, 12:07 AM)VoltzLive Wrote: Instead of holding onto a ledger of money https://blockstack.org/ Decentralized internet! RE: Starting A Cryptocurrency - Halflife390 - 09-29-2016 (09-29-2016, 07:10 PM)Chibill Wrote:(09-29-2016, 03:10 PM)Halflife390 Wrote:(09-29-2016, 04:46 AM)qwerasd205 Wrote:(09-28-2016, 12:07 AM)VoltzLive Wrote: Instead of holding onto a ledger of money That's cheating, it just uses the bitcoin network, I'm making it from scratch. RE: Starting A Cryptocurrency - Halflife390 - 02-02-2017 Ok so here are some updates: The program is finish and working! Its about 5000 lines and partially object orientated, using UPNP it works across the internet but can be configured for LAN mode too. I have tested it using 4 computers at home and it works pretty well. I'm in the middle of documentation right now but should be able to release a beta when I get time to make an installer for it. RE: Starting A Cryptocurrency - VoltzLive - 02-03-2017 Where's the repo? RE: Starting A Cryptocurrency - Halflife390 - 02-05-2017 I haven't uploaded anything yet, I'm going to make an installer for it so people without VB can still run it. If you want to see the code I can upload the solution for you to run. RE: Starting A Cryptocurrency - VoltzLive - 02-06-2017 (02-05-2017, 12:13 AM)Halflife390 Wrote: I haven't uploaded anything yet, I'm going to make an installer for it so people without VB can still run it. If you want to see the code I can upload the solution for you to run. You should have had a git repo from the very start. If you're writing software, any software, doesn't matter if its closed source or not. **Get a repo** then since it's open source, you have a nice place to put it on github for free RE: Starting A Cryptocurrency - Chibill - 02-07-2017 if closed source I recommend bitbucket because free private repos! |