Pages:
Author

Topic: [ANN][VOT]: VoteCoin - a new era of anonymous crypto democracy - page 60. (Read 78590 times)

newbie
Activity: 21
Merit: 0
Good afternoon, developers!
Are there any news? How the project is progressing, what has been done?
You forgot about your users?  Cry
sr. member
Activity: 543
Merit: 250
Did you make a decision yet about the Votecoin GUI wallet? Have been out of the loop for some time now.
full member
Activity: 392
Merit: 105
I don't see any future of this coin because it we use crypto for voting then one person can vote many time with many different wallet address.
thank you

On Eurovision they seem to vote from mobile, for money, but you can have as many mobile / sim / voices as you like. That is, for projects where voting takes place in the format of obtaining cash benefits for the show or something else, this type of voting using coins and purses is even more suitable in view of less time spent for the voters. In fact, no matter how many people supported, the main thing is how much money was received. And for voting at the political level, it will naturally be necessary to develop the idea substantially.
member
Activity: 109
Merit: 10
I'd still select bitcoin as a long term investment since i believe bitcoin is crypto which has the highest price among other types of crypto I say this is because bitcoin is an image for any crypto which is right from the start so far bitcoin nevertheless exhibits its existence because ht best crypto and the most choices for investors who want to invest dikripto. a forecaster states bitcoin continuously increase its price by the end of the entire year. and eth is going to be only a 2nd alternative choice of traders for expense dikripto so I believe you need to much better select bitcoin for long-phrase expense.e

It depends on whether you want a functional coin that has value that is not necessarily linked with BTC. It is not certain that BTC will be the highest increase in value as a percentage since its market cap is already high. An altcoin can easily get a 1000% improvement in value. Perhaps it is better to keep value separate from function.

If you used RSK with bitcoin you would get the association with Bitcoin value and the functionality of smart contracts
member
Activity: 109
Merit: 10
My thoughts !

If you wanted to make a really great voting coin, but you wanted to avoid Ethereum (because value and function have been conflated) you should implement Rootstock off the side of an independent coin, which has value, but not necessarily tied to Ethereum or some other large coin.

Let the market decide what value it has (one vote for VOT) but give it better technology to represent the voting functionality (Rootstock like technology)

Anyone care to dance ?
full member
Activity: 392
Merit: 105
Any information about the new exchange?
In general, there is little communication in this topic, no one supports interest in the crypto community.
member
Activity: 134
Merit: 10
Any information about the new exchange?
full member
Activity: 305
Merit: 100
full member
Activity: 392
Merit: 105
It has been little over 2 weeks from the end of the ICO. We spent some time trying to get VOT to exchanges, some time recruiting more work force and now we have finally jumped on development. We collected only fraction of the necessary funds during ICO and we did NOT reach our milestone for GUI Wallet. But we want to continue on this project, since we are convinced that the idea of using VoteCoin for public voting, crowd funding and opinion surveys has big potential. Unfortunately due to lack in financing, things may go little bit slower.

We agree with your suggestions that our top priority should be VoteCoin GUI Wallet now.

There are several possible ways to go:

1) The Quick way - we can fork or extend some existing software, such as https://github.com/zencashio/eleos and release it as VOT Wallet. We're not willing to go this way, since such wallet brings no new features to VoteCoin. We prefer to focus on developing our own software. But if there is a community member who wants to try this, we will surely support that effort by providing links from our website to such fork.

2) The Satisfactory way - we can develop a solution to provide some sort of GUI on top of the text-mode wallet. Technically, you would still need to run the text-mode wallet as you do it now, and at the same time you would be able to access the most common features through your web browser, which would communicate with the textmode wallet. This way we could create appealing GUI wallet in a reasonable time, but this would be a bit uncomfortable and unprofessional. On the other hand, the code implemented for this solution could be mostly reused for our final GUI wallet too, so we may be able to do this within the next few weeks.

3) The Best way - we prefer to continue developing VoteCoin GUI wallet with all the features we want (especially the voting) in Electron, or similar multi-platform framework. Our dev team estimates that this will take few months to be completed and properly tested. We hope to provide such wallet in first quarter of 2018.


Made just swing wallet, like ZEN have, without any special features.
Go at least to few exchanges, it's totally crazy what you still have only 1 exchange and it added VOT by himself.

And after that develop GUI wallet with all the features.

Otherwise by the time you'll release the wallet it will not help VOT to became alive.

We tend to disagree. Listings on exchanges do not ensure whether the coin is alive or dead. Don't get us wrong, we would like VOT to be listed on as many exchanges as possible. We did our best to get VOT listed at several exchanges (small and big ones). But please understand that it is not our decision not to be listed, it relies solely on exchange decision which coin they list! Show us other coins that started from scratch, are 1 month old and already have listings on major exchanges.

For example look what happened to Bitcoinz. After listing on C-cex price went down from 150 sat to 11 sat. This shows, that listing on multiple exchanges will not help coin to grow. What will help to grow value of the coin is finished product which users will use. Once we have finished product, people will start using it, creating demand for VOT and this is the time when exchanges will start listing VOT. To be honest, without working product we seriously doubt any major exchange would list VOT.

And we are working hard to have our product (wallet with voting feature) finished as soon as possible.
I agree with you about the product. Without normal ideas and the finished product on any exchange, the maximum that can be worn on a few UPS and oblivion. The current rate leaves no choice to the participants of the ICO. To wait, to hope and to believe.
full member
Activity: 265
Merit: 105
Anybody knows what has happened with oficial VOT pool? It's offline already more than 2 and half hour. There is no any notice about maintenanse on the pool
The official pool had a problem with VoteCoin process, there was an unexpected segmentation fault.
We've restarted it, and it's loading for some time now. We estimate it will be online in 30 minutes.
Please be patiend, and use some different pool in the mean time, list of pools is at the website
and also in the first post of this thread.
full member
Activity: 346
Merit: 101
Hi, I edit my (vot.bat) file, if someone want do the same only check this 3 parameters, just right click over "vot.bat" and edit file...


Code:
if "%1" == "status" (
   votecoin-cli z_getoperationresult
   votecoin-cli getinfo
   goto exit
)


if "%1" == "totals" (
   votecoin-cli z_gettotalbalance
   votecoin-cli listaddressgroupings
   goto exit
)

if "%1" == "key" (
   votecoin-cli dumpprivkey %2  
   goto exit
)


:help

   echo ""
   echo "Helper script to make VoteCoin operations easier"
   echo "Supported syntax:"
   echo ""
   echo "   $0 addr"
   echo "   $0 zaddr"
   echo "   $0 send FROM TO AMOUNT"
   echo "   $0 status"
   echo "   $0 totals"
   echo "   $0 key WALLET"
   goto exit

:exit


Nou you can "remember" your wallet address with "vot.bat totals" and get more info with "vot.bat status"

Also you can print Privkey with "vot.bat key WALLETADDRESS", you need too use your WalletAddress here...

enjoy it.
member
Activity: 183
Merit: 10
Cryptobiosis
Anybody knows what has happened with oficial VOT pool? It's offline already more than 2 and half hour. There is no any notice about maintenanse on the pool

The site is complety not updating, all the mined block confirmations are also not updating. What's going on?

No problem i think. You can mine at http://vot.nibirupool.com and have perfect mining experience. All we waiting when devels fix problems with pool.
PS: You can use ssl connection with claymore for better privacy. (and fee Smiley)
full member
Activity: 490
Merit: 100
Anybody knows what has happened with oficial VOT pool? It's offline already more than 2 and half hour. There is no any notice about maintenanse on the pool

The site is complety not updating, all the mined block confirmations are also not updating. What's going on?
sr. member
Activity: 1042
Merit: 328
SIGNATURE CREATION by uralcryptocoin
Anybody knows what has happened with oficial VOT pool? It's offline already more than 2 and half hour. There is no any notice about maintenanse on the pool
full member
Activity: 169
Merit: 100
Proof-of-Stake Blockchain Network
Hello men!I am new right here!Learned about this project from the buddy and loved the concept.It is the very first time I'll assistance a project.Wish you will be easy with my beginner concerns! Cheers!

Hello.
Come to Telegram group https://t.me/vote_coin.
newbie
Activity: 21
Merit: 0
Good day, dear developers! Take me in your team, I will promote and advertising VOT. That would be constantly stir the interest of the community that people would be constantly talking about us. Woo I have the access to famous Russian bloggers who can tell you about the coin. If interested write to [email protected]
full member
Activity: 169
Merit: 100
Proof-of-Stake Blockchain Network
And we are working hard to have our product (wallet with voting feature) finished as soon as possible.
You cannot go to the moon after product will done if you dont do any advertising and strong dialog with the community while development.
As advertising I meen an announcement your development here on bittalk step by step. And only invoke to be patient dont build it!

There are many perspective coins where no final product at this moment but they have strong community support because devs show their gradual steps how coin will be evolve. Look at iEx.ec (RLC). Devs annonce working product only at 2018 but coin is on head exchanges traded by 8000sats.
 
I read news about coins that have(will have) vote features really often. Some of them on Ether by the way. VoteCoin idea is actual now and VOT can get lost among them without strong and huge community. And how to build it I described early.

I see devs are professionals and belive VOT will be polular coin and service.
Ctd
newbie
Activity: 71
Merit: 0
Join my small pool Wink
http://votecoin.catspool.org/
It's easy to get votecoin blocks so you will have fast and stable payments
Fee 0.2%
member
Activity: 109
Merit: 10
Any interest principles in here applicable to VOT

How to Write an Ethereum Election Smart Contract https://www.youtube.com/watch?v=AItPWZ63_mw
member
Activity: 109
Merit: 10
It's too early to talk about serious exchanges, and worthless to try get there for money, when it can be done for free, having a decent product and a large community.

I agree
Pages:
Jump to: