Page 3 of 7

Re: [NMDF] Namecoin Bounty Cornucopia

Posted: Tue May 26, 2015 7:43 am
by phelix
Can we proceed with the link on namecoin.org?

Re: [NMDF] Namecoin Bounty Cornucopia

Posted: Tue May 26, 2015 10:44 pm
by biolizard89
phelix wrote:Can we proceed with the link on namecoin.org?
Sorry, didn't notice you edited your post.

Can we talk to the Electrum-NMC developer about whether the auxpow thing is a good avenue? If Electrum meets the use case, then I think it makes sense to focus on that. (I can try to find him on IRC.) No problems on my part with anything else, assuming that the file signing was ACKed by Daniel.

Re: [NMDF] Namecoin Bounty Cornucopia

Posted: Wed May 27, 2015 8:13 am
by phelix
biolizard89 wrote:
phelix wrote:Can we proceed with the link on namecoin.org?
Sorry, didn't notice you edited your post.

Can we talk to the Electrum-NMC developer about whether the auxpow thing is a good avenue?
That will take too long for impatient me. It's only 0.1BTC. I'll pay it myself if you have a problem with it. Also see below.
If Electrum meets the use case, then I think it makes sense to focus on that. (I can try to find him on IRC.) No problems on my part with anything else, assuming that the file signing was ACKed by Daniel.
kefkius wrote:Also I haven't implemented the auxpow difficulty check so it just accepts headers from servers without checking their difficulty.
As it's both Python he should be able to reuse the code.

Re: [NMDF] Namecoin Bounty Cornucopia

Posted: Wed May 27, 2015 8:58 am
by domob
biolizard89 wrote:No problems on my part with anything else, assuming that the file signing was ACKed by Daniel.
ACK from me, I like the proposal and "extra file less" signatures.

Re: [NMDF] Namecoin Bounty Cornucopia

Posted: Sun May 31, 2015 7:06 pm
by phelix
As there were no more objections I went ahead and merged the link.

Re: [NMDF] Namecoin Bounty Cornucopia

Posted: Wed Jul 08, 2015 7:49 am
by phelix
Somebody solve the AuxPOW puzzle! Everything can be done withing a single prepared Python file and I think it is an interesting puzzle. It will help securish API server calls, SPV clients and the Electrum port all together!

Re: [NMDF] Namecoin Bounty Cornucopia

Posted: Wed Jul 08, 2015 7:43 pm
by yogi
Hi, I'm yogi from bitcointalk. I was told to join this forum if I wanted to take on the namecoin bounties. How should I go about this? Should I just pick one and then PM/post a request to take it on?

Re: [NMDF] Namecoin Bounty Cornucopia

Posted: Thu Jul 09, 2015 9:00 am
by phelix
yogi wrote:Hi, I'm yogi from bitcointalk. I was told to join this forum if I wanted to take on the namecoin bounties. How should I go about this? Should I just pick one and then PM/post a request to take it on?
Yes. :D Also it would be nice if you could elaborate your plan of implementation up front.

Re: [NMDF] Namecoin Bounty Cornucopia

Posted: Mon Jul 20, 2015 7:44 am
by phelix
Now double the bounty for the auxPOW puzzle: 0.2BTC!

If somebody thinks 0.2 BTC is too much for the job you may be right. But this helps the SPV client, the electrum implementation and the semi safe API server so I would like to have it done.

Re: [NMDF] Namecoin Bounty Cornucopia

Posted: Fri Aug 14, 2015 12:56 pm
by phelix
I recently solved the AuxPOW puzzle myself: http://blockchained.com/stuff/auxpowpuzzle_solve.py_ Learned something. :mrgreen:

I will try and make it a proper module.