Skip to content

Instantly share code, notes, and snippets.

@siddjain
Created April 21, 2020 22:23
Show Gist options
  • Save siddjain/c9879a7532c239b5996665a1295bdd94 to your computer and use it in GitHub Desktop.
Save siddjain/c9879a7532c239b5996665a1295bdd94 to your computer and use it in GitHub Desktop.
$ ./run-biotor.sh
2020-04-21 15:22:40.830 PDT [nodeCmd] serve -> INFO 001 Starting peer:
Version: 2.0.1
Commit SHA: 1cfa5da98
Go version: go1.13.4
OS/Arch: darwin/amd64
Chaincode:
Base Docker Namespace: hyperledger
Base Docker Label: org.hyperledger.fabric
Docker Namespace: hyperledger
2020-04-21 15:22:40.830 PDT [peer] getLocalAddress -> INFO 002 Auto-detected peer address: 10.167.71.196:7051
2020-04-21 15:22:40.830 PDT [peer] getLocalAddress -> INFO 003 Host is 0.0.0.0 , falling back to auto-detected address: 10.167.71.196:7051
2020-04-21 15:22:40.878 PDT [gossip.service] New -> INFO 004 Initialize gossip with endpoint 10.167.71.196:7051
2020-04-21 15:22:40.881 PDT [gossip.gossip] New -> INFO 005 Creating gossip service with self membership of Endpoint: 127.0.0.1:8051, InternalEndpoint: 10.167.71.196:7051, PKI-ID: 675becf81b033cb1b2049da271befe83ae4aa8f119e9ccdb57a1f27a1d7b1fe8, Metadata:
2020-04-21 15:22:40.882 PDT [gossip.gossip] start -> INFO 006 Gossip instance 10.167.71.196:7051 started
2020-04-21 15:22:40.883 PDT [ledgermgmt] NewLedgerMgr -> INFO 007 Initializing LedgerMgr
2020-04-21 15:22:40.961 PDT [leveldbhelper] openDBAndCheckFormat -> INFO 008 DB is empty Setting db format as 2.0
2020-04-21 15:22:40.968 PDT [fsblkstorage] NewProvider -> INFO 009 Creating new file ledger directory at /Users/sjain68/go/src/github.com/siddjain/phf/three-org-network/peer0.Biotor.com/ledgersData/chains/chains
2020-04-21 15:22:41.018 PDT [leveldbhelper] openDBAndCheckFormat -> INFO 00a DB is empty Setting db format as 2.0
2020-04-21 15:22:41.139 PDT [couchdb] CreateDatabaseIfNotExist -> INFO 00b Created state database _users
2020-04-21 15:22:41.191 PDT [couchdb] CreateDatabaseIfNotExist -> INFO 00c Created state database _replicator
2020-04-21 15:22:41.230 PDT [couchdb] CreateDatabaseIfNotExist -> INFO 00d Created state database fabric__internal
2020-04-21 15:22:41.290 PDT [ledgermgmt] NewLedgerMgr -> INFO 00e Initialized LedgerMgr
2020-04-21 15:22:41.290 PDT [lifecycle] InitializeLocalChaincodes -> INFO 00f Initialized lifecycle cache with 0 already installed chaincodes
2020-04-21 15:22:41.291 PDT [nodeCmd] computeChaincodeEndpoint -> INFO 010 Entering computeChaincodeEndpoint with peerHostname: 10.167.71.196
2020-04-21 15:22:41.291 PDT [nodeCmd] computeChaincodeEndpoint -> INFO 011 Exit with ccEndpoint: 127.0.0.1:8052
2020-04-21 15:22:41.294 PDT [sccapi] DeploySysCC -> INFO 012 deploying system chaincode 'lscc'
2020-04-21 15:22:41.296 PDT [sccapi] DeploySysCC -> INFO 013 deploying system chaincode 'cscc'
2020-04-21 15:22:41.296 PDT [sccapi] DeploySysCC -> INFO 014 deploying system chaincode 'qscc'
2020-04-21 15:22:41.296 PDT [sccapi] DeploySysCC -> INFO 015 deploying system chaincode '_lifecycle'
2020-04-21 15:22:41.296 PDT [nodeCmd] serve -> INFO 016 Deployed system chaincodes
2020-04-21 15:22:41.297 PDT [discovery] NewService -> INFO 017 Created with config TLS: false, authCacheMaxSize: 1000, authCachePurgeRatio: 0.750000
2020-04-21 15:22:41.297 PDT [nodeCmd] registerDiscoveryService -> INFO 018 Discovery service activated
2020-04-21 15:22:41.297 PDT [nodeCmd] serve -> INFO 019 Starting peer with ID=[peer0.Biotor.com], network ID=[dev], address=[10.167.71.196:7051]
2020-04-21 15:22:41.297 PDT [nodeCmd] serve -> INFO 01a Started peer with ID=[peer0.Biotor.com], network ID=[dev], address=[10.167.71.196:7051]
2020-04-21 15:22:41.297 PDT [kvledger] LoadPreResetHeight -> INFO 01b Loading prereset height from path [/Users/sjain68/go/src/github.com/siddjain/phf/three-org-network/peer0.Biotor.com/ledgersData/chains]
2020-04-21 15:22:41.297 PDT [fsblkstorage] preResetHtFiles -> INFO 01c No active channels passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment