stratisproject / StratisBitcoinFullNode

Bitcoin full node in C#
https://stratisplatform.com
MIT License
783 stars 315 forks source link

Stratis Fullnode Node 1 Wallet Balance is always 0 #4180

Open ranjancse26 opened 4 years ago

ranjancse26 commented 4 years ago

I see an issue in running the below Stratis Docker. The confirmed balance for node 1 wallet is always 0.

docker-compose -f 3-NodeNetwork.yml up

image

image

StratisIain commented 4 years ago

Hi @ranjancse26 - Have you tried removing the containers and starting again?

The below command can be used to do this.

docker-compose -f 3-NodeNetwork.yml rm -f

ranjancse26 commented 4 years ago

I tired removing all images and then starting over. It's not consistent though. Sometimes it works but not always.