Pages:
Author

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

member
Activity: 189
Merit: 10
 I need a job. I can moderate this topic or manage bounty.
newbie
Activity: 47
Merit: 0
where is the bounty thread?
full member
Activity: 224
Merit: 100
IDEX - LIVE Real-time DEX
how about signature campaign for INNOVA?

Signature campaign is one of the good idea to promote INNOVA, if dev decided to start, I wish to join too Smiley
member
Activity: 80
Merit: 10
Please, do more video updates!
newbie
Activity: 109
Merit: 0
how about signature campaign for INNOVA?
full member
Activity: 189
Merit: 100
news about new wallet, because the old wallet don't download all chain.....  Huh
full member
Activity: 308
Merit: 100
Any updates on Coinmarketcap or Cryptopia. I think the 2 of those would be very helpful at this stage. Most of the other milestones seem to be doing great.

I heard they paid fee but that was like a week ago.

Dev, when will we get added? Contact support or ask them on IRC or Discord channel, give us  some info Smiley
Ah I keep checking in blockfolio and coinmarketcap, but didn't know the price was so good up until now. Coins are doing pretty well already on the markets that are in the ANN, so it should be getting miles better when it's actually visible on coinmarketcap Smiley
newbie
Activity: 28
Merit: 1
Can any one tell me plz how many coins have been already locked by masternodes at this moment?

According to mnrank.com right now it's 19.83%

i see, thx, didn't know that site, have marked.
newbie
Activity: 40
Merit: 0
Can any one tell me plz how many coins have been already locked by masternodes at this moment?

According to mnrank.com right now it's 19.83%
newbie
Activity: 28
Merit: 1
Can any one tell me plz how many coins have been already locked by masternodes at this moment?
sr. member
Activity: 326
Merit: 250
Any updates on Coinmarketcap or Cryptopia. I think the 2 of those would be very helpful at this stage. Most of the other milestones seem to be doing great.

I heard they paid fee but that was like a week ago.

Dev, when will we get added? Contact support or ask them on IRC or Discord channel, give us  some info Smiley
full member
Activity: 294
Merit: 102
I want to buy more INN but the price is so high those days. I will just wait and hope I can have the opportunity to buy 1000 more.

Honestly, I think its not going to go any lower - Seriously on a rocket upwards right now - may want to get on that
full member
Activity: 210
Merit: 100
Any updates on Coinmarketcap or Cryptopia. I think the 2 of those would be very helpful at this stage. Most of the other milestones seem to be doing great.
full member
Activity: 448
Merit: 104
If you are interested in Urdu translation plz tell me as so many members from Pakistan want Urdu translation to be there as well for Ann thread.
jr. member
Activity: 178
Merit: 2
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



Hi,

I'm getting an error when executing ./autogen.sh;
It's responding this: ./autogen.sh: 9: ./autogen.sh: autoreconf: not found

If anyone can help it's much appreciated

EDIT: solved by executing apt-get dh-autoreconf

Hello. You have to install the dependencies. https://github.com/innovacoin/innova/blob/master/doc/build-unix.md#dependency-build-instructions-ubuntu--debian

Thanks, that got me past that part, but now when I get to this part:  

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

after I do the ./configure --without-gui everything is fine but then when i  execute "sudo make install" it says "No rule to make target 'install'. Stop."
Clearly I am not super familiar with linux and its probably another dependency, so all the help is certainly appreciated!

EDIT: also, at the end of the ./configure command it says this: "configure: Error: pkg-config not found."  

If that is helpful
full member
Activity: 630
Merit: 103
Been stuck here for 2 days now. Anybody got other new nodes?
sr. member
Activity: 333
Merit: 250
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



Hi,

I'm getting an error when executing ./autogen.sh;
It's responding this: ./autogen.sh: 9: ./autogen.sh: autoreconf: not found

If anyone can help it's much appreciated

EDIT: solved by executing apt-get dh-autoreconf

Hello. You have to install the dependencies. https://github.com/innovacoin/innova/blob/master/doc/build-unix.md#dependency-build-instructions-ubuntu--debian
hero member
Activity: 1974
Merit: 856
"No such file or directory at /usr/share/autoconf/autom4te/fileUtils.pm line 326
Autoreconf: failed to run aclocal: no such file or directory

Am I doing something wrong?

EDIT:  as noted above, someone else had the same issue and used "apt-get dh-autoreconf" but when I type that it says: "invalid operation autoreconf"

Any help is greatly appreciated
Have you tried: http://ask.xmodulo.com/fix-failed-to-run-aclocal.html
If I remember correctly I had the same error and it was fixed by installing a missing package.
sr. member
Activity: 336
Merit: 250
Would you be willing to buy a sealed bonnet car?
Hello INNOVA team,

I'm happy to announce that your coin has been listed to ItalYiiMP 2.0 for mining,

to get paid in INN just set c=INN as password in your configuration.

visit italyiimp.com.

best regards.

bitfawkes
jr. member
Activity: 178
Merit: 2
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



Think you could help me out?  I installed all the dependencies, but when I type ./autogen.sh it says

"No such file or directory at /usr/share/autoconf/autom4te/fileUtils.pm line 326
Autoreconf: failed to run aclocal: no such file or directory

Am I doing something wrong?

EDIT:  as noted above, someone else had the same issue and used "apt-get dh-autoreconf" but when I type that it says: "invalid operation autoreconf"

Any help is greatly appreciated
Pages:
Jump to: