Pages:
Author

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

member
Activity: 728
Merit: 19
BlockMunch.CLUB has added INNOVA to it's Multi-Pool!  Only 0.25% Fee's!
0% fee until 11/14/17!
We are now a Multi-Pool!  We mine the most profitable coin always, and maximize your return!

Choose your payout style.  We pay out in this coin, BTC, and any coin we currently have listed on the pool!

Example Config is Below for INNOVA Pay:
Code:
-a neoscrypt -o stratum+tcp://blockmunch.club:4233 -u iGjRTkgzyvEWX9skAC7AKGaYD1ZPuARGmD -p c=INNOVA

Example Config Below for BTC Pay
Code:
-a neoscrypt -o stratum+tcp://blockmunch.club:4233 -u 1JFx3fE462vMsTeYkNK5yvdWeg2wpmxvBD -p c=BTC

Block Explorer Link:
Code:
blockmunch.club/explorer/INNOVA

Peer List:
Code:
blockmunch.club/site/peers?id=1973

Welcome to the Block Munch Club!

newbie
Activity: 134
Merit: 0
hi all,

Are there available plans or news from developers about signature campaigns and / or airdrops for INNOVA community? I dont have rigs, so I really hope that we gonna have those campaigns in the future. If yes, I will join it for sure.

Additionally, we need to be officially listed on coinmarketcap.com.

Thanks.
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



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:  

eeeeeeeeeeeee# 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

It seems you don'tt hve pk-cinfig
apt-get install pkg-config
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



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

how many RAM is necessary to execute make? I've updated my VPs to 1gb and still not possible. Is 2 gb enough?

I have 1GB memory. I setup 2GB swap file. No memory errors yet
newbie
Activity: 46
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



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

how many RAM is necessary to execute make? I've updated my VPs to 1gb and still not possible. Is 2 gb enough?
member
Activity: 167
Merit: 10
wow an interesting project. This coin name related in a famous brand car in Japan, can i ask using this coin to buy innova car?
sr. member
Activity: 326
Merit: 250
https://www.cryptopia.co.nz/Exchange/?market=INN_BTC

INNOVA JUST BEEN ADDED TO CRYPTOPIA!! Great news!!


Keep trading and stacking those masternodes Cheesy



Great project, keep it up!
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



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

Can you try 'sudo apt-get install autoconf'
full member
Activity: 350
Merit: 100
XDNA - Most innovative cryptocurrency in 2018
When add more exchanges?

dev say cryptopia soon.

keep clam
full member
Activity: 210
Merit: 100
When add more exchanges?
member
Activity: 117
Merit: 10
Whoever is throwing 20 gh at this in nicehash and taking it up to 8-10x difficulty is really messing with the block times...  Irresponsible use of nicehash and selfish too, they kick it up to 700 difficulty then leave... then come back when its 100 difficulty again.

Is there really nothing that can be done to stop this?  1 hour block times isn't what innova was designed for.

This is why alts need to retarget difficulty every block
member
Activity: 65
Merit: 11
masternodes are expanding very fast on this coin
full member
Activity: 210
Merit: 100
Hello Everyone!
Dev are you know how many days need for we come to Cryptopia? Many days ago people's say that developers  pay the fee for entering on Cryptopia.
I want to invest in this project but i to much no like use low lvl stocks.
Can you say more or less the data... or something news in what stage we now stay.
Thanks for understanding.

Best regards.


 Hello.
We have paid to Cryptopia and Yobit 6 days ago. They didn’t add us yet. We tried to contact the support but no answer. I think we have to wait a little more, they seem to be busy.
Otherwise we are working with electrum wallets and we hope that it will be ready soon.

Kind Regards.
Thanks Dev. IT would be great to see @Inn on these exchanges, this would also enable small things like BlockFolio etc to work - it all helps. Thanks.
newbie
Activity: 52
Merit: 0
Hello Everyone!
Dev are you know how many days need for we come to Cryptopia? Many days ago people's say that developers  pay the fee for entering on Cryptopia.
I want to invest in this project but i to much no like use low lvl stocks.
Can you say more or less the data... or something news in what stage we now stay.
Thanks for understanding.

Best regards.


 Hello.
We have paid to Cryptopia and Yobit 6 days ago. They didn’t add us yet. We tried to contact the support but no answer. I think we have to wait a little more, they seem to be busy.
Otherwise we are working with electrum wallets and we hope that it will be ready soon.

Kind Regards.


Thanks for answer!  It is good news! I hope devopers resolved this problem in soon. Good luck. And Thanks!
sr. member
Activity: 333
Merit: 250
Hello Everyone!
Dev are you know how many days need for we come to Cryptopia? Many days ago people's say that developers  pay the fee for entering on Cryptopia.
I want to invest in this project but i to much no like use low lvl stocks.
Can you say more or less the data... or something news in what stage we now stay.
Thanks for understanding.

Best regards.


 Hello.
We have paid to Cryptopia and Yobit 6 days ago. They didn’t add us yet. We tried to contact the support but no answer. I think we have to wait a little more, they seem to be busy.
Otherwise we are working with electrum wallets and we hope that it will be ready soon.

Kind Regards.
full member
Activity: 417
Merit: 105
Whoever is throwing 20 gh at this in nicehash and taking it up to 8-10x difficulty is really messing with the block times...  Irresponsible use of nicehash and selfish too, they kick it up to 700 difficulty then leave... then come back when its 100 difficulty again.

Is there really nothing that can be done to stop this?  1 hour block times isn't what innova was designed for.
full member
Activity: 271
Merit: 100
OPEN Platform - Powering Blockchain Acceptance
Quick question: how many coins does a masternode generate per day right now on average?

Because the first page says 20 and the mnrank page says 33.

Thanks in advance.


Aren't those numbers averages anyway? Or can you reliably predict how much a master node generates?

Getting 30 INN (3 10 INN transactions) every 24 hours.

Oh that seems to be a pretty stable number. Master nodes provide you with income from transaction fees right? Shouldn't you MN reward be a bit more volatile with the number of transactions?
newbie
Activity: 52
Merit: 0
Hello Everyone!
Dev are you know how many days need for we come to Cryptopia? Many days ago people's say that developers  pay the fee for entering on Cryptopia.
I want to invest in this project but i to much no like use low lvl stocks.
Can you say more or less the data... or something news in what stage we now stay.
Thanks for understanding.

Best regards.
member
Activity: 177
Merit: 10
Interesting project. What exchanges your token will be listed?
full member
Activity: 234
Merit: 120
 Where are you located? 
Pages:
Jump to: