Search found 13 matches

by brandonrobertz
Wed Oct 18, 2017 12:48 am
Forum: Technical Support
Topic: Why does the refund never happen if the domain registration?
Replies: 6
Views: 36882

Re: Why does the refund never happen if the domain registrat

I'm not sure what version you're using, but I just fixed a bug where the client issues the name_firstupdate (completes registration) but doesn't remove it from the pending registration queue, so it just tries to do it over and over. If you do indeed have control of the name (you can check using the ...
by brandonrobertz
Sun Feb 21, 2016 8:33 am
Forum: General Discussion
Topic: QT UI Pull Request
Replies: 1
Views: 3737

QT UI Pull Request

After several weeks of work, I submitted an initial pull request for a reimplementation of the QT UI.

https://github.com/namecoin/namecoin-core/pull/67

If anyone has time, I'd appreciate comments & N/ACKS. Thanks.
by brandonrobertz
Thu Feb 18, 2016 7:04 pm
Forum: General Discussion
Topic: Namecoin QT GUI Questions
Replies: 14
Views: 14196

Re: Namecoin QT GUI Questions

Okay, so I've ported the old "manage names" page into Namecoin Core. I still need to go through and ensure I have a minimalistic patch against Namecoin Core (whitespace mostly). One problem remains: There are several locations, mostly in walletdb.cpp, where I need to do some wallet manipulations *i...
by brandonrobertz
Wed Feb 17, 2016 8:42 pm
Forum: General Discussion
Topic: Namecoin QT GUI Questions
Replies: 14
Views: 14196

Re: Namecoin QT GUI Questions

Okay, so I've ported the old "manage names" page into Namecoin Core. I still need to go through and ensure I have a minimalistic patch against Namecoin Core (whitespace mostly). One problem remains: There are several locations, mostly in walletdb.cpp, where I need to do some wallet manipulations *if...
by brandonrobertz
Mon Jan 25, 2016 1:49 am
Forum: General Discussion
Topic: Namecoin QT GUI Questions
Replies: 14
Views: 14196

Re: Namecoin QT GUI Questions

So, the GUI has all the core functionality, now (name_new, auto name_firstupdate, name_update). Now I'm tackling the smaller pieces with rendering the data. I have a need to re-implement the GetNameOfTx function from namecoin legacy for rendering updates to name transactions as they are emitted from...
by brandonrobertz
Tue Jan 19, 2016 9:43 am
Forum: General Discussion
Topic: Namecoin QT GUI Questions
Replies: 14
Views: 14196

Re: Namecoin QT GUI Questions

Got a good handle on UniValue now and that's the route I'm going. Thanks for the input everyone
by brandonrobertz
Tue Jan 19, 2016 5:22 am
Forum: General Discussion
Topic: Namecoin QT GUI Questions
Replies: 14
Views: 14196

Re: Namecoin QT GUI Questions

One strategy that immediately springs to mind is to make use of the RPC architecture of Namecoin Core. In other words, you'd do exactly what nameGUI does, but rather than it being an external tool you'd create a much faster integral part of Core. That's that the UniValue stuff is ( https://github.c...
by brandonrobertz
Tue Jan 19, 2016 1:26 am
Forum: General Discussion
Topic: Namecoin QT GUI Questions
Replies: 14
Views: 14196

Namecoin QT GUI Questions

I've been porting the old names management qt stuff from the old namecoin code to namecoin core and I came across an architecture decision I needed guidance on: The old namecoin code replicated most of the name_* functionality in the QT section of the codebase. In other words, when you ran name_new,...
by brandonrobertz
Sat Sep 05, 2015 8:42 pm
Forum: Project direction
Topic: Preferred language for NMControl-like things
Replies: 36
Views: 29419

Re: Preferred language for NMControl-like things

What's the goal here? To develop a fully-featured namecoin-enabled DNS daemon? Simply NMControl? Etc. It might be worth looking at why adoption of these different applications hasn't really happened and then try to come at the problem from the perspective of fixing it, as opposed to language-first. ...
by brandonrobertz
Mon Jun 29, 2015 11:02 pm
Forum: Official Namecoin softwares
Topic: Officially releasing Namecore
Replies: 57
Views: 169418

Re: Officially releasing Namecore

I personally don't think that having a branch named "namecoin-core" is too long. But there are ways to shorten it: nmc-core, core. From the reddit post, looks like the bitpay library was released as bitcore-namecoin so it should be a non-issue. I deliberately named the JS library "bitcore-namecoin" ...