Search found 611 matches

by indolering
Sat Dec 28, 2013 6:25 pm
Forum: General Discussion
Topic: Can we ever expect to access .bit domains with Firefox, etc?
Replies: 47
Views: 28395

Re: Can we ever expect to access .bit domains with Firefox,

Understanding is not required, simply to try and see if it works. http://www.benjamincburns.com/2013/11/10/jor1k-ethmac-support.html You needn't reimplement low-level protocols in JavaScript, such as using WebSockets to transmit raw Ethernet frames. You can also transmit TCP/IP over bongo-drums , t...
by indolering
Sat Dec 28, 2013 4:07 am
Forum: General Discussion
Topic: Improving the Wiki
Replies: 30
Views: 17004

Re: Improving the Wiki

I updated the wiki main page yesterday with the important points from your rewrite in headwords. Please let me know if there is anything else you think should go on the main page. I did not touch the "more..." page. Also the main wiki page is now protected from editing. Which wiki, the Github one? ...
by indolering
Sat Dec 28, 2013 3:59 am
Forum: Tools, GUI & other softwares
Topic: Automated Build
Replies: 55
Views: 43394

Re: Automated Build

I have to admit I haven't tested the ubuntu builds. So your feedback is welcome. Which dependencies are causing problems? Which version of ubuntu are you using? Did you just download the packages and install them manually, or did you add my OBS repo to your sources.list? *scratches head* all of the...
by indolering
Wed Dec 25, 2013 12:09 am
Forum: Official Namecoin softwares
Topic: ANN: namecoin-qt with autotools (configure) build support
Replies: 12
Views: 12248

Re: ANN: namecoin-qt with autotools (configure) build suppor

Do yo have pkg-config installed in /usr/local/bin and /opt/local/bin? configure is picking up the one in /usr/local, which doesn't know about Qt in MacPorts' /opt. You need to put /opt/local/bin in your path first or uninstall the one in /usr/local/bin. Second, I'm seeing compiler invocations like:...
by indolering
Mon Dec 23, 2013 10:50 pm
Forum: Official Namecoin softwares
Topic: ANN: namecoin-qt with autotools (configure) build support
Replies: 12
Views: 12248

Re: ANN: namecoin-qt with autotools (configure) build suppor

Macports claims that pkgconfig is installed.

Log attached
by indolering
Mon Dec 23, 2013 9:20 pm
Forum: Official Namecoin softwares
Topic: ANN: namecoin-qt with autotools (configure) build support
Replies: 12
Views: 12248

Re: ANN: namecoin-qt with autotools (configure) build suppor

Make failed, see https://gist.github.com/indolering/8104 ... stfile1-sh

Also, shouldn't cd namecoin-qt be first?

$ ./autogen.sh
$ cd namecoin-qt
$ ./configure
$ make

I would also place ' sudo port install automake autoconf db48 boost openssl qt4-mac qrencode' up higher in the instructions.
by indolering
Mon Dec 23, 2013 8:14 pm
Forum: Tools, GUI & other softwares
Topic: Automated Build
Replies: 55
Views: 43394

Re: Automated Build

https://build.opensuse.org/package/show/home:p_conrad:coins/namecoin with xUbuntu-13.x and Fedora-20. Older Fedoras, CentOS and RHEL are on the TODO list. Hey PMC, I am having trouble with the Ubuntu 13 builds. Apt-get doesn't recognize many of the dependencies and even I still couldn't get things ...
by indolering
Sun Dec 22, 2013 5:29 am
Forum: Project direction
Topic: Transitioning the web to Namecoin by addressing squatters
Replies: 46
Views: 45313

Re: Transitioning the web to Namecoin by addressing squatter

The biggest thing we could do to get rid of squatters is to raise the base price to something above almost free. That would get rid of the vast majority of the squatters immediately. The top 1K domains are locked out, aren't they? What if instead of locking out all existing domains we multiply the p...
by indolering
Sun Dec 22, 2013 5:05 am
Forum: General Discussion
Topic: Can we ever expect to access .bit domains with Firefox, etc?
Replies: 47
Views: 28395

Re: Can we ever expect to access .bit domains with Firefox,

biolizard89 wrote:a what you're talking about or how it's relevant to the points that indolering and I made.
Just let it go biolizard, there's no hope in this venture.
by indolering
Sat Dec 21, 2013 2:14 pm
Forum: General Discussion
Topic: Can we ever expect to access .bit domains with Firefox, etc?
Replies: 47
Views: 28395

Re: Can we ever expect to access .bit domains with Firefox,

Everything... you need to check out the examples at the emscripten wiki... they are making in browser compilers with this stuff. https://github.com/kripken/emscripten/wiki Emscripten is old news, this isn't a matter of C/C++/Java/Javascript, the language is fairly arbitrary. As Biolizard said, the ...