Bitcoin Forum

Other => Beginners & Help => Topic started by: algar32 on July 20, 2012, 03:56:25 AM



Title: Hey I am new here :) + old bitcoin cmd calculator I made
Post by: algar32 on July 20, 2012, 03:56:25 AM
Hello all, I am new to the forums. Just wanted to say hello. Also here is a "ghetto" bitcoin calculator I made to run in cmd from my last semester's programming class. It's nothing special or really that usable. Most of you programming folks will scoff at it, but it was my first C++ class and I thought it would be fun to take a stab at it ;). Also I think you need visual studio to open it as well....

Bitcoin Calculator: http://www.fast-files.com/getfile.aspx?file=54768


Title: Re: Hey I am new here :) + old bitcoin cmd calculator I made
Post by: grantbdev on July 20, 2012, 04:37:14 AM
Hello all, I am new to the forums. Just wanted to say hello. Also here is a "ghetto" bitcoin calculator I made to run in cmd from my last semester's programming class. It's nothing special or really that usable. Most of you programming folks will scoff at it, but it was my first C++ class and I thought it would be fun to take a stab at it ;). Also I think you need visual studio to open it as well....

Bitcoin Calculator: http://www.fast-files.com/getfile.aspx?file=54768

You expect bitcoin users to download a windows executable from a new stranger in a bitcoin community? I'm not accusing you of anything, but you have to understand it seems pretty fishy and people are pretty paranoid about anything that potentially steal their wallet. All Bitcoin software should be open source for this reason.

Welcome to the forums.


Title: Re: Hey I am new here :) + old bitcoin cmd calculator I made
Post by: notme on July 20, 2012, 04:38:04 AM
Try posting the code to github.


Title: Re: Hey I am new here :) + old bitcoin cmd calculator I made
Post by: Foxpup on July 20, 2012, 06:56:20 AM
Hello all, I am new to the forums. Just wanted to say hello. Also here is a "ghetto" bitcoin calculator I made to run in cmd from my last semester's programming class. It's nothing special or really that usable. Most of you programming folks will scoff at it, but it was my first C++ class and I thought it would be fun to take a stab at it ;). Also I think you need visual studio to open it as well....

Bitcoin Calculator: http://www.fast-files.com/getfile.aspx?file=54768

You expect bitcoin users to download a windows executable from a new stranger in a bitcoin community? I'm not accusing you of anything, but you have to understand it seems pretty fishy and people are pretty paranoid about anything that potentially steal their wallet. All Bitcoin software should be open source for this reason.

Welcome to the forums.

It's not a Windows executable, it's a Visual Studio solution file... and only the solution file, without the corresponding project file or even the source file(s). ::) Algar, didn't it strike you as odd that your RAR file actually takes up less data than your post about it?


Title: Re: Hey I am new here :) + old bitcoin cmd calculator I made
Post by: John (John K.) on July 20, 2012, 10:03:57 AM
Hello all, I am new to the forums. Just wanted to say hello. Also here is a "ghetto" bitcoin calculator I made to run in cmd from my last semester's programming class. It's nothing special or really that usable. Most of you programming folks will scoff at it, but it was my first C++ class and I thought it would be fun to take a stab at it ;). Also I think you need visual studio to open it as well....

Bitcoin Calculator: http://www.fast-files.com/getfile.aspx?file=54768

You expect bitcoin users to download a windows executable from a new stranger in a bitcoin community? I'm not accusing you of anything, but you have to understand it seems pretty fishy and people are pretty paranoid about anything that potentially steal their wallet. All Bitcoin software should be open source for this reason.

Welcome to the forums.
This. I've banned a few users a couple days ago distributing a 'miner' and a 'pool hopper' that turned up to be a virus in Anubis. Absolutely DO NOT DOWNLOAD and run ANY EXECUTABLES without the source. Compile from the source to be sure.

OP,
Hello all, I am new to the forums. Just wanted to say hello. Also here is a "ghetto" bitcoin calculator I made to run in cmd from my last semester's programming class. It's nothing special or really that usable. Most of you programming folks will scoff at it, but it was my first C++ class and I thought it would be fun to take a stab at it ;). Also I think you need visual studio to open it as well....

Bitcoin Calculator: http://www.fast-files.com/getfile.aspx?file=54768

You expect bitcoin users to download a windows executable from a new stranger in a bitcoin community? I'm not accusing you of anything, but you have to understand it seems pretty fishy and people are pretty paranoid about anything that potentially steal their wallet. All Bitcoin software should be open source for this reason.

Welcome to the forums.

It's not a Windows executable, it's a Visual Studio solution file... and only the solution file, without the corresponding project file or even the source file(s). ::) Algar, didn't it strike you as odd that your RAR file actually takes up less data than your post about it?


Title: Re: Hey I am new here :) + old bitcoin cmd calculator I made
Post by: AnonEMoosey on July 20, 2012, 10:33:19 AM
Seems legit.


Title: Re: Hey I am new here :) + old bitcoin cmd calculator I made
Post by: christ0pher on July 20, 2012, 01:03:34 PM
he said it wasnt an exe. It's just the code and forms and stuff.


Title: Re: Hey I am new here :) + old bitcoin cmd calculator I made
Post by: algar32 on July 20, 2012, 04:28:27 PM
Hello all, I am new to the forums. Just wanted to say hello. Also here is a "ghetto" bitcoin calculator I made to run in cmd from my last semester's programming class. It's nothing special or really that usable. Most of you programming folks will scoff at it, but it was my first C++ class and I thought it would be fun to take a stab at it ;). Also I think you need visual studio to open it as well....

Bitcoin Calculator: http://www.fast-files.com/getfile.aspx?file=54768

You expect bitcoin users to download a windows executable from a new stranger in a bitcoin community? I'm not accusing you of anything, but you have to understand it seems pretty fishy and people are pretty paranoid about anything that potentially steal their wallet. All Bitcoin software should be open source for this reason.

Welcome to the forums.
I expected this answer and I most certainly understand the concern. I am not forcing anyone to download it. Honestly it isn't even that good, just an attempt that got me a good grade in the class. Not everyone has windows, so yes I thought there was a slim chance some people might download it and maybe open in wine or similar ;).

And thanks for the welcome :).


Title: Re: Hey I am new here :) + old bitcoin cmd calculator I made
Post by: algar32 on July 20, 2012, 04:29:46 PM
Hello all, I am new to the forums. Just wanted to say hello. Also here is a "ghetto" bitcoin calculator I made to run in cmd from my last semester's programming class. It's nothing special or really that usable. Most of you programming folks will scoff at it, but it was my first C++ class and I thought it would be fun to take a stab at it ;). Also I think you need visual studio to open it as well....

Bitcoin Calculator: http://www.fast-files.com/getfile.aspx?file=54768

You expect bitcoin users to download a windows executable from a new stranger in a bitcoin community? I'm not accusing you of anything, but you have to understand it seems pretty fishy and people are pretty paranoid about anything that potentially steal their wallet. All Bitcoin software should be open source for this reason.

Welcome to the forums.

It's not a Windows executable, it's a Visual Studio solution file... and only the solution file, without the corresponding project file or even the source file(s). ::) Algar, didn't it strike you as odd that your RAR file actually takes up less data than your post about it?

This cat is right^^^. I don't know how the hell I did that.  Sorry if anyone actually downloaded it.  As I said don't take it seriously, it is barely a calculator (or proper coding).

This one should work if anyone is interested: http://www.fast-files.com/getfile.aspx?file=54775

For those of you who would rather just look at the code:
http://www.cplusplus.com/forum/beginner/75662/
(sorry if I am not aloud to link to other forums)

Also I am messing around with github now, whoever asked above. (I am sure I will need it  quite a bit in the future)


Title: Re: Hey I am new here :) + old bitcoin cmd calculator I made
Post by: algar32 on July 20, 2012, 04:30:59 PM
Seems legit.

I detect sarcasm  :o


Title: Re: Hey I am new here :) + old bitcoin cmd calculator I made
Post by: Foxpup on July 21, 2012, 12:09:38 AM
I just compiled this on Linux, though I had to rename the time variable since it conflicts with std::time(). I'm not sure how you got away with that on Windows. Does the Visual C++ standard library really not have a time() function? Although, knowing Microsoft, that wouldn't actually surprise me. Also, I don't quite understand the "enthusiasm" thing. Is this just some random thing you threw in just to show your instructor that you know how to use a switch statement?

Anyway, to anyone else who wants to try it out, the code is clean safe, but I'd be wary of the included EXE file. I don't know whether it was compiled from this source or not and am too lazy to find out. Compile from source to be safe.


Title: Re: Hey I am new here :) + old bitcoin cmd calculator I made
Post by: algar32 on July 21, 2012, 06:30:06 AM
I just compiled this on Linux, though I had to rename the time variable since it conflicts with std::time(). I'm not sure how you got away with that on Windows. Does the Visual C++ standard library really not have a time() function? Although, knowing Microsoft, that wouldn't actually surprise me. Also, I don't quite understand the "enthusiasm" thing. Is this just some random thing you threw in just to show your instructor that you know how to use a switch statement?

Anyway, to anyone else who wants to try it out, the code is clean safe, but I'd be wary of the included EXE file. I don't know whether it was compiled from this source or not and am too lazy to find out. Compile from source to be safe.

Yeah like I said I am not a programmer, just some noob who took the class. Yes it runs fine on my windows machine without changing the code. Yes the enthusiasm was added simply because you were suppose to implement as much as possible from the course and I had yet to add a switch.