>> (p.1)
    Author Topic: [ANN] Namecoin v3.50 : faster & better  (Read 6397 times)
    khal (OP)
    Hero Member
    *****
    Offline Offline

    Activity: 540
    Merit: 500



    View Profile WWW
    May 26, 2012, 08:29:34 PM
     #1

    A new version of namecoin is available ! Smiley

    Project : http://dot-bit.org/
    Files : http://dot-bit.org/files/

    Improved performances :

    * New index for names, created at first startup
    * Faster name_scan (3x)
    * Faster name_list (11x !)

    New rpc commands :

    * sendtoname : sendtoname <namecoinname> <amount> [comment] [comment-to]
    - allow you to send namecoin to last owner of a name

    * name_show : name_show <name>
    - show only one name (same as name_scan "xx" 1) or nothing of name is not found

    * name_filter : name_filter [regexp] [maxage=36000] [from=0] [nb=0] [stat]
    - filter names with regular expressions, height of a name (to get only names from last X blocks), to count names, etc
    Examples :
    * list all unexpired names
    namecoind name_filter

    * list all names in the d/ namespace
    namecoind name_filter "^d/" 0

    * list names modified last 150 blocks
    namecoind name_filter "^d/" 150

    * count names modified last 150 blocks
    namecoind name_filter "^d/" 150 0 0 stat

    * list 20 names from number 100
    namecoind name_filter "" 0 100 20

    Other

    * name_scan now only returns the minimum of data (8MB instead of 16MB)
    * if index of names (nameindexfull.dat) is deleted, it'll be recreated at startup.
    * default rpc port updated to not conflict with bitcoin
    * config file renamed to namecoin.conf (it's never too late...). Still works with original name. Same for pid file.


    Some really useful changes !
    NamecoinToBind will be updated soon to benefit from this.

    Check it out !  Tongue
Page 1
Viewing Page: 1