Calin Culianu

Results 15 issues of Calin Culianu

This PR is in reference to #193 . I added a CLI option for limiting when the miner actually mines to when difficulty falls below a certain threshold (default: infinite...

Hi, I find myself using this most excellent program of yours (really, nice work on it!!) to mine testnet on BCH, when difficulty drops to 1.0 (after 20 mins of...

This commit adds very rudimentary command-line history support. Use the up/down arrow to navigate the history. This commit also adds an additional command, "history" to view the history.

Things like this: https://github.com/cmuratori/refterm/blob/6ffa228df55a2298ce82df2931d8a78e90a863c3/refterm_glyph_cache.h#L144 I recommend you just declare these as `extern` in the `.h` and kill the `static` keyword in the corresponding `.c` file. This is kind of bizarre,...

I suggest making the font `Consolas` or somesuch. Cascadia mono doesn't exist on a default Windows 10 system.

Rationale: Cascadia Mono is not available on default Win10 installs. Closes #30

HI, We use libusb for our project (https://github.com/Electron-Cash/Electron-Cash) to support various hardware devices via USB. I was wondering why libusb is on the blacklist? We end up copying it back...

Hi -- Fulcrum creator here. I just released [Fulcrum 1.6.0](https://github.com/cculianu/Fulcrum/releases/tag/v1.6.0) which adds 100% JSON-RPC compliant support for batching. I hadn't added it initially because Electrum and/or Electron Cash didn't use...

electrum

Update on 1.9.6+. Testnet has been running for 2 days w/o issue - no asserts. I have not seen the asserts metntioned in #141 now that I updated Mainnet. But...

Requires Investigation

Hi, I am reviewing the code to this header to evaluate if I can use it in my project. I like that the cache makes a design choice towards internal...