|
@@ -1,10 +1,6 @@
|
|
|
#!/bin/sh
|
|
#!/bin/sh
|
|
|
set -e
|
|
set -e
|
|
|
|
|
|
|
|
-# Start a tmux session with two mining and a non-mining darkfid nodes.
|
|
|
|
|
-# Additionally, start two xmrig daemons.
|
|
|
|
|
-#
|
|
|
|
|
-
|
|
|
|
|
# Path to used binaries
|
|
# Path to used binaries
|
|
|
XMRIG="xmrig"
|
|
XMRIG="xmrig"
|
|
|
DARKFID="LOG_TARGETS='!sled' ../../../darkfid"
|
|
DARKFID="LOG_TARGETS='!sled' ../../../darkfid"
|
|
@@ -70,4 +66,4 @@ sleep 2
|
|
|
|
|
|
|
|
# Test to check everything is working fine
|
|
# Test to check everything is working fine
|
|
|
sh ./run-contract-test.sh "$DRK0"
|
|
sh ./run-contract-test.sh "$DRK0"
|
|
|
-sh ./run-contract-test.sh "$DRK1"
|
|
|
|
|
|
|
+sh ./run-contract-test.sh "$DRK1"
|