00:44:52 I want to sweep my wallet to a set of addresses. I have a percentage for each address which determines the ratio (e.g 30% of balance to address A, 70% to address B). I'm building on top of wallet2_api.h? What'd be the safest way to do this? 18:43:51 I'm trying to integrate against monero's RPC I'm trying to run an offline development network so I don't need to sync with public testnet. is there any way to accomplish something like this? Like setting up an offline testing network, generate some blocks and make my wallet start with some testing funds? Just to make clear. I already tried monero 18:43:51 regtest offline and even offline testnet but for some reason I'm unable to mine, I have generated blocks using the generateblocks rpc. And to be honest also ask to these AI's about how to accomplish this. they ended concluding to this command without success for me: monerod --non-interactive --regtest --offline --fixed-difficulty 1 --data-dir 18:43:52 ./node_data --p2p-bind-ip 127.0.0.1 --rpc-bind-port 28081 --zmq-rpc-bind-port 28082 --no-igd --hide-my-port --disable-rpc-ban --start-mining $TESTING_ADDRESS 18:44:20 Sorry if here is not the place to ask. Point the way and I will move on 18:46:24 please try https://github.com/moneroexamples/private-testnet , issues if any are much appreciated by the repo owner 18:51:13 Thank you, m-relay. I will try with it 18:52:56 `--offline` id probably the problem 18:53:43 If you want to run private testnet, use --add-exclusive-node for your other nodes 18:54:51 Great! m-relay. Thanks for the article. I'm working into it