bitcoin-core/src/index.js 修正

src/index.js
– original

module.exports = {
  bitcoin: {
    host: 'localhost',
    password: 'bar',
    port: 18443,
    username: 'foo'
  },
  bitcoinMultiWallet: {
    host: 'localhost',
    password: 'bar',
    port: 18453,
    username: 'foo'
  },
  bitcoinSsl: {
    host: 'localhost',
    password: 'bar',
    port: 18463,
    username: 'foo'
  },
  bitcoinUsernameOnly: {
    host: 'localhost',
    port: 18473,
    username: 'foo'
  }
};

– After editing

module.exports = {
  AliceWallet: {
    host: 'localhost',
    password: '20924f2c9ed09e58d256b510ab2931ac$75e83a1b75057367117ffdbb5a696892dead2024e3ecbcb28234ac1ac6f62401',
    port: 10001,
    username: 'alice'
  },
  BobWallet: {
    host: 'localhost',
    password: '87fb0fbdd610473af0f18666f60c0311$7aac966ea1ef5a0f6b547dc7af4408ad8d262fc0a1c8c34924f653e19a64e789',
    port: 10002,
    username: 'bob'
  },
  CarolWallet: {                                                                    
    host: 'localhost',
    password: '05da7288e1456377b6e1674487dff985$f19342c7b610c2c3eebe69187de4ee8031e6f0b5537e987b440fac04d173d917',
    port: 10003,                                                                    
    username: 'carol'
  },
  DaveWallet: {
    host: 'localhost',
    password: '81fdbf5e63b36907685b5a8d62491df4$6b96001319c8e86616a0bec1ea6c8d1dcd3c5a621733b2d0f509dd56bfbad64d',
    port: 10004,
    username: 'dave'
  },
  EveWallet: {
    host: 'localhost',                                                              
    password: '066cd0b2d3e0b355b1cad790be2b9b0c$f87e338d94e838afcdfbf8e09a0db34c9f12e11bea055b7d616ae14b70f5aee9',
    port: 10008,
    username: 'eve'
  },
  AkiraWallet: {
    host: 'localhost',
    password: '7684fe25483abc2e2b3cbc2b44bce179$5bb0e9047ded0d92c6418a518cea122f6e5e09fd908ca46880d008ec0f325df2',
    port: 10007,
    username: 'akira'
  }
};