forked from aspectron/kaspa-wallet-cli
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsteps.txt
35 lines (29 loc) · 899 Bytes
/
steps.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
1) start karlsend (let say kd0 instance) with following config file
debuglevel=info
nobanning=1
nodnsseed=1
datadir=/path/to/any/empty/dir/kd0
acceptanceindex=1
rpclisten=0.0.0.0:42210
listen=0.0.0.0:42211
profile=7000
testnet=1
wallet=1
2) start another karlsend (let say kd1 instance) with following config file
debuglevel=info
nobanning=1
nodnsseed=1
datadir=/path/to/any/empty/dir/kd1
acceptanceindex=1
rpclisten=0.0.0.0:42310
listen=0.0.0.0:42311
profile=7001
connect=0.0.0.0:42211
testnet=1
3) start miner with following command
karlsenminer --miningaddr=karlsentest:qq0nvlmn07f6edcdfynt4nu4l4r58rkquuvgt635ac --rpcserver=localhost:42210 --block-delay=2000 --mine-when-not-synced --testnet
4) git clone https://github.com/karlsen-network/node-karlsen-wallet-cli
5) cd karlsen-wallet-cli
6) npm install
7) wait for few minutes for mining then run following command
8) node wallet-test.js