yupnano

Results 128 comments of yupnano

关于gas的计费规则详见文档 https://github.com/nebulasio/wiki/blob/master/gas.md 对于存储来说,计费是 1 gas/bit。 gas不会持续消耗,只有在交易被打包的时候才会一次性扣除。 删除数据不会返还gas。

你好,可以提供更多信息吗?

I have reproduce this error when deploying contract with web-wellet, the contract source code is using [`smart_contract.md#blockchain`](https://github.com/nebulasio/wiki/blob/master/smart_contract.md#blockchain). Now we take this smart_contract as an example. The reason for this error...

https://github.com/nebulasio/wiki/issues/163

执行一下 `make deploy-v8` 试试

预分配代币是区块链启动时就分配的初始账户,可以分配任意金额给任意钱包地址,跟 dynasty 中指定的地址没关系。 节点配置文件中的矿工 miner 钱包地址必须是 dynasty 中的地址之一, coinbase 是该矿工接收挖矿奖励的钱包地址,可以跟 miner 不一样。这样是为了钱包安全,矿工用另一个钱包接收挖矿奖励,因为 miner 必须把 KeyStore 文件放在keydir目录中。

we have a similar API [`https://github.com/nebulasio/wiki/blob/master/rpc_admin.md#accounts`](https://github.com/nebulasio/wiki/blob/master/rpc_admin.md#accounts) But we are not planning to develop an browser extension that supports all the API lists in [rpc.md](https://github.com/nebulasio/wiki/blob/master/rpc.md) and [rpc_admin.md](https://github.com/nebulasio/wiki/blob/master/rpc_admin.md) .

谢谢反馈,我们稍后会修复。

make dep 错误 应该是 GOPATH 没有配置好。 可以参考这个issue:https://github.com/nebulasio/wiki/issues/163

Thanks for your feedback! we will fix it later.