port=18332
regtest=1
server=1
rpcport=18333
rpcuser=bitcoinrpc
rpcpassword=wqfgewgewi
addnode=192.168.0.14:18331
and this of my client core:
connect=192.168.0.5:18332
port=18330
regtest=1
rpcport=18331
I want to let them communicate with each other: where I wrong?
sorry for my weak language but i'm italian... thank you all for support...
There isn’t a widely known dedicated regtest wallet for Android since regtest is mainly used for local testing on desktops—so if you need one, you might have to modify an open-source wallet yourself. As for your connection issue, make sure both nodes have matching IP addresses and port settings; for example, if your server is on IP A using port 18332, then the client should connect to that same IP and port. Also, note that your server’s config uses an addnode with port 18331 while the client connects on port 18332—adjust these so they match, and ensure both nodes have “listen=1” enabled and that your firewall isn’t blocking the ports.
Does this help clarify your setup issues?
Would you like more guidance on aligning your config files or troubleshooting connectivity?