You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add access to hashkey to use a dynamic string
* Add Rutanio networks
* Add Rutanio.Node
* Add Rutanio to NetworkSelector node and use a custom agent (Blockcore-Ruta)
* Use ContenType as a configuration parameter to allow connections with differents daemons (i.e: ElectrumX)
* Add node agent instead of Swagger title
* Update favicon to use with Rutanio
* Update Rutanio nodeBuilder to use same order then Blockcore.Node
* RUTA will fall through last case option (XDS)
* Introduce network-specific standard script
* Framework props were removed; they are global prop
* MaxTxFee added. Use the new rules for coindb
* favicon feature was removed (for later release)
* BIP9 Deployment on place
* API title use now Blockcore + coin ticker
* ApiTitle more readable
* Indentation line to solve PR conflicts
Co-authored-by: checho1989 <cheverdolaga@hotmail.com>
@@ -157,6 +161,7 @@ public static void PrintHelp(Network network)
157
161
builder.AppendLine($"-rpcport=<0-65535> Listen for JSON-RPC connections on <port>. Default: {network.DefaultRPCPort}");
158
162
builder.AppendLine($"-rpcbind=<ip:port> Bind to given address to listen for JSON-RPC connections. This option can be specified multiple times. Default: bind to all interfaces");
159
163
builder.AppendLine($"-rpcallowip=<ip> Allow JSON-RPC connections from specified source. This option can be specified multiple times.");
164
+
builder.AppendLine($"-rpccontentype=<string> Use application/json to connect with other daemons like ElectrumX");
0 commit comments