Skip to content

btcdHomeDir() doesn't account for plan 9 $home; code is copied into several utils e.g. addblock #30

Closed
@mischief

Description

maybe this function can be put into btcutil, and take advantage of runtime.GOOS or os/user.Current().HomeDir.

places for data:

  • posix os: $HOME/.btcd
  • os x: $HOME/Library/App Data/btcd
  • windows: %APPDATA%/btcd
  • plan 9: $home/btcd?

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions