Shiming

Results 49 issues of Shiming

Hi, I want start a private bsc network for test purpose, in etherem I can simply use `--mine` flag to set the node be a miner, but it's not working...

Hi, from this consensus document https://docs.avax.network/learn/platform-overview/avalanche-consensus/#validators It is said > To become a validator, a node must bond (stake) something valuable (AVAX). The more AVAX a node bonds, the more...

Hi, [this official tutorial](https://docs.avax.network/build/tutorials/nodes-and-staking/setting-up-node-monitoring/) introduced a method for monitoring one node metrics, but what if I have multi nodes? The dashboard needs a drop-down menu to select host. Something like...

Hi, for IPC params, in doc https://docs.avax.network/build/references/avalanchego-config-flags/#ipcs ``` IPCS --ipcs-chain-ids (string) Comma separated list of chain ids to connect to (e.g. 11111111111111111111111111111111LpoYY,4R5p2RXDGLqaifZE4hHWH9owe34pfoBULn1DrQTWivjg8o4aH). There is no default value. --ipcs-path (string) The...

hi, when I build a project which depends on notify in mac osx 10.15 , it gets below error the detail step is described here: would you please to check:...

### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/dockertest/blob/master/CODE_OF_CONDUCT.md). -...

## fix https://github.com/umbracle/ethgo/issues/216 ## refactor https://github.com/huahuayu/ethgo/issues/1 ## dependency upgrade https://github.com/huahuayu/ethgo/issues/2

## Env Mac m1 macos 12.4 Docker Desktop 4.10.1 ## Issue When run `abi/encoding_test.go/TestEncoding(t *testing.T)` function The `testsuit/server.go` `NewTestServer()` created a geth client, but port 8545 can't be reached. ```go...

I intend to use btcwallet to manage more than 10000 keys and send transactions/ watch transactions/ inquiry balances. But I get stacked, spend two days even didn't successfully connect with...

steps to reproduce: **1. as per the [btcwallet readme ](https://github.com/btcsuite/btcwallet#getting-started), get btcd up** ``` bash ➜ ~ btcd -u rpcuser -P rpcpass Error creating a default config file: open /root/sample-btcd.conf:...