litterGuy
litterGuy
> 请回gitee 这不是你家,请注意基本的素质
哦 知道技术这回事 隔着发这个 就硬蹭热度呗
> > 好好的github要被玩坏了 > > 你个瓜皮,还学会当太监了。 是非拎不清的人,说话就是冲。
And in the ecdsa,the public key is 33 byte, but 'MultiAddress' ``` type MultiAddress struct { AccountId AccountID Index UCompact Raw Bytes Address32 H256 Address20 H160 types int } ```...
> @litterGuy have you tried the RawBytes? Also tried. Set RawBytes as public key ( 33 byte ), and result the error is ``` {"Code":1011,"Message":"Unknown Transaction Validity","Data":"CannotLookup"} ```
Thanks for the help, i will try later
``` accountId:= blake2b.Sum256(kr.Public()) ``` and set accountId(32 byte) to raw, also get the same error is : ``` {"Code":1011,"Message":"Unknown Transaction Validity","Data":"CannotLookup"} ``` when set "AsID" = accountId , the error...
碰见一个情况不一致的 ``` amount : 2300000000 parent_coin_info : 0xadc79e3d3295eb6e32c138f0f0c3466344bb7be31c0ffb02861c4189fd9942d5 puzzle_hash : 0xb39e0ae17737489a080d9693759b7af709a0ee56ba885acd2dae9f1f3ca67092 ``` amount的16进制为89173700,转换的第一位不是字母。 生成的coinid是 0xabee1e7951df211c1bdd077506b551b5fbe7d2ca00086e8a208160d6f0f56242 但是浏览器查看实际为https://www.chiaexplorer.com/blockchain/coin/0xa48ae3986b5a27e7d46608ea91dea2b097127a4a21a04507c28aee33222a776f 这个尝试了下,是头部添加两个0生成的。 请问一下,这种需要根据什么情况判断?
> 碰见一个情况不一致的 > > ``` > amount : 2300000000 > parent_coin_info : 0xadc79e3d3295eb6e32c138f0f0c3466344bb7be31c0ffb02861c4189fd9942d5 > puzzle_hash : 0xb39e0ae17737489a080d9693759b7af709a0ee56ba885acd2dae9f1f3ca67092 > ``` > > amount的16进制为89173700,转换的第一位不是字母。 > 生成的coinid是 0xabee1e7951df211c1bdd077506b551b5fbe7d2ca00086e8a208160d6f0f56242 > 但是浏览器查看实际为https://www.chiaexplorer.com/blockchain/coin/0xa48ae3986b5a27e7d46608ea91dea2b097127a4a21a04507c28aee33222a776f > > 这个尝试了下,是头部添加两个0生成的。...
时不时会出现这个问题,但是没找到出现的规律。这个问题有解决方案了吗? ` panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x18 pc=0x50ada2] goroutine 153 [running]: bufio.(*Writer).Flush(0xc0000d5bc0, 0xc0011dfbef, 0x7f5) G:/Program Files/Go/src/bufio/bufio.go:607 +0x62 bufio.(*Writer).Write(0xc0000d5bc0, 0xc0011dfbef,...