This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/nix/store/m1kb6fz7sbilmqw96w74aswgbqc9kiim-bash-4.4-p23-dev | |
/nix/store/dpiqx8km6kaf9v1kpavdmmy1yb149c98-bash-4.4-p23-doc | |
/nix/store/fky90f457av1jf9jlrlh7r60zcd8fpfs-bash-4.4-p23-info | |
/nix/store/mwvrsjsca4wbnwdggdn30bdmrc8ssxf3-bash-4.4-p23-man | |
/nix/store/qvm6bs79rsychid8xxwpyn23kapszmk5-bash-4.4-p23 | |
/nix/store/128cyl1jys9nb3a373cx6j1mhx2rgpga-coreutils-8.31-info | |
/nix/store/sc8d93z8sc776j1qh1f8cq4y3cngmsbb-coreutils-8.31 | |
/nix/store/hsgl306w10wnrqsmrjb3824g1bhx3n1c-gnused-4.8-info | |
/nix/store/wf9x52iznlnb9kq8i86dd1mx56j7f6mg-gnused-4.8 | |
/nix/store/n6zydd3937r8fx2dppw10lhz4vsxjzpf-stdenv-darwin |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html> | |
<head> | |
<meta charset="utf-8"/> | |
<title>criterion report</title> | |
<script> | |
/*! | |
* Chart.js v2.9.4 | |
* https://www.chartjs.org | |
* (c) 2020 Chart.js Contributors |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Images | |
CHAINWEB_NODE_IMAGE=ghcr.io/kadena-io/chainweb-node:sha-8a7ef72 | |
# latest: ghcr.io/kadena-io/chainweb-node/ubuntu:latest | |
# openapi-validation: # ghcr.io/kadena-io/chainweb-node:sha-8a7ef72 | |
MINING_CLIENT_IMAGE=ghcr.io/kadena-io/chainweb-mining-client:latest | |
# Ports that are exposed on the host system | |
HOST_SERVICE_PORT=8080 | |
HOST_STRATUM_PORT=1917 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{"rowkey": "k:b4e753c510efbc02e73baf743a38197b3ef48077d376e3ad600903e15b9ded7c", "txid": 5413890, "rowdata": {"$base64": true, "encoded": "eyIkZCI6eyJndWFyZCI6eyIkdCI6ImciLCIkdiI6eyJwcmVkIjoia2V5cy1hbGwiLCJrZXlzIjpbImI0ZTc1M2M1MTBlZmJjMDJlNzNiYWY3NDNhMzgxOTdiM2VmNDgwNzdkMzc2ZTNhZDYwMDkwM2UxNWI5ZGVkN2MiXX19LCJiYWxhbmNlIjo1MDAwMH0sIiR2IjoxfQ=="}}, | |
{"rowkey": "k:903e1eb7a04180ca6311dfb174541c51ed4ec20907bfe1d55849f82038839203", "txid": 5414570, "rowdata": {"$base64": true, "encoded": "eyIkZCI6eyJndWFyZCI6eyIkdCI6ImciLCIkdiI6eyJwcmVkIjoia2V5cy1hbGwiLCJrZXlzIjpbIjkwM2UxZWI3YTA0MTgwY2E2MzExZGZiMTc0NTQxYzUxZWQ0ZWMyMDkwN2JmZTFkNTU4NDlmODIwMzg4MzkyMDMiXX19LCJiYWxhbmNlIjo1MDAwMH0sIiR2IjoxfQ=="}}, | |
{"rowkey": "k:87736aa881b83227861a0a9f78e642e490b9cddd049dff69ad1c45ba93d41b49", "txid": 5414646, "rowdata": {"$base64": true, "encoded": "eyIkZCI6eyJndWFyZCI6eyIkdCI6ImciLCIkdiI6eyJwcmVkIjoia2V5cy1hbGwiLCJrZXlzIjpbIjg3NzM2YWE4ODFiODMyMjc4NjFhMGE5Zjc4ZTY0MmU0OTBiOWNkZGQwNDlkZmY2OWFkMWM0NWJhOTNkNDFiNDkiXX19LCJiYWxhbmNlIjo1MD |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import requests | |
import time | |
import threading | |
import json | |
from queue import Queue | |
port_p2p = '1789' | |
port_service = '1848' | |
base_url_p2p = 'https://localhost:' + port_p2p + '/chainweb/0.0/mainnet01' |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Jun 08 20:10:02 ip-172-31-29-0.ec2.internal chainweb-node[572800]: 2023-06-08T20:10:02.622Z [Info] [chainwebVersion=mainnet01|type=ChainwebApp] start ServiceDate | |
Jun 08 20:10:02 ip-172-31-29-0.ec2.internal chainweb-node[572800]: 2023-06-08T20:10:02.622Z [Warn] [chainwebVersion=mainnet01|type=ChainwebApp] This version of chainweb node will stop working at 2023-09-07 00:00:00 UTC. Please upgrade to a new version before that date. | |
Jun 08 20:10:03 ip-172-31-29-0.ec2.internal chainweb-node[572800]: 2023-06-08T20:10:03.730Z [Info] [chainwebVersion=mainnet01|type=ChainwebApp] opened rocksdb in directory "/var/lib/chainweb-node/mainnet01/0/rocksDb" | |
Jun 08 20:10:03 ip-172-31-29-0.ec2.internal chainweb-node[572800]: 2023-06-08T20:10:03.730Z [Info] [chainwebVersion=mainnet01|type=ChainwebApp] backup config: BackupConfig {_configBackupApi = EnableConfig {_enableConfigEnabled = False, _enableConfigConfig = BackupApiConfig}, _configBackupDirectory = Nothing} | |
Jun 08 20:10:04 ip-172-31-29-0.ec2.internal chainweb-node[572800] |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Jun 08 21:24:36 ip-172-31-29-0.ec2.internal chainweb-node[589066]: 2023-06-08T21:24:36.966Z [Info] [chainwebVersion=mainnet01|type=ChainwebApp] start ServiceDate | |
Jun 08 21:24:36 ip-172-31-29-0.ec2.internal chainweb-node[589066]: 2023-06-08T21:24:36.966Z [Warn] [chainwebVersion=mainnet01|type=ChainwebApp] This version of chainweb node will stop working at 2023-09-07 00:00:00 UTC. Please upgrade to a new version before that date. | |
Jun 08 21:24:38 ip-172-31-29-0.ec2.internal chainweb-node[589066]: 2023-06-08T21:24:38.412Z [Info] [chainwebVersion=mainnet01|type=ChainwebApp] opened rocksdb in directory "/var/lib/chainweb-node/mainnet01/0/rocksDb" | |
Jun 08 21:24:38 ip-172-31-29-0.ec2.internal chainweb-node[589066]: 2023-06-08T21:24:38.412Z [Info] [chainwebVersion=mainnet01|type=ChainwebApp] backup config: BackupConfig {_configBackupApi = EnableConfig {_enableConfigEnabled = False, _enableConfigConfig = BackupApiConfig}, _configBackupDirectory = Nothing} | |
Jun 08 21:24:38 ip-172-31-29-0.ec2.internal chainweb-node[589066] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
chainweb-node-2.19.1 (package chainweb-2.19.1 revision ) | |
Copyright (C) 2018 - 2023 Kadena LLC | |
Author: Chainweb Dev Team | |
License: BSD-3-Clause | |
Homepage: https://github.com/kadena-io/chainweb | |
Build with: ghc-8.10.7 (x86_64-linux) | |
Build flags: | |
Optimisation: normal |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Uncompacted | |
{"chain_id":0,"max_blockheight":3808668,"min_blockheight":0} | |
{"chain_id":1,"max_blockheight":3808668,"min_blockheight":0} | |
{"chain_id":2,"max_blockheight":3808669,"min_blockheight":0} | |
{"chain_id":3,"max_blockheight":3808667,"min_blockheight":0} | |
{"chain_id":4,"max_blockheight":3808669,"min_blockheight":0} | |
{"chain_id":5,"max_blockheight":3808667,"min_blockheight":0} | |
{"chain_id":6,"max_blockheight":3808667,"min_blockheight":0} | |
{"chain_id":7,"max_blockheight":3808668,"min_blockheight":0} | |
{"chain_id":8,"max_blockheight":3808666,"min_blockheight":0} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Jun 15 21:18:32 ip-172-31-29-0.ec2.internal systemd[1]: Starting Chainweb Node... | |
Jun 15 21:18:32 ip-172-31-29-0.ec2.internal systemd[1]: Started Chainweb Node. | |
Jun 15 21:18:36 ip-172-31-29-0.ec2.internal chainweb-node[807558]: 2023-06-15T21:18:36.295Z [Error] [chainwebVersion=mainnet01|peerId=4DTL7c|port=1789|host=35.173.249.135|chain=2|component=pact|logger=PactService|type=ChainwebApp] initializeCoinContract: we are past genesis | |
Jun 15 21:18:36 ip-172-31-29-0.ec2.internal chainweb-node[807558]: 2023-06-15T21:18:36.295Z [Error] [chainwebVersion=mainnet01|peerId=4DTL7c|port=1789|host=35.173.249.135|chain=2|component=pact|logger=PactService|type=ChainwebApp] initializeCoinContract.readContracts: syncParentHeader | |
Jun 15 21:18:36 ip-172-31-29-0.ec2.internal chainweb-node[807558]: 2023-06-15T21:18:36.295Z [Error] [chainwebVersion=mainnet01|peerId=4DTL7c|port=1789|host=35.173.249.135|chain=2|component=pact|logger=PactService|type=ChainwebApp] initializeCoinContract.readContracts: parent = ParentHeader {_parentHea |