hyc

Results 108 comments of hyc

you really should figure out why your readers aren't exiting cleanly...

If you've got a lot of users, you may legitimately be using up all the available reader slots. The default is 126, which must be shared with monerod itself. If...

Sounds like the best thing to do is to migrate the freespace code from mdb_stat.c into the library. But I don't see how that is actually a useful figure for...

Getting this periodically too. Deleting token from accounts.xml works, but I don't like having to exit and restart each time.

Is it working correctly for you now? My CUDA patch is based on my CPU miner patch https://github.com/hyc/cpuminer-multi/commit/8b558663c364e77fd7f5032efc3e595bc5285ab2 and I don't actually have any Nvidia cards to test this with....

Sounds ill advised, even at this point. Setting version 1.0 signals that we don't anticipate any more changes of significant magnitude, which I don't believe is true. We still have...

On 2nd thought, after seeing old tickets being closed out today, sure why not. Since all wallets need to be recreated, it's definitely a major enough change. We could also...

Thanks for writing up, the summary sounds right to me. Another hardware development to mention is wafer scale computing, but that is unlikely to be useful for anything besides AI/ML...

Coincidentally, this paper came to my attention today - Proof of Work without all the Work https://arxiv.org/pdf/1708.01285.pdf Worth reading.

I kinda like the idea of tying mining more closely to a node, requiring blockchain lookups to crunch the PoW. Really, why are miners separate from nodes in the first...