Author

Topic: How to make web wallet service? (Read 190 times)

jr. member
Activity: 405
Merit: 5
February 09, 2018, 04:54:36 AM
#7
You may want to start read this: https://bitcoin.org/en/developer-reference

More specific, the part "Remote Procedure Calls (RPCs)"... There are also other options, like running bitcore: https://bitcore.io/guides/wallet-service/
This being said: i never recommand anybody to start using a web wallet, starting a wallet service as a novice user without any trust is a bad idear (IMHO)
Thx.
If I maintain most bitcoin source as-is, other developer can make my coin's wallet with using that bitcore API?

If you clone bitcoin, your developer *should* be able to clone bitcore, changing the same parameters that were changed when cloning bitcoin...

I success cloning litecoin v0.8, but it is 4 years ago version.
Now I want to clone newest bitcoin source, 0.15.1.
But when I see it, source code position/structure changed a lot.
For example, base58.h 's "PUBKEY_ADDRESS = 35"  is changed to chainparams.cpp 's   "base58Prefixes[PUBKEY_ADDRESS] = std::vector(1,111);

What this means and how to change key address's prefix?
legendary
Activity: 3388
Merit: 4919
https://merel.mobi => buy facemasks with BTC/LTC
February 09, 2018, 02:25:28 AM
#6
You may want to start read this: https://bitcoin.org/en/developer-reference

More specific, the part "Remote Procedure Calls (RPCs)"... There are also other options, like running bitcore: https://bitcore.io/guides/wallet-service/
This being said: i never recommand anybody to start using a web wallet, starting a wallet service as a novice user without any trust is a bad idear (IMHO)
Thx.
If I maintain most bitcoin source as-is, other developer can make my coin's wallet with using that bitcore API?

If you clone bitcoin, your developer *should* be able to clone bitcore, changing the same parameters that were changed when cloning bitcoin...
legendary
Activity: 2506
Merit: 3645
Buy/Sell crypto at BestChange
February 09, 2018, 12:31:28 AM
#5
So there are many web-wallet services providing sites.
How they program it?
developers must have a background on Blockchain, cryptocurrency and Basic knowledge of dealing with sites and their creation.
html/css - javascript [node.js] - [python/php] - [SQL] - Security team.

Are there bitcoin's opened API to generate wallet and address to receive coin?
for cold wallets.
How about other alt-coin's cases?
You mean support more than a coin?
All of these currencies are the protocols of Blockchain's, success in designing a wallet for the Bitcoin means the possibility of adding any other number of coins.
If that coin is based on bitcoin sources and copied, then they also automatically provide API?
Same above
jr. member
Activity: 405
Merit: 5
February 08, 2018, 11:19:23 AM
#4
You may want to start read this: https://bitcoin.org/en/developer-reference

More specific, the part "Remote Procedure Calls (RPCs)"... There are also other options, like running bitcore: https://bitcore.io/guides/wallet-service/
This being said: i never recommand anybody to start using a web wallet, starting a wallet service as a novice user without any trust is a bad idear (IMHO)
Thx.
If I maintain most bitcoin source as-is, other developer can make my coin's wallet with using that bitcore API?
legendary
Activity: 3388
Merit: 4919
https://merel.mobi => buy facemasks with BTC/LTC
February 08, 2018, 08:01:27 AM
#3
You may want to start read this: https://bitcoin.org/en/developer-reference

More specific, the part "Remote Procedure Calls (RPCs)"... There are also other options, like running bitcore: https://bitcore.io/guides/wallet-service/
This being said: i never recommand anybody to start using a web wallet, starting a wallet service as a novice user without any trust is a bad idear (IMHO)
jr. member
Activity: 39
Merit: 6
February 08, 2018, 07:59:35 AM
#2
You may want to start read this: https://bitcoin.org/en/developer-reference
jr. member
Activity: 405
Merit: 5
February 08, 2018, 07:44:33 AM
#1
So there are many web-wallet services providing sites.

How they program it?

Are there bitcoin's opened API to generate wallet and address to receive coin?


How about other alt-coin's cases?

If that coin is based on bitcoin sources and copied, then they also automatically provide API?

Jump to: