Author

Topic: 💥SOLARIS XLR💥100% PoS + Masternodes ⚡Zerocoin⚡txbit.io in development - page 239. (Read 308923 times)

full member
Activity: 282
Merit: 100
LINUX VPS
If you are using a linux VPS to run masternodes, go to where you installed your solaris wallet and add the nodes
For those that followed my MN guide, this is what you will have to do:

  • cd solaris
  • ./solaris-cli getinfo (look for blocks; if wallet is synced to the latest block, do not proceed. If it is stuck, proceed with the commands)
  • ./solaris-cli stop
  • nano /home/user/.solaris/solaris.conf (if you get the following resonse
Code:
-bash: nano: command not found
then you need to install nano with the following command
Code:
sudo apt-get install nano
    first[/li]
Next is to copy and paste(with right-click) all the working addnodes from lycheebit into the file
Ctrl X is to exit
Entr is to approve
  • ./solarisd -daemon
[/quote]

Thank you schyter for all the help you provide here for us linux newbies, you are great! Smiley
After we do this stuff on the Linux machine, do we have to do something on the local wallet, like start the masternode in the debug window?
sr. member
Activity: 687
Merit: 291
The budget system is activated, but miners are not forced to pay them so they end up as masternode reward.
@keesdewit  will have to use the spork key to correct this.
Just like we had the stage that masternode enforcement was activated - same thing

Sorry for any inconvience
newbie
Activity: 62
Merit: 0

I think there is some error or i'm wrong? I have received today twice 0.6666666 XLR rewards from masternodes. Is there some error or this is normal?

There's a bug with solaris code.

In the code, masternode payment is block reward / (100/30). But in C 100/30 is integer division, so it's 3, that's why it becomes 0.666666 XLR. First off that should be 0.6 XLR. Second off there seems to be a budget system where masternodes vote something, and budget system takes money from masternode payments. That doesn't seem to be fully integrated/tested into the core code.

What's probably happening on the moving chains is that pools changed the miner side to make blocks that comply standards established in the code.

Can confirm, I've received 6 .666 masternode rewards.  First one on Block Explorer at 8th Nov 2017 07:03:29
member
Activity: 72
Merit: 10

I think there is some error or i'm wrong? I have received today twice 0.6666666 XLR rewards from masternodes. Is there some error or this is normal?

There's a bug with solaris code.

In the code, masternode payment is block reward / (100/30). But in C 100/30 is integer division, so it's 3, that's why it becomes 0.666666 XLR. First off that should be 0.6 XLR. Second off there seems to be a budget system where masternodes vote something, and budget system takes money from masternode payments. That doesn't seem to be fully integrated/tested into the core code.

What's probably happening on the moving chains is that pools changed the miner side to make blocks that comply standards established in the code. But as long as masternode payment is larger than 0.6666 XLR the chain will move. Miners get less for now.
newbie
Activity: 2
Merit: 0
Hello! can anybody help me?
Today I used the swap service (https://solaris.swapyourcoins.today/)
from the old wallet (nist 5) coins are gone, but in the new wallet (xevan) - Conflicted, and no coins!
Here is your fix:
open your debug console and type in
Code:
repairwallet
then wait for a few minutes for your wallet to sync


Provisional Instructions to Sync stuck wallets

LOCAL
If your wallet is stuck add these nodes provided by lyceebit
Code:
addnode=92.222.48.122:60020
addnode=88.164.70.252:60020
addnode=198.12.123.195:60020
addnode=45.76.21.103:60020
addnode=188.167.144.142:60020
addnode=212.24.96.87:60020
addnode=80.209.230.151:60020
    to your solaris.conf in your local wallet usually found at ( C:\Users\User\AppData\Roaming\Solaris )



Thanks for the help. I got my coins!
hero member
Activity: 1414
Merit: 516

Hooray !!
We just entered phase 2 of POW - [block’s   43201-151200] 20% MN (0.4 XLR)    / 70% MINER (1.4 XLR)  / 10% Available to the budget system (0.20 XLR)
I was the first to recieve the masternode reward!!

Join the masternode holders channel today

Retweet this: https://twitter.com/BitcoinGhana/status/928165362906132481
Wow, it's really great news. Thanks for your post.

I think there is some error or i'm wrong? I have received today twice 0.6666666 XLR rewards from masternodes. Is there some error or this is normal?
newbie
Activity: 56
Merit: 0

Hooray !!
We just entered phase 2 of POW - [block’s   43201-151200] 20% MN (0.4 XLR)    / 70% MINER (1.4 XLR)  / 10% Available to the budget system (0.20 XLR)
I was the first to recieve the masternode reward!!

Join the masternode holders channel today

Retweet this: https://twitter.com/BitcoinGhana/status/928165362906132481
Wow, it's really great news. Thanks for your post.
newbie
Activity: 7
Merit: 0
I've try to use the coin swap website but have not received anything in over 18 hours.  Transaction shows over 600 confirmations.  If anyone has any information on this I'd be very appreciative.

Thanks.
sr. member
Activity: 385
Merit: 257
Open to any CryptoBusiness idea you have for Ghana
Hello! can anybody help me?
Today I used the swap service (https://solaris.swapyourcoins.today/)
from the old wallet (nist 5) coins are gone, but in the new wallet (xevan) - Conflicted, and no coins!
Here is your fix:
open your debug console and type in
Code:
repairwallet
then wait for a few minutes for your wallet to sync


Provisional Instructions to Sync stuck wallets

LOCAL
If your wallet is stuck add these nodes provided by lyceebit
Code:
addnode=92.222.48.122:60020
addnode=88.164.70.252:60020
addnode=198.12.123.195:60020
addnode=45.76.21.103:60020
addnode=188.167.144.142:60020
addnode=212.24.96.87:60020
addnode=80.209.230.151:60020
to your solaris.conf in your local wallet usually found at ( C:\Users\User\AppData\Roaming\Solaris )

LINUX VPS
If you are using a linux VPS to run masternodes, go to where you installed your solaris wallet and add the nodes
For those that followed my MN guide, this is what you will have to do:

  • cd solaris
  • ./solaris-cli getinfo (look for blocks; if wallet is synced to the latest block, do not proceed. If it is stuck, proceed with the commands)
  • ./solaris-cli stop
  • nano /home/user/.solaris/solaris.conf (if you get the following resonse
Code:
-bash: nano: command not found
then you need to install nano with the following command
Code:
sudo apt-get install nano
    first[/li]
Next is to copy and paste(with right-click) all the working addnodes from lycheebit into the file
Ctrl X is to exit
Entr is to approve
  • ./solarisd -daemon


newbie
Activity: 2
Merit: 0
Coinexchange 0 confirmations since dawn (CET).

Quote
I thought swap was over 1 november.
6 December.

Thanks for the information about the time when swap finished.
hero member
Activity: 742
Merit: 505
Coinexchange 0 confirmations since dawn (CET).

Quote
I thought swap was over 1 november.
6 December.


Ah

Then i guess the swap bot is stuck with the explorer at 43200

member
Activity: 88
Merit: 10
I have just made a modification.
You can more reasily read and copy the full TXID Smiley

Thanks for full txid.
Waiting for some working block explorer from the dev.
sr. member
Activity: 1092
Merit: 273
Any idea when staking starts?

Once the coins in your wallet are mature. It means they have to be in your wallet for 60 subsequent blocks without being moved.

Not right,  staking starts only from block 259201
full member
Activity: 378
Merit: 105
I have just made a modification.
You can more reasily read and copy the full TXID Smiley
newbie
Activity: 57
Merit: 0
Coinexchange 0 confirmations since dawn (CET).

Quote
I thought swap was over 1 november.
6 December.
hero member
Activity: 742
Merit: 505
Hello! can anybody help me?
Today I used the swap service (https://solaris.swapyourcoins.today/)
from the old wallet (nist 5) coins are gone, but in the new wallet (xevan) - Conflicted, and no coins!



Why is that still there?
I thought swap was over 1 november.
newbie
Activity: 15
Merit: 0
Miner XLR Ready on phi-phi-pool.com

Promotion Fee 0.25%

Welcome everyone

PS. Block Sync Complete
newbie
Activity: 2
Merit: 0
Hello! can anybody help me?
Today I used the swap service (https://solaris.swapyourcoins.today/)
from the old wallet (nist 5) coins are gone, but in the new wallet (xevan) - Conflicted, and no coins!

member
Activity: 109
Merit: 10
Had some issues with my solaris wallet, had to resync the blockchain.
member
Activity: 88
Merit: 10
Living the dream...
Any idea when staking starts?
Jump to: