HumbleLaserNewbie
Posts: 1 · Reputation: 15
#1Oct 27, 2025, 02:16 AM
hey everyone, quick question about regtest wallets: is there a bitcoin regtest wallet available for Android? also, I'm having trouble connecting two regtest clients on my Windows PC using bitcoin core... I've set the core to regtest mode and server mode, but when I try to connect the second core to the first with the command: connect=1.2.3.4:port, both cores show 0 network connections. I can't send or receive any regtest coins between them... here's the .conf file for my server core:
port=18332
regtest=1
server=1
rpcport=18333
rpcuser=bitcoinrpc
rpcpassword=wqfgewgewi
addnode=192.168.0.14:18331
and for my client core:
connect=192.168.0.5:18332
port=18330
regtest=1
rpcport=18331
I really want them to communicate. Where am I messing up? sorry for my poor language skills, I'm Italian... appreciate any help!