message-queue and processor Dockerfiles

This commit is contained in:
Luke Parker
2023-07-19 20:13:16 -04:00
parent b6579d5a2a
commit 28613400b8
7 changed files with 175 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
#!/bin/bash
export MESSAGE_QUEUE_KEY="0000000000000000000000000000000000000000000000000000000000000000"
export MESSAGE_QUEUE_RPC="http://127.0.0.1:2287"
export DB_PATH="./bitcoin-db"
export ENTROPY="0001020304050607080910111213141516171819202122232425262728293031"
export NETWORK_RPC="http://serai:seraidex@127.0.0.1:18443"
export NETWORK="bitcoin"
serai-processor