Setting storenode counter parts

With this parameter, each node is configured as "store client" and the
"store server" is the one indicated in the "storenode" parameter.
This commit is contained in:
Ivan Folgueira Bande 2023-08-25 10:27:41 +02:00
parent 0068bb24b8
commit 7cdd7e4fad
No known key found for this signature in database
GPG Key ID: 3C117481F89E24A7
2 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@ peer_IP=$(dig +short nwaku_sqlite)
exec /usr/bin/wakunode\
--nodekey=1d714a1fada214dead6dc9c7274585eca0ff292451866e7d6d677dc818e8ccd2\
--staticnode=/ip4/${peer_IP}/tcp/30304/p2p/16Uiu2HAkxj3WzLiqBximSaHc8wV9Co87GyRGRYLVGsHZrzi3TL5W\
--storenode=/ip4/${peer_IP}/tcp/30304/p2p/16Uiu2HAkxj3WzLiqBximSaHc8wV9Co87GyRGRYLVGsHZrzi3TL5W\
--relay=true\
--topic=/waku/2/default-waku/proto\
--topic=/waku/2/dev-waku/proto\

View File

@ -8,6 +8,7 @@ peer_IP=$(dig +short nwaku_postgres)
exec /usr/bin/wakunode\
--nodekey=2d714a1fada214dead6dc9c7274585eca0ff292451866e7d6d677dc818e8ccd2\
--staticnode=/ip4/${peer_IP}/tcp/30303/p2p/16Uiu2HAmJyLCRhiErTRFcW5GKPrpoMjGbbWdFMx4GCUnnhmxeYhd\
--storenode=/ip4/${peer_IP}/tcp/30303/p2p/16Uiu2HAmJyLCRhiErTRFcW5GKPrpoMjGbbWdFMx4GCUnnhmxeYhd\
--relay=true\
--topic=/waku/2/default-waku/proto\
--topic=/waku/2/dev-waku/proto\