Pages:
Author

Topic: [ANN][STEEM][POW] - NO IPO | NO PREMINE | NO INSTAMINE (relaunch) - page 25. (Read 133082 times)

member
Activity: 70
Merit: 10
I'll be able to change everything!
Those who are mining, please share why you are spending time mining this.  Smiley
member
Activity: 70
Merit: 10
I'll be able to change everything!
steemd does not eat any considerable amount of cpu time on my vps. Does it mean it is not hashing at all?

Try adjusting --mining-threads=N  make sure you specify a witness and a miner.
member
Activity: 98
Merit: 10
If you are having errors on the CLI then I recommend editing datadir/config.ini

The default generated on should provide a template.

Names starting with n, t, and f are being flagged by the JSON parser "null", "true", and "false".  

If you don't use quotes then those names will fail.


All of this is backwards steemd will not run with any names that are started with a letter other than n, t, or f. Otherwise, it is needed to be started with a number. Why is it working the opposite of what you say?


You are doing it wrong. Don't use a number.

The dev's instructions are wrong.

Use this:

Code:
witness='"yourname"'

The json parser is looking for quotes, so you have to single-quote them in the shell. Make sure you single quote the miner array too, but don't single quote the seed node.

Code:
--miner='["yourname","5........."]'

Code:
--seed-node="52.38.66.234:2001"
legendary
Activity: 2576
Merit: 1073
steemd does not eat any considerable amount of cpu time on my vps. Does it mean it is not hashing at all?
member
Activity: 83
Merit: 10
Finally hashing.  Smiley One final question if you don't mind, how do I find my balance? I've tried several of the commands. list_my_accounts for instance doesn't show anything useful. Thanks.

 list_my_accounts will show ur account/s details including the balance only if you have imported your key via import_key command

EDIT: if you see balance 0 it means you still got no blocks

I tried that using the priv key i'm using for mining but the response was:

websocket_api.cpp:77            on_message            ]  message:  {"id":17,"result":[[]}
[]

I used the priv key by using the command get_private_key on the "active" public key listed after creating the account. Was that wrong?

use the commad : suggest_brain_key it will print out a key and a memo passpharse
sr. member
Activity: 597
Merit: 253
... and the swarm is headed towards us
Finally hashing.  Smiley One final question if you don't mind, how do I find my balance? I've tried several of the commands. list_my_accounts for instance doesn't show anything useful. Thanks.

 list_my_accounts will show ur account/s details including the balance only if you have imported your key via import_key command

EDIT: if you see balance 0 it means you still got no blocks

I tried that using the priv key i'm using for mining but the response was:

websocket_api.cpp:77            on_message            ]  message:  {"id":17,"result":[[]}
[]

I used the priv key by using the command get_private_key on the "active" public key listed after creating the account. Was that wrong?
member
Activity: 83
Merit: 10
Finally hashing.  Smiley One final question if you don't mind, how do I find my balance? I've tried several of the commands. list_my_accounts for instance doesn't show anything useful. Thanks.

 list_my_accounts will show ur account/s details including the balance only if you have imported your key via import_key command

EDIT: if you see balance 0 it means you still got no blocks
sr. member
Activity: 597
Merit: 253
... and the swarm is headed towards us
Finally hashing.  Smiley One final question if you don't mind, how do I find my balance? I've tried several of the commands. list_my_accounts for instance doesn't show anything useful and get_account youraccountname gives me !accounts.empty(): Unknown account. Thanks.
member
Activity: 70
Merit: 10
I'll be able to change everything!
If you are having errors on the CLI then I recommend editing datadir/config.ini

The default generated on should provide a template.

Names starting with n, t, and f are being flagged by the JSON parser "null", "true", and "false". 

If you don't use quotes then those names will fail.


All of this is backwards steemd will not run with any names that are started with a letter other than n, t, or f. Otherwise, it is needed to be started with a number. Why is it working the opposite of what you say?

The blockchain indicates that people are able to have names starting with all letters.  If you are not using the config.ini file then perhaps you may need '"name"' on your console.  It might be a shell issue.

In any event, I recommend using config.ini to save your setting and make it more secure.
sr. member
Activity: 296
Merit: 251
If you are having errors on the CLI then I recommend editing datadir/config.ini

The default generated on should provide a template.

Names starting with n, t, and f are being flagged by the JSON parser "null", "true", and "false". 

If you don't use quotes then those names will fail.


All of this is backwards steemd will not run with any names that are started with a letter other than n, t, or f. Otherwise, it is needed to be started with a number. Why is it working the opposite of what you say?
member
Activity: 70
Merit: 10
I'll be able to change everything!
reverseflash

can we expect windows binary wallet soon ?

Do not plan on producing binaries for any platform at this point in time.
legendary
Activity: 1050
Merit: 1000
reverseflash

can we expect windows binary wallet soon ?
member
Activity: 70
Merit: 10
I'll be able to change everything!
Command Line Wallet
start steemd with --rpc-endpoint

Code:
cd programs/cli_wallet
./cli_wallet
new >>> set_password "PASSWORD"
locked >>> unlock "PASSWORD"
unlocked >>> import_key ${WIFKEY}
unlocked>>> get_account youraccountname
{...}


Is there a flag to mine with multiple cores?
--mining-threads=N
sr. member
Activity: 597
Merit: 253
... and the swarm is headed towards us
Is there a flag to mine with multiple cores?
member
Activity: 70
Merit: 10
I'll be able to change everything!
If you are having errors on the CLI then I recommend editing datadir/config.ini

The default generated on should provide a template.

Names starting with n, t, and f are being flagged by the JSON parser "null", "true", and "false". 

If you don't use quotes then those names will fail.
newbie
Activity: 48
Merit: 0
Same error. Do you know what I'm doing wrong?

Exactly, same error again and again on any name used. After struggling with this and some looking in the code, I had to start the name with digit, so it is accepted. But I am getting tired of this coin honestly. Too much undocumented stuff, and this question with parsing error was asked about 3 times in prev thread too, with no answer. Sad

Ffs exactly the opposite of what's stated in the op. Thank you for your help drays.

But I am still not sure this is correct... By the way names stating with "n", "t" and "f" should be accepted too, you can try it. This is crazy. I would appreciate a comment from the developer.

where did you get private key?

nvm I got it

Where did you find it?
sr. member
Activity: 597
Merit: 253
... and the swarm is headed towards us
Same error. Do you know what I'm doing wrong?

Exactly, same error again and again on any name used. After struggling with this and some looking in the code, I had to start the name with digit, so it is accepted. But I am getting tired of this coin honestly. Too much undocumented stuff, and this question with parsing error was asked about 3 times in prev thread too, with no answer. Sad

Ffs exactly the opposite of what's stated in the op. Thank you for your help drays.

But I am still not sure this is correct... By the way names stating with "n", "t" and "f" should be accepted too, you can try it. This is crazy. I would appreciate a comment from the developer.

Likewise. By the way I know this is a dumb question but do you know what the command is to get your balance?
sr. member
Activity: 296
Merit: 251
Same error. Do you know what I'm doing wrong?

Exactly, same error again and again on any name used. After struggling with this and some looking in the code, I had to start the name with digit, so it is accepted. But I am getting tired of this coin honestly. Too much undocumented stuff, and this question with parsing error was asked about 3 times in prev thread too, with no answer. Sad

Ffs exactly the opposite of what's stated in the op. Thank you for your help drays.

But I am still not sure this is correct... By the way names stating with "n", "t" and "f" should be accepted too, you can try it. This is crazy. I would appreciate a comment from the developer.

where did you get private key?

nvm I got it
legendary
Activity: 2576
Merit: 1073
Same error. Do you know what I'm doing wrong?

Exactly, same error again and again on any name used. After struggling with this and some looking in the code, I had to start the name with digit, so it is accepted. But I am getting tired of this coin honestly. Too much undocumented stuff, and this question with parsing error was asked about 3 times in prev thread too, with no answer. Sad

Ffs exactly the opposite of what's stated in the op. Thank you for your help drays.

But I am still not sure this is correct... By the way names stating with "n", "t" and "f" should be accepted too, you can try it. This is crazy. I would appreciate a comment from the developer.
sr. member
Activity: 296
Merit: 251
And what to put for private key? any key i Put I get


-bash: ${key i put}: bad substitution
Pages:
Jump to: