Author

Topic: Could bitcoin run in jslinux? with JSModem (Read 2484 times)

sr. member
Activity: 507
Merit: 253
December 16, 2015, 04:46:28 PM
#5
WebRTC, RTCPeerConnection API - works for Chrome and Firefox
What are the WebRTC Bitcoin projects out there?
legendary
Activity: 1386
Merit: 1000
December 28, 2012, 05:47:29 AM
#4
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
member
Activity: 84
Merit: 10
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
newbie
Activity: 59
Merit: 0
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.
member
Activity: 84
Merit: 10
http://bellard.org/jslinux/

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

Jump to: