Can i use multichain application to connect bitcoin network?

+1 vote
Can i use multichain application to connect bitcoin network?
asked Jul 29, 2018 by liutao0532dev

1 Answer

0 votes
You could do this with early versions of MultiChain but we no longer recommend it. You wouldn't really get much benefit from doing so, compared to using Bitcoin Core.
answered Jul 30, 2018 by MultiChain
thx,but some code like        
vSeeds.push_back(CDNSSeedData("bitcoin.sipa.be", "seed.bitcoin.sipa.be"));
vSeeds.push_back(CDNSSeedData("bluematt.me", "dnsseed.bluematt.me"));
vSeeds.push_back(CDNSSeedData("dashjr.org", "dnsseed.bitcoin.dashjr.org"));
in source.
Dose it mean that code doesn't work.
I want create a chain ,that name,address,port hard write to the code,like bitcoin,can i do that? thx
This code is deprecated and not used for MultiChain networks.
...