Pages:
Author

Topic: [ANN] LINDA-PoW/PoS-99% APR- MASTERNODE-MULTI-WALLET - page 29. (Read 95214 times)

member
Activity: 107
Merit: 10
Is the faucet still working? I don't receive that coins in my wallet :\
hero member
Activity: 1022
Merit: 500
I have linda on yobit.
full member
Activity: 147
Merit: 100
Hi! I almost don't have any experience in POS. Need some help from experienced users. I've got my first reward from staking in the wallet after somewhere 24 hours of staking. And now the wallet says that I'm not staking because there are no mature coins. There were no outgoing transactions from the wallet. So how does this work, why "mature" coins turned into "not mature" after receiving reward? And one more question. In the gui of the wallet i have amount of coins "spendable" but they do not become "stake" amount even after 24 hours?

Thanks in advance.

When a "block" of coins stake, the old block is gone, and one or two new blocks appear in its place with the value of the old block plus your stake reward.
Coins will not stake until the block is at least 24 hours old, and as you just created a new block that again will have to be 24 hrs old, before it is eligable for staking again.

Hope this helps.
jr. member
Activity: 162
Merit: 1
If the mixer has no crediting to the purse, then I do not see the point of throwing it from the stock exchange to the purse !!!
I'm waiting until they fix it !!!
jr. member
Activity: 49
Merit: 10
Here is a guide to set up a masternode: LindaCoin MasterNode Guide
This wont work, 30,000,000 is not valid input, there are bugs in the code.
It will stay it started successfully..
But its not running and its not staking.

You will see this in your debug.log
CActiveMasternode::GetMasterNodeVin - Could not locate specified vin from possible list
CActiveMasternode::ManageStatus() - Could not find suitable coins!
CActiveMasternode::Dseep() - Error: masternode is not in a running status

If you run masternode status, it will say it cannot find the specified vin.

https://github.com/Lindacoin/Linda/blob/master/src/activemasternode.cpp
line 374
"if(out.tx->vout[out.i].nValue == 112*COIN) { //exactly"

This is because the dev cloned 8bit (notice it is the only other coin that has 112 coin mn collateral too) but the dev did not change the code or test it when he cloned it, and now the dev has disappeared.
You will actually get further at creating a masternode if you send yourself exactly 112 Linda coins, however you will encounter other bugs if you do that and you still wont get a working masternode.

Yes I think this coin would need a 'take over' to fix this now, the dev is gone.






    Dev is not gone, stop been negative in your thinking.  We are doing everything possible to get the issue resolved, if you have solution please contact us.


       Thank you
I was trying to help pity the dev did not reply to my messages, actually from what he did say before he stopped replying I just don't think hes competent enough to fix this.

I think you can fix the bug, you need to run your linda on a your own chain, with a couple nodes, debug and the masternode code and get it awarding your nodes rewards on your own separate chain.

Then you need to release the new wallet which unfortunately will fork the coin as there is a bug in the consensus logic that approves the coin input.
You will need to get everyone and the exchanges to update to the new wallet, which will be a fork, I think you might need to do a coinswap etc to pull it off.

Sure it is possible to fix it, but you really should have tested masternodes before releasing this coin.



dwl
newbie
Activity: 37
Merit: 0
Hi! I almost don't have any experience in POS. Need some help from experienced users. I've got my first reward from staking in the wallet after somewhere 24 hours of staking. And now the wallet says that I'm not staking because there are no mature coins. There were no outgoing transactions from the wallet. So how does this work, why "mature" coins turned into "not mature" after receiving reward? And one more question. In the gui of the wallet i have amount of coins "spendable" but they do not become "stake" amount even after 24 hours?

Thanks in advance.
full member
Activity: 124
Merit: 100
I don't know why but i have the feeling that as soon as the bug fixed, this coin will at least 10 x.
The curent supply is only 5.3 billions. Means even at 50 sat the market cap will be very low, less than 10 million.
And POS+ MN + BTC mooning too soon....all ingredients to make profit with this.
full member
Activity: 179
Merit: 100
Here is a guide to set up a masternode: LindaCoin MasterNode Guide
This wont work, 30,000,000 is not valid input, there are bugs in the code.
It will stay it started successfully..
But its not running and its not staking.

You will see this in your debug.log
CActiveMasternode::GetMasterNodeVin - Could not locate specified vin from possible list
CActiveMasternode::ManageStatus() - Could not find suitable coins!
CActiveMasternode::Dseep() - Error: masternode is not in a running status

If you run masternode status, it will say it cannot find the specified vin.

https://github.com/Lindacoin/Linda/blob/master/src/activemasternode.cpp
line 374
"if(out.tx->vout[out.i].nValue == 112*COIN) { //exactly"

This is because the dev cloned 8bit (notice it is the only other coin that has 112 coin mn collateral too) but the dev did not change the code or test it when he cloned it, and now the dev has disappeared.
You will actually get further at creating a masternode if you send yourself exactly 112 Linda coins, however you will encounter other bugs if you do that and you still wont get a working masternode.

Yes I think this coin would need a 'take over' to fix this now, the dev is gone.






    Dev is not gone, stop been negative in your thinking.  We are doing everything possible to get the issue resolved, if you have solution please contact us.


       Thank you
jr. member
Activity: 49
Merit: 10
I made the tutorial, bought some figuring it was a MN coin with good branding, I wouldn't be too harsh yet with everyone coming back to "take over" and "rebrand" old coins it doesn't take much for anyone whos actually skilled in fixing any of the mentioned problems. I can confirm that the wallets stake but wasn't too sure about the masternodes either, so I'm holding on, for now, I got in cheap enough I really dont care the PoS rewards seem decent to me. That's my two cents for now.

Here is a guide to set up a masternode: LindaCoin MasterNode Guide

Dev or OP. take on first page please

 Smiley
Why would you make a tutorial when you did not check that it actually worked?
jr. member
Activity: 49
Merit: 10
Here is a guide to set up a masternode: LindaCoin MasterNode Guide
This wont work, 30,000,000 is not valid input, there are bugs in the code.
It will stay it started successfully..
But its not running and its not staking.

You will see this in your debug.log
CActiveMasternode::GetMasterNodeVin - Could not locate specified vin from possible list
CActiveMasternode::ManageStatus() - Could not find suitable coins!
CActiveMasternode::Dseep() - Error: masternode is not in a running status

If you run masternode status, it will say it cannot find the specified vin.

https://github.com/Lindacoin/Linda/blob/master/src/activemasternode.cpp
line 374
"if(out.tx->vout[out.i].nValue == 112*COIN) { //exactly"

This is because the dev cloned 8bit (notice it is the only other coin that has 112 coin mn collateral too) but the dev did not change the code or test it when he cloned it, and now the dev has disappeared.
You will actually get further at creating a masternode if you send yourself exactly 112 Linda coins, however you will encounter other bugs if you do that and you still wont get a working masternode.

Yes I think this coin would need a 'take over' to fix this now, the dev is gone.




newbie
Activity: 29
Merit: 0
I made the tutorial, bought some figuring it was a MN coin with good branding, I wouldn't be too harsh yet with everyone coming back to "take over" and "rebrand" old coins it doesn't take much for anyone whos actually skilled in fixing any of the mentioned problems. I can confirm that the wallets stake but wasn't too sure about the masternodes either, so I'm holding on, for now, I got in cheap enough I really dont care the PoS rewards seem decent to me. That's my two cents for now.

Here is a guide to set up a masternode: LindaCoin MasterNode Guide

Dev or OP. take on first page please

 Smiley
full member
Activity: 278
Merit: 100
Dev, please communicate with us Cheesy
dev go away with masternode. dump coin now, i just dump. sorry. cannot setup masternode
full member
Activity: 179
Merit: 100
Here is a guide to set up a masternode: LindaCoin MasterNode Guide

Dev or OP. take on first page please
hero member
Activity: 860
Merit: 1004
BTC OG and designer of the BitcoinMarket.com logo
Here is a guide to set up a masternode: LindaCoin MasterNode Guide
full member
Activity: 179
Merit: 100
I mined some of this coin at the launch and bought a couple million at 0.00000001 satoshi, I am pretty happy so far if you paid more then 0.00000004 satoshi I feel sorry for you hahahahahahaha

and then with this FUD yo will get cheap lindas again right? lol
btw join discord chanel. someone already success on masternode
full member
Activity: 224
Merit: 100
I mined some of this coin at the launch and bought a couple million at 0.00000001 satoshi, I am pretty happy so far if you paid more then 0.00000004 satoshi I feel sorry for you hahahahahahaha
newbie
Activity: 32
Merit: 0
Dev, please communicate with us Cheesy
newbie
Activity: 20
Merit: 0
So the summary is there is no masternodes but GUI visual without masternodes implements tech (system) . And its dipping .
Correct me if im wrong

Not sure if I follow ya
newbie
Activity: 3
Merit: 0
So the summary is there is no masternodes but GUI visual without masternodes implements tech (system) . And its dipping .
Correct me if im wrong

Here's the summary http://puu.sh/wPnKY/994d4fc339.png
full member
Activity: 300
Merit: 100
“Blockchain Just Entered The Real World”
So the summary there are no masternodes but GUI visual without masternodes implements tech (system) . And its dipping .
Correct me if im wrong
Pages:
Jump to: