Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: Tasty Champa on June 29, 2011, 09:24:15 PM



Title: Could bitcoin run in jslinux? with JSModem
Post by: Tasty Champa on June 29, 2011, 09:24:15 PM
http://bellard.org/jslinux/

could we use this as a very light bitcoin wallet separate from our operating system & browsers?



Title: Re: Could bitcoin run in jslinux?
Post by: WakiMiko on June 29, 2011, 09:52:32 PM
From the jslinux FAQ:

Quote
When will there be network support ?
It is relatively easy to add a virtual network interface. The problem is to make it communicate with other hosts, so at this point it is not my priority. For example, due to security restrictions, it is only possible to communicate with the web site hosting the VM or with cooperating servers. Moreover, only specific types of network protocols can be handled because no raw TCP connection nor raw UDP packets can be sent due to API restrictions and security reasons.


Title: Re: Could bitcoin run in jslinux, (edit july30-2011) with JSModem?
Post by: Tasty Champa on July 30, 2011, 10:32:07 PM
I was just researching JsLinux again and found JSModem exist on github.

here is the project https://github.com/ewiger/jsmodem

all the info and a video of it running is here:
http://www.youtube.com/watch?v=MEsmgHrKQYM


Title: Re: Could bitcoin run in jslinux? with JSModem
Post by: ArsenShnurkov on December 28, 2012, 10:47:29 AM
http://bellard.org/jslinux/

could we use this as a very light bitcoin wallet separate from our operating system & browsers?

Yes, we can!

We don't even need to use that emulator.

The technologies are called:
1) LLVM to JS compiler - https://github.com/kripken/emscripten/
2) WebRTC, RTCPeerConnection API - works for Chrome and Firefox


Title: WebRTC & Bitcoin
Post by: Geremia on December 16, 2015, 09:46:28 PM
WebRTC, RTCPeerConnection API - works for Chrome and Firefox
What are the WebRTC Bitcoin projects out there?