KryptomineCH
KryptomineCH
### What happened? I recently have issues with tie-limited offers. some of them (im not sure if its all of them) dont seem to be released in my chia client....
I have noticed that it seems a challenge to new or non tech savy folks to choose between light wallet and full node. They think that light walles equals less...
I am trying to connect to a local application with tls 1.3. This is my code: ``` using (var ws = new WebSocket("wss://localhost:55400/")) { ws.OnMessage += (sender, e) => OnMessage(sender,...
I am in the process of reading out all transactions in order to build portfolio reports outside of the chia client. I have gotten quite far but as of right...
Several Endpoints such as [get_all_offers](https://docs.chia.net/offer-rpc?_highlight=get_all_offers#get_all_offers) have a property `sort_key` What is the default `sort_key` and how do I know which sort keys are available/refer to which properties? At the time...
I would like to request some documentation improvements or alternatively explanations on `trade_record` of an offer File. I am trying to make sense of the following `trade_record`:  ```c# -...