Bitcoin Forum
September 27, 2025, 02:54:48 AM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] KZ CASH - First regional cryptocurrency in Kazakhstan on: February 09, 2018, 12:11:07 PM

Does anyone still receive MN rewards for kzcash? I haven't had a reward since Jan 31st. My MN (linux) show enabled and sentinel is working.

Dev, can you please take a look? Thank you!

2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SKELR] SkeletonRevive - Masternodes Swap on: November 16, 2017, 02:51:57 AM


Thank you
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SKELR] SkeletonRevive - Masternodes Swap on: November 15, 2017, 12:35:37 PM
Dev,

Please post directions on how to setup masternode on linux VPS. Thank you!
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]INNOVA - when security is the main focus. ASIC resistance. Neoscrypt coin. on: November 08, 2017, 02:42:58 AM
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=<Your Masternode Private Key>

# 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 <Your txid>

# 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
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]INNOVA - when security is the main focus. ASIC resistance. Neoscrypt coin. on: November 08, 2017, 02:23:39 AM
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=<Your Masternode Private Key>

# 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 <Your txid>

# 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
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]INNOVA - when security is the main focus. ASIC resistance. Neoscrypt coin. on: November 07, 2017, 11:40:15 PM
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=<Your Masternode Private Key>

# 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 <Your txid>

# 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'
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]INNOVA - when security is the main focus. ASIC resistance. Neoscrypt coin. on: November 02, 2017, 01:30:04 PM
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=<Your Masternode Private Key>

# 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 <Your txid>

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

Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!