Pages:
Author

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

member
Activity: 70
Merit: 10
I'll be able to change everything!
how to withdraw from vesting ?
is vesting giving any ineterest ? how much ?

Vesting pays a dynamic amount of interest depending upon the percent of STEEM held in vesting.

For every 1 STEEM printed to pay miners, block producers, and others, 9 STEEM is printed to pay VESTS.

This means that if 90% of STEEM is held in VESTS then the inflation-adjusted rate of return is 0%.
This means if 1% of STEEM is held in VESTS then the inflation adjusted rate of return is practically infinite.
This means that if 95% of STEEM is held in VESTS then the inflation adjusted rate of return is negative.

Bottom line: VESTS holders are protected from almost all inflation, *but* they are illiquid, non-transferrable, non-divisible.

You can withdraw_from_vesting via 104 equal weekly payments that are automatically scheduled by the blockchain.
hero member
Activity: 548
Merit: 501

Hi. Sorry to bother you i've asked the dev this question three times and been ignored every time. Maybe it should be added to your list of cheats too.
Do you know how to mine with multiple accounts? Is this done with a single command? I tried to start mining with a second account on the same machine but keep getting an exception "Last block ID does not match current chain state".
I'd be very grateful for help.

set it in config.ini:
Code:
# name of witness controlled by this node (e.g. initwitness )
witness = "witnes1"
witness = "witnes2"

# name of miner and its private key (e.g. ["account","WIF PRIVATE KEY"] )
miner = ["witnes1",""]
miner = ["witnes2",""]

Hope it's help...

If you have multiple computers, only include the witness="..." lines on ONE of the computers or you will double produce blocks (and potentially lose your balance)
There is a bug that prevents mining if no witnesses are specified, so specify a dummy witness witness="something-not-yours"
hi dev,
can you post complete config.ini example?
legendary
Activity: 924
Merit: 1000
how to withdraw from vesting ?
is vesting giving any ineterest ? how much ?

member
Activity: 70
Merit: 10
I'll be able to change everything!

Hi. Sorry to bother you i've asked the dev this question three times and been ignored every time. Maybe it should be added to your list of cheats too.
Do you know how to mine with multiple accounts? Is this done with a single command? I tried to start mining with a second account on the same machine but keep getting an exception "Last block ID does not match current chain state".
I'd be very grateful for help.

set it in config.ini:
Code:
# name of witness controlled by this node (e.g. initwitness )
witness = "witnes1"
witness = "witnes2"

# name of miner and its private key (e.g. ["account","WIF PRIVATE KEY"] )
miner = ["witnes1",""]
miner = ["witnes2",""]

Hope it's help...

If you have multiple computers, only include the witness="..." lines on ONE of the computers or you will double produce blocks (and potentially lose your balance)
There is a bug that prevents mining if no witnesses are specified, so specify a dummy witness witness="something-not-yours"
hero member
Activity: 548
Merit: 501

Hi. Sorry to bother you i've asked the dev this question three times and been ignored every time. Maybe it should be added to your list of cheats too.
Do you know how to mine with multiple accounts? Is this done with a single command? I tried to start mining with a second account on the same machine but keep getting an exception "Last block ID does not match current chain state".
I'd be very grateful for help.

set it in config.ini:
Code:
# name of witness controlled by this node (e.g. initwitness )
witness = "witnes1"
witness = "witnes2"

# name of miner and its private key (e.g. ["account","WIF PRIVATE KEY"] )
miner = ["witnes1",""]
miner = ["witnes2",""]

Hope it's help...
sr. member
Activity: 597
Merit: 253
... and the swarm is headed towards us

So you shut down the seednode so no one can mine who isn't already mining?

I'll add that to the list of cheats.

Anyone can make their own little network and mine all they want. That's not "chess" you idiot devs.


Hi. Sorry to bother you i've asked the dev this question three times and been ignored every time. Maybe it should be added to your list of cheats too.
Do you know how to mine with multiple accounts? Is this done with a single command? I tried to start mining with a second account on the same machine but keep getting an exception "Last block ID does not match current chain state".
I'd be very grateful for help.
legendary
Activity: 1131
Merit: 1007
Hi it's me again . The little noob that could.  Wink

So at this point I am seeing lots of what looks like hashing going on.  It has said pretty steady hashing around 1500 hps and around 2500 minutes estimated time to produce a block.  So does it sound like it is working?  2500 minutes sounds like a long time but do you think if I keep it running I will see a block solved and be put in the que in the next couple days?

I guess I am just looking for some assurance that it is working and that I just need to wait now.
member
Activity: 70
Merit: 10
I'll be able to change everything!
For Sale: 250 STEEM = .5 BTC

Will happily escrow.  PM if interested.

We have our first estimate of market cap: 564834.000 STEEM * $0.8 around $450,000.

I would buy it from you, but for $200/day you could mine 33% of the daily production so mining is more profitable.

member
Activity: 70
Merit: 10
I'll be able to change everything!

So you shut down the seednode so no one can mine who isn't already mining?

I'll add that to the list of cheats.

Anyone can make their own little network and mine all they want. That's not "chess" you idiot devs.


Apparently my seed node crashed while I was sleeping due to the following:

Code:
10 assert_exception: Assert Exception
steemd: /home/ubuntu/steem/libraries/net/node.cpp:1609: void graphene::net::detail::node_impl::schedule_peer_for_deletion(const peer_connection_ptr&): Assertion `_closing_connections.find(peer_to_delete) == _closing_connections.end()' failed.
Aborted (core dumped)

I haven't seen a crash in the network code in a long time. This code is unmodified from BitShares.

I have restarted the seed node, but for some extra redundancy you can also try the following nodes:

52.37.169.52:2001
52.26.78.244:2001

Anyone else can run a seed node, just be sure to start your ./steemd with --p2p-endpoint="0.0.0.0:2001" and make sure port 2001 is open on your fire wall.  You can actually use any port you like.
legendary
Activity: 1131
Merit: 1007
I now see hps so maybe it needed to sync first or something?  Anyway now it reads about 1500-1700 hps.  Thanks for everyones help getting it working.  Much appreciated
legendary
Activity: 1131
Merit: 1007


delete the blockchain directory or use --resync-[Suspicious link removed]mand line arg.

Thanks --resync did get it running again.  I am still seeing 0 hps however... I saw your post with a few options of what this could mean.  I am not sure how to tell which situation I am in however.


If you see a hash rate of 0 then it means one of several things:

1. --miner no miners specified properly
2. --witness no witness specified
3. --mining-threads is not set
4. you already produced one POW and are in the queue

1 & 2 - I think I have this set.  They both match each other.
3 - I have this set to 2
4 - I don't think this is the case but I'm not sure how to check
member
Activity: 70
Merit: 10
I'll be able to change everything!
ok i got it running now and can see my balance correctly and whatnot.  I am seeing alot of hash rate: 0 hps though.  That is concerning me a little.

Are you using config.ini for your settings?  If not, you should be.  If you are, you probably have a misplaced space or quote...

Thanks. i wasn't using it but now I think something else is wrong because after I stopped the ./steemd I cannot restart it.  Now when I try to start it it tells me that 'block_num != 0' failed. Aborted (core dumped).

dang.  I will get this thing working eventually


delete the blockchain directory or use --resync-[Suspicious link removed]mand line arg.
legendary
Activity: 1131
Merit: 1007
ok i got it running now and can see my balance correctly and whatnot.  I am seeing alot of hash rate: 0 hps though.  That is concerning me a little.

Are you using config.ini for your settings?  If not, you should be.  If you are, you probably have a misplaced space or quote...

Thanks. i wasn't using it but now I think something else is wrong because after I stopped the ./steemd I cannot restart it.  Now when I try to start it it tells me that 'block_num != 0' failed. Aborted (core dumped).

dang.  I will get this thing working eventually
sr. member
Activity: 462
Merit: 250
ok i got it running now and can see my balance correctly and whatnot.  I am seeing alot of hash rate: 0 hps though.  That is concerning me a little.

Are you using config.ini for your settings?  If not, you should be.  If you are, you probably have a misplaced space or quote...
legendary
Activity: 1131
Merit: 1007
ok i got it running now and can see my balance correctly and whatnot.  I am seeing alot of hash rate: 0 hps though.  That is concerning me a little.
sr. member
Activity: 462
Merit: 250
What does this refer to?

  "total_reward_fund_steem": "246622.000 STEEM",

full member
Activity: 156
Merit: 100
Can somebody upload already compiled daemon steemd please? I'm complete stuck with this boost library.

I suppose you anyways will need boost libraries to run that compiled daemon. Also there are other useful binaries there too, except the daemon, btw.

Try these instructions for installing Boost: http://shortrecipes.blogspot.am/2015/02/ubuntu-1404-install-boost-157.html.
They helped me a lot. After you install the Boost in /opt/boost_1_57_0, add these into the CMakeLists.txt in the root folder of steem:

Code:
SET(BOOST_ROOT /opt/boost_1_57_0/)


Thanks, that helped me a lot.
member
Activity: 70
Merit: 10
I'll be able to change everything!
What can I expect after converting to VESTS?

VESTS give you voting power and protect you from most dilution.  
VESTS are indivisible, non transferable, and can only be converted back to STEEM via 104 equal weekly payments starting from the time you request conversion.

If you convert to VESTS you will not be able to dump on an exchange when that happens.

In other words, if you hold VESTS you will get more STEEM in the future than you have today.
sr. member
Activity: 462
Merit: 250
What can I expect after converting to VESTS?

legendary
Activity: 2548
Merit: 1073
The fact is that when you saw that someone else got a lot of blocks and could potentially challenge your dominance of delegated pow, you re-launched.

That's only one part of the scam but it is a big one.

Your frustration is very understandable. I would have been pissed off too if this happened to me (mining for half a day and getting all blocks, just to find out this turned to be a wasted effort/time  Sad ).


It didn't "happen". Mining a fork "happens". The devs restarted the chain when they saw they wouldn't dominate it. That's not fate or luck that is the devs being scamming pieces of shit.

You really should learn the difference. I'm starting to think you are a sock puppet.

"The devs restarted the chain when they saw they wouldn't dominate it." - your assumption is "they restarted it because they saw they wouldn't dominate it". Repeating that once more doesn't make it a fact. They may have restarted that because of different reason, they will insist on that, and nobody except them could ever tell what version of truth is correct (see "RASHOMON" - one of the greatest movies of all times).

Anyway, I am a sock puppet probably Lips sealed. Hero account is a sock puppet of a newbie Smiley Now that's a refreshing approach - was never called sock puppet, even when I was newbie Smiley. Well, everything could happen - may be all we are sock puppets of one person who just likes to play with himself...

Anyway - argue with the dev, I'll not bother you two. Will just watch with interest, looking here from time to time.
Pages:
Jump to: