채굴 성공 여부는 어떻게 알수 있습니까?

6809666 이부분 숫자가 처음으로 커졌는데 스냅샷이후로 따라잡았다는 의미인가요?
결국 이후에 또 에러가 떠 있는데 이건 멈춘건가요?
진행 척도를 알수 있는 방법이 거의 없어서 해석을 어떻게 해야 할지 모르겠습니다.

6809666 Does this mean that the number has grown for the first time and has caught up since the snapshot?
In the end, there is an error again afterwards, has this stopped?
There is very little way to know the progression scale, so I don’t know how to interpret it.

creditcoin-processor | 6809666 [0x7f238a1c8700] DEBUG sawtooth.MessageDispatcher null - ReceiveMessage MessageType: 8
creditcoin-processor | 6809672 [0x7f238a1c8700] DEBUG sawtooth.MessageDispatcher null - ReceiveMessage MessageType: 8
creditcoin-processor | 6809674 [0x7f238a1c8700] DEBUG sawtooth.MessageDispatcher null - ReceiveMessage MessageType: 10
sawtooth-rest-api-default | [2020-10-08 08:25:45.257 ERROR web_protocol] Error handling request
sawtooth-rest-api-default | Traceback (most recent call last):
sawtooth-rest-api-default | File “/usr/lib/python3/dist-packages/aiohttp/web_protocol.py”, line 275, in data_received
sawtooth-rest-api-default | messages, upgraded, tail = self._request_parser.feed_data(data)
sawtooth-rest-api-default | File “aiohttp_http_parser.pyx”, line 295, in aiohttp._http_parser.HttpParser.feed_data
sawtooth-rest-api-default | aiohttp.http_exceptions.BadStatusLine: invalid HTTP method
sawtooth-validator-default | [2020-10-08 09:11:25.483 ERROR interconnect] Received a message on address tcp://eth0:8800 that caused an error: too many values to unpack (expected 2)
sawtooth-validator-default | Traceback (most recent call last):
sawtooth-validator-default | File “/usr/lib/python3/dist-packages/sawtooth_validator/networking/interconnect.py”, line 344, in _receive_message
sawtooth-validator-default | yield from self._socket.recv_multipart()
sawtooth-validator-default | ValueError: too many values to unpack (expected 2)
sawtooth-validator-default | [2020-10-08 09:11:25.483 ERROR interconnect] Received a message on address tcp://eth0:8800 that caused an error: too many values to unpack (expected 2)
sawtooth-validator-default | Traceback (most recent call last):
sawtooth-validator-default | File “/usr/lib/python3/dist-packages/sawtooth_validator/networking/interconnect.py”, line 344, in _receive_message
sawtooth-validator-default | yield from self._socket.recv_multipart()
sawtooth-validator-default | ValueError: too many values to unpack (expected 2)
sawtooth-validator-default | [2020-10-08 09:11:25.502 ERROR interconnect] Received a message on address tcp://eth0:8800 that caused an error: Error parsing message
sawtooth-validator-default | Traceback (most recent call last):
sawtooth-validator-default | File “/usr/lib/python3/dist-packages/sawtooth_validator/networking/interconnect.py”, line 298, in _dispatch_message
sawtooth-validator-default | message.ParseFromString(msg_bytes)
sawtooth-validator-default | google.protobuf.message.DecodeError: Error parsing message
sawtooth-validator-default | [2020-10-08 09:11:25.502 ERROR interconnect] Received a message on address tcp://eth0:8800 that caused an error: Error parsing message
sawtooth-validator-default | Traceback (most recent call last):
sawtooth-validator-default | File “/usr/lib/python3/dist-packages/sawtooth_validator/networking/interconnect.py”, line 298, in _dispatch_message
sawtooth-validator-default | message.ParseFromString(msg_bytes)
sawtooth-validator-default | google.protobuf.message.DecodeError: Error parsing message

공식 영문 마이닝 메뉴얼이나 한글 메뉴얼을 참고해보시면 좋을듯합니다

Re: “…ERROR interconnect] Received a message on address tcp://eth0:8800 that caused an error: too many values to unpack (expected 2)”

We’ve seen this error message due to a ZeroMQ version mismatch in ‘creditcoin-processor’ and ‘sawtooth-validator’. Are you running these Docker images from Gluwa:
gluwa/creditcoin-processor:latest
gluwa/creditcoin-validator:latest ?

You can view running containers on a Linux host machine with this command:
sudo docker ps

PS C:\CreditcoinDockerCompose-Mainnet-dev> docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
ubuntu latest 9140108b62dc 13 days ago 72.9MB
gluwa/creditcoin-validator latest 8fb37541cab1 7 weeks ago 507MB
gluwa/creditcoin-processor latest 55c67a35a17e 7 weeks ago 157MB
gluwa/creditcoin-gateway latest 93d6a49ca17c 2 months ago 446MB
gluwa/creditcoin-client latest 4cbd17964561 2 months ago 446MB
docker/getting-started latest 1f32459ef038 2 months ago 26.8MB
hyperledger/sawtooth-settings-tp 1.0 f9ccd2be13db 2 years ago 164MB
hyperledger/sawtooth-rest-api 1.0 edaf4530a9b7 2 years ago 170MB
PS C:\CreditcoinDockerCompose-Mainnet-dev> docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
2a51196e913c ubuntu “/bin/sh” 33 hours ago Up 33 hours recursing_hypatia
e25a81f8ce56 docker/getting-started “/docker-entrypoint.…” 33 hours ago Up 33 hours 0.0.0.0:80->80/tcp stupefied_dhawan

Doesn’t look like the normal output from ‘docker ps’. This is what should appear on Ubuntu Linux (edited to fit into display area):
IMAGE … CREATED STATUS NAMES
gluwa/creditcoin-processor:latest 4 days ago Up 28 hours creditcoin-processor
hyperledger/sawtooth-rest-api:1.0 4 days ago Up 28 hours sawtooth-rest-api

gluwa/creditcoin-validator:latest 4 days ago Up 28 hours sawtooth-validator
n

Looks like you might be running ‘Ubuntu for WSL’; I’m not familiar with that environment. Are you able to get access to the Ubuntu shell? Does this command work:
$ lsb_release -a

You should be able to run Creditcoin on Windows 10 using Docker directly and without ‘Ubuntu for WSL’.

Have you tried:
docker-compose -f docker-compose.yaml up -d
from a PowerShell window on Windows 10?

thanks.
I did what you said.

Now I am going through something like this. What does this mean?

=======================
[2020-10-10 22:51:20.048 DEBUG dispatch] Removed send_message function for connection OutboundConnectionThread-tcp://creditcoin-gateway.gluwa.com:8800

[2020-10-10 22:51:20.048 DEBUG dispatch] Removed send_message function for connection OutboundConnectionThread-tcp://creditcoin-gateway.gluwa.com:8800

[2020-10-10 22:51:20.048 DEBUG dispatch] Removed send_last_message function for connection OutboundConnectionThread-tcp://creditcoin-gateway.gluwa.com:8800

[2020-10-10 22:51:20.048 DEBUG dispatch] Removed send_last_message function for connection OutboundConnectionThread-tcp://creditcoin-gateway.gluwa.com:8800

[2020-10-10 22:51:21.100 DEBUG gossip] Peers are: ['tcp://3.34.192.158:8800']. Unpeered candidates are: []

[2020-10-10 22:51:21.100 DEBUG gossip] Peers are: ['tcp://3.34.192.158:8800']. Unpeered candidates are: []

[2020-10-10 22:51:22.102 DEBUG gossip] Number of peers (1) below minimum peer threshold (3). Doing topology search.

[2020-10-10 22:51:22.102 DEBUG gossip] Number of peers (1) below minimum peer threshold (3). Doing topology search.

[2020-10-10 22:51:22.102 DEBUG interconnect] Adding connection to tcp://creditcoin-node.gluwa.com:8800

[2020-10-10 22:51:22.102 DEBUG interconnect] Adding connection to tcp://creditcoin-node.gluwa.com:8800

[2020-10-10 22:51:22.104 DEBUG selector_events] Using selector: ZMQSelector

[2020-10-10 22:51:22.104 DEBUG selector_events] Using selector: ZMQSelector

[2020-10-10 22:51:22.105 DEBUG dispatch] Added send_message function for connection OutboundConnectionThread-tcp://creditcoin-node.gluwa.com:8800

[2020-10-10 22:51:22.105 DEBUG dispatch] Added send_message function for connection OutboundConnectionThread-tcp://creditcoin-node.gluwa.com:8800

[2020-10-10 22:51:22.105 DEBUG dispatch] Added send_last_message function for connection OutboundConnectionThread-tcp://creditcoin-node.gluwa.com:8800

[2020-10-10 22:51:22.105 DEBUG dispatch] Added send_last_message function for connection OutboundConnectionThread-tcp://creditcoin-node.gluwa.com:8800

[2020-10-10 22:51:22.106 DEBUG interconnect] Adding connection to tcp://creditcoin-gateway.gluwa.com:8800

[2020-10-10 22:51:22.106 DEBUG interconnect] Adding connection to tcp://creditcoin-gateway.gluwa.com:8800

[2020-10-10 22:51:22.108 DEBUG selector_events] Using selector: ZMQSelector

[2020-10-10 22:51:22.108 DEBUG selector_events] Using selector: ZMQSelector

[2020-10-10 22:51:22.109 DEBUG dispatch] Added send_message function for connection OutboundConnectionThread-tcp://creditcoin-gateway.gluwa.com:8800

[2020-10-10 22:51:22.109 DEBUG dispatch] Added send_message function for connection OutboundConnectionThread-tcp://creditcoin-gateway.gluwa.com:8800

[2020-10-10 22:51:22.109 DEBUG dispatch] Added send_last_message function for connection OutboundConnectionThread-tcp://creditcoin-gateway.gluwa.com:8800

[2020-10-10 22:51:22.109 DEBUG dispatch] Added send_last_message function for connection OutboundConnectionThread-tcp://creditcoin-gateway.gluwa.com:8800

[2020-10-10 22:51:22.667 DEBUG interconnect] Received an error response to the NETWORK_CONNECT we sent. Removing connection: b045f511662a4e2cc2ea7679bbf096e97efea7e971f525469fd69d60d779547a913cdf4723e6cfda3d94325842d50756d969274bac39415beb25aca920d95eb1

[2020-10-10 22:51:22.667 DEBUG interconnect] Received an error response to the NETWORK_CONNECT we sent. Removing connection: b045f511662a4e2cc2ea7679bbf096e97efea7e971f525469fd69d60d779547a913cdf4723e6cfda3d94325842d50756d969274bac39415beb25aca920d95eb1

[2020-10-10 22:51:22.668 DEBUG interconnect] Removing connection: b045f511662a4e2cc2ea7679bbf096e97efea7e971f525469fd69d60d779547a913cdf4723e6cfda3d94325842d50756d969274bac39415beb25aca920d95eb1

[2020-10-10 22:51:22.668 DEBUG interconnect] Removing connection: b045f511662a4e2cc2ea7679bbf096e97efea7e971f525469fd69d60d779547a913cdf4723e6cfda3d94325842d50756d969274bac39415beb25aca920d95eb1

[2020-10-10 22:51:22.668 DEBUG dispatch] Removed send_message function for connection OutboundConnectionThread-tcp://creditcoin-gateway.gluwa.com:8800

[2020-10-10 22:51:22.668 DEBUG dispatch] Removed send_message function for connection OutboundConnectionThread-tcp://creditcoin-gateway.gluwa.com:8800

[2020-10-10 22:51:22.668 DEBUG interconnect] Received an error response to the NETWORK_CONNECT we sent. Removing connection: 833ce6d9cb8e94087a29e6015f5c8e892863ff1093f5054cde4a82c774c9a8e68b5777249c2f646d0f93831304cde4e718dd8847184298bea89c6cde1b201e48

[2020-10-10 22:51:22.668 DEBUG interconnect] Received an error response to the NETWORK_CONNECT we sent. Removing connection: 833ce6d9cb8e94087a29e6015f5c8e892863ff1093f5054cde4a82c774c9a8e68b5777249c2f646d0f93831304cde4e718dd8847184298bea89c6cde1b201e48

[2020-10-10 22:51:22.669 DEBUG dispatch] Removed send_last_message function for connection OutboundConnectionThread-tcp://creditcoin-gateway.gluwa.com:8800

[2020-10-10 22:51:22.669 DEBUG dispatch] Removed send_last_message function for connection OutboundConnectionThread-tcp://creditcoin-gateway.gluwa.com:8800

[2020-10-10 22:51:23.071 DEBUG interconnect] Removing connection: 833ce6d9cb8e94087a29e6015f5c8e892863ff1093f5054cde4a82c774c9a8e68b5777249c2f646d0f93831304cde4e718dd8847184298bea89c6cde1b201e48

[2020-10-10 22:51:23.071 DEBUG interconnect] Removing connection: 833ce6d9cb8e94087a29e6015f5c8e892863ff1093f5054cde4a82c774c9a8e68b5777249c2f646d0f93831304cde4e718dd8847184298bea89c6cde1b201e48

[2020-10-10 22:51:23.072 DEBUG dispatch] Removed send_message function for connection OutboundConnectionThread-tcp://creditcoin-node.gluwa.com:8800

[2020-10-10 22:51:23.072 DEBUG dispatch] Removed send_message function for connection OutboundConnectionThread-tcp://creditcoin-node.gluwa.com:8800

[2020-10-10 22:51:23.072 DEBUG dispatch] Removed send_last_message function for connection OutboundConnectionThread-tcp://creditcoin-node.gluwa.com:8800

[2020-10-10 22:51:23.072 DEBUG dispatch] Removed send_last_message function for connection OutboundConnectionThread-tcp://creditcoin-node.gluwa.com:8800