Commit 25afc735 authored by daelankane's avatar daelankane
Browse files

modify sandbox templates

parent 64b81328
Showing with 6 additions and 2 deletions
+6 -2
......@@ -123,4 +123,5 @@ cmake-build-*/
.vscode/
scripts/*.json
scripts/*.sh
\ No newline at end of file
scripts/sb.sh
scripts/sb-wallet.sh
\ No newline at end of file
{
"devnet":{
"name": "platform-prerelease"
"name": "devnet-name"
},
"nodes": {
......
......@@ -332,6 +332,8 @@ class Sandbox:
colltx = self.get_transaction(control_node, txhash)
claddr = tx_find_output(colltx, 10000)
print 'colltx hash: {0}'.format(txhash)
self.network['nodes'][control_node]['mnconfig'][masternode] = {
'ip': self.node_ip(masternode),
'key': prvkey,
......
/path/to/sandbox-bin/crown-qt -devnet=devnetname -datadir=/path/to/sandbox/wallet
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment