Author

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

member
Activity: 112
Merit: 10
curious never had masternode.

but if your coins are in a masternode are they also stake?
or is it if if

The collateral for masternode is immutable, so i suspect that it won't participate in staking. But anyway, masternode brings you more coins than just staking. At least, staking in NIST5 wallet. XEVAN's wallet staking is not active yet, so i can't test this.
full member
Activity: 185
Merit: 100
curious never had masternode.

but if your coins are in a masternode are they also stake?
or is it if if
full member
Activity: 142
Merit: 100
I thought I was running 2 nodes on 1 wallet . But I have been receiving zero coins Today.  Although System said Masternode was succesfully running. (I have been running one node without problems until I added the 2nd node)
What would be the conf files of the LOCAL SOLARIS conf file when you have 2 Masternodes?

This is for one
rpcallowip=127.0.0.1
rpcuser=solarisrpc
rpcpassword=PASSSSSSSSWORD
staking=1
server=1
listen=1
port=60020
masternode=1
masternodeaddr=ip.ip.ip.ip:60020
externalip=ip.ip.ip.ip:60020
masternodeprivkey=KEYYYY
addnode=78.145.45.173
addnode=92.108.70.246
addnode=89.169.62.37
addnode=89.65.73.101
Just add this to your solaris.conf file

masternodeaddr=ip.ip.ip.ip:60020
externalip=ip.ip.ip.ip:60020
masternodeprivkey=KEYYYY

good luck  Smiley Smiley Smiley





Is there any solution to this question? I thought I was in the same situation.


I am wondering how to set up the solaris.conf file in Qt Wallet when running more than one master node

For example..

Masternode 1 IP : 222.222.222.91:60020
Masternode 2 IP : 222.222.222.92:60020

then, In solaris.conf file,
I should add two lines like below?

masternodeaddr=222.222.222.91:60020
masternodeaddr=222.222.222.92:60020
member
Activity: 112
Merit: 10
Is there any solution to this question? I thought I was in the same situation.


I am wondering how to set up the solaris.conf file in Qt Wallet when running more than one master node

For example..

Masternode 1 IP : 222.222.222.91:60020
Masternode 2 IP : 222.222.222.92:60020

then, In solaris.conf file,
I should add two lines like below?

masternodeaddr=222.222.222.91:60020
masternodeaddr=222.222.222.92:60020


This is my examples of config files that work with 2 masternodes on 1 wallet.
Pay attention that local wallet's solaris.conf should not contain any masternode-related settings.
I tried to help Aureliusy in PM, but he said that he still had some issues. Anyway, this works for me, just replace stuff like MASTERNODE1_PRIVATE_KEY and mn1.ip.add.ress:60020 with your real data.

This is my local solaris.conf

Code:
rpcallowip=127.0.0.1
rpcuser=user
rpcpassword=password
staking=1
server=1
listen=1
port=60020

Local masternode.conf

Code:
masternode1   mn1.ip.add.ress:60020    MASTERNODE1_PRIVATE_KEY   TX_ID    TX_INDEX
masternode2   mn2.ip.add.ress:60020    MASTERNODE2_PRIVATE_KEY   TX_ID    TX_INDEX

masternode1 solaris.conf

Code:
rpcallowip=127.0.0.1
rpcuser=user
rpcpassword=password
staking=0
server=1
daemon=1
listen=1
port=60020
masternode=1
masternodeaddr=mn1.ip.add.ress:60020
externalip=mn1.ip.add.ress:60020
masternodeprivkey=MASTERNODE1_PRIVATE_KEY

masternode1 masternode.conf

Code:
masternode1   mn1.ip.add.ress:60020    MASTERNODE1_PRIVATE_KEY   TX_ID    TX_INDEX



masternode2 solaris.conf

Code:
rpcallowip=127.0.0.1
rpcuser=user
rpcpassword=password
staking=0
server=1
daemon=1
listen=1
port=60020
masternode=1
masternodeaddr=mn2.ip.add.ress:60020
externalip=mn2.ip.add.ress:60020
masternodeprivkey=MASTERNODE2_PRIVATE_KEY

masternode2 masternode.conf

Code:
masternode2   mn2.ip.add.ress:60020    MASTERNODE2_PRIVATE_KEY   TX_ID    TX_INDEX
sr. member
Activity: 385
Merit: 257
Open to any CryptoBusiness idea you have for Ghana
newbie
Activity: 101
Merit: 0


Dear Supporter's .


From next week pay rates for the signature campaign are going to change :



Jr. Member            3 XLR per week
Member                6 XLR per week
Full Member:            10 XLR per week    
Senior Member:        15 XLR per week                
Hero Member:           25 XLR per week      
Legendary Member:   30 XLR per week

For the next week I need your Solaris Xevan addres for a bounty payment.


Thanks for your support!


rewards will be halved again.
sr. member
Activity: 385
Merit: 257
Open to any CryptoBusiness idea you have for Ghana
It's incredible movement. Look at XLR price today.
https://coinmarketcap.com/currencies/solaris/
Good luck all.
Yes, Solaris price will rise and rise, we have just hold it
I totally agree. Its that simple

local wallet for Xevn algo not synchronized - 0 active connections
  • check your internet connection
  • if 1 doesnt work, check to see if solaris wallet has access through your firewall
  • if 1 and 2 dont work, add active nodes (addnodes)
newbie
Activity: 48
Merit: 0
Just checked their thread at bitcointalk, very good description of bounty terms and conditions for participants! Like it. If the whole project is managed like this, consider, can trust their team.
newbie
Activity: 11
Merit: 0
I thought I was running 2 nodes on 1 wallet . But I have been receiving zero coins Today.  Although System said Masternode was succesfully running. (I have been running one node without problems until I added the 2nd node)
What would be the conf files of the LOCAL SOLARIS conf file when you have 2 Masternodes?

This is for one
rpcallowip=127.0.0.1
rpcuser=solarisrpc
rpcpassword=PASSSSSSSSWORD
staking=1
server=1
listen=1
port=60020
masternode=1
masternodeaddr=ip.ip.ip.ip:60020
externalip=ip.ip.ip.ip:60020
masternodeprivkey=KEYYYY
addnode=78.145.45.173
addnode=92.108.70.246
addnode=89.169.62.37
addnode=89.65.73.101




Is there any solution to this question? I thought I was in the same situation.


I am wondering how to set up the solaris.conf file in Qt Wallet when running more than one master node

For example..

Masternode 1 IP : 222.222.222.91:60020
Masternode 2 IP : 222.222.222.92:60020

then, In solaris.conf file,
I should add two lines like below?

masternodeaddr=222.222.222.91:60020
masternodeaddr=222.222.222.92:60020
member
Activity: 83
Merit: 10
Is there a exchange for the new XLR?
When exactly the swap will finish?
full member
Activity: 173
Merit: 100
My wallet (first installation) writes "no block source available". Is it ok? Just wait?
Have 0 active connections. Need any conf file for wallet?
just wait or check your firewall.

Or you can add nodes:

Code:
addnode=104.238.134.49:60020
addnode=107.191.46.200:60020
addnode=108.61.178.32:60020
addnode=108.77.80.39:60020
addnode=109.202.48.99:60020
addnode=109.247.184.27:60020
addnode=114.113.229.204:60020
addnode=13.114.230.235:60020
addnode=13.59.6.240:60020
addnode=137.74.157.56:60020
addnode=139.162.153.247:60020
addnode=139.99.115.163:60020
addnode=142.44.194.164:60020
addnode=144.217.229.211:60020
addnode=144.76.16.7:60020
addnode=145.133.165.175:60020
addnode=147.135.199.115:60020
addnode=149.56.11.210:60020
addnode=151.236.217.178:60020
addnode=158.69.100.118:60020
addnode=162.213.199.146:60020
addnode=173.199.126.86:60020
addnode=173.230.157.15:60020
addnode=185.12.95.183:60020
addnode=185.181.9.229:60020
addnode=185.28.103.59:60020
addnode=185.88.173.133:60020
addnode=188.226.178.211:60020
addnode=192.99.73.233:60020
addnode=195.46.187.142:60020
addnode=198.50.171.25:60020
addnode=209.222.10.228:60020
addnode=212.159.69.141:60020
addnode=212.237.38.9:60020
addnode=212.24.96.87:60020
addnode=217.182.238.115:60020
addnode=35.197.213.197:60020
newbie
Activity: 4
Merit: 0
My wallet (first installation) writes "no block source available". Is it ok? Just wait?
Have 0 active connections. Need any conf file for wallet?
sr. member
Activity: 560
Merit: 300
Unprofessional shitcoin trader since 2011
Just register and create a new wallet on xevan algoritm, what i need to participate to airdrop? Pm please, Developer.

Is there an actual airdrop? I believe its just a swap out from the old coin to a new coin and you have to purchase the XLR on coinexchange. From there, you either swap them from the swapsite or wait for 24 hours for coinexchange to swap them to the new chain.  
sr. member
Activity: 686
Merit: 250
Thank you for informing us of your bonus this week and announcing the bonus for next week
I just change my avatar for best my coin!
sr. member
Activity: 687
Merit: 291


Dear Supporter's .


From next week pay rates for the signature campaign are going to change :



Jr. Member            3 XLR per week
Member                6 XLR per week
Full Member:            10 XLR per week    
Senior Member:        15 XLR per week                
Hero Member:           25 XLR per week      
Legendary Member:   30 XLR per week

For the next week I need your Solaris Xevan addres for a bounty payment.


Thanks for your support!

newbie
Activity: 101
Merit: 0
Hi

Is this coin a xevan or nist5 ?

I don't get it.

why we can find almost 60 gh on yiimp but nethash on blockchain is showing only 2gh.

Xevan or nist5 ?

Wich one is the biggest pool ?

https://umine.org/site/mining

Or yiimp.


Really lost and confusing.
Nist5 is algorithm of Old Solaris, then it changed algorithm to xevan one. The swap will last until December if I remember exactly. Developers decided to change algorithm of the coin for more developments with new features
full member
Activity: 462
Merit: 100
Hi

Is this coin a xevan or nist5 ?

I don't get it.

why we can find almost 60 gh on yiimp but nethash on blockchain is showing only 2gh.

Xevan or nist5 ?

Wich one is the biggest pool ?

https://umine.org/site/mining

Or yiimp.


Really lost and confusing.
newbie
Activity: 11
Merit: 0
I got some coins from both coinsmarket and coinexchange. Is coinsmarket using the new xevan wallet while coinexchange is still using NIST5 wallet? I wanna deposit my coins back to the wallet and don't wanna screw things up...
sr. member
Activity: 616
Merit: 251
Just register and create a new wallet on xevan algoritm, what i need to participate to signature campaign? Pm please, Developer.
full member
Activity: 173
Merit: 100
I really like this new exchange.
Its not a new exchange, maybe for you only
Jump to: