Pages:
Author

Topic: [*] 8BIT [Dark Masternodes][Anon][Roadmap Stage 4] - page 16. (Read 379544 times)

newbie
Activity: 13
Merit: 0
I didn't understand when barka said : "I have one wallet controlling multiple masternodes.", I thought I need only 112 8bit to control multiple masternode but it is not.
Thank you for responding barka and drays.
member
Activity: 140
Merit: 11
I would also check in debug log. may be something interesting there.
jr. member
Activity: 75
Merit: 5
But since 4 days MN2 payed 4 times, MN1 payed once and the other two didn't pay at all.

Any suggestions how to see what is going wrong?
Issue `masternode list` from time to time to see if all your masternodes are present on the list.



After starting them they all appear in masternode-list, but after some time some of them disappear. Most of the time already the same day.
legendary
Activity: 1036
Merit: 1000
8b 16b DEMOSCENE FTW
But since 4 days MN2 payed 4 times, MN1 payed once and the other two didn't pay at all.

Any suggestions how to see what is going wrong?
Issue `masternode list` from time to time to see if all your masternodes are present on the list.

jr. member
Activity: 75
Merit: 5
I have one wallet controlling multiple masternodes.
Can I use this wallet for staking as well or do I need a separate wallet for staking?

Do you use that wallet only for controlling masternodes (start/stop etc), or also for running them? In other words, do all your masternodes use a single (the same) datadir, and do you run just single instance of 8bitd daemon opening multiple TCP ports (one per MN)?


On the vps they have their own datadir. Up untill now the local wallets had their own datadir as well. As that uses too much resources I compiled a wallet that can control multiple masternodes from one wallet.
I have to see if it works as expected because I set it up yesterday for one wallet to test. Did not receive rewards yet. If it works I'm going to control the other wallets on the vps from the same local wallet

Ok, thanks for clearing this up! I was wondering if there is a way to run multiple masternodes using just a single hot wallet. I was trying to figure that out few years back and found it is impossible, so your previous message confused me a bit.

The setup you have now - multiple hot wallets for MN (with 0 coins sitting there), and a single cold wallet (with all the coins) controlling the MNs - is exactly what I was using back then - and it worked perfectly, so yours should work too if everything is correct.

How to see from which hot wallet the rewards are coming? All incoming rewards have the same name so how can I see that all MN's are paying rewards?


Well, as far as I remember, the rewards are payed to the masternode collateral address. So you could check your masternode collateral address balances, and see if they are bigger than 112, and by how much...

I got 4 MN's on the vps and 1 controller wallet.
When, in the controller wallet I type " masternode start-many" I get the following reply:


{
"overall" : "Successfully started 4 masternodes, failed to start 0, total 4",
"detail" : {
"status" : {
"alias" : "MN8BIT1",
"result" : "succesful"
},
"status" : {
"alias" : "MN8BIT2",
"result" : "succesful"
},
"status" : {
"alias" : "MN8BIT3",
"result" : "succesful"
},
"status" : {
"alias" : "MN8BIT4",
"result" : "succesful"
}
}
}

But since 4 days MN2 payed 4 times, MN1 payed once and the other two didn't pay at all.

Any suggestions how to see what is going wrong?

Are all the MN's working on the same machine? If they are on different network segments, it is possible some staking wallets do see them, others don't.

In any case this has to do with propagation of the masternode info inside the 8bit network. As far as I could see, this is random, so running MN on current 8bit network is kind of a gamble.
The dev may have deeper insight though.

In any case I just hope the new codebase will be out soon. The existing one is tricky, whimsical and unpredictable, and I personally like it for being such Smiley.
But I know not everyone likes it that way, so new codebase could make things more fair and more predictable...

MN1, MN2 and MN3 are running on one vps, MN4 is running on another one.
Before they all had they're own controlling wallet and where paying out all 4 of them.
After trying to control all 4 with one controlling wallet this trouble started.
After starting them they all appear in masternode-list, but after some time some of them disappear.
Will they propagate after waiting some time or won't they at all?
Is there a way to get them all properly propagated on the 8bit network?
legendary
Activity: 2548
Merit: 1073
I have one wallet controlling multiple masternodes.
Can I use this wallet for staking as well or do I need a separate wallet for staking?

Do you use that wallet only for controlling masternodes (start/stop etc), or also for running them? In other words, do all your masternodes use a single (the same) datadir, and do you run just single instance of 8bitd daemon opening multiple TCP ports (one per MN)?


On the vps they have their own datadir. Up untill now the local wallets had their own datadir as well. As that uses too much resources I compiled a wallet that can control multiple masternodes from one wallet.
I have to see if it works as expected because I set it up yesterday for one wallet to test. Did not receive rewards yet. If it works I'm going to control the other wallets on the vps from the same local wallet

Ok, thanks for clearing this up! I was wondering if there is a way to run multiple masternodes using just a single hot wallet. I was trying to figure that out few years back and found it is impossible, so your previous message confused me a bit.

The setup you have now - multiple hot wallets for MN (with 0 coins sitting there), and a single cold wallet (with all the coins) controlling the MNs - is exactly what I was using back then - and it worked perfectly, so yours should work too if everything is correct.

How to see from which hot wallet the rewards are coming? All incoming rewards have the same name so how can I see that all MN's are paying rewards?


Well, as far as I remember, the rewards are payed to the masternode collateral address. So you could check your masternode collateral address balances, and see if they are bigger than 112, and by how much...

I got 4 MN's on the vps and 1 controller wallet.
When, in the controller wallet I type " masternode start-many" I get the following reply:


{
"overall" : "Successfully started 4 masternodes, failed to start 0, total 4",
"detail" : {
"status" : {
"alias" : "MN8BIT1",
"result" : "succesful"
},
"status" : {
"alias" : "MN8BIT2",
"result" : "succesful"
},
"status" : {
"alias" : "MN8BIT3",
"result" : "succesful"
},
"status" : {
"alias" : "MN8BIT4",
"result" : "succesful"
}
}
}

But since 4 days MN2 payed 4 times, MN1 payed once and the other two didn't pay at all.

Any suggestions how to see what is going wrong?

Are all the MN's working on the same machine? If they are on different network segments, it is possible some staking wallets do see them, others don't.

In any case this has to do with propagation of the masternode info inside the 8bit network. As far as I could see, this is random, so running MN on current 8bit network is kind of a gamble.
The dev may have deeper insight though.

In any case I just hope the new codebase will be out soon. The existing one is tricky, whimsical and unpredictable, and I personally like it for being such Smiley.
But I know not everyone likes it that way, so new codebase could make things more fair and more predictable...
jr. member
Activity: 75
Merit: 5
I have one wallet controlling multiple masternodes.
Can I use this wallet for staking as well or do I need a separate wallet for staking?

Do you use that wallet only for controlling masternodes (start/stop etc), or also for running them? In other words, do all your masternodes use a single (the same) datadir, and do you run just single instance of 8bitd daemon opening multiple TCP ports (one per MN)?


On the vps they have their own datadir. Up untill now the local wallets had their own datadir as well. As that uses too much resources I compiled a wallet that can control multiple masternodes from one wallet.
I have to see if it works as expected because I set it up yesterday for one wallet to test. Did not receive rewards yet. If it works I'm going to control the other wallets on the vps from the same local wallet

Ok, thanks for clearing this up! I was wondering if there is a way to run multiple masternodes using just a single hot wallet. I was trying to figure that out few years back and found it is impossible, so your previous message confused me a bit.

The setup you have now - multiple hot wallets for MN (with 0 coins sitting there), and a single cold wallet (with all the coins) controlling the MNs - is exactly what I was using back then - and it worked perfectly, so yours should work too if everything is correct.

How to see from which hot wallet the rewards are coming? All incoming rewards have the same name so how can I see that all MN's are paying rewards?


Well, as far as I remember, the rewards are payed to the masternode collateral address. So you could check your masternode collateral address balances, and see if they are bigger than 112, and by how much...

I got 4 MN's on the vps and 1 controller wallet.
When, in the controller wallet I type " masternode start-many" I get the following reply:


{
"overall" : "Successfully started 4 masternodes, failed to start 0, total 4",
"detail" : {
"status" : {
"alias" : "MN8BIT1",
"result" : "succesful"
},
"status" : {
"alias" : "MN8BIT2",
"result" : "succesful"
},
"status" : {
"alias" : "MN8BIT3",
"result" : "succesful"
},
"status" : {
"alias" : "MN8BIT4",
"result" : "succesful"
}
}
}

But since 4 days MN2 payed 4 times, MN1 payed once and the other two didn't pay at all.

Any suggestions how to see what is going wrong?
member
Activity: 350
Merit: 46
Why do I see so many people saying that the project is dead? Is it nothing to do in the last segment of the project?
legendary
Activity: 2548
Merit: 1073
Hi thanks for your reply, i follow the tutorial at page 287 of this topic, and use a digital ocean droplets 20$. Ubuntu 16

Compiled without error and put the blockchain data on the correct folder.

I don't have generated masternode. How i can do with cli?

If you don't run masternode, but just a normal wallet, then delete the "masternode=1" line from your 8bit.conf (or set it to masternode=0)

If you want to run masternode, then you can do that with cli, using the very same tutorial on the page 287. It uses cli only, and it is quite good.
newbie
Activity: 4
Merit: 0
Hi, i try to follow the guide for masternode. all ok i download file from mega, now when i start 8bitd return me this error

Error: Invalid masternodeprivkey. Please see documenation.

Its hard to tell without having all the details. Most probably you did a mistake when following the guide. Which guide did you follow, btw? The error message means the 'masternodeprivkey' mentioned in the 8bit.conf file, does not belong to your wallet. Did you generate it yourself?


[/quote]

Hi thanks for your reply, i follow the tutorial at page 287 of this topic, and use a digital ocean droplets 20$. Ubuntu 16

Compiled without error and put the blockchain data on the correct folder.

I don't have generated masternode. How i can do with cli?

legendary
Activity: 2548
Merit: 1073
I would like to setup more than one masternode with only one wallet (only one time 112 8bit).
Question 1: Is it possible ?
If yes,
Question 2: Do I have to compile a modified version of my wallet ?
Question 3: Could you please give me informations on how can I do it ? Or give me a link ?
Thx
Answer to question 1: of course - not!
If it were possible, that would have defeated the main purpose of masternode.


When I restart my masternode will it be at the bottom of the list for paying reward again?
When it doesn't payout I restart it, but I'm wondering if that will be wise or that it will go back to the end of the row for paying again
That's an interesting question. I really don't know the answer too. Maybe the dev could shed some light.


Hi, i try to follow the guide for masternode. all ok i download file from mega, now when i start 8bitd return me this error

Error: Invalid masternodeprivkey. Please see documenation.

Its hard to tell without having all the details. Most probably you did a mistake when following the guide. Which guide did you follow, btw? The error message means the 'masternodeprivkey' mentioned in the 8bit.conf file, does not belong to your wallet. Did you generate it yourself?

newbie
Activity: 37
Merit: 0
Please tell me how much interest brings the Masternode a day, if I buy coins 8BITS in the amount of 112 coins ?
newbie
Activity: 4
Merit: 0
Hi, i try to follow the guide for masternode. all ok i download file from mega, now when i start 8bitd return me this error

Error: Invalid masternodeprivkey. Please see documenation.

Someone can help?

Thank you
jr. member
Activity: 75
Merit: 5
When I restart my masternode will it be at the bottom of the list for paying reward again?
When it doesn't payout I restart it, but I'm wondering if that will be wise or that it will go back to the end of the row for paying again
jr. member
Activity: 75
Merit: 5
I would like to setup more than one masternode with only one wallet (only one time 112 8bit).
Question 1: Is it possible ?
If yes,
Question 2: Do I have to compile a modified version of my wallet ?
Question 3: Could you please give me informations on how can I do it ? Or give me a link ?
Thx

You can try this one: https://bitcointalk.org/index.php?topic=1028119.msg20238850;topicseen#msg20238850

I know there is one more solution here were you have to modify another file but I can't find it now.
member
Activity: 140
Merit: 11
Each MN need 112.
newbie
Activity: 13
Merit: 0
I would like to setup more than one masternode with only one wallet (only one time 112 8bit).
Question 1: Is it possible ?
If yes,
Question 2: Do I have to compile a modified version of my wallet ?
Question 3: Could you please give me informations on how can I do it ? Or give me a link ?
Thx
full member
Activity: 165
Merit: 101
have windows wallet alt link?
link from first post is

Code:
Error (429)
This link is temporarily disabled. The person who shared it hit their daily limit of traffic or downloads. Learn about traffic limits.
newbie
Activity: 58
Merit: 0
Am i right in saying the windows wallet is snookered but you can send 8bit coins to a vps based wallet and can run the Masternode that way?
jr. member
Activity: 75
Merit: 5
I have one wallet controlling multiple masternodes.
Can I use this wallet for staking as well or do I need a separate wallet for staking?

Do you use that wallet only for controlling masternodes (start/stop etc), or also for running them? In other words, do all your masternodes use a single (the same) datadir, and do you run just single instance of 8bitd daemon opening multiple TCP ports (one per MN)?


On the vps they have their own datadir. Up untill now the local wallets had their own datadir as well. As that uses too much resources I compiled a wallet that can control multiple masternodes from one wallet.
I have to see if it works as expected because I set it up yesterday for one wallet to test. Did not receive rewards yet. If it works I'm going to control the other wallets on the vps from the same local wallet

Ok, thanks for clearing this up! I was wondering if there is a way to run multiple masternodes using just a single hot wallet. I was trying to figure that out few years back and found it is impossible, so your previous message confused me a bit.

The setup you have now - multiple hot wallets for MN (with 0 coins sitting there), and a single cold wallet (with all the coins) controlling the MNs - is exactly what I was using back then - and it worked perfectly, so yours should work too if everything is correct.

How to see from which hot wallet the rewards are coming? All incoming rewards have the same name so how can I see that all MN's are paying rewards?


Well, as far as I remember, the rewards are payed to the masternode collateral address. So you could check your masternode collateral address balances, and see if they are bigger than 112, and by how much...

Thanks, that way I can see it indeed. One of them has still only the 112 coins but no incoming transactions.
The other one has 112 coins + incoming transactions.

When I start it I get:
{
"overall" : "Successfully started 2 masternodes, failed to start 0, total 2",
"detail" : {
"status" : {
"alias" : "MN8BIT1",
"result" : "succesful"
},
"status" : {
"alias" : "MN8BIT2",
"result" : "succesful"
}
}
}
So I think it should work.
I will see if anything have changed tomorrow now I started it again
Pages:
Jump to: