Hi, I've been trying to get the project running, and found that it was written against an old version of Bitcoinlib. I started doing naive updates to get it going, and got things partially working, but keep hitting one more error as I go through different code paths. I am afraid I'm not doing things properly since I'm not really up to speed on the code. Before spending a lot more time on it, I'm just curious to get a feel of the overall status of it.
Should this be as simple as adapting to a few changed interfaces in bitcoinlib, or are there fundamental library changes or just problems with the approach vs. better alternatives nowadays? I looked around and couldn't find another batch util like this that had the same capabilities, though can do it by combining the paper wallet bulk step with a separate batch funding step. Still seems like a cool util
Hi, I've been trying to get the project running, and found that it was written against an old version of Bitcoinlib. I started doing naive updates to get it going, and got things partially working, but keep hitting one more error as I go through different code paths. I am afraid I'm not doing things properly since I'm not really up to speed on the code. Before spending a lot more time on it, I'm just curious to get a feel of the overall status of it.
Should this be as simple as adapting to a few changed interfaces in bitcoinlib, or are there fundamental library changes or just problems with the approach vs. better alternatives nowadays? I looked around and couldn't find another batch util like this that had the same capabilities, though can do it by combining the paper wallet bulk step with a separate batch funding step. Still seems like a cool util