Pages:
Author

Topic: Developing a Wallet? (Read 4274 times)

full member
Activity: 182
Merit: 100
February 19, 2017, 11:11:53 AM
#36
Do you intend to develop this wallet, OP? Or what else was the reason to collect these suggestion? There are some very useful advice in this thread. Good enough to start with. However, if you are a developer yourself, I can give you additional tips related software technology and security.

I do not think about developing a wallet for the moment. I do not have much time for this.
But I care about the technical information necessary to develop the wallet. Because someone who knows how to develop a wallet can develop any kind of project related to bitcoin. The best example of the Bitcoin protocol is wallets. That's why I asked for help with technical knowledge in this regard.

I am a software developer. I always look favorably on recommendations. I am a person who constantly develops on about software technology and security. I will gladly listen to your advice in this regard.

If you write your suggestions under this topic it will be useful to other people.

Good Work
sr. member
Activity: 318
Merit: 260
February 19, 2017, 04:27:43 AM
#35
Do you intend to develop this wallet, OP? Or what else was the reason to collect these suggestion? There are some very useful advice in this thread. Good enough to start with. However, if you are a developer yourself, I can give you additional tips related software technology and security.


Someone forgot to give such advice to the coders behind most of the crypto coins to date.. You don't even need math or memory flaws in most cases.. Go to their github and just browse for 2.5 hours and you have at least a half dozen protocol bugs..
hero member
Activity: 1204
Merit: 531
Metaverse 👾 Cyberweapons
February 18, 2017, 05:16:49 PM
#34
Do you intend to develop this wallet, OP? Or what else was the reason to collect these suggestion? There are some very useful advice in this thread. Good enough to start with. However, if you are a developer yourself, I can give you additional tips related software technology and security.
sr. member
Activity: 318
Merit: 260
February 09, 2017, 02:08:41 AM
#33
You could probably make one in Python in less than a thousand lines using no libraries/modules except maybe for crypto. No native ECC etc..

Why someone like me doesn't: Because it's already done and nobody cares.. There is no way to capitalize off of it besides donations.. It's not a real technical challenge you're just implementing someone's design.
full member
Activity: 128
Merit: 100
February 09, 2017, 12:35:12 AM
#32
To creating website you need languages like HTML CSS ETC. of course nod doubt you need to learn about programming. + web hosting or vps hosting to host your website 24/7. or you can hire someone to make a wallet site for you
legendary
Activity: 1484
Merit: 1007
spreadcoin.info
February 08, 2017, 05:26:21 PM
#31
First of all it would be nice to know what the wallet is, that you want to make.

For my experience, the word wallet as referred to bitcoin, has at least two different meaning:
...

Since most people use their real world wallet not just for money but also ID-cards, important phone numbers, organ donor card, photos of their loved ones, grocery lists, and what not,
it should be easy for them to grasp that a "wallet" is actually much more than just a "cash box".

Wallet as in "container for important stuff that is NOT meant for the public".

As a developer you are allowed to play with the definition of this word and stretch it as far as you like as long as this basic meaning isn't lost, I guess....

IMHO it is confusing and wrong to include a full node daemon within this definition of "wallet".
A node of any kind is NOT a wallet.

But, wallets need to communicate with nodes to be able to have access to the blockchain.
And the farther away your wallet is from actual nodes the more bad things could happen along the way,
therefor it's a good solution to fuse wallet/node in a single program.
legendary
Activity: 2053
Merit: 1354
aka tonikt
February 08, 2017, 04:47:22 PM
#30
First of all it would be nice to know what the wallet is, that you want to make.

For my experience, the word wallet as referred to bitcoin, has at least two different meaning:

The first meaning is sort of created and advertised by bitcoin.org website, where it tells you to "Choose your wallet", then referring you to all kind of bitcoin applications facilitating online bitcoin payments; from full nodes, through SVP clients and clients based on central servers keeping private keys local, all the way to online banks that manage the keys for you.

The second meaning is the best described by a "hardware wallet", although it might just as well be a software solution doing the same thing.
In this meaning the wallet is mostly a storage for private keys, although usually also capable of signing transactions.
It rarely has any online capabilities - if any, then rater in a "slave" mode.

The second type of wallet is definitely much easier to make, as it would be just a fragment of the first type of wallet.
hero member
Activity: 1204
Merit: 531
Metaverse 👾 Cyberweapons
February 08, 2017, 03:38:01 PM
#29
Before getting too technical, you need a good purpose. A purpose that motivates you. Why would you create a new wallet? Why would people use your new wallet? The answers to these questions usually include the technical guideline too. Personally, I would love a nice, open-source, web-application Java wallet. I would love it because web-applications are accessible from anywhere and I am developing in Java and to a nice base I can expand my own features easily.
legendary
Activity: 1484
Merit: 1007
spreadcoin.info
February 08, 2017, 11:44:07 AM
#28
The wallet's screen display is very nice. Also supporting multiple coins is a complete innovation. As far as I know, wallets only support their own coins. You have brought an innovation with this wallet you have made.

My recommendation is that you continue to develop the project on github. If you get it in community support, you will be done quickly.

Good Luck

Thanks, ...

As soon as I have the basic architecture/functionality finished and a beta version ready I will release the source on github.
After beta version is done I not only want to but also REQUIRE that other people take a look at the code.

Right now to bring in more people would only add chaos, since I have a pretty solid vision, and a very tight agenda,
but I am currently investing 1 day a week working on that wallet, so steady progress is happening.

Looking forward to the public release...

In the meantime, if you want to support me to achieve beta-status, I am already sending out closed-source preview-versions every weekend to my patrons:

https://www.patreon.com/hamsterinthemachine

Thanks!
full member
Activity: 182
Merit: 100
February 03, 2017, 07:44:43 PM
#27
Moreover, it's a great idea to create your private wallet.

Exactly, I'm currently in the process of creating my own dream wallet. I call it spreadwallet.

I create it using C++ in combination with Qt-Library and some others.

I hope that by doing this I will get a firm understanding over every tiny aspect of what makes up not just a wallet but also a node.

Also, I want to create it as a multiwallet (capable to work with many coins) and with integrated explorer.

Yeah, pretty bold goals I know, but you have to aim for the stars.

Here are a few videos about the current state:

https://vimeo.com/hamsterinthemachine



It's in a very early stage right now, and has barely any functionality, but I love working on it.

I plan to open source it once it enters public beta.


The wallet's screen display is very nice. Also supporting multiple coins is a complete innovation. As far as I know, wallets only support their own coins. You have brought an innovation with this wallet you have made.

My recommendation is that you continue to develop the project on github. If you get it in community support, you will be done quickly.

Good Luck
hero member
Activity: 798
Merit: 527
January 28, 2017, 08:48:07 AM
#26
i think the main characteristics of any wallet for which a beginner has to see is to easy to use because for a beginner you have to understand that basically hat a wallet is and how it works...... and i think the blockchain is easiest to use.....
member
Activity: 83
Merit: 10
January 26, 2017, 10:55:38 AM
#25
I can dev a wallet for you. But please tell me exactly what you need? Secondly what escrow service you are willing to use?
legendary
Activity: 2268
Merit: 1041
Next Generation Web3 Casino
January 25, 2017, 10:24:52 PM
#24
Aren't those wallet developers also have the github of themselves so users can also check their codes and are they opensource?
I was also thinking of having my own wallet which i can collect fees as well, is there a wallet that functions like myethwallet where other token contracts can work?
It would be neat to have something WAVES or Lisk can be my gas when sending tokens.
legendary
Activity: 1484
Merit: 1007
spreadcoin.info
January 25, 2017, 10:02:38 PM
#23
Moreover, it's a great idea to create your private wallet.

Exactly, I'm currently in the process of creating my own dream wallet. I call it spreadwallet.

I create it using C++ in combination with Qt-Library and some others.

I hope that by doing this I will get a firm understanding over every tiny aspect of what makes up not just a wallet but also a node.

Also, I want to create it as a multiwallet (capable to work with many coins) and with integrated explorer.

Yeah, pretty bold goals I know, but you have to aim for the stars.

Here are a few videos about the current state:

https://vimeo.com/hamsterinthemachine



It's in a very early stage right now, and has barely any functionality, but I love working on it.

I plan to open source it once it enters public beta.


hero member
Activity: 910
Merit: 523
January 25, 2017, 05:41:08 PM
#22
Today, for a person I don't think developing a wallet is a good idea, Only A big company should do it, you won't get any trust by bitcoin users
since they're facing a lot of scams and trust is now a huge problem.

Anyway take a look on Electrum open source project, You need to have goods skills in Python.

To create a new bitcoin wallet require some skills regarding code and nodes that had explained before.
But if someone wants to create his own/individual wallet as long as it can be secure the private key, be able connect to nodes on the network and could validate blocks and transactions, and then it doesn't need to gain trust from others. Moreover, it's a great idea to create your private wallet.
member
Activity: 118
Merit: 11
January 25, 2017, 01:10:05 PM
#21
You need Programming Skill and as well you need enough information in linux to use RPC protocol with  bitcoin daemon after you can use any opensource web or android wallet
Bitcoin wallets have different characteristics, while basically having the same features. What we need to know to develop a new bitcoin wallet? What do we need technically?
newbie
Activity: 15
Merit: 0
January 23, 2017, 08:30:25 AM
#20
HI,

Any Member use NBitcoin Library?
skype : hit.jariwala
full member
Activity: 267
Merit: 110
January 23, 2017, 08:01:58 AM
#19
there are many online wallet for bitcoin and there is no need to create new one but of course for developing a wallet you have to expert in a certian programming language you use it for making a wallet.........
jr. member
Activity: 56
Merit: 1
January 22, 2017, 05:56:08 AM
#18
Nowdays there are so many bitcoin wallets which are safer and it's waste of time if you are going to built one wallet alone and that's hard doo. You need to know porgramming language, mostly c++ but also you can to write wallet in another language but I advice you c++
hero member
Activity: 896
Merit: 500
January 22, 2017, 04:16:15 AM
#17

As Bitcoin_BOy$ said, there is also a trust part. Even if the individual wallet is developed, it must be accepted by the bitcoin community.

Actually I don't agree with the trust part. Trust is earned over time, if any developer gives up because he has no history and no trust, development is over.
Also everything is open source and if it is good, it will get peer reviewed, you can see this on GitHub in the number of "Stars" and "watchers" and "contributors" and some other stuff.

Yeah, everyone may not trust a new wallet initially until others have had the time to inspect and audit the code, but this shouldn't discourage development. Trust comes with time and if the software is built well, you should be able to gain trust after some time as long as the code is open source.
Yes it is difficult for a new wallet to get the trust of many people, and it was reasonable in my opinion. I am very agree with you say that the trust will be built come with time and development wallet. To develop a new wallet I think it might be better if it focused on the development of security. Because if the security on wallet growing and increasingly secure, I'm sure many people will begin to believe and use the wallet.
Pages:
Jump to: