-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtest.txt
More file actions
24 lines (24 loc) · 689 Bytes
/
test.txt
File metadata and controls
24 lines (24 loc) · 689 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
create wallet -name MyWallet
create account -alias Master
save account
create account -alias Secondary
save account
create account -alias Savings
save account
current wallet
check balance -account Master
export key -account Master
check balance -account Secondary
export key -account Secondary
check balance -account Savings
export key -account Savings
start miner -account Master -tcp 12345 -http 8080
stop miner
check balance -account Master
check balance -account Secondary
check balance -account Savings
add buddy -name Test1 -key Master.key
add buddy -name Test2 -key Secondary.key
add buddy -name Test3 -key Savings.key
transfer funds -source Master -target Test3 -amount 99.99
quit