Skip to content

Question - simple docker-compose.yml to run litecoin core and server in order to do transactions via CLI? #3

@profesionalaiesam

Description

@profesionalaiesam

Hey I have simple problem.

I want to deploy some docker containers which would be able to:

  • Create some litecoin addresses straight from the command line (public/private keys)
  • Send transactions by using my own wallets

How can I achieve this?

For example I have this docker-compose.yml file https://hub.docker.com/r/uphold/litecoin-core

  litecoin-core:
    image: uphold/litecoin-core
    command:
      -printtoconsole
      -regtest=1

I have bashed into the container and I tried to create wallet and it says I don't have some kind of server. Can you suggest where I could this this type of docker container?

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions