Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: Albert211994 on November 03, 2017, 01:57:21 PM



Title: Wallet
Post by: Albert211994 on November 03, 2017, 01:57:21 PM
I wanted to create a wallet of my own? Where do I start? I am a c# developer anyway.


Title: Re: Wallet
Post by: golekcepot on November 03, 2017, 04:05:33 PM
To create a wallet account, the first is login and open your email, very many sites that offer online wallet services, you can start with bittrex, poloniex, localbitcoins and others. Choose one of the wallets that you like and visit the site, then click REGISTER, and follow the next command, hopefully useful.


Title: Re: Wallet
Post by: Variogam on November 03, 2017, 04:44:52 PM
[General] Bitcoin Wallets - Which, what, why?
https://bitcointalk.org/index.php?topic=1631151.0


Title: Re: Wallet
Post by: MistGold on November 03, 2017, 04:51:18 PM
I wanted to create a wallet of my own? Where do I start? I am a c# developer anyway.
If you want to start your "Own wallet project" Just type in google how to create a QT wallet.


Title: Re: Wallet
Post by: Albert211994 on November 03, 2017, 05:16:53 PM
I wanted to create a wallet of my own? Where do I start? I am a c# developer anyway.
If you want to start your "Own wallet project" Just type in google how to create a QT wallet.

Right, I want to build a custom wallet project. Found some in google but mostly using python. If i cannot find anything else I will force myself to learn python.



Title: Re: Wallet
Post by: cr1776 on November 03, 2017, 05:24:24 PM
I wanted to create a wallet of my own? Where do I start? I am a c# developer anyway.
If you want to start your "Own wallet project" Just type in google how to create a QT wallet.

Right, I want to build a custom wallet project. Found some in google but mostly using python. If i cannot find anything else I will force myself to learn python.


Bitcoin Core is a wallet (much of which is) written in C++ (with external libraries etc) and if you know c# that will make it much easier to get up to speed - https://github.com/bitcoin/bitcoin

Electrum is a thin wallet - https://github.com/spesmilo/electrum - not written in a language in the C family though.

There are other options depending on exactly what you are attempting.

If you go to GitHub and search for "bitcoin wallet" you'll see a lot of source to peruse:

https://github.com/search?utf8=✓&q=bitcoin+wallet&type=



Title: Re: Wallet
Post by: Albert211994 on November 03, 2017, 11:43:21 PM
I wanted to create a wallet of my own? Where do I start? I am a c# developer anyway.
If you want to start your "Own wallet project" Just type in google how to create a QT wallet.

Right, I want to build a custom wallet project. Found some in google but mostly using python. If i cannot find anything else I will force myself to learn python.


Bitcoin Core is a wallet (much of which is) written in C++ (with external libraries etc) and if you know c# that will make it much easier to get up to speed - https://github.com/bitcoin/bitcoin

Electrum is a thin wallet - https://github.com/spesmilo/electrum - not written in a language in the C family though.

There are other options depending on exactly what you are attempting.

If you go to GitHub and search for "bitcoin wallet" you'll see a lot of source to peruse:

https://github.com/search?utf8=✓&q=bitcoin+wallet&type=



Thanks for this, exactly what I needed.


Title: Re: Wallet
Post by: MrCrank on November 04, 2017, 09:31:30 AM
I wanted to create a wallet of my own? Where do I start? I am a c# developer anyway.

Why do you want create wallet?
My opinion that no need new apps.. because today exist many different wallets.
If you want learn how it work, check git


Title: Re: Wallet
Post by: Oceat on November 04, 2017, 04:57:13 PM
I wanted to create a wallet of my own? Where do I start? I am a c# developer anyway.

Why do you want create wallet?
My opinion that no need new apps.. because today exist many different wallets.
If you want learn how it work, check git
Whatever the reason is, github.com is your only way to create your customized wallet even if a lot of websites is offering something about this. He may want something that others wallets doesn't have to offer. Whatever it is good luck on creating your new wallet but it is a long way to work up if you want your wallet to be noticed to the public and let the other people use it. It's like building a trust and reputation before you gonna go up especially with your team.


Title: Re: Wallet
Post by: ibininja on November 05, 2017, 05:51:00 AM
I wanted to create a wallet of my own? Where do I start? I am a c# developer anyway.

Why do you want create wallet?
My opinion that no need new apps.. because today exist many different wallets.
If you want learn how it work, check git

agreed.

If you still want to go on with it:

Here is a good place to start
https://www.codeproject.com/articles/1096320/hiddenbitcoin-high-level-csharp-bitcoin-wallet-lib


Title: Re: Wallet
Post by: Albert211994 on November 06, 2017, 11:22:26 AM
I wanted to create a wallet of my own? Where do I start? I am a c# developer anyway.

Why do you want create wallet?
My opinion that no need new apps.. because today exist many different wallets.
If you want learn how it work, check git
Whatever the reason is, github.com is your only way to create your customized wallet even if a lot of websites is offering something about this. He may want something that others wallets doesn't have to offer. Whatever it is good luck on creating your new wallet but it is a long way to work up if you want your wallet to be noticed to the public and let the other people use it. It's like building a trust and reputation before you gonna go up especially with your team.

It is just for my own comsumption, not gonna release to the public. I just want to know how things works, then customize it according to my needs.


Title: Re: Wallet
Post by: Lm2e4 on November 07, 2017, 10:32:10 AM
I wanted to create a wallet of my own? Where do I start? I am a c# developer anyway.

Why do you want create wallet?
My opinion that no need new apps.. because today exist many different wallets.
If you want learn how it work, check git
Whatever the reason is, github.com is your only way to create your customized wallet even if a lot of websites is offering something about this. He may want something that others wallets doesn't have to offer. Whatever it is good luck on creating your new wallet but it is a long way to work up if you want your wallet to be noticed to the public and let the other people use it. It's like building a trust and reputation before you gonna go up especially with your team.

It is just for my own comsumption, not gonna release to the public. I just want to know how things works, then customize it according to my needs.

What do you mean by you just want to know how things work? I think you are not yet ready to create a wallet because in order to create a wallet you must know already how things work from the start! if I'm not mistaken? 


Title: Re: Wallet
Post by: master2080 on November 07, 2017, 05:47:35 PM
I wanted to create a wallet of my own? Where do I start? I am a c# developer anyway.

Why do you want create wallet?
My opinion that no need new apps.. because today exist many different wallets.
If you want learn how it work, check git
Whatever the reason is, github.com is your only way to create your customized wallet even if a lot of websites is offering something about this. He may want something that others wallets doesn't have to offer. Whatever it is good luck on creating your new wallet but it is a long way to work up if you want your wallet to be noticed to the public and let the other people use it. It's like building a trust and reputation before you gonna go up especially with your team.

It is just for my own comsumption, not gonna release to the public. I just want to know how things works, then customize it according to my needs.

What do you mean by you just want to know how things work? I think you are not yet ready to create a wallet because in order to create a wallet you must know already how things work from the start! if I'm not mistaken? 

Getting your hands dirty is the best way to gain knowledge and experience in a field, so why is this a different case?


Title: Re: Wallet
Post by: davinci6845 on November 07, 2017, 08:48:43 PM

What do you mean by you just want to know how things work? I think you are not yet ready to create a wallet because in order to create a wallet you must know already how things work from the start! if I'm not mistaken? 

let the guy code sheesh  ;D


Title: Re: Wallet
Post by: V.gorn on November 08, 2017, 02:36:07 AM
Could you please help me? I'm interested in creating of my own BTC wallet. Which risks I can face? How can I be deceived?


Title: Re: Wallet
Post by: Jake052478 on November 08, 2017, 03:31:57 AM
you wanted to create your own wallet so and yet you don't want to read how, tsk... tsk... you have the initiative but don't want to work on it is very a lazy thing.  You have to dig in and earn some knowledge.  I don't know but it is not enough that you only have programming knowledge or writing codes.  You have to get everything in terms of securities and also accounts i guess...


Title: Re: Wallet
Post by: Homaz on November 18, 2017, 06:29:02 PM
why you need to do that? there a lot of free and good wallets, maybe you want to make some money creating a wallet?


Title: Re: Wallet
Post by: paskal_navi on November 23, 2017, 08:20:09 PM
why you need to do that? there a lot of free and good wallets, maybe you want to make some money creating a wallet?
I guess it`s exciting and instructive. This development opens up great prospects for the future


Title: Re: Wallet
Post by: winchester0080 on November 23, 2017, 11:42:38 PM
There is lots of wallets out there. Lots of new ones also with bells and whistles YoBit.net has bells and whistles make something like that.


Title: Re: Wallet
Post by: peter0093 on November 26, 2017, 07:23:50 AM
1st open gmail id and then open wallet but any types of wallet that you want brain wallet or block chain wallet and then register in it our email


Title: Re: Wallet
Post by: Megavolt220 on November 26, 2017, 04:57:48 PM
I wanted to create a wallet of my own? Where do I start? I am a c# developer anyway.
Tell me why you create a wallet? You want to store coins users or for yourself pure?


Title: Re: Wallet
Post by: Altcner on November 26, 2017, 11:15:28 PM
Can you suggest me which wallet is the most  reliable ?


Title: Re: Wallet
Post by: khaled0111 on November 26, 2017, 11:52:00 PM
To create a wallet account, the first is login and open your email, very many sites that offer online wallet services, you can start with bittrex, poloniex, localbitcoins and others. Choose one of the wallets that you like and visit the site, then click REGISTER, and follow the next command, hopefully useful.

OP is asking about how to create a wallet app from scratch not creating a wallet account.

I think you will find many online tutorials that will help you build your wallet. And since you are a c# developer it is not going to be hard because you will find a  lot of libraries that you can use.
I hope you will find some useful information here:
https://www.codeproject.com/Articles/1115639/Build-your-own-Bitcoin-wallet
I will come back later with more links.