ttmc on master
Revised docs based on tips from… (compare)
TASK [postconfig : Compile multi-host arguents] *****************************************************************************************************************************
ok: [192.168.100.200] => (item=192.168.100.200)
ok: [192.168.100.200] => (item=192.168.100.201)
ok: [192.168.100.201] => (item=192.168.100.200)
ok: [192.168.100.201] => (item=192.168.100.201)
ok: [192.168.100.200] => (item=192.168.100.202)
ok: [192.168.100.202] => (item=192.168.100.200)
ok: [192.168.100.202] => (item=192.168.100.201)
ok: [192.168.100.203] => (item=192.168.100.200)
ok: [192.168.100.201] => (item=192.168.100.202)
ok: [192.168.100.203] => (item=192.168.100.201)
ok: [192.168.100.204] => (item=192.168.100.200)
ok: [192.168.100.200] => (item=192.168.100.203)
ok: [192.168.100.202] => (item=192.168.100.202)
ok: [192.168.100.201] => (item=192.168.100.203)
ok: [192.168.100.204] => (item=192.168.100.201)
ok: [192.168.100.203] => (item=192.168.100.202)
ok: [192.168.100.200] => (item=192.168.100.204)
ok: [192.168.100.202] => (item=192.168.100.203)
ok: [192.168.100.201] => (item=192.168.100.204)
ok: [192.168.100.204] => (item=192.168.100.202)
ok: [192.168.100.203] => (item=192.168.100.203)
ok: [192.168.100.202] => (item=192.168.100.204)
ok: [192.168.100.204] => (item=192.168.100.203)
ok: [192.168.100.203] => (item=192.168.100.204)
ok: [192.168.100.204] => (item=192.168.100.204)
TASK [postconfig : Compile global arguments based on host 0] ****************************************************************************************************************
ok: [192.168.100.200]
ok: [192.168.100.201]
ok: [192.168.100.202]
ok: [192.168.100.203]
fatal: [192.168.100.204]: FAILED! => {"msg": "The task includes an option with an undefined variable. The error was: 'unicode object' has no attribute 'stdout'\n\nThe error appears to be in '/root/bigchaindb-node-ansible/roles/postconfig/tasks/network.yml': line 55, column 3, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n\n- name: Compile global arguments based on host 0\n ^ here\n"}
TASK [postconfig : script] **************************************************************************************************************************************************
changed: [192.168.100.200]
changed: [192.168.100.201]
changed: [192.168.100.202]
changed: [192.168.100.203]
TASK [postconfig : Enable services] *****************************************************************************************************************************************
changed: [192.168.100.200]
changed: [192.168.100.201]
changed: [192.168.100.202]
changed: [192.168.100.203]
TASK [postconfig : Restart services] ****************************************************************************************************************************************
changed: [192.168.100.200]
changed: [192.168.100.201]
changed: [192.168.100.203]
changed: [192.168.100.202]
TASK [postconfig : Enable nginx] ********************************************************************************************************************************************
skipping: [192.168.100.200]
skipping: [192.168.100.201]
skipping: [192.168.100.202]
skipping: [192.168.100.203]
PLAY RECAP ******************************************************************************************************************************************************************
192.168.100.200 : ok=36 changed=21 unreachable=0 failed=0 skipped=11 rescued=0 ignored=0
192.168.100.201 : ok=36 changed=21 unreachable=0 failed=0 skipped=11 rescued=0 ignored=0
192.168.100.202 : ok=36 changed=21 unreachable=0 failed=0 skipped=11 rescued=0 ignored=0
192.168.100.203 : ok=36 changed=21 unreachable=0 failed=0 skipped=11 rescued=0 ignored=0
192.168.100.204 : ok=32 changed=18 unreachable=0 failed=1 skipped=10 rescued=0 ignored=0
Runtime: 0:2:36 (hh:mm:ss)
root@bigchaindb_clone32_series_Ansible:~/scripts#
@zzappie I tried with only 5 nodes.
Same result.
Is there any reason why Ansible is functioning only with 4 nodes?
Do you think it is possible to run Ansible script with more than 4 nodes ?
I am doing experiments, and I need to collect results related to the throughput in terms of number of transactions per seconds .
I don't think that testing a consensus protocol with only 4 nodes, can be an approach good enough.
- name: Register genesis time
shell: |
cat /home/{{ tendermint_user }}/.tendermint/config/genesis.json | jq .genesis_time
register: genesis_time
become: yes
Tomorrow Algorand is hosting a live webinar on implementing the world’s first CBDC. I have submitted a few questions and will be attending. This is a great way to spend your quarantine :)
Register and submit questions here: https://register.gotowebinar.com/register/5273854108710515471
TypeError: bip39.mnemonicToSeed(...).slice
is not a functionHi All,
I've a simple bigchaindb-setup:
Node A, B, C.
B connects to A (using persistent_peers). Blocks get synched, everything ok.
C connects to A (using persistent_peers). Error: "err="auth failure: secret conn failed: EOF" attempts=X"
If I disconnect B, then C can establish the connection, however it shouldn't be a problem to connect more than one node to a single node.
Where is my mistake?
What could be the problem?
Please.
Hi all, I am new to bigchaindb. When I try to start service tendermint (sudo docker-compose up -d bigchaindb), I get an error : "from github.com.tendermint.tendermint.crypto.merkle import merkle_pb2 as github_dot_com_dot_tendermint_dot_tendermint_dot_crypto_dot_merkle_dot_merkle__pb2
ModuleNotFoundError: No module named 'github.com.tendermint.tendermint'
ERROR: Service 'bigchaindb' failed to build: The command '/bin/sh -c bigchaindb -y configure' returned a non-zero code: 1"
What could be the issue?Any help is appreciated.