Bitcoin Forum
May 05, 2024, 12:36:54 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: PPC - Minting suspended due to locked wallet  (Read 9961 times)
zylstra (OP)
Newbie
*
Offline Offline

Activity: 57
Merit: 0


View Profile
April 19, 2013, 04:48:26 AM
 #1

My PPC wallet says "Minting suspended due to locked wallet."  Can I mint PPC with my wallet?  How do I unlock it?  Are encrypted and locked the same thing?

My wallet seems always to be instantly updated when I open it, as opposed to my BTC or LTC wallet.  How/why is this?
1714869414
Hero Member
*
Offline Offline

Posts: 1714869414

View Profile Personal Message (Offline)

Ignore
1714869414
Reply with quote  #2

1714869414
Report to moderator
"With e-currency based on cryptographic proof, without the need to trust a third party middleman, money can be secure and transactions effortless." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714869414
Hero Member
*
Offline Offline

Posts: 1714869414

View Profile Personal Message (Offline)

Ignore
1714869414
Reply with quote  #2

1714869414
Report to moderator
1714869414
Hero Member
*
Offline Offline

Posts: 1714869414

View Profile Personal Message (Offline)

Ignore
1714869414
Reply with quote  #2

1714869414
Report to moderator
🏰 TradeFortress 🏰
Bitcoin Veteran
VIP
Legendary
*
Offline Offline

Activity: 1316
Merit: 1043

👻


View Profile
April 19, 2013, 04:49:30 AM
 #2

Locked = encrypted.
zylstra (OP)
Newbie
*
Offline Offline

Activity: 57
Merit: 0


View Profile
April 19, 2013, 07:19:52 AM
 #3

Thanks for the reply.  Do you know how I unlock it?
crazy_rabbit
Legendary
*
Offline Offline

Activity: 1204
Merit: 1001


RUM AND CARROTS: A PIRATE LIFE FOR ME


View Profile
April 19, 2013, 07:25:27 AM
 #4

Thanks for the reply.  Do you know how I unlock it?

Entering your password? If you "locked" ie: Encrypted your wallet then you need to decrypt it. It should be in the GUI.

more or less retired.
Sunny King
Legendary
*
Offline Offline

Activity: 1205
Merit: 1010



View Profile WWW
April 19, 2013, 07:56:12 AM
 #5

https://bitcointalk.org/index.php?topic=101820.msg1725936#msg1725936
magnificat_mafia
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
April 20, 2013, 05:04:31 AM
 #6

I'm trying to unlock my wallet in Windows, but I'm having this problem.


C:\Program Files (x86)\PPCoin\daemon>ppcoind walletpassphrase (password) 6000 true
error: You must set rpcpassword=<password> in the configuration file:
C:\...\AppData\Roaming\PPCoin\ppcoin.conf
If the file does not exist, create it with owner-readable-only file permissions.


I have made the file using the sample from github
zylstra (OP)
Newbie
*
Offline Offline

Activity: 57
Merit: 0


View Profile
April 23, 2013, 09:57:53 PM
 #7

The option to decrypt it is not in the GUI.

Sunny, thanks for your reply.  So the wallet cannot be decrypted?  I'm getting the same error as the previous poster.  Where is ppcoin.conf located?  Or where should I create it?
bitgolfer
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
April 23, 2013, 10:43:24 PM
 #8

Does one need to run the app ppcoin-qt.exe all the time in order to mint PPC (Proof of stake) coins?
Sunny King
Legendary
*
Offline Offline

Activity: 1205
Merit: 1010



View Profile WWW
April 23, 2013, 11:13:10 PM
 #9

Yes you need to leave the wallet running in order to mint.

For windows users, to find your wallet directory, open windows explorer and type '%appdata%', this gets you to your appdata hidden directory. Then go to 'ppcoin' directory that's where your wallet, configuration and debug log are located.

You need to create ppcoin.conf using our sample in the wiki installation page and set (uncomment) the lines related to rpcuser and rpcpassword.

These steps might be hard for novice windows users so in the future there will be gui options to unlock the wallet for minting.
zylstra (OP)
Newbie
*
Offline Offline

Activity: 57
Merit: 0


View Profile
April 24, 2013, 01:36:29 AM
 #10

Instead of following all those steps I moved my wallet to another location so that the application created a new, unlocked one.  If PPCoin is running that means I'm attempting to mint PPC?  On average how long would it take an average year-old laptop to mint coins?  How many would be minted?  I assume they magically appear in the wallet?
cycloid
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250



View Profile WWW
July 28, 2013, 02:16:17 AM
 #11

Yes you need to leave the wallet running in order to mint.

For windows users, to find your wallet directory, open windows explorer and type '%appdata%', this gets you to your appdata hidden directory. Then go to 'ppcoin' directory that's where your wallet, configuration and debug log are located.

You need to create ppcoin.conf using our sample in the wiki installation page and set (uncomment) the lines related to rpcuser and rpcpassword.

These steps might be hard for novice windows users so in the future there will be gui options to unlock the wallet for minting.

Will you please add this feature in a similar way to YAC , debug command screen? I think they nailed it when it comes to simple gui setup for POS mining with encrypted wallet.

Cheers

Sunny King
Legendary
*
Offline Offline

Activity: 1205
Merit: 1010



View Profile WWW
July 28, 2013, 02:28:26 AM
 #12


Will you please add this feature in a similar way to YAC , debug command screen? I think they nailed it when it comes to simple gui setup for POS mining with encrypted wallet.

Cheers

You mean the debug window console? That's a bitcoin feature and will be in ppcoin's next release.
cycloid
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250



View Profile WWW
July 28, 2013, 06:52:58 AM
 #13


Will you please add this feature in a similar way to YAC , debug command screen? I think they nailed it when it comes to simple gui setup for POS mining with encrypted wallet.

Cheers

You mean the debug window console? That's a bitcoin feature and will be in ppcoin's next release.

Yep debug window but with POS option as found in YAC Client :

Menu
 Help>Debug window>Console tab

Type
 help

Second to last command.

Code:
walletpassphrase <passphrase> <timeout> [mintonly]

this makes it much easier to unlock wallet for minting only.

quarzazatete
Newbie
*
Offline Offline

Activity: 55
Merit: 0


View Profile
December 02, 2013, 08:56:46 PM
 #14

nevertheless, when having a "locked wallet" I am still able to send and receive PPC, right?

thanks in advance
Digicoiner
Sr. Member
****
Offline Offline

Activity: 310
Merit: 250


In Crypto I trust.


View Profile
December 02, 2013, 09:06:24 PM
 #15

I've had most of my coins in my qt wallet for over a month.  I have encrypted the wallet and run this batch file just before the wallet opens in order to unlock the wallet for block minting only.

SET /P variable=Password :
ppcoind walletpassphrase %variable% 9999999 true

Once I enter my password I confirm the padlock in the lower right appears unlocked.  However, none of my coins have gone to stake.  I would have expected some to go to stake by now.  Why is this?  I don't keep my wallet open all the time.

Thanks,
dmp1ce
Member
**
Offline Offline

Activity: 69
Merit: 10


View Profile WWW
December 30, 2013, 03:45:14 AM
 #16

I'm having the same trouble on my wallet.  I've owned over 300 ppcoins since April and I haven't been able to generate any stake yet.  I'm running on Linux and I've made sure to unlock the wallet so that at least my client does't complain that the wallet is locked.

BTCmon - Support great bitcoin apps
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!