Bitcoin Forum
May 24, 2024, 04:11:20 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 [138] 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 ... 199 »
  Print  
Author Topic: [VAL] Validity - Decentralized Identities, Custom Assets, Elections, and More!  (Read 579106 times)
Piva
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile
December 01, 2017, 02:14:03 PM
 #2741

thanks!
qianliwen888666
Member
**
Offline Offline

Activity: 350
Merit: 10


View Profile
December 01, 2017, 02:42:54 PM
 #2742

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.
Cryptao
Member
**
Offline Offline

Activity: 82
Merit: 10

The Tao of Crypto


View Profile
December 01, 2017, 04:45:31 PM
 #2743

When will there be another announcement? Tomorrow?
stefanbitstack
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
December 02, 2017, 07:32:43 AM
 #2744

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.

Cryptao
Member
**
Offline Offline

Activity: 82
Merit: 10

The Tao of Crypto


View Profile
December 02, 2017, 01:02:47 PM
 #2745

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.
stefanbitstack
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
December 03, 2017, 12:42:34 AM
 #2746

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?
Cryptao
Member
**
Offline Offline

Activity: 82
Merit: 10

The Tao of Crypto


View Profile
December 03, 2017, 04:23:11 PM
 #2747

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.
blaster3ski
Member
**
Offline Offline

Activity: 160
Merit: 10


View Profile
December 04, 2017, 07:54:58 PM
 #2748

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"
Cryptao
Member
**
Offline Offline

Activity: 82
Merit: 10

The Tao of Crypto


View Profile
December 05, 2017, 08:53:31 AM
 #2749

There should be an update today or tomorrow, I think. Am really looking forward to it! Smiley
melancoly
Member
**
Offline Offline

Activity: 168
Merit: 10


View Profile
December 05, 2017, 09:01:08 AM
 #2750

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.
Cryptao
Member
**
Offline Offline

Activity: 82
Merit: 10

The Tao of Crypto


View Profile
December 05, 2017, 02:18:36 PM
 #2751

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.
NickCrypto
Full Member
***
Offline Offline

Activity: 266
Merit: 101


View Profile
December 06, 2017, 01:08:42 AM
 #2752

Great Chart Gallery of Radium on BitScreener : https://bitscreener.com/coins/radium/chart_gallery


BrotherJ
Sr. Member
****
Offline Offline

Activity: 301
Merit: 250



View Profile
December 06, 2017, 02:03:19 AM
 #2753

Continue to stake and wait. Patience will be rewarded.

            ▄▄████▄▄
        ▄▄██████████████▄▄
      ███████████████████████▄▄
      ▀▀█████████████████████████
██▄▄       ▀▀█████████████████████
██████▄▄        ▀█████████████████
███████████▄▄       ▀▀████████████
███████████████▄▄        ▀████████
████████████████████▄▄       ▀▀███
 ▀▀██████████████████████▄▄
     ▀▀██████████████████████▄▄
▄▄        ▀██████████████████████▄
████▄▄        ▀▀██████████████████
█████████▄▄        ▀▀█████████████
█████████████▄▄        ▀▀█████████
██████████████████▄▄        ▀▀████
▀██████████████████████▄▄
  ▀▀████████████████████████
      ▀▀█████████████████▀▀
           ▀▀███████▀▀



.SEMUX
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
  Semux uses 100% original codebase
  Superfast with 30 seconds instant finality
  Tested 5000 tx per block on open network
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
d3nz
Sr. Member
****
Online Online

Activity: 1302
Merit: 264


SOL.BIOKRIPT.COM


View Profile
December 06, 2017, 05:35:54 AM
 #2754

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.

B.I.O.K.R.I.P.T|
  BiokriptX Fair Launch is now live in PINKSALE
|🟣 Twitter
🔵 Facebook
🟣 Telegram
Asimmo
Sr. Member
****
Offline Offline

Activity: 728
Merit: 251


View Profile
December 06, 2017, 08:11:15 AM
 #2755

More tweeter announcements and spreading would be nice and have it`s effect..
Co1n
Sr. Member
****
Offline Offline

Activity: 364
Merit: 440



View Profile
December 06, 2017, 08:17:56 AM
Last edit: December 06, 2017, 08:29:06 AM by Co1n
 #2756

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
Cryptao
Member
**
Offline Offline

Activity: 82
Merit: 10

The Tao of Crypto


View Profile
December 06, 2017, 03:30:00 PM
 #2757

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.

Try adding nodes from here:

https://chainz.cryptoid.info/rads/#!network

criptoshur
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile WWW
December 06, 2017, 06:33:37 PM
 #2758

Try adding nodes from here:

https://chainz.cryptoid.info/rads/#!network

 How can I add the nodes ?

I try add a file 'radium.conf'  but it doesn't work ..
bitkapp
Hero Member
*****
Offline Offline

Activity: 517
Merit: 500


aka alaniz


View Profile
December 06, 2017, 08:04:31 PM
 #2759

Radium Update #40 — Core Protocol Upgrade Plan

Please find our latest blog post here:

https://blog.radiumcore.org/radium-update-40-core-protocol-upgrade-plan-f3ce52135120

bitkapp
Hero Member
*****
Offline Offline

Activity: 517
Merit: 500


aka alaniz


View Profile
December 06, 2017, 08:06:20 PM
 #2760

Try adding nodes from here:

https://chainz.cryptoid.info/rads/#!network

 How can I add the nodes ?

I try add a file 'radium.conf'  but it doesn't work ..

Add the nodes with the "addnode=" in your radium.conf and restart your wallet. If that does not work try adding the following:

connect=54.250.244.93
connect=52.54.136.169
connect=32.229.201.149
connect=54.93.52.131

Pages: « 1 ... 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 [138] 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 ... 199 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!