Bitcoin Forum
April 27, 2024, 12:43:27 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 [23] 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 ... 167 »
  Print  
Author Topic: [ANN][SHA]SHACoin2 - Dead Revival - Virtual & Physical Coin - Faucet  (Read 198277 times)
SHACoin (OP)
Member
**
Offline Offline

Activity: 80
Merit: 10


View Profile
March 18, 2014, 04:15:23 PM
 #441

SHA address added to signature.

Thanks for creating this marvelous coin!!

I did add my address to signature, any bounty on me!!! Undecided Undecided

Bounty sent
TXID:1c3302c3a8871d01a6b36af808a4dec4dd1d6ba00d9b1b79c54c16f1c3db8923

Thanks for your support!
1714178607
Hero Member
*
Offline Offline

Posts: 1714178607

View Profile Personal Message (Offline)

Ignore
1714178607
Reply with quote  #2

1714178607
Report to moderator
1714178607
Hero Member
*
Offline Offline

Posts: 1714178607

View Profile Personal Message (Offline)

Ignore
1714178607
Reply with quote  #2

1714178607
Report to moderator
1714178607
Hero Member
*
Offline Offline

Posts: 1714178607

View Profile Personal Message (Offline)

Ignore
1714178607
Reply with quote  #2

1714178607
Report to moderator
There are several different types of Bitcoin clients. The most secure are full nodes like Bitcoin Core, which will follow the rules of the network no matter what miners do. Even if every miner decided to create 1000 bitcoins per block, full nodes would stick to the rules and reject those blocks.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714178607
Hero Member
*
Offline Offline

Posts: 1714178607

View Profile Personal Message (Offline)

Ignore
1714178607
Reply with quote  #2

1714178607
Report to moderator
MrWong
Member
**
Offline Offline

Activity: 91
Merit: 10


View Profile
March 18, 2014, 04:31:44 PM
 #442

Hi, when does the POS kicks in? Is it enabled when the coin is in the wallet?

Here is a Proof of Stake Minting Setup Guide

Quote

Step One:

As with all Crypto Coins is to encrypt your wallet... so run the Wallet go to the options menu and encrypt your wallet with a strong password.  DO NOT LOSE THE PASSWORD OR YOU LOSE ALL YOUR COINS... FOREVER!!!!  Sorry to be melodramatic but it's important!

Step Two:

Go to your %appdata% folder (usually something like C:\Users\Admin\AppData\Roaming\SHACoin) and create a SHACoin.conf text file as follows.

Code:
#SHACoin.conf
# JSON-RPC options (for controlling a running ppcoind process)

#Server mode allows Qt to accept JSON-RPC commands
server=1

# You must set rpcuser and rpcpassword to secure the JSON-RPC api
rpcuser=<A username>
rpcpassword=<A random password>


Note that the username and password can be anything it doesn't matter (it is NOT your wallet password and you should not make it your wallet password for security reasons) so make it something long and obnoxious.

Step Three

Now run the SHACoin-Qt program and open your wallet. Creating a batch file called "mint.bat" in the same folder of your SHACoin-qt.exe

Code:
@echo off
@echo Enter SHA password...
SET /P variable=Password :
SHACoind walletpassphrase %variable% 9999999 true

This batch file will ask you for your wallet password and will unlock your wallet for minting purposes only, any transfers will still require your password to be initiated.  This must be run each time the client is restarted. 

If you did everything correctly you can hover over the lock icon in the lower right corner and it will say "Wallet is encrypted and currently unlocked for block minting only".  In theory you could just have a shortcut or batch file with the password entered but then you'd have a shortcut that has your wallet password sitting in plaintext on your computer which is a terrible idea!

Step Four

Sit back and relax. 

Once you have the client running and you are getting the "unlocked for block minting only" message over the lock you just sit back (for a long time) and let the interest accrue. 

Note: it takes a while for freshly minted coins to mature so you will not see interest generated right away.



Edited the Code for the SHA Minting. The minting error on the bottom left of the wallet will disappear and the lock will change to "wallet is encrypted and currently unlocked"

Im guessing the minting process is working. Someone please confirm these results with me!


Thanks!

ZimStake:E2a9ZnoHoqVrjZQiDytuvpfgTzs6bhyTZp
SHACoin (OP)
Member
**
Offline Offline

Activity: 80
Merit: 10


View Profile
March 18, 2014, 04:37:52 PM
 #443

Hi, when does the POS kicks in? Is it enabled when the coin is in the wallet?

Here is a Proof of Stake Minting Setup Guide

Quote

Step One:

As with all Crypto Coins is to encrypt your wallet... so run the Wallet go to the options menu and encrypt your wallet with a strong password.  DO NOT LOSE THE PASSWORD OR YOU LOSE ALL YOUR COINS... FOREVER!!!!  Sorry to be melodramatic but it's important!

Step Two:

Go to your %appdata% folder (usually something like C:\Users\Admin\AppData\Roaming\SHACoin) and create a SHACoin.conf text file as follows.

Code:
#SHACoin.conf
# JSON-RPC options (for controlling a running ppcoind process)

#Server mode allows Qt to accept JSON-RPC commands
server=1

# You must set rpcuser and rpcpassword to secure the JSON-RPC api
rpcuser=<A username>
rpcpassword=<A random password>


Note that the username and password can be anything it doesn't matter (it is NOT your wallet password and you should not make it your wallet password for security reasons) so make it something long and obnoxious.

Step Three

Now run the SHACoin-Qt program and open your wallet. Creating a batch file called "mint.bat" in the same folder of your SHACoin-qt.exe

Code:
@echo off
@echo Enter SHA password...
SET /P variable=Password :
SHACoind walletpassphrase %variable% 9999999 true

This batch file will ask you for your wallet password and will unlock your wallet for minting purposes only, any transfers will still require your password to be initiated.  This must be run each time the client is restarted. 

If you did everything correctly you can hover over the lock icon in the lower right corner and it will say "Wallet is encrypted and currently unlocked for block minting only".  In theory you could just have a shortcut or batch file with the password entered but then you'd have a shortcut that has your wallet password sitting in plaintext on your computer which is a terrible idea!

Step Four

Sit back and relax. 

Once you have the client running and you are getting the "unlocked for block minting only" message over the lock you just sit back (for a long time) and let the interest accrue. 

Note: it takes a while for freshly minted coins to mature so you will not see interest generated right away.



Edited the Code for the SHA Minting. The minting error on the bottom left of the wallet will disappear and the lock will change to "wallet is encrypted and currently unlocked"

Im guessing the minting process is working. Someone please confirm these results with me!


Thanks!


Yes,it working  Grin
Pos system start working after 48 hours from the launch~ Grin
jelin1984
Legendary
*
Offline Offline

Activity: 2408
Merit: 1004



View Profile
March 18, 2014, 04:41:43 PM
 #444

i have coin at my wallet and tell that

wallet tell that

minting suspsended due to locked wallet

why?HuhHuhHuhHuhHuhHuhHuhHuhHuhHuhHuhHuh
backdogs
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
March 18, 2014, 04:41:47 PM
 #445

I who will be the SHA man Roll Eyes
MrWong
Member
**
Offline Offline

Activity: 91
Merit: 10


View Profile
March 18, 2014, 04:42:49 PM
 #446

^^ for people who haven't done the minting process, take a close look at my step three code to make sure it is pointed correctly!


Ha yea i forget that this coin got launched on sunday! Pointing all my mining power at this coin right now since yesterday. Smiley (~400Ghashs)

ZimStake:E2a9ZnoHoqVrjZQiDytuvpfgTzs6bhyTZp
SlientBit
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
March 18, 2014, 04:43:10 PM
 #447

SHA address added to signature.

Thanks for creating this marvelous coin!!

I did add my address to signature, any bounty on me!!! Undecided Undecided

Bounty sent
TXID:1c3302c3a8871d01a6b36af808a4dec4dd1d6ba00d9b1b79c54c16f1c3db8923

Thanks for your support!

Me too! Here's the way to get my first SHA Cheesy
Do I get a bounty or not? Thanks Smiley

jelin1984
Legendary
*
Offline Offline

Activity: 2408
Merit: 1004



View Profile
March 18, 2014, 04:54:03 PM
 #448

i run the bat file
but nothing
SHACoin (OP)
Member
**
Offline Offline

Activity: 80
Merit: 10


View Profile
March 18, 2014, 04:55:01 PM
 #449

SHA address added to signature.

Thanks for creating this marvelous coin!!

I did add my address to signature, any bounty on me!!! Undecided Undecided

Bounty sent
TXID:1c3302c3a8871d01a6b36af808a4dec4dd1d6ba00d9b1b79c54c16f1c3db8923

Thanks for your support!

Me too! Here's the way to get my first SHA Cheesy
Do I get a bounty or not? Thanks Smiley

Check your wallet,already sent  Grin
SHACoin (OP)
Member
**
Offline Offline

Activity: 80
Merit: 10


View Profile
March 18, 2014, 05:03:51 PM
 #450

i run the bat file
but nothing

Here is a easy way.
Open the SHACoin-qt.exe debug window and use the command below:
Code:
walletpassphrase YOURPASSWORD 9999999 true

raskul
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250



View Profile
March 18, 2014, 05:06:06 PM
 #451

i run the bat file
but nothing

Here is a easy way.
Open the SHACoin-qt.exe debug window and use the command below:
Code:
walletpassphrase YOURPASSWORD 9999999 true



remember you will need to do this each time you have closed your wallet, or if you never close your wallet - from now - around 16th July 2014.
I worked it out lol

tips    1APp826DqjJBdsAeqpEstx6Q8hD4urac8a
hardcoreminers.com
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
March 18, 2014, 05:06:45 PM
Last edit: March 18, 2014, 07:25:21 PM by hardcoreminers.com
 #452

Come join Hardcoreminers! We need You!
Fast servers & fast access! No problems for anyone to login !

https://delta.hardcoreminers.com/img/banner.jpg
https://shacoin.hardcoreminers.com

No fees
DDOS Protection
SSL Security


We are ready! Join the Revolution!
rnr
Sr. Member
****
Offline Offline

Activity: 247
Merit: 250



View Profile
March 18, 2014, 05:07:54 PM
 #453

i have coin at my wallet and tell that

wallet tell that

minting suspsended due to locked wallet

why?HuhHuhHuhHuhHuhHuhHuhHuhHuhHuhHuhHuh


Code:
@echo off
@echo Enter SHA password...
SET /P variable=Password :
SHACoind walletpassphrase %variable% 9999999 true

SHACoind
mine2slow
Sr. Member
****
Offline Offline

Activity: 490
Merit: 250



View Profile
March 18, 2014, 05:08:26 PM
 #454

It works but it's not mint only it's just unlocked, this is not a secure choice!

console help says

walletpassphrase <passphrase> <timeout> [mintonly]

but does not seem to be working either?

lil help?

i run the bat file
but nothing

Here is a easy way.
Open the SHACoin-qt.exe debug window and use the command below:
Code:
walletpassphrase YOURPASSWORD 9999999 true


SlientBit
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
March 18, 2014, 05:10:46 PM
 #455

SHA address added to signature.

Thanks for creating this marvelous coin!!

I did add my address to signature, any bounty on me!!! Undecided Undecided

Bounty sent
TXID:1c3302c3a8871d01a6b36af808a4dec4dd1d6ba00d9b1b79c54c16f1c3db8923

Thanks for your support!

Me too! Here's the way to get my first SHA Cheesy
Do I get a bounty or not? Thanks Smiley

Check your wallet,already sent  Grin

Indeed! I'm officially a proud SHAer  Grin Thanks!

Now, lets get that BTC into Allcoin and buy me some more SHA ;-)

jelin1984
Legendary
*
Offline Offline

Activity: 2408
Merit: 1004



View Profile
March 18, 2014, 05:12:08 PM
 #456


19:12:40

walletpassphrase YOURPASSWORD 9999999 true


19:12:41

Error: The wallet passphrase entered was incorrect. (code -14)
SHACoin (OP)
Member
**
Offline Offline

Activity: 80
Merit: 10


View Profile
March 18, 2014, 05:14:05 PM
 #457


19:12:40

walletpassphrase YOURPASSWORD 9999999 true


19:12:41

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


The password you entered was incorrect  Sad
MrWong
Member
**
Offline Offline

Activity: 91
Merit: 10


View Profile
March 18, 2014, 05:28:49 PM
 #458

Added Sha to me Sig Too! SHA SHA SHA!

ZimStake:E2a9ZnoHoqVrjZQiDytuvpfgTzs6bhyTZp
raskul
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250



View Profile
March 18, 2014, 05:32:46 PM
Last edit: March 18, 2014, 05:47:22 PM by raskul
 #459

may I advise that SHACoin place a limit on this sig bounty - perhaps limit it to forum members who have more than 100 posts? Or - no newbies.
I feel that we may have a few sock puppets creating accounts just to get the bounty?

not pointing any fingers like.  Roll Eyes

also: a question. How will we know what coins are stake coins and which are simply received or mined? is the label different in transaction list for stake coins?

tips    1APp826DqjJBdsAeqpEstx6Q8hD4urac8a
mingophoria
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile
March 18, 2014, 05:52:26 PM
 #460

How to know whether my wallet is minting?
i did this cmd "walletpassphrase YOURPASSWORD 9999999 true"


at the bottom of the page it just said "wallet is encrypted and currently unlock."

Is this what it suppose to say for coin minting?

Free BITCOINS N LITECOINS in your wallet everyday.
http://qoinpro.com/7314e7c13b16ece2e726a1e32650cd4a
"Pass the Flutter": F8WQXnNgmN9EpN3PWrztrNgDvmLpCjQudD
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 [23] 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 ... 167 »
  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!