!! Draft for feedback on the approach !!
Follow up to #29838 following #29838 (comment) and #29838 (comment)
This PR builds upon the changes introduced in #29838, which enabled the ability to run multiple Signet instances with distinct data directories. Now, it extends this functionality by allowing users to configure Signet chain specifics directly in bitcoin.conf.
Users can define multiple Signet chains by specifying configurations (see below) and specifying which signet chain to run on the chain variable:
0chain=signet_xxxx
1
2[signet_xxxx]
3seednode=x.x.x.x
4signetchallenge=xxxxxxxxxx
5
6[signet_yyyy]
7seednode=y.y.y.y
8signetchallenge=yyyyyyyyy
9
10#main signet
11[signet]
12seednode=z.z.z.z
13signetchallenge=zzzzzzzzzzzzz