Search found 1429 matches

by phelix
Tue Jan 26, 2016 10:50 am
Forum: Tools, GUI & other softwares
Topic: Module Request: Keep a Namespace in Sync
Replies: 21
Views: 89540

Re: Module Request: Keep a Namespace in Sync

name_filter is a nice tool for a quick lookup from the command line, but it is not really optimized for precision namespace queries. I remember some issues when a while ago I wrote a script that counts the members of each namespace. I first tried name_filter, and I quickly bumped into all sorts of ...
by phelix
Tue Jan 26, 2016 9:12 am
Forum: Project direction
Topic: Hardfork Wishlist
Replies: 15
Views: 77969

Re: Hardfork Wishlist

Changing the value size is also certain to be controversial, as I am not convinced that it will be a net benefit (possibly bad for scalability, also possibly bad in terms of making harmful use cases easier). Again, I'd like to see more discussion, and more hard data, before making such a decision. ...
by phelix
Fri Jan 22, 2016 9:14 am
Forum: Bounties
Topic: [NMDF] Namecoin Bounty Cornucopia
Replies: 67
Views: 255177

Re: [NMDF] Namecoin Bounty Cornucopia

domob wrote:
phelix wrote:I suggest we double the bounty for the SPV client from 0.5BTC to 1.0BTC. Any objections?
ACK.
Done.
by phelix
Fri Jan 22, 2016 9:09 am
Forum: Project direction
Topic: Changing merge-mining format for BIP9
Replies: 44
Views: 134386

Re: Changing merge-mining format for BIP9

Sounds good, but I still suggest we keep onto it. I've already done some parts of the patch, by refactoring the code a bit and making "generate" and "setgenerate" produce merge-mined blocks. So far, these are non-forking, though. (And not pushed to master, just in a branch of my repo.) Yeah, better...
by phelix
Tue Jan 19, 2016 10:45 am
Forum: Project direction
Topic: Changing merge-mining format for BIP9
Replies: 44
Views: 134386

Re: Changing merge-mining format for BIP9

sipa: ok, i think bip9 is moved a bit back in priority
So we probably will have more time for the hardfork.

http://bitcoinstats.com/irc/bitcoin-dev ... 52193219.0
by phelix
Tue Jan 19, 2016 9:49 am
Forum: Bounties
Topic: [NMDF] Namecoin Bounty Cornucopia
Replies: 67
Views: 255177

Re: [NMDF] Namecoin Bounty Cornucopia

I suggest we double the bounty for the SPV client from 0.5BTC to 1.0BTC. Any objections?
by phelix
Mon Jan 18, 2016 10:53 am
Forum: Tools, GUI & other softwares
Topic: nameGUI - an RPC frontend GUI
Replies: 47
Views: 140783

Re: nameGUI - an RPC frontend GUI

v0.3.1 with cookie auth support and a connection error fix
by phelix
Sat Jan 16, 2016 4:56 pm
Forum: Tools, GUI & other softwares
Topic: nameGUI - an RPC frontend GUI
Replies: 47
Views: 140783

Re: nameGUI - an RPC frontend GUI

updated to v0.3
by phelix
Wed Jan 13, 2016 10:42 am
Forum: Tools, GUI & other softwares
Topic: Module Request: Keep a Namespace in Sync
Replies: 21
Views: 89540

Module Request: Keep a Namespace in Sync

Say I launch my app and do a name_filter or something to get a whole namespace. Then I want to keep it in sync without doing the slow name_filter operation again. Probably this would have to parse blocks some way and update all changed names/values. It would be nice to have a general (Python) module...