Bitcoin Forum
November 11, 2024, 02:32:59 PM
Welcome,
Guest
. Please
login
or
register
.
News
: Latest Bitcoin Core release:
28.0
[
Torrent
]
Home
Help
Search
Login
Register
More
Bitcoin Forum
>
Bitcoin
>
Project Development
>
How to build a Bitcoin Wallet
Pages: [
1
]
« previous topic
next topic »
Print
Author
Topic: How to build a Bitcoin Wallet (Read 624 times)
locksley
(OP)
Newbie
Offline
Activity: 26
Merit: 0
How to build a Bitcoin Wallet
May 15, 2014, 03:09:20 PM
#1
I wrote a tutorial on how to build a javascript client side Bitcoin wallet, much like blockchain.info's "MyWallet".
It's something I certainly could've used when I first got started
Check it out and let me know what you think.
https://helloblock.io/docs/tutorials/how-to-build-a-wallet-1
devthedev
Legendary
Offline
Activity: 1050
Merit: 1004
Re: How to build a Bitcoin Wallet
May 15, 2014, 03:27:42 PM
#2
It's a great tutorial
But honestly if someone needs to read a tutorial to create a wallet, they shouldn't be running one...
Also, Cold Storage FTW
▄▄█████████▄▄
▄█████████████████▄
▄██████▀ ▀██████▄
▄██████ ▄█████▄ ██████▄
▄███████ ███████▀▀▀██████▄
████████▄ ▀▀▀ ▄▄███████
████████▀ ██████████
██████ ▄▄████▄▄ ▀████████
▀████████████████ ███████▀
▀█████▄ ▀█████▀ ██████▀
▀█████▄▄ ▄██████▀
▀█████████████████▀
▀▀█████████▀▀
.
SOCIAL
.
▄█
▄███
█▄░▀██
███▄░▀
██▀░▄█
▀░▄███
█▄░▀██
███▄░▀
██▀░▄█
▀░▄███
▀██
▀
.
Decentralized Social Network & Marketplace
.
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
read our
WHITEPAPER
▬▬
●
App Store
Google Play
facebook
twitter
telegram
slack
ann Thread
|
III
ICO
III
Aug
17th
, 2017
█▄
███▄
██▀░▄█
▀░▄███
█▄░▀██
███▄░▀
██▀░▄█
▀░▄███
█▄░▀██
███▄░▀
██▀
▀
locksley
(OP)
Newbie
Offline
Activity: 26
Merit: 0
⇾
Re: How to build a Bitcoin Wallet
May 15, 2014, 03:35:43 PM
#3
I'd say lots of people are interested in building 'wallet' functionality into their apps. Think of all the tip bots.
I wouldn't trust them with my coins as a wallet, but I'd trust them enough to transact small amounts on there.
devthedev
Legendary
Offline
Activity: 1050
Merit: 1004
Re: How to build a Bitcoin Wallet
May 15, 2014, 03:42:57 PM
#4
Quote from: locksley on May 15, 2014, 03:35:43 PM
I'd say lots of people are interested in building 'wallet' functionality into their apps. Think of all the tip bots.
I wouldn't trust them with my coins as a wallet, but I'd trust them enough to transact small amounts on there.
That's true I suppose.
▄▄█████████▄▄
▄█████████████████▄
▄██████▀ ▀██████▄
▄██████ ▄█████▄ ██████▄
▄███████ ███████▀▀▀██████▄
████████▄ ▀▀▀ ▄▄███████
████████▀ ██████████
██████ ▄▄████▄▄ ▀████████
▀████████████████ ███████▀
▀█████▄ ▀█████▀ ██████▀
▀█████▄▄ ▄██████▀
▀█████████████████▀
▀▀█████████▀▀
.
SOCIAL
.
▄█
▄███
█▄░▀██
███▄░▀
██▀░▄█
▀░▄███
█▄░▀██
███▄░▀
██▀░▄█
▀░▄███
▀██
▀
.
Decentralized Social Network & Marketplace
.
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
read our
WHITEPAPER
▬▬
●
App Store
Google Play
facebook
twitter
telegram
slack
ann Thread
|
III
ICO
III
Aug
17th
, 2017
█▄
███▄
██▀░▄█
▀░▄███
█▄░▀██
███▄░▀
██▀░▄█
▀░▄███
█▄░▀██
███▄░▀
██▀
▀
bitsmichel
Sr. Member
Offline
Activity: 518
Merit: 250
Re: How to build a Bitcoin Wallet
May 15, 2014, 08:31:12 PM
#5
Its an interesting tutorial, when will part 2 come out? How risky is using a Javascript wallet over http instead of https?
Is your private key transmitted over the line?
SWIPE
│
│
│
Monetizing mobile engagement data,
on the blockchain
[
SWIPE
.
WHITEPAPER
]
TELEGRAM
TWITTER
MEDIUM
REDDIT
fbueller
Sr. Member
Offline
Activity: 412
Merit: 287
Re: How to build a Bitcoin Wallet
May 16, 2014, 08:18:52 PM
#6
Private key shouldn't be, but you have to worry about the authenticity of the JS code thats been run. You have little way of knowing it wasn't tampered with.
Bitwasp Developer.
Coinhunter32
Member
Offline
Activity: 61
Merit: 10
Re: How to build a Bitcoin Wallet
May 16, 2014, 08:47:48 PM
#7
Nice guide, but as we say first come first serve, I don't know what's the use could be to create a wallet because there are major wallets like blockchain.info and none other online wallet would change It probably. But for knowledge and curiosity on how online wallet works It's great tutorial.
newIndia
Legendary
Offline
Activity: 2226
Merit: 1052
Re: How to build a Bitcoin Wallet
May 16, 2014, 09:33:51 PM
#8
Quote from: locksley on May 15, 2014, 03:09:20 PM
I wrote a tutorial on how to build a javascript client side Bitcoin wallet, much like blockchain.info's "MyWallet".
It's something I certainly could've used when I first got started
Check it out and let me know what you think.
https://helloblock.io/docs/tutorials/how-to-build-a-wallet-1
hey, really nice tutorial. I'm bookmarking this link. do u think use of CarbonWallet code is also a good idea or it has any drawback ? is not it the case that your code will always make a call to helloblock.io and any error return or connection failure from your end may troble the wallet ?
Crypto India
|
Telegram: @CryptoIndiaUnited
|
Reddit: r/CryptoIndia
Pages: [
1
]
Print
Bitcoin Forum
>
Bitcoin
>
Project Development
>
How to build a Bitcoin Wallet
« previous topic
next topic »
Jump to:
Please select a destination:
-----------------------------
Bitcoin
-----------------------------
=> Bitcoin Discussion
===> Legal
===> Press
===> Meetups
===> Important Announcements
=> Development & Technical Discussion
===> Wallet software
=====> Electrum
=====> Bitcoin Wallet for Android
=====> BitcoinJ
=====> Armory
=====> Mycelium
=====> Hardware wallets
=> Mining
===> Mining support
===> Pools
===> Mining software (miners)
===> Hardware
=====> Group buys
===> Mining speculation
=> Bitcoin Technical Support
=> Project Development
-----------------------------
Economy
-----------------------------
=> Economics
===> Speculation
=> Marketplace
===> Goods
=====> Computer hardware
=====> Digital goods
=======> Invites & Accounts
=====> Collectibles
===> Services
===> Currency exchange
===> Gambling
=====> Games and rounds
=====> Investor-based games
=====> Gambling discussion
===> Lending
=====> Long-term offers
===> Securities
===> Auctions
===> Service Announcements
=====> Micro Earnings
===> Service Discussion
=====> Web Wallets
=====> Exchanges
=> Trading Discussion
===> Scam Accusations
===> Reputation
-----------------------------
Other
-----------------------------
=> Meta
===> New forum software
===> Bitcoin Wiki
=> Politics & Society
=> Beginners & Help
=> Off-topic
=> Serious discussion
===> Ivory Tower
=> Archival
===> Корзина
===> CPU/GPU Bitcoin mining hardware
===> Chinese students
===> Obsolete (buying)
===> Obsolete (selling)
===> MultiBit
-----------------------------
Alternate cryptocurrencies
-----------------------------
=> Altcoin Discussion
=> Announcements (Altcoins)
===> Tokens (Altcoins)
=> Mining (Altcoins)
===> Pools (Altcoins)
=> Marketplace (Altcoins)
===> Service Announcements (Altcoins)
===> Service Discussion (Altcoins)
===> Bounties (Altcoins)
=> Speculation (Altcoins)
-----------------------------
Local
-----------------------------
=> العربية (Arabic)
===> العملات البديلة (Altcoins)
=====> النقاشات
===> إستفسارات و أسئلة المبتدئين
===> التعدين
===> النقاشات الأخرى
===> منصات التبادل
=> Bahasa Indonesia (Indonesian)
===> Marketplace (Bahasa Indonesia)
===> Mining (Bahasa Indonesia)
===> Altcoins (Bahasa Indonesia)
===> Trading dan Spekulasi
===> Ekonomi, Politik, dan Budaya
===> Topik Lainnya
=> Español (Spanish)
===> Mercado y Economía
=====> Servicios
=====> Trading y especulación
===> Hardware y Minería
===> Esquina Libre
===> Mercadillo
=====> Mexico
=====> Argentina
=====> España
=====> Centroamerica y Caribe
===> Primeros pasos y ayuda
===> Altcoins (criptomonedas alternativas)
=====> Minería de altcoins
=====> Servicios
=====> Tokens (Español)
=> 中文 (Chinese)
===> 跳蚤市场
===> 山寨币
===> 媒体
===> 挖矿
===> 离题万里
=> Hrvatski (Croatian)
===> Trgovina
===> Altcoins (Hrvatski)
=====> Announcements (Hrvatski)
===> Off-topic (Hrvatski)
=> Deutsch (German)
===> Anfänger und Hilfe
===> Mining (Deutsch)
===> Trading und Spekulation
===> Projektentwicklung
===> Off-Topic (Deutsch)
===> Treffen
===> Presse
===> Altcoins (Deutsch)
=====> Announcements (Deutsch)
===> Marktplatz
=====> Auktionen
=====> Suche
=====> Biete
=> Ελληνικά (Greek)
===> Αγορά
===> Mining Discussion (Ελληνικά)
===> Altcoins (Ελληνικά)
=====> Altcoin Announcements (Ελληνικά)
=====> Altcoin Mining (Ελληνικά)
=> עברית (Hebrew)
=> Français
===> Actualité et News
===> Débutants
===> Discussions générales et utilisation du Bitcoin
===> Mining et Hardware
===> Économie et spéculation
===> Place de marché
=====> Échanges
=====> Produits et services
=====> Petites annonces
===> Le Bitcoin et la loi
===> Wiki, documentation et traduction
===> Développement et technique
===> Vos sites et projets
===> Hors-sujet
===> Altcoins (Français)
=====> Annonces
=> India
===> Mining (India)
===> Marketplace (India)
===> Regional Languages (India)
===> Press & News from India
===> Alt Coins (India)
===> Buyer/ Seller Reputations (India)
===> Off-Topic (India)
=> Italiano (Italian)
===> Guide (Italiano)
===> Progetti
===> Discussioni avanzate e sviluppo
===> Trading, analisi e speculazione
===> Mercato
=====> Mercato valute
=====> Beni
=====> Servizi
=====> Esercizi commerciali
=====> Hardware/Mining (Italiano)
=====> Gambling (Italiano)
===> Accuse scam/truffe
===> Mining (Italiano)
===> Alt-Currencies (Italiano)
=====> Annunci
===> Raduni/Meeting (Italiano)
===> Crittografia e decentralizzazione
===> Off-Topic (Italiano)
=> 日本語 (Japanese)
===> アルトコイン
=> Nederlands (Dutch)
===> Markt
===> Gokken/lotterijen
===> Mining (Nederlands)
===> Beurzen
===> Alt Coins (Nederlands)
===> Off-topic (Nederlands)
===> Meetings (Nederlands)
=> Nigeria (Naija)
===> Politics and society (Naija)
===> Off-topic (Naija)
=> 한국어 (Korean)
===> 대체코인 Alt Coins (한국어)
=> Pilipinas
===> Altcoins (Pilipinas)
=====> Altcoin Announcements (Pilipinas)
===> Pamilihan
===> Others (Pilipinas)
=> Polski
===> Tablica ogłoszeń
===> Alternatywne kryptowaluty
=====> Nowe kryptowaluty i tokeny
=====> Tablica ogłoszeń (altcoiny)
=> Português (Portuguese)
===> Primeiros Passos (Iniciantes)
===> Economia & Mercado
===> Mineração em Geral
===> Desenvolvimento & Discussões Técnicas
===> Criptomoedas Alternativas
===> Brasil
===> Portugal
=> Русский (Russian)
===> Новички
===> Бизнес
=====> Барахолка
=====> Обменники
===> Идеи
===> Кодеры
===> Майнеры
===> Политика
===> Трейдеры
===> Альтернативные криптовалюты
=====> Токены
=====> Бayнти и aиpдpoпы
===> Хайпы
===> Работа
===> Разное
===> Oбcyждeниe Bitcoin
=====> Новости
=====> Юристы
=> Română (Romanian)
===> Anunturi importante
===> Offtopic
===> Market
=====> Discutii Servicii
===> Minerit
===> Tutoriale
===> Bine ai venit!
===> Presa
===> Altcoins (Monede Alternative)
=====> Anunturi Monede Alternative
=> Skandinavisk
=> Türkçe (Turkish)
===> Bitcoin Haberleri
===> Pazar Alanı
===> Madencilik
===> Ekonomi
===> Servisler
=====> Fonlar
===> Proje Geliştirme
===> Alternatif Kripto-Paralar
=====> Madencilik (Alternatif Kripto-Paralar)
=====> Duyurular (Alternatif Kripto-Paralar)
===> Konu Dışı
===> Yeni Başlayanlar & Yardım
===> Buluşmalar
=> Other languages/locations
Loading...