Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: cookiemonster7 on September 20, 2014, 01:53:26 AM



Title: Open Source C# ATM?
Post by: cookiemonster7 on September 20, 2014, 01:53:26 AM
I have searched as hard as I can and have not for the life of me found any projects that are in C# which are meant for an ATM machine that deals in BTC. I could really use a push in the right direction.


Title: Re: Open Source C# ATM?
Post by: doof on September 20, 2014, 03:01:39 AM
I have searched as hard as I can and have not for the life of me found any projects that are in C# which are meant for an ATM machine that deals in BTC. I could really use a push in the right direction.

I have been working on way.  Closed source tho :(


Title: Re: Open Source C# ATM?
Post by: cookiemonster7 on September 20, 2014, 08:55:16 PM
I see said the blind man to his deaf wife over the disconnected telephone


Title: Re: Open Source C# ATM?
Post by: LuaPod on September 23, 2014, 07:16:46 AM
I see said the blind man to his deaf wife over the disconnected telephone
If you have money this could be something I could build for you.
It would require the specs for every piece you are wanting to use in your ATM
such as the money counter that is used on the inside (So that I could use the proper SDK)
etc..


Title: Re: Open Source C# ATM?
Post by: mtomcdev on September 23, 2014, 11:30:56 AM
I see said the blind man to his deaf wife over the disconnected telephone

Only C# is an option for you? I have been working on an ATM device and it will be open source, but it uses Nucleus RTOS instead of C#. Let me know if it is something that interest you.


Title: Re: Open Source C# ATM?
Post by: mcaizgk2 on September 23, 2014, 09:11:23 PM
OP when it comes to C# you basically have two choices:

https://github.com/GeorgeKimionis/BitcoinLib (https://github.com/GeorgeKimionis/BitcoinLib)

OR

https://github.com/NicolasDorier/NBitcoin (https://github.com/NicolasDorier/NBitcoin)



Title: Re: Open Source C# ATM?
Post by: cookiemonster7 on September 27, 2014, 08:12:33 AM
OP when it comes to C# you basically have two choices:

https://github.com/GeorgeKimionis/BitcoinLib (https://github.com/GeorgeKimionis/BitcoinLib)

OR

https://github.com/NicolasDorier/NBitcoin (https://github.com/NicolasDorier/NBitcoin)



Thank you.