Bug in miner setup instructions?

The GitHub miner setup doc shows that you should mount -v <your local data path>:/data, however /data isn’t used by the Creditcoin docker container as the DB storage location, /root/.local/share/creditcoin-node/chains/creditcoin/db/full is.

I think this is a bug and should actually be -v /data:/root/.local/share/creditcoin-node or the docker container config should be updated to store the blockchain DB in /data and not /root/.local/share/creditcoin-node

1 Like

Hey @Jaeden , thanks for letting us know, our devs will give it a shot and see what we could do about it :slight_smile:

3 Likes

Hi @Jaeden can you include your full docker run command.

I suspect --base-path might be missing from your start arguments.

# the base path to store the node's data
    --base-path /data

this has to match what volume path you are mounting.

2 Likes

--base-path isn’t mentioned on creditcoin/miner-setup.md at dev · gluwa/creditcoin · GitHub

1 Like

It was removed from the miner setup instructions in this commit:

2 Likes

The official mining documentation is here.

Also reachable via Creditcoin - A Borderless Credit Investment Network

I’ll let the dev know that base bath was removed from the github markdown.

1 Like

Thanks! It might be a good idea to redirect people visiting that miner-setup.md doc to check Creditcoin 2.0 Mining Setup - Creditcoin Documentation

3 Likes