Post
Topic
Board Announcements (Altcoins)
Re: [ANN] B2B Coin ( B2B ) - POW CryptoNight - Low Supply - No Premine - Exchange
by
Forky1
on 30/10/2018, 11:42:58 UTC
New update available to build from the GitHub (v1.1.4).

It is not a mandatory update, just added some extra security to wallets in RPC mode. This update will be useful for exchanges/pools/online wallets.

Quote
Release notes 1.1.4
- Added extra security to walletd RPC
  (Optional parameter for walletd: rpc-password)
- Added extra security to CLI/simplewallet RPC
  (Required parameter for CLI/simplewallet in RPC mode: rpc-password
  or to run the CLI/simplewallet like before without extra security: rpc-legacy-security)
  All RPC calls to the wallet need a "password" if the RPC wallet is started with 'rpc-password=YourPassword'.
  e.g. '{"params": {},"jsonrpc":"2.0", "id":"test", "password":"YourPassword", "method":"generateRandomPid"}'