6 lines
168 B
Bash
Executable File
6 lines
168 B
Bash
Executable File
#!/bin/bash
|
|
cd /home/ubuntu/solana
|
|
git pull
|
|
export RUST_LOG=solana::crdt=trace
|
|
cat genesis.log | cargo run --release --bin solana-testnode -- -s leader.json -b 8000 -d
|