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

Experimantal Odroid-N2 Support added #335

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jun 10, 2020

  1. Added support for Odroid-N2 platform and fixed two bugs:

    1) an extraneous '+' character in /etc/system.d/system/bitcoind.service
    caused bitcoind startup to fail
    2) Messed-up permissions on pre-processing scripts for bitcoin also
    caused bitcoind startup to fail. Bitcoin needs to have execute access
    to these files, otherwise "systemctl start bitcoind" fails.
    vherming committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    33323bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d1d935 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f625940 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2020

  1. Configuration menu
    Copy the full SHA
    131f16b View commit details
    Browse the repository at this point in the history