tinshen
tinshen
1.neb -version看到的版本还是1.0.1 2.config: genesis: "conf/default/genesis.conf",实际上的是与config.conf平级。 3.config.conf和 genesis.conf中的chainid不相同,seed节点信息也没有配置在config.conf里。
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException at java.lang.System.arraycopy(Native Method) at org.spongycastle.crypto.digests.SHA3Digest.squeeze(SHA3Digest.java:375) at org.spongycastle.crypto.digests.SHA3Digest.doFinal(SHA3Digest.java:141) at io.nebulas.crypto.hash.Hash.Sha3256(Hash.java:16) at io.nebulas.core.Address.newAddress(Address.java:92) at io.nebulas.core.Address.NewAddressFromPubKey(Address.java:113) at io.nebulas.account.AccountManager.updateAccount(AccountManager.java:61) at io.nebulas.account.AccountManager.newAccount(AccountManager.java:56) at com.lhang.payment.Payment4Nas.main(Payment4Nas.java:10)