Ed4252
|
 |
June 26, 2014, 09:39:24 PM |
|
How can you find out the amt of coins being staked for the whole network?
|
|
|
|
sesko
|
 |
June 26, 2014, 09:44:20 PM |
|
How can you find out the amt of coins being staked for the whole network?
You can see it in your wallet, hover mouse button over V sign (network stake). Or in your wallet console type "getmininginfo, and at: netstakeweight you'll see the number. Right now there's 10mil. coins staking.
|
|
|
|
ScottAllyn
Full Member
 
Offline
Activity: 236
Merit: 100
¿ʇɐɥʍ
|
 |
June 26, 2014, 09:57:00 PM |
|
The 3rd place wallet that recently came out of nowhere just added another 200k Vericoins and now owns over 1 million Vericoins. Darn Rich guys keep buying more Vericoins and pushing me further down the list. LOL.
That's a MintPal address. Half of the Top Ten addresses actually belong to MintPal. The Richlist is fun but I wouldn't put too much stock into it. There are very likely many people who don't show up in the appropriate position due to having their coins distributed among multiple addresses. In many cases, when a user sends coins from his/her wallet, the balance will end up being split between the original address and a new "(change)" address.
|
|
|
|
crypto.dre
Newbie
Offline
Activity: 5
Merit: 0
|
 |
June 26, 2014, 10:05:47 PM |
|
Hey so i think I'm doing something wrong still kind of a noob. I'm having staking issues, I've left my wallet open for two days now and nothing no stake and when I check the icon on the bottom it says that the expected time to earn interest is 19 days? Is that normal? I'm using the mac wallet v1.2.4.0-g32a928e on mac os X lion 10.7.
The more money in your wallet, the faster it will stake. 19 days is normal if your balance is low (100-150 coins?). If your balance is 50,000, it's not normal. It sounds to me that you have a low balance in your wallet and will have to wait longer than two days to get interest. Oh I see yes I had >50 coins and then I add a few hundred yesterday so now just shy of 400. Hopefully it picks up thanks though wasn't sure what was happening.
|
|
|
|
zsp
|
 |
June 26, 2014, 10:46:38 PM |
|
Is it possible to have a VeriCoin wallet in a Raspberry Pi? If "yes" is it safe? I'll only use the Raspberry to the VeriCoin Wallet while Staking (less power and I'll be able to shutdown my main computer).
Please explain this....veri interested! I've got some reply in the IRC and yes, it's possible and because it's linux it's safe/secure as it can be because are less virus for linux. They also said that the android wallet it's also an option... so will wait because if the android wallet works ok I can buy a cheap android smartphone just to have my wallet staking.... The raspberry Pi is cheaper than a cheap smartphone but I would have to buy accessories for it and certainly would become more expensive than a smartphone ready to go. How would a smart phone be cheaper than the Raspberry Pi? All you need to access to your Pi an Ethernet cable, connect to your ADSL router and then ssh to the small box. Even cheaper a BeagleBone Black, same ARM core and I prefer it over Raspberry PI, but the two are kind of same. Anyway, I got into this vericoin 1 week ago and since I have been thinking to build a wallet for the ARM boards like Raspberry PI and BeagleBone Black. Now I am checking their source code and will try put together and compile something with gcc-arm-linux-gnueabi. I think using Raspberry PI/BeagleBone Black would really the perfect solution for staking. I am getting tired that the wallet needs to run all day in order to stake - the small 5.5V ARM boards that could run all day would be the perfect candidates to perform the staking task. Of course there won't be fancy user interface with fading out icons just command line, but that's should be OK. There are always trade of between performance/robustness and convenience with software applications. Once I have time I will try to get done the ARM wallet.
|
|
|
|
criptix
Legendary
Offline
Activity: 2464
Merit: 1145
|
 |
June 26, 2014, 10:53:16 PM |
|
Is it possible to have a VeriCoin wallet in a Raspberry Pi? If "yes" is it safe? I'll only use the Raspberry to the VeriCoin Wallet while Staking (less power and I'll be able to shutdown my main computer).
Please explain this....veri interested! I've got some reply in the IRC and yes, it's possible and because it's linux it's safe/secure as it can be because are less virus for linux. They also said that the android wallet it's also an option... so will wait because if the android wallet works ok I can buy a cheap android smartphone just to have my wallet staking.... The raspberry Pi is cheaper than a cheap smartphone but I would have to buy accessories for it and certainly would become more expensive than a smartphone ready to go. How would a smart phone be cheaper than the Raspberry Pi? All you need to access to your Pi an Ethernet cable, connect to your ADSL router and then ssh to the small box. Even cheaper a BeagleBone Black, same ARM core and I prefer it over Raspberry PI, but the two are kind of same. Anyway, I got into this vericoin 1 week ago and since I have been thinking to build a wallet for the ARM boards like Raspberry PI and BeagleBone Black. Now I am checking their source code and will try put together and compile something with gcc-arm-linux-gnueabi. I think using Raspberry PI/BeagleBone Black would really the perfect solution for staking. I am getting tired that the wallet needs to run all day in order to stake - the small 5.5V ARM boards that could run all day would be the perfect candidates to perform the staking task. Of course there won't be fancy user interface with fading out icons just command line, but that's should be OK. There are always trade of between performance/robustness and convenience with software applications. Once I have time I will try to get done the ARM wallet. hello, the process of staking is not only for creating interest but also for running and securing the network  but nevertheless there was one feature called VeriBank planned. i think thats something like a online wallet where you can stake your coins, i think exactly the feature you want (no open wallet running 24 h). also a raspberry pi cost around 30+, a smartphone 50+.
|
|
|
|
zsp
|
 |
June 26, 2014, 10:55:58 PM |
|
Is it possible to have a VeriCoin wallet in a Raspberry Pi? If "yes" is it safe? I'll only use the Raspberry to the VeriCoin Wallet while Staking (less power and I'll be able to shutdown my main computer).
Please explain this....veri interested! I've got some reply in the IRC and yes, it's possible and because it's linux it's safe/secure as it can be because are less virus for linux. They also said that the android wallet it's also an option... so will wait because if the android wallet works ok I can buy a cheap android smartphone just to have my wallet staking.... The raspberry Pi is cheaper than a cheap smartphone but I would have to buy accessories for it and certainly would become more expensive than a smartphone ready to go. How would a smart phone be cheaper than the Raspberry Pi? All you need to access to your Pi an Ethernet cable, connect to your ADSL router and then ssh to the small box. Even cheaper a BeagleBone Black, same ARM core and I prefer it over Raspberry PI, but the two are kind of same. Anyway, I got into this vericoin 1 week ago and since I have been thinking to build a wallet for the ARM boards like Raspberry PI and BeagleBone Black. Now I am checking their source code and will try put together and compile something with gcc-arm-linux-gnueabi. I think using Raspberry PI/BeagleBone Black would really the perfect solution for staking. I am getting tired that the wallet needs to run all day in order to stake - the small 5.5V ARM boards that could run all day would be the perfect candidates to perform the staking task. Of course there won't be fancy user interface with fading out icons just command line, but that's should be OK. There are always trade of between performance/robustness and convenience with software applications. Once I have time I will try to get done the ARM wallet. Btw, I am not experienced in Android development, but as far as I know it is not suitable for such applications like the 24/7 staking wallet. I am sure applications can run as a background process in Android, but perhaps not such intensive cryptography tasks, but again I am not sure, an Android developer would know that. As guys above pointed it out quite rightly the small ARM board are the really perfect tools for teh network enabled staking.
|
|
|
|
bit-coin.pt
Full Member
 
Offline
Activity: 154
Merit: 100
bit-coin.pt - A divulgar a Bitcoin em Portugal
|
 |
June 26, 2014, 10:57:04 PM |
|
#VeriCoin Google Hangout at 9:30 PM EST on 6/26! #VRC
No link available yet - Still awaiting -
|
Bit-Coin.pt - A divulgar a Bitcoin em Portugal - Ajuda o projecto com donativos para 18brXUnsJEXmmEwuwdf7QfkfwQY341492f
|
|
|
zsp
|
 |
June 26, 2014, 11:05:17 PM |
|
Is it possible to have a VeriCoin wallet in a Raspberry Pi? If "yes" is it safe? I'll only use the Raspberry to the VeriCoin Wallet while Staking (less power and I'll be able to shutdown my main computer).
Please explain this....veri interested! I've got some reply in the IRC and yes, it's possible and because it's linux it's safe/secure as it can be because are less virus for linux. They also said that the android wallet it's also an option... so will wait because if the android wallet works ok I can buy a cheap android smartphone just to have my wallet staking.... The raspberry Pi is cheaper than a cheap smartphone but I would have to buy accessories for it and certainly would become more expensive than a smartphone ready to go. How would a smart phone be cheaper than the Raspberry Pi? All you need to access to your Pi an Ethernet cable, connect to your ADSL router and then ssh to the small box. Even cheaper a BeagleBone Black, same ARM core and I prefer it over Raspberry PI, but the two are kind of same. Anyway, I got into this vericoin 1 week ago and since I have been thinking to build a wallet for the ARM boards like Raspberry PI and BeagleBone Black. Now I am checking their source code and will try put together and compile something with gcc-arm-linux-gnueabi. I think using Raspberry PI/BeagleBone Black would really the perfect solution for staking. I am getting tired that the wallet needs to run all day in order to stake - the small 5.5V ARM boards that could run all day would be the perfect candidates to perform the staking task. Of course there won't be fancy user interface with fading out icons just command line, but that's should be OK. There are always trade of between performance/robustness and convenience with software applications. Once I have time I will try to get done the ARM wallet. hello, the process of staking is not only for creating interest but also for running and securing the network  but nevertheless there was one feature called VeriBank planned. i think thats something like a online wallet where you can stake your coins, i think exactly the feature you want (no open wallet running 24 h). also a raspberry pi cost around 30+, a smartphone 50+. Yes, I assumed that it must do some networking :-)) but as I said I am checking the source code to figure out whether it is feasible to implement it on an ARM board. About the cost, please, we are talking about wallet for alt coin, so £30.00 is really the cost here? I spent today to try get my head around the P&D shit £400.00 worth time :-)) not to mention that people are investing many BTCs, to have a secure and dedicated £30.00 small box shouldn't be an issue for any VRC holder. I am not sure about the VeriBank. It's matter of preference, and personally I would prefer to keep my coins next to my router in a secure ARM box that makes an encrypted network backup every day than left my coins with a third party service provider. But that's just my preference. My wife left me (fortunately actually), so at least I could hug my ARM board wallet if I keep the coins in that :-)))
|
|
|
|
criptix
Legendary
Offline
Activity: 2464
Merit: 1145
|
 |
June 26, 2014, 11:18:56 PM |
|
Is it possible to have a VeriCoin wallet in a Raspberry Pi? If "yes" is it safe? I'll only use the Raspberry to the VeriCoin Wallet while Staking (less power and I'll be able to shutdown my main computer).
Please explain this....veri interested! I've got some reply in the IRC and yes, it's possible and because it's linux it's safe/secure as it can be because are less virus for linux. They also said that the android wallet it's also an option... so will wait because if the android wallet works ok I can buy a cheap android smartphone just to have my wallet staking.... The raspberry Pi is cheaper than a cheap smartphone but I would have to buy accessories for it and certainly would become more expensive than a smartphone ready to go. How would a smart phone be cheaper than the Raspberry Pi? All you need to access to your Pi an Ethernet cable, connect to your ADSL router and then ssh to the small box. Even cheaper a BeagleBone Black, same ARM core and I prefer it over Raspberry PI, but the two are kind of same. Anyway, I got into this vericoin 1 week ago and since I have been thinking to build a wallet for the ARM boards like Raspberry PI and BeagleBone Black. Now I am checking their source code and will try put together and compile something with gcc-arm-linux-gnueabi. I think using Raspberry PI/BeagleBone Black would really the perfect solution for staking. I am getting tired that the wallet needs to run all day in order to stake - the small 5.5V ARM boards that could run all day would be the perfect candidates to perform the staking task. Of course there won't be fancy user interface with fading out icons just command line, but that's should be OK. There are always trade of between performance/robustness and convenience with software applications. Once I have time I will try to get done the ARM wallet. hello, the process of staking is not only for creating interest but also for running and securing the network  but nevertheless there was one feature called VeriBank planned. i think thats something like a online wallet where you can stake your coins, i think exactly the feature you want (no open wallet running 24 h). also a raspberry pi cost around 30+, a smartphone 50+. Yes, I assumed that it must do some networking :-)) but as I said I am checking the source code to figure out whether it is feasible to implement it on an ARM board. About the cost, please, we are talking about wallet for alt coin, so £30.00 is really the cost here? I spent today to try get my head around the P&D shit £400.00 worth time :-)) not to mention that people are investing many BTCs, to have a secure and dedicated £30.00 small box shouldn't be an issue for any VRC holder. I am not sure about the VeriBank. It's matter of preference, and personally I would prefer to keep my coins next to my router in a secure ARM box that makes an encrypted network backup every day than left my coins with a third party service provider. But that's just my preference. My wife left me (fortunately actually), so at least I could hug my ARM board wallet if I keep the coins in that :-))) sure i agree, a dedicated device like a raspberry pi would be ideal for for the wallet  it was just from the perspective of non-tech people and for a easier access to vericoin staking without using a pc. a smartphone would be a way easier solution for them i think (especially if a majority of people living in an industry nation already have a smartphone).
|
|
|
|
zsp
|
 |
June 26, 2014, 11:19:16 PM |
|
Is it possible to have a VeriCoin wallet in a Raspberry Pi? If "yes" is it safe? I'll only use the Raspberry to the VeriCoin Wallet while Staking (less power and I'll be able to shutdown my main computer).
Please explain this....veri interested! I've got some reply in the IRC and yes, it's possible and because it's linux it's safe/secure as it can be because are less virus for linux. They also said that the android wallet it's also an option... so will wait because if the android wallet works ok I can buy a cheap android smartphone just to have my wallet staking.... The raspberry Pi is cheaper than a cheap smartphone but I would have to buy accessories for it and certainly would become more expensive than a smartphone ready to go. How would a smart phone be cheaper than the Raspberry Pi? All you need to access to your Pi an Ethernet cable, connect to your ADSL router and then ssh to the small box. Even cheaper a BeagleBone Black, same ARM core and I prefer it over Raspberry PI, but the two are kind of same. Anyway, I got into this vericoin 1 week ago and since I have been thinking to build a wallet for the ARM boards like Raspberry PI and BeagleBone Black. Now I am checking their source code and will try put together and compile something with gcc-arm-linux-gnueabi. I think using Raspberry PI/BeagleBone Black would really the perfect solution for staking. I am getting tired that the wallet needs to run all day in order to stake - the small 5.5V ARM boards that could run all day would be the perfect candidates to perform the staking task. Of course there won't be fancy user interface with fading out icons just command line, but that's should be OK. There are always trade of between performance/robustness and convenience with software applications. Once I have time I will try to get done the ARM wallet. hello, the process of staking is not only for creating interest but also for running and securing the network  but nevertheless there was one feature called VeriBank planned. i think thats something like a online wallet where you can stake your coins, i think exactly the feature you want (no open wallet running 24 h). also a raspberry pi cost around 30+, a smartphone 50+. Yes, I assumed that it must do some networking :-)) but as I said I am checking the source code to figure out whether it is feasible to implement it on an ARM board. About the cost, please, we are talking about wallet for alt coin, so £30.00 is really the cost here? I spent today to try get my head around the P&D shit £400.00 worth time :-)) not to mention that people are investing many BTCs, to have a secure and dedicated £30.00 small box shouldn't be an issue for any VRC holder. I am not sure about the VeriBank. It's matter of preference, and personally I would prefer to keep my coins next to my router in a secure ARM box that makes an encrypted network backup every day than left my coins with a third party service provider. But that's just my preference. My wife left me (fortunately actually), so at least I could hug my ARM board wallet if I keep the coins in that :-))) Anyway, I think if the devs aim to build an ecosystem around their coins a hardware is always a good marketing vehicle. USB sticks, smart cards, payment terminals, etc. Non of them very difficult to get done, these days are tons off application references from MCU manufacturers, but it could create lots of interests and news. How cool it would be the have a VeriCoin retail payment terminal? This is really not rocket science a graduate engineer should be able to put it together ... especially that in this alt coint world no regulatory requirements to comply with :-)))
|
|
|
|
zsp
|
 |
June 26, 2014, 11:26:31 PM |
|
Is it possible to have a VeriCoin wallet in a Raspberry Pi? If "yes" is it safe? I'll only use the Raspberry to the VeriCoin Wallet while Staking (less power and I'll be able to shutdown my main computer).
Please explain this....veri interested! I've got some reply in the IRC and yes, it's possible and because it's linux it's safe/secure as it can be because are less virus for linux. They also said that the android wallet it's also an option... so will wait because if the android wallet works ok I can buy a cheap android smartphone just to have my wallet staking.... The raspberry Pi is cheaper than a cheap smartphone but I would have to buy accessories for it and certainly would become more expensive than a smartphone ready to go. How would a smart phone be cheaper than the Raspberry Pi? All you need to access to your Pi an Ethernet cable, connect to your ADSL router and then ssh to the small box. Even cheaper a BeagleBone Black, same ARM core and I prefer it over Raspberry PI, but the two are kind of same. Anyway, I got into this vericoin 1 week ago and since I have been thinking to build a wallet for the ARM boards like Raspberry PI and BeagleBone Black. Now I am checking their source code and will try put together and compile something with gcc-arm-linux-gnueabi. I think using Raspberry PI/BeagleBone Black would really the perfect solution for staking. I am getting tired that the wallet needs to run all day in order to stake - the small 5.5V ARM boards that could run all day would be the perfect candidates to perform the staking task. Of course there won't be fancy user interface with fading out icons just command line, but that's should be OK. There are always trade of between performance/robustness and convenience with software applications. Once I have time I will try to get done the ARM wallet. hello, the process of staking is not only for creating interest but also for running and securing the network  but nevertheless there was one feature called VeriBank planned. i think thats something like a online wallet where you can stake your coins, i think exactly the feature you want (no open wallet running 24 h). also a raspberry pi cost around 30+, a smartphone 50+. Yes, I assumed that it must do some networking :-)) but as I said I am checking the source code to figure out whether it is feasible to implement it on an ARM board. About the cost, please, we are talking about wallet for alt coin, so £30.00 is really the cost here? I spent today to try get my head around the P&D shit £400.00 worth time :-)) not to mention that people are investing many BTCs, to have a secure and dedicated £30.00 small box shouldn't be an issue for any VRC holder. I am not sure about the VeriBank. It's matter of preference, and personally I would prefer to keep my coins next to my router in a secure ARM box that makes an encrypted network backup every day than left my coins with a third party service provider. But that's just my preference. My wife left me (fortunately actually), so at least I could hug my ARM board wallet if I keep the coins in that :-))) sure i agree, a dedicated device like a raspberry pi would be ideal for for the wallet  it was just from the perspective of non-tech people and for a easier access to vericoin staking without using a pc. a smartphone would be a way easier solution for them i think (especially if a majority of people living in an industry nation already have a smartphone). Yes, you are absolutely right, the smart phone could be good for wallet and I can't deny that this is the logical choice for most of people. Not for me, because a) I always lost it b) if I manage not to loose it then when I travel exotic places like North-London 2-3 guys beat the crap out of me and take my smart phone. So I would prefer to keep my wallet next to my router in an ARM board with 2-step authentication and daily encrypted backup to a network drive - just in case if I loose the smart phone.
|
|
|
|
pnosker
|
 |
June 26, 2014, 11:55:34 PM Last edit: June 27, 2014, 09:59:16 PM by pnosker |
|
I have posted to the VeriCoin website ( http://www.vericoin.info/community.html) our intention and special donation addresses that will go to fund incedental PR activity. Joel Bosch, a VeriCoin investor, has sponsored Bristol PR to provide us with public relations. The devs are in communication with the PR team and the donation was with no strings attached. Bristol PR has agreed to accept 12.5% of the payment directly in VeriCoin (which is awesome!). Anyway, we think this project will pay dividends and our cost is significantly lower than that of other coins PR activities. We are raising funds for incidental expenses related to PR including the creation of a media kit, funding events (including one at the NYC Bitcoin Center), and the like. Please help us with this initiative. We are looking at around 8 BTC in donations per month to cover this cost. Progress can be measured by checking the BTC and VRC block chains using the addresses: BTC: 1FQtDWQYKStc1r8zhnutfgseWVubsHvzWg and VRC: VDW8YSZCBh7Gwv65GqrhYjgCftCtq83TUW. For transparency purposes, we will be uploading all invoices and receipts related to this task so the community can see that it was utilized properly and in the interest of VeriCoin.
|
Support the VeriFund Endowment. VRC: VFEndownxxnHea9mv59kZx8c7TysGbndYx
|
|
|
Amalgamus
|
 |
June 27, 2014, 12:00:05 AM |
|
I have the feeling vericoin is ripe for going on the rampage again. (Sorry if the expression is not correct. My english is a bit rusty.)
|
|
|
|
karolina
|
 |
June 27, 2014, 12:05:40 AM |
|
I have the feeling vericoin is ripe for going on the rampage again. (Sorry if the expression is not correct. My english is a bit rusty.)
It sure looks like it. I'm itching to make another big buy...... Edit: Done.
|
|
|
|
Amalgamus
|
 |
June 27, 2014, 12:17:39 AM |
|
I have the feeling vericoin is ripe for going on the rampage again. (Sorry if the expression is not correct. My english is a bit rusty.)
It sure looks like it. I'm itching to make another big buy...... I am expecting some money to come shortly and would like the price to stay steady or even go down a little. But i am afraid when I get the cash to buy bitcoins then vrc it will be too late. If I had the bitcoins now, i wouldn't think twice. But you are more reasonable than I am. You buy faster than I can write. You are like me ;-)
|
|
|
|
karolina
|
 |
June 27, 2014, 12:19:53 AM |
|
I have the feeling vericoin is ripe for going on the rampage again. (Sorry if the expression is not correct. My english is a bit rusty.)
It sure looks like it. I'm itching to make another big buy...... I am expecting some money to come shortly and would like the price to stay steady or even go down a little. But i am afraid when I get the cash to buy bitcoins then vrc it will be too late. If I had the bitcoins now, i wouldn't think twice. But you are more reasonable than I am. I I just grabbed 23,000 VRC, but I'm still tempted to buy more lol. Might be a good idea to sell a few thousand LTC for VRC.
|
|
|
|
Crindon
|
 |
June 27, 2014, 12:23:10 AM |
|
How long til 250,000 satoshis?
August 2014?
September 2014?
October 2014?
|
|
|
|
Amalgamus
|
 |
June 27, 2014, 12:27:04 AM |
|
I have the feeling vericoin is ripe for going on the rampage again. (Sorry if the expression is not correct. My english is a bit rusty.)
It sure looks like it. I'm itching to make another big buy...... I am expecting some money to come shortly and would like the price to stay steady or even go down a little. But i am afraid when I get the cash to buy bitcoins then vrc it will be too late. If I had the bitcoins now, i wouldn't think twice. But you are more reasonable than I am. I I just grabbed 23,000 VRC, but I'm still tempted to buy more lol. Might be a good idea to sell a few thousand LTC for VRC. If it was my money I would do it. Just saying! Don't see that as a recommandation.
|
|
|
|
lootz
Legendary
Offline
Activity: 806
Merit: 1000
|
 |
June 27, 2014, 01:02:40 AM |
|
I have the feeling vericoin is ripe for going on the rampage again. (Sorry if the expression is not correct. My english is a bit rusty.)
It sure looks like it. I'm itching to make another big buy...... I am expecting some money to come shortly and would like the price to stay steady or even go down a little. But i am afraid when I get the cash to buy bitcoins then vrc it will be too late. If I had the bitcoins now, i wouldn't think twice. But you are more reasonable than I am. I I just grabbed 23,000 VRC, but I'm still tempted to buy more lol. Might be a good idea to sell a few thousand LTC for VRC. LTC is dead ...... I mean where is the innovation ? Where is charlie lee and why is his team not doing something innovative... any thats my 2 cents
|
|
|
|
|