remove local testing scripts
Signed-off-by: Uncle Stinky <uncle.stinky@ghostchain.io>
This commit is contained in:
parent
90c82f73cb
commit
73503fd13a
12
bin/alice
12
bin/alice
@ -1,12 +0,0 @@
|
||||
#!/bin/sh
|
||||
#--offchain-worker never \
|
||||
|
||||
rm -rf /tmp/alice
|
||||
./ghost \
|
||||
--base-path /tmp/alice \
|
||||
--chain local \
|
||||
--alice \
|
||||
--port 30333 \
|
||||
--rpc-port 9945 \
|
||||
--node-key 0000000000000000000000000000000000000000000000000000000000000001 \
|
||||
--validator
|
||||
13
bin/bob
13
bin/bob
@ -1,13 +0,0 @@
|
||||
#!/bin/sh
|
||||
#--offchain-worker never \
|
||||
|
||||
rm -rf /tmp/bob
|
||||
./ghost \
|
||||
--base-path /tmp/bob \
|
||||
--chain local \
|
||||
--bob \
|
||||
--port 30334 \
|
||||
--rpc-port 9934 \
|
||||
--validator \
|
||||
--bootnodes /ip4/127.0.0.1/tcp/30333/p2p/12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp \
|
||||
--node-key 0000000000000000000000000000000000000000000000000000000000000002
|
||||
13
bin/dave
13
bin/dave
@ -1,13 +0,0 @@
|
||||
#!/bin/sh
|
||||
#--offchain-worker never \
|
||||
|
||||
rm -rf /tmp/dave
|
||||
./ghost \
|
||||
--base-path /tmp/dave \
|
||||
--chain local \
|
||||
--dave \
|
||||
--port 30335 \
|
||||
--rpc-port 9935 \
|
||||
--validator \
|
||||
--bootnodes /ip4/127.0.0.1/tcp/30333/p2p/12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp \
|
||||
--node-key 0000000000000000000000000000000000000000000000000000000000000003
|
||||
2
bin/dddd
2
bin/dddd
@ -1,2 +0,0 @@
|
||||
sed -i '/#\[no_mangle\]/d' $(echo $CARGO_HOME)/git/checkouts/polkadot-sdk-dee0edd6eefa0594/b401690/substrate/primitives/io/src/lib.rs
|
||||
|
||||
BIN
bin/ghost_old
BIN
bin/ghost_old
Binary file not shown.
Loading…
Reference in New Issue
Block a user