Pages:
Author

Topic: [RADS] Radium - Decentralized Identities, Custom Assets, Elections, and More! - page 62. (Read 579179 times)

sr. member
Activity: 364
Merit: 440
Does any one here having problem on synchronizing the wallet? It suddenly not working and i don't if i need to rewrite the conf of radium wallet?
When it comes to staking, i didn't receive any since it taking days to accumulate.
On Win, how many connections do you have?

More tweeter announcements and spreading would be nice and have it`s effect..
Right, so let's do it all together, just spread the word about rads via available social media
sr. member
Activity: 728
Merit: 251
More tweeter announcements and spreading would be nice and have it`s effect..
sr. member
Activity: 1372
Merit: 264
Does any one here having problem on synchronizing the wallet? It suddenly not working and i don't if i need to rewrite the conf of radium wallet?

When it comes to staking, i didn't receive any since it taking days to accumulate.
sr. member
Activity: 301
Merit: 250
Continue to stake and wait. Patience will be rewarded.
full member
Activity: 266
Merit: 101
member
Activity: 82
Merit: 10
The Tao of Crypto
take a look at charts and you'll see how easy price can top.  Even in 2016 Radium was doing well and if the volume spreads out, the price will rise up exponentially.

Yeah, there's not that much volume, but it's easy for the price to go up. I think in-between 40.000-45.000 satoshi's is the bottom really. The price can only go up from there.
member
Activity: 168
Merit: 10
take a look at charts and you'll see how easy price can top.  Even in 2016 Radium was doing well and if the volume spreads out, the price will rise up exponentially.
member
Activity: 82
Merit: 10
The Tao of Crypto
There should be an update today or tomorrow, I think. Am really looking forward to it! Smiley
member
Activity: 160
Merit: 10
Things can change fast.
All Radium needs is just a little push, A few forum posts in the right threads once something gets done should do the trick.
I'm brushing up on my pushing skills. "are you"
member
Activity: 82
Merit: 10
The Tao of Crypto
A lot of people have been asking about connections, so here is a quick explanation.

Disclaimer: The following applies to the “standard” c++ QT wallet.
TL:DR: More than 3 is good. You can not have more than 16 outgoing connections, but you may get more if other nodes connect to you.

What is a connection?

A connection is simply two wallets talking to each-other. Connections are classified as either outgoing or incoming, based on who it was initiated by. An outgoing is established when your wallet reaches out asks to connect to somebody else’s wallet (peer). An incoming connection occurs when a peer connects to you.

How does the wallet find connections?

When a wallet first starts it has zero connections, and , it needs some IP addresses to reach out to in order to new peers. There are several ways a wallet will try and get its first connection
  • Query DNS seeds for a list of peers
  • Use static IP peers coded into the wallet.
  • Load a list of known peers from peers.dat
  • Load list of peers from walletname.conf file
Once a wallet gets its first connection, it will then ask the peer for a list of other peers it can try and connect to.

How many do you need?

In order for the wallet to work correctly, it needs to have a MINIMUM of one connection. A wallet can work perfectly fine, using only one high quality connection to the network. It is desired that a wallet have more than one connection for redundancy and network health. A total of three to five connections is more than enough for the wallet to work correctly.

But aren't more connections better?

Well, it CAN be, in terms of the health of the entire network, however after 3–5 connections there really is little improvement in wallet function. Each connection requires resources to maintain, and the more connections you have the harder your computer will need to work in order to communicate with all the other peers. Once your wallet has a stable connection to the network, more connections will not increase the speed or improve staking for PoS coins.

I have 16, BUT I WANT MORRRR!

Well, then, be patient. Each connection requires additional CPU power to send, receive, and process the transmitted messages. Most wallets have a hard coded limit of 16 outgoing connections, so that your wallet does not create more work for the network than necessary. To help new wallets gain connections even if your already have 16, the incoming connection default limit is set at 125. This means your wallet can not ask for more than 16 connections, but it can accept more connections from other nodes with low connection counts. Because of these limits, only way to get more than 16 connections is to have your wallet open for a long period of time and allow other new nodes to connect to you.

A Note about AV, Firewalls, Routers, Seeds, and Bears, Oh MY!

Sometimes there are things in the way blocking your wallet from getting more connections. If a wallet is getting ZERO connections, be suspicious for some form of port forwarding or blocking issues with a router or firewall. If you are stuck at 16 connections and never get any more, perhaps your network is not configured to allow for incoming connections.

~JJ12880




Just asking a question regarding staking, please.
I have about 100 RADS in my wallet and I have been staking them for well over a month.
I do not stake 24/7. I stake about 8 hours a day Mon to Sat.
I am yet to receive anything from staking, sadly.
Am I doing something wrong?

I am connected to 16 connections and open for staking.
It just constantly says 9-13 days for reward.....

Thanks.



100 RADS is really not a lot to stake. I found that staking works better if you stake 24 hours a day. If it takes 9-13 days for a reward and you stake 8 hours a day, then it should take a little over a month for you to get a reward. 9-13 days becomes 27-39 days basically, plus you don't stake sunday, so you should receive a reward anytime soon I think.

Thanks for the info.
OK, will just have to wait it out then.
What sort of rewards have you been getting, if you don't mind?

the 1 reward per 1000 RADS is generally true. If I calculate all my rewards then I've been getting a little less than 1 reward per 1000 RADS, but not by much. If you can afford it, then I advise you to get at least 500 RADS, then you should get a reward every other day.
newbie
Activity: 10
Merit: 0
A lot of people have been asking about connections, so here is a quick explanation.

Disclaimer: The following applies to the “standard” c++ QT wallet.
TL:DR: More than 3 is good. You can not have more than 16 outgoing connections, but you may get more if other nodes connect to you.

What is a connection?

A connection is simply two wallets talking to each-other. Connections are classified as either outgoing or incoming, based on who it was initiated by. An outgoing is established when your wallet reaches out asks to connect to somebody else’s wallet (peer). An incoming connection occurs when a peer connects to you.

How does the wallet find connections?

When a wallet first starts it has zero connections, and , it needs some IP addresses to reach out to in order to new peers. There are several ways a wallet will try and get its first connection
  • Query DNS seeds for a list of peers
  • Use static IP peers coded into the wallet.
  • Load a list of known peers from peers.dat
  • Load list of peers from walletname.conf file
Once a wallet gets its first connection, it will then ask the peer for a list of other peers it can try and connect to.

How many do you need?

In order for the wallet to work correctly, it needs to have a MINIMUM of one connection. A wallet can work perfectly fine, using only one high quality connection to the network. It is desired that a wallet have more than one connection for redundancy and network health. A total of three to five connections is more than enough for the wallet to work correctly.

But aren't more connections better?

Well, it CAN be, in terms of the health of the entire network, however after 3–5 connections there really is little improvement in wallet function. Each connection requires resources to maintain, and the more connections you have the harder your computer will need to work in order to communicate with all the other peers. Once your wallet has a stable connection to the network, more connections will not increase the speed or improve staking for PoS coins.

I have 16, BUT I WANT MORRRR!

Well, then, be patient. Each connection requires additional CPU power to send, receive, and process the transmitted messages. Most wallets have a hard coded limit of 16 outgoing connections, so that your wallet does not create more work for the network than necessary. To help new wallets gain connections even if your already have 16, the incoming connection default limit is set at 125. This means your wallet can not ask for more than 16 connections, but it can accept more connections from other nodes with low connection counts. Because of these limits, only way to get more than 16 connections is to have your wallet open for a long period of time and allow other new nodes to connect to you.

A Note about AV, Firewalls, Routers, Seeds, and Bears, Oh MY!

Sometimes there are things in the way blocking your wallet from getting more connections. If a wallet is getting ZERO connections, be suspicious for some form of port forwarding or blocking issues with a router or firewall. If you are stuck at 16 connections and never get any more, perhaps your network is not configured to allow for incoming connections.

~JJ12880




Just asking a question regarding staking, please.
I have about 100 RADS in my wallet and I have been staking them for well over a month.
I do not stake 24/7. I stake about 8 hours a day Mon to Sat.
I am yet to receive anything from staking, sadly.
Am I doing something wrong?

I am connected to 16 connections and open for staking.
It just constantly says 9-13 days for reward.....

Thanks.



100 RADS is really not a lot to stake. I found that staking works better if you stake 24 hours a day. If it takes 9-13 days for a reward and you stake 8 hours a day, then it should take a little over a month for you to get a reward. 9-13 days becomes 27-39 days basically, plus you don't stake sunday, so you should receive a reward anytime soon I think.

Thanks for the info.
OK, will just have to wait it out then.
What sort of rewards have you been getting, if you don't mind?
member
Activity: 82
Merit: 10
The Tao of Crypto
A lot of people have been asking about connections, so here is a quick explanation.

Disclaimer: The following applies to the “standard” c++ QT wallet.
TL:DR: More than 3 is good. You can not have more than 16 outgoing connections, but you may get more if other nodes connect to you.

What is a connection?

A connection is simply two wallets talking to each-other. Connections are classified as either outgoing or incoming, based on who it was initiated by. An outgoing is established when your wallet reaches out asks to connect to somebody else’s wallet (peer). An incoming connection occurs when a peer connects to you.

How does the wallet find connections?

When a wallet first starts it has zero connections, and , it needs some IP addresses to reach out to in order to new peers. There are several ways a wallet will try and get its first connection
  • Query DNS seeds for a list of peers
  • Use static IP peers coded into the wallet.
  • Load a list of known peers from peers.dat
  • Load list of peers from walletname.conf file
Once a wallet gets its first connection, it will then ask the peer for a list of other peers it can try and connect to.

How many do you need?

In order for the wallet to work correctly, it needs to have a MINIMUM of one connection. A wallet can work perfectly fine, using only one high quality connection to the network. It is desired that a wallet have more than one connection for redundancy and network health. A total of three to five connections is more than enough for the wallet to work correctly.

But aren't more connections better?

Well, it CAN be, in terms of the health of the entire network, however after 3–5 connections there really is little improvement in wallet function. Each connection requires resources to maintain, and the more connections you have the harder your computer will need to work in order to communicate with all the other peers. Once your wallet has a stable connection to the network, more connections will not increase the speed or improve staking for PoS coins.

I have 16, BUT I WANT MORRRR!

Well, then, be patient. Each connection requires additional CPU power to send, receive, and process the transmitted messages. Most wallets have a hard coded limit of 16 outgoing connections, so that your wallet does not create more work for the network than necessary. To help new wallets gain connections even if your already have 16, the incoming connection default limit is set at 125. This means your wallet can not ask for more than 16 connections, but it can accept more connections from other nodes with low connection counts. Because of these limits, only way to get more than 16 connections is to have your wallet open for a long period of time and allow other new nodes to connect to you.

A Note about AV, Firewalls, Routers, Seeds, and Bears, Oh MY!

Sometimes there are things in the way blocking your wallet from getting more connections. If a wallet is getting ZERO connections, be suspicious for some form of port forwarding or blocking issues with a router or firewall. If you are stuck at 16 connections and never get any more, perhaps your network is not configured to allow for incoming connections.

~JJ12880




Just asking a question regarding staking, please.
I have about 100 RADS in my wallet and I have been staking them for well over a month.
I do not stake 24/7. I stake about 8 hours a day Mon to Sat.
I am yet to receive anything from staking, sadly.
Am I doing something wrong?

I am connected to 16 connections and open for staking.
It just constantly says 9-13 days for reward.....

Thanks.



100 RADS is really not a lot to stake. I found that staking works better if you stake 24 hours a day. If it takes 9-13 days for a reward and you stake 8 hours a day, then it should take a little over a month for you to get a reward. 9-13 days becomes 27-39 days basically, plus you don't stake sunday, so you should receive a reward anytime soon I think.
newbie
Activity: 10
Merit: 0
A lot of people have been asking about connections, so here is a quick explanation.

Disclaimer: The following applies to the “standard” c++ QT wallet.
TL:DR: More than 3 is good. You can not have more than 16 outgoing connections, but you may get more if other nodes connect to you.

What is a connection?

A connection is simply two wallets talking to each-other. Connections are classified as either outgoing or incoming, based on who it was initiated by. An outgoing is established when your wallet reaches out asks to connect to somebody else’s wallet (peer). An incoming connection occurs when a peer connects to you.

How does the wallet find connections?

When a wallet first starts it has zero connections, and , it needs some IP addresses to reach out to in order to new peers. There are several ways a wallet will try and get its first connection
  • Query DNS seeds for a list of peers
  • Use static IP peers coded into the wallet.
  • Load a list of known peers from peers.dat
  • Load list of peers from walletname.conf file
Once a wallet gets its first connection, it will then ask the peer for a list of other peers it can try and connect to.

How many do you need?

In order for the wallet to work correctly, it needs to have a MINIMUM of one connection. A wallet can work perfectly fine, using only one high quality connection to the network. It is desired that a wallet have more than one connection for redundancy and network health. A total of three to five connections is more than enough for the wallet to work correctly.

But aren't more connections better?

Well, it CAN be, in terms of the health of the entire network, however after 3–5 connections there really is little improvement in wallet function. Each connection requires resources to maintain, and the more connections you have the harder your computer will need to work in order to communicate with all the other peers. Once your wallet has a stable connection to the network, more connections will not increase the speed or improve staking for PoS coins.

I have 16, BUT I WANT MORRRR!

Well, then, be patient. Each connection requires additional CPU power to send, receive, and process the transmitted messages. Most wallets have a hard coded limit of 16 outgoing connections, so that your wallet does not create more work for the network than necessary. To help new wallets gain connections even if your already have 16, the incoming connection default limit is set at 125. This means your wallet can not ask for more than 16 connections, but it can accept more connections from other nodes with low connection counts. Because of these limits, only way to get more than 16 connections is to have your wallet open for a long period of time and allow other new nodes to connect to you.

A Note about AV, Firewalls, Routers, Seeds, and Bears, Oh MY!

Sometimes there are things in the way blocking your wallet from getting more connections. If a wallet is getting ZERO connections, be suspicious for some form of port forwarding or blocking issues with a router or firewall. If you are stuck at 16 connections and never get any more, perhaps your network is not configured to allow for incoming connections.

~JJ12880




Just asking a question regarding staking, please.
I have about 100 RADS in my wallet and I have been staking them for well over a month.
I do not stake 24/7. I stake about 8 hours a day Mon to Sat.
I am yet to receive anything from staking, sadly.
Am I doing something wrong?

I am connected to 16 connections and open for staking.
It just constantly says 9-13 days for reward.....

Thanks.

member
Activity: 82
Merit: 10
The Tao of Crypto
When will there be another announcement? Tomorrow?
member
Activity: 350
Merit: 10
The great long-term project RADS has had some good and real development changes recently. It is known as sleeping giant everywhere, and the near future will bring amazing revival soon.
newbie
Activity: 29
Merit: 0
full member
Activity: 150
Merit: 100
how many coins are required for POS? for example, at least once a week.  200, 300, 500 ?

If you have around 1000 rads, you will get 1-2 stakes per day.
newbie
Activity: 29
Merit: 0
how many coins are required for POS? for example, at least once a week.  200, 300, 500 ?
hero member
Activity: 671
Merit: 501
Blockchain and stuff
A lot of people have been asking about connections, so here is a quick explanation.

Disclaimer: The following applies to the “standard” c++ QT wallet.
TL:DR: More than 3 is good. You can not have more than 16 outgoing connections, but you may get more if other nodes connect to you.

What is a connection?

A connection is simply two wallets talking to each-other. Connections are classified as either outgoing or incoming, based on who it was initiated by. An outgoing is established when your wallet reaches out asks to connect to somebody else’s wallet (peer). An incoming connection occurs when a peer connects to you.

How does the wallet find connections?

When a wallet first starts it has zero connections, and , it needs some IP addresses to reach out to in order to new peers. There are several ways a wallet will try and get its first connection
  • Query DNS seeds for a list of peers
  • Use static IP peers coded into the wallet.
  • Load a list of known peers from peers.dat
  • Load list of peers from walletname.conf file
Once a wallet gets its first connection, it will then ask the peer for a list of other peers it can try and connect to.

How many do you need?

In order for the wallet to work correctly, it needs to have a MINIMUM of one connection. A wallet can work perfectly fine, using only one high quality connection to the network. It is desired that a wallet have more than one connection for redundancy and network health. A total of three to five connections is more than enough for the wallet to work correctly.

But aren't more connections better?

Well, it CAN be, in terms of the health of the entire network, however after 3–5 connections there really is little improvement in wallet function. Each connection requires resources to maintain, and the more connections you have the harder your computer will need to work in order to communicate with all the other peers. Once your wallet has a stable connection to the network, more connections will not increase the speed or improve staking for PoS coins.

I have 16, BUT I WANT MORRRR!

Well, then, be patient. Each connection requires additional CPU power to send, receive, and process the transmitted messages. Most wallets have a hard coded limit of 16 outgoing connections, so that your wallet does not create more work for the network than necessary. To help new wallets gain connections even if your already have 16, the incoming connection default limit is set at 125. This means your wallet can not ask for more than 16 connections, but it can accept more connections from other nodes with low connection counts. Because of these limits, only way to get more than 16 connections is to have your wallet open for a long period of time and allow other new nodes to connect to you.

A Note about AV, Firewalls, Routers, Seeds, and Bears, Oh MY!

Sometimes there are things in the way blocking your wallet from getting more connections. If a wallet is getting ZERO connections, be suspicious for some form of port forwarding or blocking issues with a router or firewall. If you are stuck at 16 connections and never get any more, perhaps your network is not configured to allow for incoming connections.

~JJ12880
full member
Activity: 406
Merit: 104
Epic pump and dump. Only shitcoins get pumped and dumped like that.
Who's the whale?
Pages:
Jump to: