1+ {
2+ "profiles" : {
3+ "BTC (MAIN/RPC)" : {
4+ "commandName" : " Project" ,
5+ "commandLineArgs" : " -server -rpcallowip=127.0.0.1 -rpcbind=127.0.0.1 -rpcpassword=rpcpassword -rpcuser=rpcuser"
6+ },
7+ "BTC (MAIN/RPC/LOW-MEM)" : {
8+ "commandName" : " Project" ,
9+ "commandLineArgs" : " -server -rpcallowip=127.0.0.1 -rpcbind=127.0.0.1 -rpcpassword=rpcpassword -rpcuser=rpcuser -maxblkmem=5 -dbcache=50"
10+ },
11+ "BTC (TEST/RPC)" : {
12+ "commandName" : " Project" ,
13+ "commandLineArgs" : " -server -rpcallowip=127.0.0.1 -rpcbind=127.0.0.1 -rpcpassword=rpcpassword -rpcuser=rpcuser -testnet"
14+ },
15+ "BTC (MAIN/LOCAL/RPC)" : {
16+ "commandName" : " Project" ,
17+ "commandLineArgs" : " -server -rpcallowip=127.0.0.1 -rpcbind=127.0.0.1 -rpcpassword=rpcpassword -rpcuser=rpcuser -datadir=nodedata"
18+ },
19+ "BTC (TEST/LOCAL/RPC)" : {
20+ "commandName" : " Project" ,
21+ "commandLineArgs" : " -server -rpcallowip=127.0.0.1 -rpcbind=127.0.0.1 -rpcpassword=rpcpassword -rpcuser=rpcuser -datadir=nodedata -testnet"
22+ },
23+ "BTC (MAIN/LOCAL/RPC/DEFAULT)" : {
24+ "commandName" : " Project" ,
25+ "commandLineArgs" : " -server -rpcallowip=127.0.0.1 -rpcbind=127.0.0.1 -rpcpassword=rpcpassword -rpcuser=rpcuser -datadir=nodedata -defaultwalletname=default -defaultwalletpassword=default -unlockdefaultwallet -server"
26+ },
27+ "BTC (TEST/LOCAL/RPC/DEFAULT)" : {
28+ "commandName" : " Project" ,
29+ "commandLineArgs" : " -server -rpcallowip=127.0.0.1 -rpcbind=127.0.0.1 -rpcpassword=rpcpassword -rpcuser=rpcuser -datadir=nodedata -defaultwalletname=default -defaultwalletpassword=default -unlockdefaultwallet -server -testnet"
30+ },
31+ "CITY (MAIN/LOCAL/RPC)" : {
32+ "commandName" : " Project" ,
33+ "commandLineArgs" : " --chain=CITY -server -rpcallowip=127.0.0.1 -rpcbind=127.0.0.1 -rpcpassword=rpcpassword -rpcuser=rpcuser -datadir=nodedata"
34+ },
35+ "CITY (TEST/LOCAL/RPC)" : {
36+ "commandName" : " Project" ,
37+ "commandLineArgs" : " --chain=CITY -server -rpcallowip=127.0.0.1 -rpcbind=127.0.0.1 -rpcpassword=rpcpassword -rpcuser=rpcuser -datadir=nodedata -testnet"
38+ },
39+ "STRAT (MAIN/LOCAL/RPC)" : {
40+ "commandName" : " Project" ,
41+ "commandLineArgs" : " --chain=STRAT -server -rpcallowip=127.0.0.1 -rpcbind=127.0.0.1 -rpcpassword=rpcpassword -rpcuser=rpcuser -datadir=nodedata"
42+ },
43+ "STRAT (TEST/LOCAL/RPC)" : {
44+ "commandName" : " Project" ,
45+ "commandLineArgs" : " --chain=STRAT -server -rpcallowip=127.0.0.1 -rpcbind=127.0.0.1 -rpcpassword=rpcpassword -rpcuser=rpcuser -datadir=nodedata -testnet"
46+ },
47+ "X42 (MAIN/LOCAL/RPC)" : {
48+ "commandName" : " Project" ,
49+ "commandLineArgs" : " --chain=X42-server -rpcallowip=127.0.0.1 -rpcbind=127.0.0.1 -rpcpassword=rpcpassword -rpcuser=rpcuser -datadir=nodedata"
50+ },
51+ "X42 (TEST/LOCAL/RPC)" : {
52+ "commandName" : " Project" ,
53+ "commandLineArgs" : " --chain=X42 -server -rpcallowip=127.0.0.1 -rpcbind=127.0.0.1 -rpcpassword=rpcpassword -rpcuser=rpcuser -datadir=nodedata -testnet"
54+ },
55+ "XDS (MAIN/LOCAL/RPC)" : {
56+ "commandName" : " Project" ,
57+ "commandLineArgs" : " --chain=XDS -server -rpcallowip=127.0.0.1 -rpcbind=127.0.0.1 -rpcpassword=rpcpassword -rpcuser=rpcuser -datadir=nodedata"
58+ },
59+ "XDS (TEST/LOCAL/RPC)" : {
60+ "commandName" : " Project" ,
61+ "commandLineArgs" : " --chain=XDS -server -rpcallowip=127.0.0.1 -rpcbind=127.0.0.1 -rpcpassword=rpcpassword -rpcuser=rpcuser -datadir=nodedata -testnet"
62+ }
63+ }
64+ }
0 commit comments