ttmc on master
Revised docs based on tips from… (compare)
- name: Register genesis time
shell: |
cat /home/{{ tendermint_user }}/.tendermint/config/genesis.json | jq .genesis_time
register: genesis_time
become: yes
- name: Register chain id
shell: |
cat /home/{{ tendermint_user }}/.tendermint/config/genesis.json | jq .chain_id
register: chain_id
become: yes
self.bigchaindb.store_bulk_transactions(self.block_transactions)
just before they are committed
I have been following this blockchain project called Algorand and they have just announced a really interesting program for developers.
You can become a developer ambassador and receive grants to help you build something on their network. If you have been on the fence about blockchain, I think this is a pretty cool opportunity to explore and get some rewards during quarantine :).
Highlights of the program:
i) Dev Grants: Right to apply for $35 Million Algorand Dev Grants
ii) DevAms Rewards: ($1000-$2000+) per mo for creating Tutorials and Coding Solutions
iii) Exclusive Algorand Developer Portal: with JavaScript, Python, Java, Golang Tutorials, Full scale blockchain tools & Templates
iv) Network: directly with Algorand's Engineering team and developers from across 50+ countries
v) Take part in free coding webinars, training sessions and community hackathons
vi) Join Algorand Official Forum and Discord
Check it out! https://community.algorand.org/ambassadors
TASK [Assert ansible version] ***********************************************************************************************************************************************
ok: [192.168.100.200] => {
"changed": false,
"msg": "All assertions passed"
}
ok: [192.168.100.201] => {
"changed": false,
"msg": "All assertions passed"
}
ok: [192.168.100.202] => {
"changed": false,
"msg": "All assertions passed"
}
ok: [192.168.100.203] => {
"changed": false,
"msg": "All assertions passed"
}
ok: [192.168.100.204] => {
"changed": false,
"msg": "All assertions passed"
}
TASK [preconfig : Users setup] **********************************************************************************************************************************************
changed: [192.168.100.204]
changed: [192.168.100.201]
changed: [192.168.100.202]
changed: [192.168.100.200]
changed: [192.168.100.203]
TASK [preconfig : Update apt] ***********************************************************************************************************************************************
changed: [192.168.100.204]
changed: [192.168.100.202]
changed: [192.168.100.203]
changed: [192.168.100.201]
changed: [192.168.100.200]
TASK [preconfig : Install build requirements] *******************************************************************************************************************************
ok: [192.168.100.200]
ok: [192.168.100.204]
ok: [192.168.100.201]
ok: [192.168.100.203]
ok: [192.168.100.202]
TASK [preconfig : Use the trusted NTP] **************************************************************************************************************************************
changed: [192.168.100.200]
changed: [192.168.100.201]
changed: [192.168.100.202]
changed: [192.168.100.204]
changed: [192.168.100.203]
TASK [preconfig : restart ntp] **********************************************************************************************************************************************
changed: [192.168.100.204]
changed: [192.168.100.203]
changed: [192.168.100.202]
changed: [192.168.100.201]
changed: [192.168.100.200]
TASK [mongodb : Add Mongo key] **********************************************************************************************************************************************
[WARNING]: Consider using the get_url or uri module rather than running 'wget'. If you need to use command because get_url or uri is insufficient you can add 'warn: false'
to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message.
changed: [192.168.100.200]
changed: [192.168.100.201]
changed: [192.168.100.203]
changed: [192.168.100.202]
changed: [192.168.100.204]
TASK [mongodb : Add ppa] ****************************************************************************************************************************************************
changed: [192.168.100.200]
changed: [192.168.100.201]
changed: [192.168.100.203]
changed: [192.168.100.202]
changed: [192.168.100.204]
TASK [mongodb : Update apt] *************************************************************************************************************************************************
[WARNING]: The value True (type bool) in a string field was converted to 'True' (type string). If this does not look like what you expect, quote the entire value to ensure
it does not change.
ok: [192.168.100.204]
ok: [192.168.100.201]
ok: [192.168.100.202]
ok: [192.168.100.200]
ok: [192.168.100.203]
TASK [mongodb : Install mongodb] ********************************************************************************************************************************************
ok: [192.168.100.202]
ok: [192.168.100.203]
ok: [192.168.100.200]
ok: [192.168.100.201]
ok: [192.168.100.204]
TASK [python : Install python] **********************************************************************************************************************************************
ok: [192.168.100.204]
ok: [192.168.100.203]
ok: [192.168.100.201]
ok: [192.168.100.202]
ok: [192.168.100.200]