wiki
wiki copied to clipboard
This repository is out of date, please check the new wiki:
st4lk3rs@hp-eliteone:/path/to/workspace/src/github.com/nebulasio/go-nebulas$ ls account crypto install-rocksdb.sh nbre README.md testnet cmd develop.md keydir neblet rocksdb util common docker lib nebtestkit rpc vendor conf docker-compose.yml LICENSE net setup.sh consensus dump.sh mainnet nf start.sh...
官方开发者群有没有啊
nebulas的gas手续费是否可以免除?从根据账户余额来限制交易频率和影响矿工打包排序等方式来研究免除手续费的可能性,至少免除普通用户之间的转账手续费更有利于nebulas的推广和使用dapp的积极性,这也符合现实世界中银行之间转账免除手续费的趋势。
`ubuntu@ubuntu-xenial:/path/to/workspace/src/github.com/nebulasio/go-nebulas$ sudo make build cd cmd/neb; go build -ldflags "-X main.version=1.0.1 -X main.commit=f86edd419d21a57737deb7b90d8ff187a3338339 -X main.branch=master -X main.compileAt=`date +%s`" -o ../../neb-f86edd419d21a57737deb7b90d8ff187a3338339 /bin/sh: 1: go: not found Makefile:66: recipe for target 'build'...
I try to run nebulas testnet and after installing dep the instructions say that I run `make dep` but there is no such a file.What can I do?
您好,智能合约能正常部署,{"gas_price":"1000000","gas_limit":"2000000","contract_address":"n1nVx7aVXouGW5UZKtf2tpi7wMS6StcYpSm","status":1,"gas_used":"22016"},status=1,但调用save()或takeout()方法时 总是报:{"error":"contract check failed"},请帮忙看看,谢谢~
> $ ./neb account new > Your new account is locked with a passphrase. Please give a passphrase. Do not forget this passphrase. > Passphrase: > Repeat passphrase: > panic:...
cp /path/to/keystore.json /path/to/keydir/ 无需执行此命令. 生成的钱包私钥命名是公钥地址,不是keystore.json
wupandeMacBook-Pro:wupan wupan$ export GOPATH=/Users/wupan/Desktop/Workspace wupandeMacBook-Pro:wupan wupan$ env **GOPATH=/Users/wupan/Desktop/Workspace** _=/usr/bin/env **error** sudo make build cd cmd/neb; go build -ldflags "-X main.version=1.0.1 -X main.commit=373bc29bce8323e3960fae26e1072f9560f1b8e4 -X main.branch=master -X main.compileAt=`date +%s`" -o ../../neb-373bc29bce8323e3960fae26e1072f9560f1b8e4accountcmd.go:25:2: cannot...