Skip to content

Commit

Permalink
[Doc] Add multiwallet section to release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
random-zebra committed Apr 23, 2021
1 parent 1e251f8 commit 8776196
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@ Notable Changes

(Developers: add your notes here as part of your pull requests whenever possible)

PIVX Core now supports loading multiple, separate wallets (See [PR 2337](https://github.com/PIVX-Project/PIVX/pull/2337)). The wallets are completely separated, with individual balances, keys and received transactions, and will remain synchronized to the node's current tip.

Multi-wallet is enabled by using more than one `-wallet` argument when starting PIVX client, either on the command line or in the pivx.conf config file.

**In pivx-qt, only the first wallet will be displayed and accessible for creating and signing transactions.** GUI selectable multiple wallets will be supported in a future version. However, even in 6.0 other loaded wallets will remain synchronized to the node's current tip in the background.

!TODO: update after endpoint support and multi-wallet RPC support


#### Disable PoW mining RPC Commands

Expand Down

0 comments on commit 8776196

Please sign in to comment.