Bitcoin Forum

Bitcoin => Project Development => Topic started by: metacodes on October 26, 2015, 04:14:07 PM



Title: Bitcoin Wallet with C#
Post by: metacodes on October 26, 2015, 04:14:07 PM
Alright good evening

Now I want to program my own bitcoin wallet. I have an idea of sql, INSERT, UPDATE, DELETE SELECT Sql statement, and also how to use the Random () to generate new series of numbers and inserting them into a database

Here is the main question of the day, the NBitcoin or so Library needed to develop bitcoin wallets can it serve as to the following features :


1.) Generating bitcoin Address (Sign up and inserting into database and saving data)
2.) transfer from my bitcoin wallet address to other addresses like addresses generated from https://blockchains.info
3.) since I do have very good knowledge of sql and c# /vb.net what must I study to make a good wallet as c#and vb.net creates executable.

4. Adding funds can I use the NBitcoin library for that too? Or I just have to use a simple UPDATE sql statement for that purpose

I didn't have a comprehensive video hence I had to ask all my questions here. So I do need help.


Title: Re: Bitcoin Wallet with C#
Post by: joshafest on October 29, 2015, 03:52:34 PM
hello! well you can build whole bitcoin or any altcoin in c# i can help you ....


Title: Re: Bitcoin Wallet with C#
Post by: Misiak4 on October 29, 2015, 04:43:50 PM
OP do you want to build you wallet on top of some API or your own implementation with "full node"?

If you are looking for a simpler way check out blocktrail.com API (recommended) or blockchain.info API.


Title: Re: Bitcoin Wallet with C#
Post by: bit3000 on October 29, 2015, 04:56:19 PM
I can help you with this.
I have 5+ professional experience in C
If you are willing to buy my service then PM men


Title: Re: Bitcoin Wallet with C#
Post by: joshafest on October 30, 2015, 01:19:20 PM
I can help you with this.
I have 5+ professional experience in C
If you are willing to buy my service then PM men



really but i think there is difference in c and c# ....

?


Title: Re: Bitcoin Wallet with C#
Post by: RodeoX on October 30, 2015, 01:30:26 PM
For experimenting you may be interested in this:

https://en.bitcoin.it/wiki/Testnet

https://testnet.coinfaucet.eu/en/

Or you may know all about his?


Title: Re: Bitcoin Wallet with C#
Post by: joshafest on October 30, 2015, 04:12:23 PM
For experimenting you may be interested in this:

https://en.bitcoin.it/wiki/Testnet

https://testnet.coinfaucet.eu/en/

Or you may know all about his?


thanks ..for this