Bitcoin Forum
June 29, 2024, 10:52:34 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 »
  Print  
Author Topic: [ANN]INNOVA - We strive for innovation and adoption! | Hybrid Tribus coin  (Read 154381 times)
TvZ
Sr. Member
****
Offline Offline

Activity: 315
Merit: 251


View Profile
November 28, 2017, 03:02:56 AM
 #2001


I tried to compile and got some errors (errors that i don't have with other coins), i found some solutions
and it seems that fixed it. Wrong! The innova-qt was build but will crash directly after starting the wallet.

Please release also a Linux 64bit version.
Every serious coin should have at least a working wallet for all big OS'es (Windows, Mac, Linux).


how many RAM memory do you have? which linux do you use? I have compiled innova wallet using 2GB on ubuntu 16. source https://github.com/innovacoin/innova.git

I have 8GB RAM. I'm on Ubuntu Mate 16.04. I've downloaded the source from the same link.
Have you installed a specific package? Can you share the steps you did to compile the wallet so i can try the same steps?
Thanks  Smiley
WE.MISAYA
Full Member
***
Offline Offline

Activity: 271
Merit: 100


OPEN Platform - Powering Blockchain Acceptance


View Profile
November 28, 2017, 03:09:21 AM
 #2002

I am buying a MN. Will I be able to sell it in the future if I decide to and how this works.

you can sell MN at any time. price at the time of selling MN is another story. here some guides http://www.explorerz.top/vivo-mn.html. vivo is similar to innova.

What's the current rate for getting a MN?

OPEN Platform | Powering Blockchain Acceptance [ICO]
❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱Blockchain's First Payment API❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱
Whitepaper  ●  Slack  ●  Facebook  ●  Twitter  ●  Reddit  ●  Telegram
gscotch
Member
**
Offline Offline

Activity: 224
Merit: 10


View Profile WWW
November 28, 2017, 04:16:00 AM
 #2003


I tried to compile and got some errors (errors that i don't have with other coins), i found some solutions
and it seems that fixed it. Wrong! The innova-qt was build but will crash directly after starting the wallet.

Please release also a Linux 64bit version.
Every serious coin should have at least a working wallet for all big OS'es (Windows, Mac, Linux).


how many RAM memory do you have? which linux do you use? I have compiled innova wallet using 2GB on ubuntu 16. source https://github.com/innovacoin/innova.git

I have 8GB RAM. I'm on Ubuntu Mate 16.04. I've downloaded the source from the same link.
Have you installed a specific package? Can you share the steps you did to compile the wallet so i can try the same steps?
Thanks  Smiley

I was starting with Vivo so I use vivo guide for new coins generally

#### SYSTEM PREPARATION ####

sudo apt-get update -y
sudo apt-get upgrade -y
sudo apt-get dist-upgrade -y
sudo apt-get install nano htop git -y
sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils software-properties-common -y
sudo apt-get install libboost-all-dev -y

sudo apt-get install libzmq3-dev libminiupnpc-dev libssl-dev libevent-dev -y #OPTIONAL (for example VIVO needs this)

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

#### CLONE #####

This example uses VIVO, if you are going to compile a different coin just use there git URL. Keep in mind that this will result in a different folder name.

cd
sudo git clone https://github.com/vivocoin/vivo # depends on your coin
cd vivo # depends on your coin
sudo ./autogen.sh
sudo ./configure
sudo make
sudo make install # optional
cd src
sudo strip vivod # optional
sudo strip vivo-cli # optional
sudo strip vivo-tx # optional

Donate BTC. Bitcoin wallet - 18jZ6btV5gwh58tCq2gKVvHVVeHqRrtAVX
gscotch
Member
**
Offline Offline

Activity: 224
Merit: 10


View Profile WWW
November 28, 2017, 04:16:56 AM
 #2004

I am buying a MN. Will I be able to sell it in the future if I decide to and how this works.

you can sell MN at any time. price at the time of selling MN is another story. here some guides http://www.explorerz.top/vivo-mn.html. vivo is similar to innova.

What's the current rate for getting a MN?

here is the ranking

http://www.mnrank.com

Donate BTC. Bitcoin wallet - 18jZ6btV5gwh58tCq2gKVvHVVeHqRrtAVX
Akuaja
Member
**
Offline Offline

Activity: 117
Merit: 10


View Profile
November 28, 2017, 04:50:30 AM
 #2005

I am buying a MN. Will I be able to sell it in the future if I decide to and how this works.

you can sell MN at any time. price at the time of selling MN is another story. here some guides http://www.explorerz.top/vivo-mn.html. vivo is similar to innova.

What's the current rate for getting a MN?
Mine around 10 coin every 12 hours
Akuaja
Member
**
Offline Offline

Activity: 117
Merit: 10


View Profile
November 28, 2017, 05:00:34 AM
 #2006


I tried to compile and got some errors (errors that i don't have with other coins), i found some solutions
and it seems that fixed it. Wrong! The innova-qt was build but will crash directly after starting the wallet.

Please release also a Linux 64bit version.
Every serious coin should have at least a working wallet for all big OS'es (Windows, Mac, Linux).


how many RAM memory do you have? which linux do you use? I have compiled innova wallet using 2GB on ubuntu 16. source https://github.com/innovacoin/innova.git

I have 8GB RAM. I'm on Ubuntu Mate 16.04. I've downloaded the source from the same link.
Have you installed a specific package? Can you share the steps you did to compile the wallet so i can try the same steps?
Thanks  Smiley
Have you tried the special script that being developed specially for Innova? Follow this step https://bitcointalk.org/index.php?topic=2291517.msg25198425#msg25198425 you can use vps server with 1 Mb Ram configuration
phieudu0502
Member
**
Offline Offline

Activity: 257
Merit: 10


View Profile
November 28, 2017, 09:32:03 AM
 #2007

I am buying a MN. Will I be able to sell it in the future if I decide to and how this works.

you can sell MN at any time. price at the time of selling MN is another story. here some guides http://www.explorerz.top/vivo-mn.html. vivo is similar to innova.

What's the current rate for getting a MN?

here is the ranking

http://www.mnrank.com

ROI yearly is currently 528.89%. Its looks still profitable for mining. Happy mining!

▰   SEMUX   -   An innovative high-performance blockchain platform   ▰
■▬▬▬▬▬      Powered by Semux BFT consensus algorithm      ▬▬▬▬▬■
Github   -   Discord   -   Twitter   -   Telegram   -   Get Free Airdrop Now!
gscotch
Member
**
Offline Offline

Activity: 224
Merit: 10


View Profile WWW
November 28, 2017, 10:14:36 AM
 #2008

coin keeps high ROI for long time. I don't know what is the secret but I will cross fingers  Grin

Donate BTC. Bitcoin wallet - 18jZ6btV5gwh58tCq2gKVvHVVeHqRrtAVX
Assassin1412
Member
**
Offline Offline

Activity: 105
Merit: 10


View Profile
November 28, 2017, 11:03:22 AM
 #2009

Yesterday Volume : 172,121$
Trading volume is getting higher and higher, we're going so well  Wink Wink
Aleksiusha
Full Member
***
Offline Offline

Activity: 193
Merit: 100


View Profile
November 28, 2017, 11:31:58 AM
 #2010

i am from start with innovo, i had masternode for 1 day before even they started to work. its still amazing return of investments. especially with such a low price at the moment. and roi still gonna be good for 4-5 months at least.
Akuaja
Member
**
Offline Offline

Activity: 117
Merit: 10


View Profile
November 28, 2017, 03:47:52 PM
 #2011

Agree this the best time to invest Innova, since the price is so attractive. And also we have special script to install Innova VPS https://bitcointalk.org/index.php?topic=2291517.msg25198425#msg25198425 so any newbie can do it.
Bibi187
Full Member
***
Offline Offline

Activity: 420
Merit: 106


https://steemit.com/@bibi187


View Profile WWW
November 28, 2017, 03:50:51 PM
 #2012

Anyone have minimal specs for MN on VPS ?

I cant find it Sad

DeepOnion    ▬▬  Anonymous and Untraceable  ▬▬    ENJOY YOUR PRIVACY  •  JOIN DEEPONION
▐▐▐▐▐▐▐▐   ANN  Whitepaper  Facebook  Twitter  Telegram  Discord    ▌▌▌▌▌▌▌▌
Get $ONION  (✔Cryptopia  ✔KuCoin)  |  VoteCentral  Register NOW!  |  Download DeepOnion
gscotch
Member
**
Offline Offline

Activity: 224
Merit: 10


View Profile WWW
November 28, 2017, 04:01:48 PM
 #2013

Anyone have minimal specs for MN on VPS ?

I cant find it Sad

here you have guide for MN. http://www.explorerz.top/vivo-mn.html

if you need pre-compiled linux version so 1 GB VPS server is enough ( from that I can see MN uses around 150 MB of RAM memory).
if you want to compile at least 2 GB.

you may need this  https://github.com/deadthings/fakeswap because some VPS has fixed swap size

Donate BTC. Bitcoin wallet - 18jZ6btV5gwh58tCq2gKVvHVVeHqRrtAVX
gscotch
Member
**
Offline Offline

Activity: 224
Merit: 10


View Profile WWW
November 28, 2017, 04:03:21 PM
 #2014

in Europe I can recommend this VPS https://www.time4vps.eu

Donate BTC. Bitcoin wallet - 18jZ6btV5gwh58tCq2gKVvHVVeHqRrtAVX
Bibi187
Full Member
***
Offline Offline

Activity: 420
Merit: 106


https://steemit.com/@bibi187


View Profile WWW
November 28, 2017, 04:04:56 PM
 #2015

Anyone have minimal specs for MN on VPS ?

I cant find it Sad

here you have guide for MN. http://www.explorerz.top/vivo-mn.html

if you need pre-compiled linux version so 1 GB VPS server is enough ( from that I can see MN uses around 150 MB of RAM memory).
if you want to compile at least 2 GB.

you may need this  https://github.com/deadthings/fakeswap because some VPS has fixed swap size

Thanks for answer, how much space storage i need ?

I will use a linode 1024 with swap on it, depend on storage needed.

DeepOnion    ▬▬  Anonymous and Untraceable  ▬▬    ENJOY YOUR PRIVACY  •  JOIN DEEPONION
▐▐▐▐▐▐▐▐   ANN  Whitepaper  Facebook  Twitter  Telegram  Discord    ▌▌▌▌▌▌▌▌
Get $ONION  (✔Cryptopia  ✔KuCoin)  |  VoteCentral  Register NOW!  |  Download DeepOnion
gscotch
Member
**
Offline Offline

Activity: 224
Merit: 10


View Profile WWW
November 28, 2017, 04:49:58 PM
 #2016

Anyone have minimal specs for MN on VPS ?

I cant find it Sad

here you have guide for MN. http://www.explorerz.top/vivo-mn.html

if you need pre-compiled linux version so 1 GB VPS server is enough ( from that I can see MN uses around 150 MB of RAM memory).
if you want to compile at least 2 GB.

you may need this  https://github.com/deadthings/fakeswap because some VPS has fixed swap size

Thanks for answer, how much space storage i need ?

I will use a linode 1024 with swap on it, depend on storage needed.


I have 5 MNs and they use 13 GB of storage only. I think VPS providers offers usually at least 20 -40 GB so you have space for few MN's  Cheesy

Donate BTC. Bitcoin wallet - 18jZ6btV5gwh58tCq2gKVvHVVeHqRrtAVX
progmax
Full Member
***
Offline Offline

Activity: 174
Merit: 100


View Profile
November 28, 2017, 06:06:57 PM
 #2017

watchdog_expired error

sentinel is ok

Any ideas?
gscotch
Member
**
Offline Offline

Activity: 224
Merit: 10


View Profile WWW
November 28, 2017, 06:34:13 PM
 #2018

dont touch anything. MN is ok. status will change to enable again

Donate BTC. Bitcoin wallet - 18jZ6btV5gwh58tCq2gKVvHVVeHqRrtAVX
RoftheN
Full Member
***
Offline Offline

Activity: 546
Merit: 100



View Profile
November 28, 2017, 08:27:36 PM
 #2019

Agree this the best time to invest Innova, since the price is so attractive. And also we have special script to install Innova VPS https://bitcointalk.org/index.php?topic=2291517.msg25198425#msg25198425 so any newbie can do it.
Hi I'm trying that but when it gives the masternode privatekey I can't seem to copy it in putty,  pasting it will show nothing.
progmax
Full Member
***
Offline Offline

Activity: 174
Merit: 100


View Profile
November 28, 2017, 08:44:53 PM
 #2020

dont touch anything. MN is ok. status will change to enable again

How much time must pass?
Pages: « 1 ... 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 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 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!