Author

Topic: Is this possible? (Read 2595 times)

sr. member
Activity: 318
Merit: 260
December 24, 2016, 04:36:47 AM
#18
Lol, certainly possible to create a wallet in C#. You can also create one in assembler if it amuses you Grin

Yeah if you're one of the people who thinks hand-assembler is more efficient and economical-enough..
sr. member
Activity: 406
Merit: 250
December 24, 2016, 12:37:06 AM
#17
Lol, certainly possible to create a wallet in C#. You can also create one in assembler if it amuses you Grin
sr. member
Activity: 318
Merit: 260
December 23, 2016, 01:39:16 AM
#16
You could make a full or hybrid wallet software in PowerShell or even JS or VBS, so yes [anything here] can be used to make one. Good luck going through a dozen modern-freelancers to get it half working though..


I'd code one in Rust but I don't have time and don't work for $1.50/Hr.. About $45,000.00 and thirty different third-world freelancers might get me one that does 35% functionality without crashing and I'd never have to write a line.. Then I'd write "secure" on it and retire from the investor funds and pretend all the collateral damage was "kinks"..
sr. member
Activity: 462
Merit: 250
December 16, 2016, 05:57:10 PM
#15
Would it be possible to create a desktop wallet in C#?


Yes it's possible to create it
legendary
Activity: 1512
Merit: 1010
ITSMYNE 🚀 Talk NFTs, Trade NFTs 🚀
November 18, 2016, 11:12:27 AM
#14
I guess this might help you...
https://bitcointalksearch.org/topic/c-watch-only-bitcoin-wallet-support-segwit-and-forks-v31-1616888

Check it out..
And Yes it is possible.  Smiley

hehe! Thanks for taking an interest in my project but as the title suggests it is a "Watch-Only" wallet and it is used to keep tabs on your bitcoin addresses, balances and price.

What OP was looking for was a real bitcoin wallet, i assume with functionality to create addresses with private keys, sending (signing) transactions from, and all that.

Try it out mate..
I think it is possible, may need some more extra things to complete but eventually you will if you try...
Good luck...  Smiley
legendary
Activity: 1042
Merit: 2805
Bitcoin and C♯ Enthusiast
November 17, 2016, 12:40:41 PM
#13
I guess this might help you...
https://bitcointalksearch.org/topic/c-watch-only-bitcoin-wallet-support-segwit-and-forks-v31-1616888

Check it out..
And Yes it is possible.  Smiley

hehe! Thanks for taking an interest in my project but as the title suggests it is a "Watch-Only" wallet and it is used to keep tabs on your bitcoin addresses, balances and price.

What OP was looking for was a real bitcoin wallet, i assume with functionality to create addresses with private keys, sending (signing) transactions from, and all that.
legendary
Activity: 1512
Merit: 1010
ITSMYNE 🚀 Talk NFTs, Trade NFTs 🚀
November 17, 2016, 09:51:32 AM
#12
I guess this might help you...
https://bitcointalksearch.org/topic/c-watch-only-bitcoin-wallet-support-segwit-and-forks-v31-1616888

Check it out..
And Yes it is possible.  Smiley
member
Activity: 74
Merit: 10
November 15, 2016, 07:20:29 AM
#11
Would it be possible to create a desktop wallet in C#?

ofcourse this is possible .
but i am not sure how much you will be successful  .
you can make wallet for Android in about 15 minutes ( if you are sharper in typing ) .
this wallet will work on private key import .
source programming help source : YouTube Cool

15 min? I don't think he meant an SPV wallet  Wink
hero member
Activity: 882
Merit: 500
November 04, 2016, 04:20:29 AM
#10
Would it be possible to create a desktop wallet in C#?

ofcourse this is possible .
but i am not sure how much you will be successful  .
you can make wallet for Android in about 15 minutes ( if you are sharper in typing ) .
this wallet will work on private key import .
source programming help source : YouTube Cool
member
Activity: 74
Merit: 10
November 04, 2016, 04:03:48 AM
#9
You have NBitcoin for bitcoin libraries
Then there is also http://stratisplatform.com/ who are building a full node in C#

FYI coinvault.io web wallet is written in C# and has some open source libraries
member
Activity: 114
Merit: 11
November 03, 2016, 03:10:23 AM
#8
Yes indeed. It is highly possible, but why you need to re-invent the wheel.  Wink
member
Activity: 120
Merit: 13
Pepe is NOT a hate symbol
November 03, 2016, 02:50:18 AM
#7
Would it be possible to create a desktop wallet in C#?


What do you mean with "wallet"?
Does it have to include a full node or is SPV (simplified payment verification) enough?
sr. member
Activity: 1344
Merit: 307
November 02, 2016, 08:02:50 PM
#6
It is possible to have it done in any language, it just depends on the time one is willingly to put into the development.
hero member
Activity: 765
Merit: 503
November 02, 2016, 02:53:24 AM
#5
Of course it can. Check out NBitcoin on nuget too
legendary
Activity: 1042
Merit: 2805
Bitcoin and C♯ Enthusiast
October 22, 2016, 09:49:43 AM
#4
♯♯
Because I've just finished learning ASP.NET and basic C#. I'm getting onto databases and other stuff now. I really like Bitcoin & C# so I would love to develop something in C# for the BTC community. Preferably a wallet. However, I'd firstly need to understand FULLY how they work and how to make them.

I am also new to C♯ that is why I asked, why.

I think one of the best references that you can use is Developers Guide to bitcoin
https://bitcoin.org/en/developer-documentation

The main problem with bitcoin is that it is too complicated with all the data manipulations like custom variables and stuff like that.

That said, I would love to see some projects done in C♯ for bitcoin and I promise to contribute whatever I can to any open source project even a tiny contribution.
full member
Activity: 186
Merit: 100
October 22, 2016, 07:09:57 AM
#3
Well hello there Grin

Would it be possible to create a desktop wallet in C#?

Why C♯?

And yes it is possible. There are already so many great bitcoin libraries written in C♯ on GitHub that you can start with.
Off the top of my head I can name BouncyCastle
http://www.bouncycastle.org/csharp
There are more in my starred repos

Because I've just finished learning ASP.NET and basic C#. I'm getting onto databases and other stuff now. I really like Bitcoin & C# so I would love to develop something in C# for the BTC community. Preferably a wallet. However, I'd firstly need to understand FULLY how they work and how to make them.
legendary
Activity: 1042
Merit: 2805
Bitcoin and C♯ Enthusiast
October 22, 2016, 06:19:47 AM
#2
Well hello there Grin

Would it be possible to create a desktop wallet in C#?

Why C♯?

And yes it is possible. There are already so many great bitcoin libraries written in C♯ on GitHub that you can start with.
Off the top of my head I can name BouncyCastle
http://www.bouncycastle.org/csharp
There are more in my starred repos
full member
Activity: 186
Merit: 100
October 22, 2016, 05:52:14 AM
#1
Would it be possible to create a desktop wallet in C#?
Jump to: