MultiChain / multichain

Source code for multichaind, multichain-cli and multichain-util.
GNU General Public License v3.0
536 stars 259 forks source link

address not exist in the sample_wallet #53

Open jmoraleses opened 6 years ago

jmoraleses commented 6 years ago

Hello, I can not get the sample wallet to work, I have created the java and saved it in ~ / BitcoinWallet / BitcoinWallet.conf configuration. But it does not work, if I try to send money to some address of the wallet from multichain, but the console tells me that the address does not exist. Please help, I do not understand what I should do. Is the application unfinished?

medeirosfalante commented 6 years ago

How are you creating the wallet? I recommend use RPC command getnewaddress or if your need private key to be out of multichain can use importaddress

Documentation