Bitcoin Forum
April 25, 2024, 08:21:06 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Bitcoin Chrome Development  (Read 1608 times)
kiba (OP)
Legendary
*
Offline Offline

Activity: 980
Merit: 1014


View Profile
April 21, 2011, 04:00:58 PM
 #1

You may remember this thread: http://bitcointalk.org/index.php?topic=2280.0

In any case, I am continuing maintenance of this project. Plus, it's a good learning experience for me.

However, I  am skeptical of the possibility of building a full pledge bitcoin node within chrome. I think a far more fruitful endeavorer is to work with bitcoin banks/wallet providers on a standardized interface so that users can sign up with any wallet service they want.

The codebase is here: https://github.com/kiba/chrome-bitcoin

Being the ever greedy person I am, I am going to ask for donation for my otherwise unpaid effort:

1BeFSdc4JNKTBg8h1Fw1TuKHGs17suAjKP

TODO at present:

1. Display a list of received transaction
2. Cleanup the codebase. (Damn disorganized and repeat itself too much.)

1714033266
Hero Member
*
Offline Offline

Posts: 1714033266

View Profile Personal Message (Offline)

Ignore
1714033266
Reply with quote  #2

1714033266
Report to moderator
1714033266
Hero Member
*
Offline Offline

Posts: 1714033266

View Profile Personal Message (Offline)

Ignore
1714033266
Reply with quote  #2

1714033266
Report to moderator
Be very wary of relying on JavaScript for security on crypto sites. The site can change the JavaScript at any time unless you take unusual precautions, and browsers are not generally known for their airtight security.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714033266
Hero Member
*
Offline Offline

Posts: 1714033266

View Profile Personal Message (Offline)

Ignore
1714033266
Reply with quote  #2

1714033266
Report to moderator
1714033266
Hero Member
*
Offline Offline

Posts: 1714033266

View Profile Personal Message (Offline)

Ignore
1714033266
Reply with quote  #2

1714033266
Report to moderator
1714033266
Hero Member
*
Offline Offline

Posts: 1714033266

View Profile Personal Message (Offline)

Ignore
1714033266
Reply with quote  #2

1714033266
Report to moderator
kiba (OP)
Legendary
*
Offline Offline

Activity: 980
Merit: 1014


View Profile
April 22, 2011, 06:21:09 AM
 #2

Latest update:

1. Displayed a list of accounts implemented.

henchan
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
April 22, 2011, 06:28:22 AM
 #3

I'll work with you on this project. I too want a good bitcoin platform in Chrome.
kiba (OP)
Legendary
*
Offline Offline

Activity: 980
Merit: 1014


View Profile
April 22, 2011, 03:57:54 PM
 #4

Latest update:

Chipping away at the ugly codebase and generalizing  functions. Breakage expected.

henchan
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
April 23, 2011, 03:25:37 AM
 #5

I have merged your master to my fork. The git process seems to be OK.
The changes I made in my pull request are still working and I see your Account changes in my fork are working too.
I had a few problems with merge, because I am not used to collaborative git working. If by any chance you find in my next pull request that I have undone anything you did, it was not intentional. Hopefully, this is not the case.
kiba (OP)
Legendary
*
Offline Offline

Activity: 980
Merit: 1014


View Profile
April 23, 2011, 05:58:47 AM
 #6

I have merged your master to my fork. The git process seems to be OK.
The changes I made in my pull request are still working and I see your Account changes in my fork are working too.
I had a few problems with merge, because I am not used to collaborative git working. If by any chance you find in my next pull request that I have undone anything you did, it was not intentional. Hopefully, this is not the case.

Barring any bugs, the release window will be every Saturday.

kiba (OP)
Legendary
*
Offline Offline

Activity: 980
Merit: 1014


View Profile
April 23, 2011, 02:28:57 PM
 #7

In the next release, you'll be able to get information on your accounts' balance by clicking on the more button in the popup menu, which will open up a tab for your accounts.

Henchan added something called the omnibox(which I have no idea what it do) and internalization feature.

henchan
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
April 23, 2011, 09:04:02 PM
 #8

Omnibox is the name of the URL / search box in Google Chrome. Normally when you type a URL in here and press enter, the browser takes you to that site. If not a valid URL, it takes you to your preferred search engine with the submitted string pre-entered. Chrome Extensions may also use the Omnibox as input. With the chrome-bitcoin extension installed, type BTC --help to see how to use this interface.
Regarding internationalisation, the objective is for any linguist to be able to fully localise the extension without going through the code. There is just a single file called _locales/[lang]/messages.json for them to translate.
kiba (OP)
Legendary
*
Offline Offline

Activity: 980
Merit: 1014


View Profile
April 23, 2011, 10:47:56 PM
 #9

I want to make it specularly easy for bitcoin users to manage the ever expanding wallets of the bitcoin world but at the same time make it secure.

What should I be looking for in term of security technology? SSL?

kiba (OP)
Legendary
*
Offline Offline

Activity: 980
Merit: 1014


View Profile
April 25, 2011, 11:21:26 PM
 #10

I am dismayed by the fact that I need to pay a one time 5 dollars fee as requirement.

Finally got my ass around it and found an unexpected obstacle.

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!