Bitcoin Forum
August 03, 2025, 10:36:45 AM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: How to add a node in regtest mode via GUI?  (Read 123 times)
uxBLN01 (OP)
Newbie
*
Offline Offline

Activity: 14
Merit: 3


View Profile
September 19, 2022, 09:23:28 AM
Merited by NotATether (2)
 #1

Hi guys,

I am in the regtest mode via the GUI of bitcoincore. How can I add here an extra node so I am able to send him a fresh mined block and check if he receives it?
Any help here to solve this issue ?

Thanks.
joniboini
Legendary
*
Offline Offline

Activity: 2632
Merit: 1844



View Profile WWW
September 19, 2022, 09:55:33 AM
 #2

If you want to test sending some coins to others, wouldn't testnet be preferable? AFAIK regtest is a local network and you can just create a new address to generate new coins to see whether a block is created successfully or not and so on. If you want to connect two clients to it, maybe run one in a sandbox while others run normally. I'm also a newbie on this stuff by the way, so wait for others to give you some tips. CMIIW.

This might help you: https://bitcointalk.org/index.php?topic=5268794.0.

▄▄███████████████████▄▄
▄███████████████████████▄
████████▀░░░░░░░▀████████
███████░░░░░░░░░░░███████
███████░░░░░░░░░░░███████
██████▀░░░░░░░░░░░▀██████
██████▄░░░░░▄███▄░▄██████
██████████▀▀█████████████
████▀▄██▀░░░░▀▀▀░▀██▄▀███
███░░▀░░░░░░░░░░░░░▀░░███
████▄▄░░░░▄███▄░░░░▄▄████
▀███████████████████████▀
▀▀███████████████████▀▀
 
 CHIPS.GG 
▄▄███████▄▄
▄████▀▀▀▀▀▀▀████▄
███▀░▄░▀▀▀▀▀░▄░▀███
▄███
░▄▀░░░░░░░░░▀▄░███▄
▄███░▄░░░▄█████▄░░░▄░███▄
███░▄▀░░░███████░░░▀▄░███
███░█░░░▀▀▀▀▀░░░▀░░░█░███
███░▀▄░▄▀░▄██▄▄░▀▄░▄▀░██
▀███
░▀░▀▄██▀░▀██▄▀░▀░██▀
▀███
░▀▄░░░░░░░░░▄▀░██▀
▀███▄
░▀░▄▄▄▄▄░▀░▄███▀
▀█
███▄▄▄▄▄▄▄████▀
█████████████████████████
▄▄███████▄▄
███
████████████▄
▄█▀▀▀▄
█████████▄▀▀▀█▄
▄██████▀▄▄▄▄▄▀██████▄
▄█████████████▄████████▄
████████▄███████▄████████
█████▄█████████▄██████
██▄▄▀▀▀▀█████▀▀▀▀▄▄██
▀█████████▀▀███████████▀
▀███████████████████▀
██████████████████
▀████▄███▄▄
████▀
████████████████████████
3000+
UNIQUE
GAMES
|
12+
CURRENCIES
ACCEPTED
|
VIP
REWARD
PROGRAM
 
 
  Play Now  
NotATether
Legendary
*
Offline Offline

Activity: 2044
Merit: 8751


Search? Try talksearch.io


View Profile WWW
September 19, 2022, 10:28:46 AM
Merited by ABCbits (1)
 #3

AFAIK, there is currently no way to send RPC calls from the GUI. So it is only possible using a terminal and bitcoin-cli.

Assuming you have two different regtest nodes running on the same machine (it will suffice to give them different P2P ports, RPC ports, and data dirs), all you have to do, is connect the second node to the first one using bitcoin-cli addnode:

Code:
bitcoin-cli --port=xxxx --rpcport=yyyy addnode aaa.bbb.ccc.ddd

Replace aaa.bbb.ccc.ddd with the IP address of the second node, and the (p2p) port and RPC port respectively.

██
██
██
██
██
██
██
██
██
██
██
██
██
... LIVECASINO.io    Play Live Games with up to 20% cashback!...██
██
██
██
██
██
██
██
██
██
██
██
██
nc50lc
Legendary
*
Offline Offline

Activity: 2856
Merit: 7452


Self-proclaimed Genius


View Profile
September 19, 2022, 12:27:10 PM
 #4

I am in the regtest mode via the GUI of bitcoincore. How can I add here an extra node so I am able to send him a fresh mined block and check if he receives it?
Any help here to solve this issue ?
I have a working setup of 3 Bitcoin-qt (GUI) Regtest in the same machine, I start them separately using these command line options:
Node1:
Code:
bitcoin-qt --regtest --port=8330 --datadir="E:\AppData\Bitcoin-altdir1
Node2:
Code:
bitcoin-qt --regtest --connect=127.0.0.1:8330 --datadir="E:\AppData\Bitcoin-altdir2
Node3:
Code:
bitcoin-qt --regtest --connect=127.0.0.1:8330 --datadir="E:\AppData\Bitcoin-altdir3

Basically, the three regtest nodes should have different data directories (existing directory) and using the same port.
Second, third and additional nodes have to be set to connect to localhost.

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!