relay icon indicating copy to clipboard operation
relay copied to clipboard

Loopring relay node with ring-mining capability

Results 14 relay issues
Sort by recently updated
recently updated
newest added

https://github.com/Loopring/protocol/blob/master/doc/tokens.md

[我也是路印爱好者,非常期待路印落地,看了最新的进度报告后抱着试一试的心态运行一下矿机,预先感受一下这个伟大的作品。按照readme的说明编译成功了,在执行时发生了一些错误。我知道团队之后会对relay部分做一个非常详细的说明,我把我在使用现在版本中遇到的问题在这里mark一下,希望可以对团队之后的工作有所帮助。((:,路印成功的时候,区块链应用深入人心的时候,我是不是可以打开这个issue区 装X一下[你看,我很早就关注了!]。。。O(∩_∩)O哈哈~,) 我修改了relay.toml中的,[mysql]、[contract]、[common.protocolImpl]、[common.protocolImpl.address] 但还存在一点迷惑 [common.protocolImpl]中implAbi、registryAbi、delegateAbi、tokenRegistryAbi; (这几项参照第七期周报写的,但我不知道下面几个地址如何配置 * TokenRegistry: 0x974e1e639b5a3c5f44909E1959Ab786AF21B7086 * RinghashRegistry: 0xeE445e921F481c04A5d254A7F8f013F48A6f0947 的abi 和registryAbi、registryAbi和tokenRegistryAbi,的对应关系我不知道,因为都有一个registry * TransferableMultsig: 0x7421ad9C880eDF007a122f119AD12dEd5f7C123B,周报中的这个地址我不知道如何用 我的启动顺序是: 1.启动mysql 2.启动eth节点 3.启动ipfs 3.运行relay程序时,发生错误。 ![2017-12-24 19-52-38](https://user-images.githubusercontent.com/18461513/34326564-26572748-e8eb-11e7-9318-b204914e322d.png)

When I reading the source code,I don't know what the meaning of this line of code is and why it should be set. ```golang var MarketBaseOrder = map[string]uint8{"BAR": 5, "LRC":...

full error msg below: ```log 2018-05-31T11:22:22.345+0800 error token:BAT, id:batcoin, can't sync marketcap at time:1527736942, it't last updated time:0 github.com/Loopring/relay/log.Errorf ``` Be thrown out at: ```golang // syncMarketCap func for _,...

我在用account import导入私钥之后执行挖矿模式: build/bin/relay --mode=miner --unlocks='8****5a' --passwords='*****' 发生以下报错:error:the address:8****a used to mine ring must be unlocked 操作系统版本:Ubuntu 16.04.3 LTS go语言版本:go version go1.9.6 linux/amd64

[root@iZae6x9bu0qw3hZ relay]# build/bin/relay --mode=relay 2018-04-16T18:42:36.091+0800 fatal market util load tokens failed:open /Users/fukun/projects/gohome/src/github.com/Loopring/relay/config/tokens.json: no such file or directory github.com/Loopring/relay/log.Fatalf /usr/local/golang/src/github.com/Loopring/relay/log/log.go:75 github.com/Loopring/relay/market/util.getTokenAndMarketFromDB /usr/local/golang/src/github.com/Loopring/relay/market/util/marketutil.go:116 github.com/Loopring/relay/market/util.Initialize /usr/local/golang/src/github.com/Loopring/relay/market/util/marketutil.go:176 github.com/Loopring/relay/node.NewNode /usr/local/golang/src/github.com/Loopring/relay/node/node.go:103 main.startNode /usr/local/golang/src/github.com/Loopring/relay/cmd/lrc/nodecmd.go:67 github.com/Loopring/relay/vendor/gopkg.in/urfave/cli%2ev1.HandleAction /usr/local/golang/src/github.com/Loopring/relay/vendor/gopkg.in/urfave/cli.v1/app.go:490 github.com/Loopring/relay/vendor/gopkg.in/urfave/cli%2ev1.(*App).Run...