Changed Adrian address, added ansible tag, basecoin debug

This commit is contained in:
Greg Szabo 2017-10-03 12:57:21 -04:00
parent 42394aec2b
commit 5109f89516
3 changed files with 6 additions and 7 deletions

View File

@ -47,11 +47,7 @@
},
{
"name": "adrian",
"address": "98F28277FA8C512968BBDE443F5DB27AC743F814",
"pub_key": {
"type": "ed25519",
"data": "2E7EAB9E4C93D3657A63E063D6ABB851596BA97ED9F4EB9A2FC714043DC9685D"
},
"address": "0FA1DB09E8B174E81E94280C047C158D4271457B",
"coins": [
{
"denom": "axi",

View File

@ -23,6 +23,7 @@
group: "{{service}}"
- name: copy generated service genesis.json - genesis_time will be updated
tags: reconfig-appgenesis
when: (validators == true or validators == 'true') and (service_genesis_file is not defined) and (service != 'ethermint')
template:
src: genesis-service.json.j2

View File

@ -10,15 +10,17 @@ Summary: basecoin is a Proof-of-Stake cryptocurrency and framework
License: Apache 2.0
URL: https://tendermint.com/
Packager: Greg Szabo
Requires: tendermint >= 0.10.0
Requires: tendermint >= 0.11.0
Provides: basecli
#Requires(pre): useradd
%description
Basecoin is an ABCI application designed to be used with the Tendermint consensus engine to form a Proof-of-Stake cryptocurrency. It also provides a general purpose framework for extending the feature-set of the cryptocurrency by implementing plugins.
%pre
if ! %{__grep} -q '^%{name}:' /etc/passwd ; then
echo "`date`: useradd -k /dev/null -r -m -b %{_sysconfdir} %{name}" >> /tmp/rpmdebug
set >> /tmp/rpmdebug
echo "---" >> /tmp/rpmdebug
useradd -k /dev/null -r -m -b %{_sysconfdir} %{name}
chmod 755 %{_sysconfdir}/%{name}
fi