Post
Topic
Board Announcements (Altcoins)
Re: Slimcoin | First Proof of Burn currency | Test v0.5 release candidates
by
gjhiggins
on 30/05/2017, 12:26:09 UTC
Maybe, if would be possible to get two wallets running in the same slimcoin-qt window

That might ameliorate some of the GUI display issues but it wouldn't solve the problem of watch-only-address txs being included in the staking calculations - which happens in the app's core routines. The (optional) GUI wallet code in src/qt/* is just a visually-rich presentation of the data obtainable from the core RPC API provided by src/bitcoinrpc.* - which would need to be refactored (read: “completely rewritten”) to handle >1 wallets.

Cheers

Graham