swag-eag

Results 4 issues of swag-eag

### Summary My question is: Suppose that the price of my blockchain token has changes so much that I need to modifty the minimum fee to adapt it the the...

general questions

``` CGO_CFLAGS="-I/path/to/rocksdb/include" \ CGO_LDFLAGS="-L/path/to/rocksdb -lrocksdb -lstdc++ -lm -lz -lbz2 -lsnappy -llz4 -lzstd" \ go get github.com/tecbot/gorocksdb ``` ### Does not work (On linux) I have installed the static library of...

Hi, I am trying to fllow [docs.ergoplatform.com/node/testnet/mine-your-own-chain/ ](https://docs.ergoplatform.com/node/testnet/mine-your-own-chain/) But I think it is not clear to me. `Follow these steps to configure your chain values in the` [src/main/resources/testnet.conf](https://github.com/ergoplatform/ergo/blob/master/src/main/resources/testnet.conf)` file and...

Hi. I am trying to connect SAFEW wallet to my local network (ergo.chain.addressPrefix = 96): Node 1: - scorex.network.bindAddress = "0.0.0.0:9022" - scorex.restApi.bindAddress = "127.0.0.1:9122" Node 2: - scorex.network.bindAddress =...