Peercoin 0.4RC1 release - test results

I thought it was useful to have thread for test results with the 0.4RC1 release on testnet.
I have possibly found one potential issue which I need someone to reproduce please (see below)

So here are my test results from 2 hours of testing today:

UI changes noticed:

  • Debug console (enter commands within wallet, e.g. for unlocking and locking wallet)
  • Display QR code for receiving coins
    - Icon change in client (green ‘P’) Only testnet, New Logo as desktop icon

Tested:

  • CPU miner (gen=1) works with difficulty 0.09 :wink: Mined blocks mature properly
  • Transactions (e.g. receiving, sending)
  • QR code save (don’t have a decent reader though)
  • Debug window
  • Encrypted wallet
  • Unlocking for minting
    and Testfaucet works nicely, thanks Sigmike.

Haven’t tested:

  • Minting (no mature transactions available to me)
    - Still maturing mined blocks in wallet

Potential issue:

  • Unlocking for minting might still have remains of old issue (send transaction without asking passphrase)
    However seems to only happen the first time the wallet is encrypted and then unlocked in same session.
    Second time I tried this in same wallet it did work (after QT reset). Need to retest this with new wallet.
    Can anyone reproduce this please?

Also it appears there are some inconsistencies in getinfo with unlock status.
Wallet is locked and still displays unlock until 0.
See below:

21:42:05

getinfo


21:42:05

{
"version" : "v0.4.0ppc.rc1-beta",
"protocolversion" : 60004,
"walletversion" : 60000,
"balance" : 10.61654400,
"newmint" : 194716.22000000,
"stake" : 0.00000000,
"blocks" : 75784,
"moneysupply" : 78642449.10544001,
"connections" : 8,
"proxy" : "",
"ip" : "<deleted>",
"difficulty" : 0.10693342,
"testnet" : true,
"keypoololdest" : 1394868949,
"keypoolsize" : 201,
"paytxfee" : 0.01000000,
"unlocked_until" : 0,
"errors" : ""
}


21:43:33

walletpassphrase 0123456789 99999 true


21:43:33

Error: Wallet is already unlocked, use walletlock first if need to change unlock settings. (code -17)


21:43:41

walletlock


21:43:41




21:44:02

getinfo


21:44:02

{
"version" : "v0.4.0ppc.rc1-beta",
"protocolversion" : 60004,
"walletversion" : 60000,
"balance" : 10.61654400,
"newmint" : 194716.22000000,
"stake" : 0.00000000,
"blocks" : 75785,
"moneysupply" : 78651188.82544000,
"connections" : 8,
"proxy" : "",
"ip" : "<deleted>",
"difficulty" : 0.10708036,
"testnet" : true,
"keypoololdest" : 1394868949,
"keypoolsize" : 201,
"paytxfee" : 0.01000000,
"unlocked_until" : 0,
"errors" : "Info: Minting suspended due to locked wallet."
}


21:44:18

walletpassphrase 0123456789 99999 true


21:44:18

Error: The wallet passphrase entered was incorrect. (code -14)


21:44:35

walletpassphrase 0123456789 99999 true


21:44:35

Error: The wallet passphrase entered was incorrect. (code -14)


21:44:55

walletpassphrase 1234567890 99999 true


21:44:55




21:44:59

getinfo


21:44:59

{
"version" : "v0.4.0ppc.rc1-beta",
"protocolversion" : 60004,
"walletversion" : 60000,
"balance" : 10.61654400,
"newmint" : 194716.22000000,
"stake" : 0.00000000,
"blocks" : 75785,
"moneysupply" : 78651188.82544000,
"connections" : 8,
"proxy" : "",
"ip" : "<deleted>",
"difficulty" : 0.10708036,
"testnet" : true,
"keypoololdest" : 1394868949,
"keypoolsize" : 201,
"paytxfee" : 0.01000000,
"unlocked_until" : 1394973094,
"errors" : ""
}

Issue:

  • Bitcoin logo in installer
  • Green Peercoin logo in client (maybe only for test?), other places proper Peercoin logo Sigmike confirmed: Is just testnet logo.
  • PPcoin is still being used (directories etc.). FB’s rename to Peercoin haven’t been pulled into this release.
  • In debug.log it still says “Bitcoinminer” when a block is found and on some other entries

Please let me know if you need some testnet coins other than from testnet faucet. You can send testnet coins to my test wallet on: n3pRurHRune4xejxrV7YK9HVmq4EMzXHj1

The green ‘P’ is the testnet icon. It didn’t change.

The faucet and I successfully minted some coins.

The green ‘P’ is the testnet icon. It didn’t change.

The faucet and I successfully minted some coins.[/quote]
Thanks for feedback. Updated my post.

Did it update the stake properly in the UI during minting and maturing?

I don’t know. The faucet is using the daemon and my client has already multiple stakes so I’m not sure which ones are displayed.

Thanks for the generous gift of 1,000,000 test PPC. Now selling or looking for projects to receive donations :wink: