brainzhang
brainzhang
最好改进下目前的目录结构,建议划分为: --| |--src |--etc |--build |--Readme |--Makefile 这样编译安装和打包都方便。要求下载后再编译有点麻烦,这样划分目录后就可以用github的Release功能发布二进制版本了。
额,这个需求可能是伪需求。但是这个必须打开浏览器输验证码的环节实在太烦人了。 我想要用crontab还要操心验证码。 目前想到的方案是,安装个nodejs环境,用phantomjs 之类的接收验证码,自动去点。 以后可以做成个服务,开放restful接口,搭在bae之类上面来搞。 只是YY一下,目前还没有这么强烈的需求。
run spruned by [--max-electrum-connections MAX_ELECTRUM_CONNECTIONS] params seems invalid; Maybe: https://github.com/gdassori/spruned/blob/12df1211477c569560df0a2f4160bf9d1d8afe6f/spruned/daemon/electrod/__init__.py#L55 Should Be: _`connections=ctx.max_electrum_connections,`_ Because we set max_electrum_connections at beginning here: https://github.com/gdassori/spruned/blob/12df1211477c569560df0a2f4160bf9d1d8afe6f/spruned/application/context.py#L82-L87
Hi 1.First I got error due to older autoreconf on our RHEL6.4. Due to some versioning conflict, I get a build error with AM_PROG_AR. It appears when using m4_pattern_allow or...