Search found 4 matches

by kefkius
Sun Mar 22, 2015 5:04 am
Forum: Tools, GUI & other softwares
Topic: Electrum-NMC
Replies: 6
Views: 37121

Re: Electrum-NMC

Electrum-NMC is a Namecoin-compatible fork of Electrum. So far it just sends and receives coins. I wanted to wait until I had implemented name operations but I'm posting so nobody is duplicating my efforts. As of writing, there are no servers so you'll need electrum-nmc-server running on localhost ...
by kefkius
Sat Feb 21, 2015 6:19 am
Forum: Tools, GUI & other softwares
Topic: Electrum-NMC
Replies: 6
Views: 37121

Electrum-NMC

Electrum-NMC is a Namecoin-compatible fork of Electrum. So far it just sends and receives coins. I wanted to wait until I had implemented name operations but I'm posting so nobody is duplicating my efforts. As of writing, there are no servers so you'll need electrum-nmc-server running on localhost ...
by kefkius
Thu Feb 19, 2015 1:20 pm
Forum: Technical Support
Topic: OP_PUSHDATA Opcodes Used in Name Operations?
Replies: 1
Views: 3291

OP_PUSHDATA Opcodes Used in Name Operations?

I wasn't sure where to post this, apologies if this is the wrong subforum. In Bitcoin transactions, the opcode OP_PUSHDATA4 is used for the RIPEMD 160 hash of a key. In name operation scripts like OP_NAME_FIRSTUPDATE <identifier> <rand> <value> OP_2DROP OP_2DROP OP_DUP OP_HASH160 <Hash160> OP_EQUALV...
by kefkius
Sat Feb 14, 2015 12:10 am
Forum: Tools, GUI & other softwares
Topic: Nomen - Namecoin Web Frontend in Go
Replies: 1
Views: 19938

Nomen - Namecoin Web Frontend in Go

Hey Namecoin forum. I recently made a golang package for Namecoin RPC commands ( nmcjson ). I'm using it to make a frontend for namecoind. There's a screenshot here . The source isn't uploaded anywhere yet; I plan to do that when it's not so messy. Anyway, I just figured I should post on the officia...