-
binarybaron_hallI 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?
-
sulcudI'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
-
sulcudregtest 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
-
sulcud./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
-
sulcudSorry if here is not the place to ask. Point the way and I will move on
-
m-relay<plowsof:matrix.org> please try github.com/moneroexamples/private-testnet , issues if any are much appreciated by the repo owner
-
sulcudThank you, m-relay. I will try with it
-
m-relay<ofrnxmr:xmr.mx> `--offline` id probably the problem
-
m-relay<ofrnxmr:xmr.mx> If you want to run private testnet, use --add-exclusive-node for your other nodes
-
sulcudGreat! m-relay. Thanks for the article. I'm working into it