BTCPrivate / BitcoinPrivate-legacy

Bitcoin Private is a Bitcoin and Zclassic fork which uses ZK-SNARK technology for privacy and fungibility.
Other
284 stars 132 forks source link

Minnig Error #187

Closed Rockeronhunt closed 5 years ago

Rockeronhunt commented 6 years ago

invalid address length for b1HVuApLpSTtKTT72b9wMXoA67aGhuhSTW2 when i start my node init.js with unomp (creating UI) my daemon and cli is successfully installed i get this address(b1HVuApLpSTtKTT72b9wMXoA67aGhuhSTW2) using this command please help me if anyone have the solution

i used this command to get the address ---

root@ubuntu-s-1vcpu-2gb-nyc1-01:~/BitcoinPrivate# ./src/btcpd getnewaddress Error: There is no RPC client functionality in btcpd. Use the btcp-cli utility instead.

then i tried ./src/btcpd-cli getnewaddress please help me

untitled

michaelotis commented 6 years ago

@Rockeronhunt

Try

./src/btcp-cli getnewaddress

Rockeronhunt commented 6 years ago

@michaelotis i tried and i get the new address also but when i installed UNOMP for mining and run this command node init.js I got this error untitled

Rockeronhunt commented 6 years ago

plz reply @michaelotis

michaelotis commented 6 years ago

@Rockeronhunt unomp isn't supported pool software, you need to use z-nomp

Rockeronhunt commented 6 years ago

ok sir thanks i start with this if i find any issue i ll let u know

Rockeronhunt commented 6 years ago

thanks @michaelotis for helping m i solved this issue one more question i have what is this three address & how i can get all this address

"address": "",
"_comment_address": "a transparent address to send coinbase rewards to and to transfer to zAddress.",

"zAddress": "",
"_comment_zAddress": "a private address used to send coins to tAddress.",

"tAddress": "",
"_comment_tAddress": "transparent address used to send payments, make this a different address, otherwise payments will not send",
Rockeronhunt commented 6 years ago

image I try using z-nomp with bitcoinprivate & everything is successfully working but when i mined my coin i am not getting any block.

please help in this?