Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
defunctec
crown-core
Commits
25afc735
Commit
25afc735
authored
5 years ago
by
daelankane
Browse files
Options
Download
Email Patches
Plain Diff
modify sandbox templates
parent
64b81328
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitignore
+2
-1
.gitignore
scripts/devnet-template.json.in
+1
-1
scripts/devnet-template.json.in
scripts/sandbox.py
+2
-0
scripts/sandbox.py
scripts/sb-wallet.sh.in
+1
-0
scripts/sb-wallet.sh.in
with
6 additions
and
2 deletions
+6
-2
.gitignore
View file @
25afc735
...
...
@@ -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
This diff is collapsed.
Click to expand it.
scripts/devnet-template.json.in
View file @
25afc735
{
"devnet":{
"name": "
platform-prereleas
e"
"name": "
devnet-nam
e"
},
"nodes": {
...
...
This diff is collapsed.
Click to expand it.
scripts/sandbox.py
View file @
25afc735
...
...
@@ -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
,
...
...
This diff is collapsed.
Click to expand it.
scripts/sb-wallet.sh.in
0 → 100644
View file @
25afc735
/path/to/sandbox-bin/crown-qt -devnet=devnetname -datadir=/path/to/sandbox/wallet
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help