Code Monkey home page Code Monkey logo

fabric-analysis's Introduction

Hi ๐Ÿ‘‹

I'm a Full Stack Web Developer.

  • I love working with javascript because it's easy, simple and everywhere. A single language for frontend and backend.
  • I love python. It's very useful for automation, simulation, and problem-solving. It gives me insight on how functions should be designed and implemented as well as how they actually work.
  • I love golang because of its high productivity and sophistication in system programming. I started to learn it thanks to blockchain and found out that it's concurrency is very special.
  • I like rust. It's pretty hard to learn, but very powerful in parallelism. As of now, Rust could be the best chice for acceleration and optimization in modern hardware architecture except C/C++. I enjoy to challenge against hackathons and hackerrank problems every weekend and really love to share what I learned with everybody.

Contact

Gmail

โšก๏ธ State

  • ๐Ÿ˜… Designing, implementing, testing, analyzing, and optimizing.
  • ๐Ÿง frequently updating myself on web development.
  • ๐Ÿค” Iโ€™m looking for help with L1 & L2 technologies .
  • ๐Ÿ’ฌ Ping me about blockchain and web stuff.

๐Ÿš€ Tools

JavaScript TypeScript React Angular Vue Web3.js Next.js Nodejs CSS3 Sass HTML5 SQLite MySQL MongoDB Docker Bootstrap AWS AWS-Lambda Python Golang Rust Ethereum Solidity

fabric-analysis's People

Contributors

weiliu955 avatar

Watchers

 avatar

fabric-analysis's Issues

osnadmin: error: parsing arguments: unknown long flag '--channel-id'. Try --help

$ cd github.com/hyperledger/fabric-samples/commercial-paper
github.com/hyperledger/fabric-samples/commercial-paper $ ./network-starter.sh
.....
....
+ res=1
+ osnadmin channel join --channel-id mychannel --config-block ./channel-artifacts/mychannel.block -o localhost:7053 --ca-file /media/gustav/Investigation/github.com/hyperledger/fabric-samples/test-network/organizations/ordererOrganizations/example.com/orderers/orderer.example.com/msp/tlscacerts/tlsca.example.com-cert.pem --client-cert /media/gustav/Investigation/github.com/hyperledger/fabric-samples/test-network/organizations/ordererOrganizations/example.com/orderers/orderer.example.com/tls/server.crt --client-key /media/gustav/Investigation/github.com/hyperledger/fabric-samples/test-network/organizations/ordererOrganizations/example.com/orderers/orderer.example.com/tls/server.key
+ res=1
+ osnadmin channel join --channel-id mychannel --config-block ./channel-artifacts/mychannel.block -o localhost:7053 --ca-file /media/gustav/Investigation/github.com/hyperledger/fabric-samples/test-network/organizations/ordererOrganizations/example.com/orderers/orderer.example.com/msp/tlscacerts/tlsca.example.com-cert.pem --client-cert /media/gustav/Investigation/github.com/hyperledger/fabric-samples/test-network/organizations/ordererOrganizations/example.com/orderers/orderer.example.com/tls/server.crt --client-key /media/gustav/Investigation/github.com/hyperledger/fabric-samples/test-network/organizations/ordererOrganizations/example.com/orderers/orderer.example.com/tls/server.key
+ res=1
osnadmin: error: parsing arguments: unknown long flag '--channel-id'. Try --help
Channel creation failed

ERROR: could not find an available, non-overlapping IPv4 address pool among the defaults to assign to the network

github/hyperledger# curl -sSL https://bit.ly/2ysbOFE | bash -s -- 2.2.0 1.5.0
github/hyperledger# cd fabric-samples/test-network
github/hyperledger/fabric-samples/test-network# ./network.sh up
>>>
Starting nodes with CLI timeout of '5' tries and CLI delay of '3' seconds and using database 'leveldb' with crypto from 'cryptogen'
LOCAL_VERSION=2.2.0
DOCKER_IMAGE_VERSION=2.2.0
/root/code/github/hyperledger/fabric-samples/test-network/fabric-samples/test-network/../bin/cryptogen
Generating certificates using cryptogen tool
Creating Org1 Identities
+ cryptogen generate --config=./organizations/cryptogen/crypto-config-org1.yaml --output=organizations
org1.example.com
+ res=0
Creating Org2 Identities
+ cryptogen generate --config=./organizations/cryptogen/crypto-config-org2.yaml --output=organizations
org2.example.com
+ res=0
Creating Orderer Org Identities
+ cryptogen generate --config=./organizations/cryptogen/crypto-config-orderer.yaml --output=organizations
+ res=0
Generating CCP files for Org1 and Org2
/root/code/github/hyperledger/fabric-samples/test-network/fabric-samples/test-network/../bin/configtxgen
Generating Orderer Genesis block
+ configtxgen -profile TwoOrgsOrdererGenesis -channelID system-channel -outputBlock ./system-genesis-block/genesis.block
2021-08-08 15:28:02.408 CST [common.tools.configtxgen] main -> INFO 001 Loading configuration
2021-08-08 15:28:02.430 CST [common.tools.configtxgen.localconfig] completeInitialization -> INFO 002 orderer type: etcdraft
2021-08-08 15:28:02.431 CST [common.tools.configtxgen.localconfig] completeInitialization -> INFO 003 Orderer.EtcdRaft.Options unset, setting to tick_interval:"500ms" election_tick:10 heartbeat_tick:1 max_inflight_blocks:5 snapshot_interval_size:16777216 
2021-08-08 15:28:02.431 CST [common.tools.configtxgen.localconfig] Load -> INFO 004 Loaded configuration: /root/code/github/hyperledger/fabric-samples/test-network/fabric-samples/test-network/configtx/configtx.yaml
2021-08-08 15:28:02.432 CST [common.tools.configtxgen] doOutputBlock -> INFO 005 Generating genesis block
2021-08-08 15:28:02.432 CST [common.tools.configtxgen] doOutputBlock -> INFO 006 Writing genesis block
+ res=0
Creating network "net_test" with the default driver
ERROR: could not find an available, non-overlapping IPv4 address pool among the defaults to assign to the network
CONTAINER ID   IMAGE     COMMAND   CREATED   STATUS    PORTS     NAMES
root@172-26-8-141_PC_WORKER:~/code/github/hyperledger/fabric-samples/test-network/fabric-samples/test-network# docker network prune
WARNING! This will remove all custom networks not used by at least one container.
Are you sure you want to continue? [y/N] y
Deleted Networks:
composer_default

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.