Pages:
Author

Topic: [ANN]INNOVA - We strive for innovation and adoption! | Hybrid Tribus coin - page 92. (Read 154440 times)

full member
Activity: 279
Merit: 100
Guys! Hope you are doing well! I really like this project!
hero member
Activity: 770
Merit: 501
@BitcoinStuff

Sorry for probably missing this information, but can you clarify what Yobit's listing plan was chosen?
Exclusive or premium?


 Grin Sorry, my fault. Just found out that payment for Cryptopia have been made.

Great job!

Thank you.
hero member
Activity: 1974
Merit: 856
I'd like to see the project moving forward and a few questions about it: On your roadmap you mention "in 2 weeks". Do you update that regularly? It would probably be better to mention "December" or "1st Quarter 2018".
Also what about a coinmarketcap listing? That would be another important step for this coin.
member
Activity: 70
Merit: 10
do you have referral program for social media?
full member
Activity: 279
Merit: 100
member
Activity: 163
Merit: 10
newbie
Activity: 21
Merit: 0
when the ico starts?

Read more carefully before asking a question pleaseeee
member
Activity: 70
Merit: 10
when the ico starts?
full member
Activity: 234
Merit: 120
idea is good. the team is very strong!
member
Activity: 280
Merit: 10
Does anyone can explain me next thing: network hash sometimes rises x5-x10. I understand that it's ISIC resistant but it seemes that it can do nothing with Nicehash or something alike. Sometimes Altminer can't find any blocks within 1.5 hours! It's strange cause this coin isn't listed in coinmarket/whattomine etc. So in fact it's difficult to find out its profit per day.
Is it possible to do something with this?
full member
Activity: 234
Merit: 120
I wish the team all the best and I would be joining the social media campaign soon.
full member
Activity: 294
Merit: 102
So what i see, is bunch of idiots who FUD and trying to make coin cheaper. 3-4 people or mb even 1
Bahaha yep! Plus a good amount of either bots or just downright idiots trying to throw their money at something for an ICO that doesnt exist.

I wish you could separate the regular coin posts versus tokens these days... Guess its not a thing though
full member
Activity: 193
Merit: 100
So what i see, is bunch of idiots who FUD and trying to make coin cheaper. 3-4 people or mb even 1
member
Activity: 260
Merit: 10
Need more information about the upcoming ICO!
member
Activity: 222
Merit: 10
And on which exchanges this is coin is?
full member
Activity: 294
Merit: 102
Good luck with the launch and pre-sale.  

Dear sir(edit) or madam, There is no pre-sale.
It is a mineable coin.
Are there like a million bots doing this?
full member
Activity: 279
Merit: 100
Good luck with the launch and pre-sale.  
full member
Activity: 294
Merit: 102


looks like the only thing that's ever been done is the wallet.  and that's just a fork of some other masternode coin.  dev(s), is there something I'm missing?  looks like there should be more here.  it's a new coin, but looks like you haven't done *anything* so far.
Just sold my 1000pcs. I don't think DEV has enough passion on this project.

Wow... You guys see the dev going around in the forum telling us that he is doing stuff to advance the coin right?
Forgive me, but it is quite frustrating for me to see people coming here and telling us that your selling because "the dev hasn't done anything" or "not enough passion"
5 BTC was just paid to Cryptopia, so that sounds like nothing... sure...
If there really isnt "enough passion here" I would encourage you to get empassioned and start coding your own up.

Its cheesey as a mofo but in these types of coins, that literally just launched - its not get rich quick. Its more of a "be the change you want to see in the coin. Think the dev is lazy? then poke him with a stick in DM or on discord.

Yeah, sure its a fork. But most major projects are - such as litecoin, doge, hell any of the top five coins on CMC are https://coinmarketcap.com/ - Outside of eth.
Completely new projects are buggy - this one has a roadmap - masternodes - security.

If you don't like the way development is going, its github, ask for pulls and start coding.
It really cooks my noodle when people complain at devs with coding experience and then say "HAAYYYY DO MORE DEV STUFFFFFF" - specifically if they have none.
I realize Im getting worked up over probably just someone who is a concerned investor, but if you do have any conversation to contribute add it in a productive way. Suggest an improvement, look for flaws, code on the project if you are skilled there.
If not, come up with some ideas. There are tons of ways to help this thing succeed - if you want to do so.

In the mean time, can we keep the FUD off the damn forum

US citizens can't take part in ICO.But will they be able to use the product itself later?  

Please note - THIS IS NOT AN ICO - ITS JUST NOT... I dont know how else to say it...



Edit:
Also please keep in mind that the github showed the commits on 10/29... its only 11/2
newbie
Activity: 7
Merit: 0
Here is how I setup Masternode on Ubuntu VPS. Hope it is helpful

# For Ubuntu 14.04 64-bit VPS. Assumes you have all the latest dependencies installed.
# fyi, I followed vivo linux guide to install dependencies

# download latest code from git
cd ~
git clone https://github.com/innovacoin/innova.git

# Install files
cd ~/innova/
./autogen.sh
./configure --without-gui
make
sudo make install

# start the daemon and let the wallet sync - this may take few minutes. periodically run 'getinfo' command and check 'blocks' parameter.
# That number should be increasing. You can find the current blockcount from block explorer link on page 1
innovad --daemon
innova-cli getinfo

# Get wallet address and masternode private key. Save both keys in a text file for future use
innova-cli getaccountaddress 0
innova-cli masternode genkey
              
# Stop the daemon and edit the .conf file
innova-cli stop
nano ~/.innovacore/innova.conf

# Add the following lines to innova.conf file
masternode=1
masternodeprivkey=

# Restat the daemon. Send exactly 1000 Innova to the wallet address that you saved in the previous step.
# Wait for 15 confirmations. This may take few mintues. Periodically check with 'listtransactions'.
# From 'listtransactions', also find the 'txid' and save it for future use
innovad --daemon
innova-cli getinfo
innova-cli listtransactions

# After 15+ confirmations
innova-cli masternode start

# To confirm if the Masternode is running. Masternode status may show PRE-ENABLED for a short period and then should say ENABLED
innova-cli masternode list | grep

# other commands for status
innova-cli masternode status
innova-cli getwalletinfo

Pages:
Jump to: