Bitcoin Forum
May 03, 2024, 04:52:40 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 [71] 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 ... 152 »
  Print  
Author Topic: [ANN]INNOVA - We strive for innovation and adoption! | Hybrid Tribus coin  (Read 154372 times)
wegip
Member
**
Offline Offline

Activity: 188
Merit: 10


View Profile
November 09, 2017, 07:29:23 PM
 #1401

   Hey! make more project news and updates here or on the site maybe
1714711960
Hero Member
*
Offline Offline

Posts: 1714711960

View Profile Personal Message (Offline)

Ignore
1714711960
Reply with quote  #2

1714711960
Report to moderator
BitcoinCleanup.com: Learn why Bitcoin isn't bad for the environment
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714711960
Hero Member
*
Offline Offline

Posts: 1714711960

View Profile Personal Message (Offline)

Ignore
1714711960
Reply with quote  #2

1714711960
Report to moderator
1714711960
Hero Member
*
Offline Offline

Posts: 1714711960

View Profile Personal Message (Offline)

Ignore
1714711960
Reply with quote  #2

1714711960
Report to moderator
Evgenya25
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
November 09, 2017, 08:21:45 PM
 #1402

 Nice to see how active the team is! Post more news! 
Ferminer
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
November 09, 2017, 09:29:51 PM
 #1403

Hello everyone.
We are planning to open shared Masternode Hosting. Masternodes will be divided to 10 or 20 shares.
It is because not everyone can afford to buy a full Masternode. The more Masternodes we have the better it is. What do you think? Do we need this kind of service?

A good idea.

Nikolai_92
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
November 09, 2017, 09:55:21 PM
 #1404

What will be the ico price?
And how to join bounty campaign?
kuola12
Newbie
*
Offline Offline

Activity: 116
Merit: 0


View Profile
November 09, 2017, 10:34:01 PM
 #1405

How to add a signature?
marte1982
Member
**
Offline Offline

Activity: 129
Merit: 10


View Profile
November 09, 2017, 11:22:37 PM
 #1406

DEV please a guide for startup masternode
windows guide
i have open port on firewall
i have error  when start masternode

"status": "Not capable masternode: Could not connect to my ip address

what is the problem?
please a windows guide

vandung_quangtri
Newbie
*
Offline Offline

Activity: 170
Merit: 0


View Profile
November 09, 2017, 11:45:32 PM
 #1407

Do we have signature campaign? thanks
wegip
Member
**
Offline Offline

Activity: 188
Merit: 10


View Profile
November 09, 2017, 11:58:42 PM
 #1408

i can translate white paper in Spanish and Portuguese, if relevant 
aziernest
Hero Member
*****
Offline Offline

Activity: 669
Merit: 520



View Profile
November 10, 2017, 12:26:53 AM
 #1409

tl;dir
anyone mining it with cpu?
any maths / stats / calculations ?

wegip
Member
**
Offline Offline

Activity: 188
Merit: 10


View Profile
November 10, 2017, 12:44:18 AM
 #1410

Is there any mining options?
pmdcp
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile WWW
November 10, 2017, 12:47:27 AM
 #1411

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

Can you please help me? I got the same error and tried your solution but it says "E: Invalid operation dh-autoreconf"
wegip
Member
**
Offline Offline

Activity: 188
Merit: 10


View Profile
November 10, 2017, 01:31:51 AM
 #1412

can you tell, what is the min contribution amount for your project? 0.01 eth? 
cdbvcmg
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
November 10, 2017, 01:36:01 AM
 #1413

how about signature campaigns? thanks dev
hatuey
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile
November 10, 2017, 02:56:12 AM
Last edit: November 10, 2017, 03:23:24 AM by hatuey
 #1414

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


I am stuck @


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


It is saying:

make: *** No rule to make target 'install'.  Stop.

Can anyone help or point out to a guide about running a node remotely? or a propper guide to run two nodes in one wallet on windows using two VPS servers each with their own IP would be greatly appreciated.

I get POSE_BAN on my nodes because they seem to be running out of my local wallet IP rather than the VPS servers and it is causing some mix up here.  It is rather annoying to be following guides for other coins that don't address these details.

Currently I have two VPS servers, for the sake of the argument. Lets call them MN1 and MN2. I will use phony IP numbers to make this as easy to understand as possible for anyone going through this in the future and if possible use whatever help I am offered here to solve their problem.

MN1 has IP: 123.123.123.3
MN2 has IP: 122.122.122.2

Wallet pc IP: 100.100.100.1

the following are my conf files:
Innova.conf
Code:
masternode=1
masternodeprivkey="masternode genkey result goes here without""
externalip=100.100.100.1

masternode.conf
Code:
mn1 123.123.123.3:14520 "masternode genkey result goes here without"" "tx output obtained by typing on debug: masternode outputs" 1
mn2 122.122.122.2:14520 "masternode genkey result goes here without"" "tx output obtained by typing on debug: masternode outputs" 1

Can anyone point out what I am missing?

I have two nodes going online, both showing enabled if I run separate wallets inside the same pc, but I get POSE_BAN when i do that. Running both from the same wallet gives me 1 enabled, and one that remains PRE_ENABLED without ever changing.
lentyna
Full Member
***
Offline Offline

Activity: 280
Merit: 100


View Profile
November 10, 2017, 03:17:52 AM
 #1415

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


I am stuck @


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


It is saying:

make: *** No rule to make target 'install'.  Stop.

Can anyone help or point out to a guide about running a node remotely? or a propper guide to run two nodes in one wallet on windows using two VPS servers each with their own IP would be greatly appreciated.

I get POSE_BAN on my nodes because they seem to be running out of my local wallet IP rather than the VPS servers and it is causing some mix up here.  It is rather annoying to be following guides for other coins that don't address these details.

Did you add swap to your VPS?

hatuey
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile
November 10, 2017, 03:23:58 AM
 #1416

VPS has 4 gb worth of swap space. Typed: FREE and this is what it brought back:
Code:
              total        used        free      shared  buff/cache   available
Mem:         499940       42852       17724        5080      439364      420872
Swap:       5119996       19968     5100028
cdbvcmg
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
November 10, 2017, 03:38:02 AM
 #1417

do you have signature campaign for INNOVA community? thanks
lentyna
Full Member
***
Offline Offline

Activity: 280
Merit: 100


View Profile
November 10, 2017, 03:48:48 AM
 #1418

VPS has 4 gb worth of swap space. Typed: FREE and this is what it brought back:
Code:
              total        used        free      shared  buff/cache   available
Mem:         499940       42852       17724        5080      439364      420872
Swap:       5119996       19968     5100028

These are the steps I did:

# --------------------------
# 1. Install dependencies
# --------------------------
Code:
sudo apt-get -y update && sudo apt-get -y install build-essential libssl-dev libdb++-dev libboost-all-dev libcrypto++-dev libqrencode-dev libminiupnpc-dev libgmp-dev libgmp3-dev autoconf autogen automake libtool autotools-dev pkg-config bsdmainutils software-properties-common libzmq3-dev libminiupnpc-dev libssl-dev libevent-dev

sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev -y

# --------------------------
# 2. Clone repo
# --------------------------
Code:
git clone https://github.com/innovacoin/innova.git

# --------------------------
# 3. Build innova
# --------------------------
Code:
sudo ./autogen.sh
sudo ./configure
sudo make

# --------------------------
# 4. Run innova daemon
# --------------------------
Code:
~/innova/src/innovad -daemon

# --------------------------
# 5. Stop innova daemon
# --------------------------
Code:
~/innova/src/innova-cli stop

# --------------------------
# 6. Edit config file
# --------------------------
Code:
vi ~/.innovacore/innova.conf

Add to file:
Code:
rpcuser=USERNAME
rpcpassword=PASSWORD
rpcallowip=127.0.0.1
listen=1
server=1
daemon=1
staking=0

# --------------------------
# 7. Start innovad
# --------------------------
Code:
~/innova/src/innovad

# --------------------------
# 8. Check last block synced
# --------------------------
Code:
~/innova/src/innova-cli getmininginfo

{
    "blocks" : 19057,
    "currentblocksize" : 0,
    "currentblocktx" : 0,
    "difficulty" : 86981.82878668,
    "blockvalue" : 150000000000,
    "netmhashps" : 1226758.61464298,
    "netstakeweight" : 303434916154333.12500000,
    "errors" : "",
    "pooledtx" : 0,
    "stakeweight" : {
        "minimum" : 0,
        "maximum" : 0,
        "combined" : 0
    },
    "testnet" : false
}

# --------------------------
# 9. On your local Windows innova wallet click Tools->Debug Console and type
# --------------------------
Code:
masternode genkey

Generates masternode private key: MASTERNODE_PRIVATE_KEY

Code:
getaccountaddress INN_MASTERNODE

Generates masternode address: GENERATED_MASTERNODE_ADDRESS

# --------------------------
# 10. Send 1000 INN to the address above and wait for 15 confirmations, Make sure to send 1000.1
# --------------------------


# --------------------------
# 11. Update your innova.conf file on VPS
# --------------------------
Code:
vi ~/.innovacore/innova.conf 

Add to the file:
Code:
rpcuser=USERNAME
rpcpassword=PASSWORD
bind=VPS_IP_ADDRESS:14520
masternode=1
masternodeprivkey=MASTERNODE_PRIVATE_KEY

# --------------------------
# 12. On Windows wallet console TYPE
# --------------------------
Code:
masternode outputs

{
    "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" : "1"
}

# --------------------------
# 13. On Windows edit masternode.conf
# --------------------------

Code:
#LABEL PUBLICIP:PORT MASTERNODEKEY COLLATERALTX INDEX

INN_MASTERNODE VPS_IP_ADDRESS:14520 MASTERNODE_PRIVATE_KEY xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx 1

# --------------------------
# 14. Start your VPS innovad daemon
# --------------------------
Code:
~/innova/src/innovad -daemon

# --------------------------
# 15. Restart your windows wallet
# --------------------------


dvhiph
Newbie
*
Offline Offline

Activity: 43
Merit: 0


View Profile
November 10, 2017, 04:18:32 AM
 #1419

it looks like great project which contains great ideas from developers. I am in. how about signature campaigns?
hatuey
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile
November 10, 2017, 04:28:51 AM
Last edit: November 10, 2017, 04:48:13 AM by hatuey
 #1420

http://
VPS has 4 gb worth of swap space. Typed: FREE and this is what it brought back:
Code:
              total        used        free      shared  buff/cache   available
Mem:         499940       42852       17724        5080      439364      420872
Swap:       5119996       19968     5100028

These are the steps I did:

# --------------------------
# 1. Install dependencies
# --------------------------
Code:
sudo apt-get -y update && sudo apt-get -y install build-essential libssl-dev libdb++-dev libboost-all-dev libcrypto++-dev libqrencode-dev libminiupnpc-dev libgmp-dev libgmp3-dev autoconf autogen automake libtool autotools-dev pkg-config bsdmainutils software-properties-common libzmq3-dev libminiupnpc-dev libssl-dev libevent-dev

sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev -y

# --------------------------
# 2. Clone repo
# --------------------------
Code:
git clone https://github.com/innovacoin/innova.git

# --------------------------
# 3. Build innova
# --------------------------
Code:
sudo ./autogen.sh
sudo ./configure
sudo make

# --------------------------
# 4. Run innova daemon
# --------------------------
Code:
~/innova/src/innovad -daemon

# --------------------------
# 5. Stop innova daemon
# --------------------------
Code:
~/innova/src/innova-cli stop

# --------------------------
# 6. Edit config file
# --------------------------
Code:
vi ~/.innovacore/innova.conf

Add to file:
Code:
rpcuser=USERNAME
rpcpassword=PASSWORD
rpcallowip=127.0.0.1
listen=1
server=1
daemon=1
staking=0

# --------------------------
# 7. Start innovad
# --------------------------
Code:
~/innova/src/innovad

# --------------------------
# 8. Check last block synced
# --------------------------
Code:
~/innova/src/innova-cli getmininginfo

{
    "blocks" : 19057,
    "currentblocksize" : 0,
    "currentblocktx" : 0,
    "difficulty" : 86981.82878668,
    "blockvalue" : 150000000000,
    "netmhashps" : 1226758.61464298,
    "netstakeweight" : 303434916154333.12500000,
    "errors" : "",
    "pooledtx" : 0,
    "stakeweight" : {
        "minimum" : 0,
        "maximum" : 0,
        "combined" : 0
    },
    "testnet" : false
}

# --------------------------
# 9. On your local Windows innova wallet click Tools->Debug Console and type
# --------------------------
Code:
masternode genkey

Generates masternode private key: MASTERNODE_PRIVATE_KEY

Code:
getaccountaddress INN_MASTERNODE

Generates masternode address: GENERATED_MASTERNODE_ADDRESS

# --------------------------
# 10. Send 1000 INN to the address above and wait for 15 confirmations, Make sure to send 1000.1
# --------------------------


# --------------------------
# 11. Update your innova.conf file on VPS
# --------------------------
Code:
vi ~/.innovacore/innova.conf 

Add to the file:
Code:
rpcuser=USERNAME
rpcpassword=PASSWORD
bind=VPS_IP_ADDRESS:14520
masternode=1
masternodeprivkey=MASTERNODE_PRIVATE_KEY

# --------------------------
# 12. On Windows wallet console TYPE
# --------------------------
Code:
masternode outputs

{
    "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" : "1"
}

# --------------------------
# 13. On Windows edit masternode.conf
# --------------------------

Code:
#LABEL PUBLICIP:PORT MASTERNODEKEY COLLATERALTX INDEX

INN_MASTERNODE VPS_IP_ADDRESS:14520 MASTERNODE_PRIVATE_KEY xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx 1

# --------------------------
# 14. Start your VPS innovad daemon
# --------------------------
Code:
~/innova/src/innovad -daemon

# --------------------------
# 15. Restart your windows wallet
# --------------------------




Thanks a ton. Currently I am at a new issue:

Code:
root@MIAMNZEN1:~# git clone https://github.com/innovacoin/innova.git
fatal: destination path 'innova' already exists and is not an empty directory.
root@MIAMNZEN1:~# sudo ./autogen.sh
sudo: ./autogen.sh: command not found
root@MIAMNZEN1:~# sudo ./configure
sudo: ./configure: command not found
root@MIAMNZEN1:~# sudo make
make: *** No targets specified and no makefile found.  Stop.
root@MIAMNZEN1:~#

Currently my nodes show up ENABLED from a third party point of view but not sure if it is working. will wait to see if payments come through.
http://oi65.tinypic.com/r19ytz.jpg

For Reference... When checking Masternode Status on MN1:
Code:

{
  "vin": "CTxIn(COutPoint(TXOUTPUTOMITTEDFORPRIVACY, 1), scriptSig=)",
  "service": "walletip omitted:14520",
  "payee": "MN1 address omitted for privacy",
  "status": "Masternode successfully started"
}

Checking masternode status on MN2:
Code:
{
  "vin": "CTxIn(COutPoint(TXOUTPUTOMITTEDFORPRIVACY, 1), scriptSig=)",
  "service": "walletip omitted:14520",
  "payee": " address omitted for privacy",
  "status": "Masternode successfully started"
}
Pages: « 1 ... 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 [71] 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 ... 152 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!