Doichain / dapp

Doichan dApp - a Meteor.js implementation of the "Doichain Atomic Double-Opt-In" Protocol
https://www.doichain.org
MIT License
6 stars 6 forks source link

Port Electrum-NMC to Doichain #111

Closed silkroadnomad closed 3 years ago

silkroadnomad commented 5 years ago

Namecoin was porting Electrum to the Namecoin blockchain. There is a electrum-nmc client ( https://github.com/namecoin/electrum-nmc ) and ElectrumX server (which is the same as for the Bitcoin blockchain). It's just necessary to configure Electrumx server to use a underluying namecoin blockchain instead of Bitcoin.

  1. The plan is now to port Electrum-NMC as a Electrum-DOI which runs on port 8339
  2. To port Electrum-NMC (client) to connect to Doichain electrumx servers

In general on both sides (client & server) the TCP/IP Port needs to be changed so Doichain nodes do not connect to Namecoin nodes. It might be necessary, depending on how Electrum-NMC is implemented that genesis block related parameters must be changed too.

Please see https://bounties.doichain.org/ how to apply for Doichain bounties.

silkroadnomad commented 3 years ago

Done