Author

Topic: bitcoin regtest wallet for android device... (Read 391 times)

newbie
Activity: 1
Merit: 0
February 11, 2025, 01:37:18 PM
#3
hi guys, i have one question about regtest wallet: exist one bitcoin regtest wallet for android device? another problem: I can not connect the two regtest clients to each other on windows pc with bitcoin core... i have: put the core in regtest mode and in server mode, i've connected the second core to primary with this command: connect=1.2.3.4:port , and I see 0 network connection in both cores and I can not receive and spend any regtest coin between with each other... this is my .conf file of server core:

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?
brand new
Activity: 0
Merit: 0
Did you ever figure this out?
I too am looking for an Android wallet that will connect to my REGTEST node.
newbie
Activity: 7
Merit: 0
hi guys, i have one question about regtest wallet: exist one bitcoin regtest wallet for android device? another problem: I can not connect the two regtest clients to each other on windows pc with bitcoin core... i have: put the core in regtest mode and in server mode, i've connected the second core to primary with this command: connect=1.2.3.4:port , and I see 0 network connection in both cores and I can not receive and spend any regtest coin between with each other... this is my .conf file of server core:

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...

Jump to: