Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BItcoin and Electrum servers #20688

Closed
wants to merge 3 commits into from
Closed

BItcoin and Electrum servers #20688

wants to merge 3 commits into from

Conversation

abbradar
Copy link
Member

Motivation for this change

Add services to keep your own Electrum server node.

Things done
  • Tested using sandboxing
    (nix.useSandbox on NixOS,
    or option build-use-sandbox in nix.conf
    on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • Linux
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

Notice that while that seems to work, I haven't been able to use it because Electrum server is very inefficient, to the point that my server is not fast enough to be synced with the network.

@mention-bot
Copy link

@abbradar, thanks for your PR! By analyzing the history of the files in this pull request, we identified @edolstra, @joachifm and @offlinehacker to be potential reviewers.

};

dataDir = mkOption {
type = types.str;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe use types.path?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good call! Updated.

@MDeltaX
Copy link

MDeltaX commented Mar 31, 2017

I'm gonna publish my bitcoin-core, dashcore, parity and monero modules today or tomorrow.

@abbradar
Copy link
Member Author

abbradar commented May 8, 2018

Doesn't seem to spark any interest and I don't use those servers myself; closing.

@abbradar abbradar closed this May 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants