Bitcoin Forum
June 23, 2024, 07:36:55 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]❁ KORE Tor Masternodes, Browser, VoIP, Aether OS, KOREPhone, KOREbay No ICO on: December 26, 2017, 11:42:52 AM
Hi,

I'm following this forum for several months and with the help of bitcointalk I set up a lot different masternodes. Now that I wanted to setup a KORE mn I encountered a problem that eventually forced me to create an account and post my question. :-)

Can KORE mns be run as a hot wallet setup? I want to leave the collateral in the wallet on the VPS and I tried almost all flags within the configs but:
a) it seems as if the KORE mn does not parse the masternode.conf correctly as 'masternode list-conf' results in an empty array {}
b) debug.log says: CActiveMasternode::ManageStatus() - not capable: Could not connect to <myonionaddress>.onion:10743

See my kore.config below.

I would really appreciate any advice.

Best
p4nt3on

Code:
################################
# basic settings
################################
txindex=1
logtimestamps=1
server=1
listen=1
daemon=1
gen=0
maxconnections=256
staking=0
#externalip=...
#port=10743
#bind=...:10743

################################
# masternode specific settings
################################
masternode=1
masternodeprivkey=...
masternodeaddr=...:10743

#############################
# optional indices
#############################
addressindex=1
timestampindex=1
spentindex=1

#############################
# JSONRPC
#############################
rpcuser=...
rpcpassword=...
rpcallowip=127.0.0.1
rpcport=9932

#############################
# Direct Peer Nodes
#############################
addnode=fzmjhi7xbapufts6.onion
addnode=p6sfbaw762mcqyxg.onion
addnode=b5gacg24h6licg5m.onion
addnode=skrivht2uj3yjluv.onion
addnode=yylyof6avhsmb327.onion
addnode=mpkl5osmeqbc3ekk.onion
addnode=a3pnebzu45dlled2.onion
addnode=6ric6c7mi7ahz2vp.onion
addnode=zidlcde3vmowux3u.onion
addnode=uei3hz5jstv7tfo6.onion
addnode=2id37bekzaqqjcos.onion
addnode=n2yrtxzafo57hzie.onion
addnode=iurptsejm4sjrbpi.onion
addnode=vyohgk7zesm3zl2w.onion
addnode=qaj5jpgvcrrlnwlh.onion
addnode=gvb63xigsmkowrbh.onion
addnode=5dbshryxx7lo2cl5.onion
addnode=7hemavllpt4ratxe.onion
addnode=kjcvxfytfbzvqely.onion
addnode=db24lr474vczwz5a.onion

Have you edited the Masternode.conf file? What you posted is your Kore.conf file. There is a guide on Kore.Life that shows how to set up the VPS and Local Wallet. So I would assume you take the Local wallet settings and use them in your Remote VPS Masternode.conf file there but don't use a local onion. If the RAW TX Data is not being broadcast on the network you will get that error. So you would need to use the same onion address as the Masternode instead of a Local Onion address and send the coin from the MN and to the MN and then copy the RAW TX data from the VPS screen.

That entire step has to be done or you will get that - not capable: error

Hi CryptoNick,

thank you for your fast response. Of course I updated the masternode.conf file. I also followed the guide on kore.life but it doesn't cover hot wallet setups - it's more a guide for a cold wallet setup...

I used the same onion address (from ~/.kore/onion/hostname) in the following config directives:
- masternode.conf: (mn0 <my_masternode>.onion:10743 <masternodeprivkey> <txid> <txvout>)
- kore.conf - masternodeaddr=<my_masternode>.onion:10743
- kore.conf - bind=<my_masternode>.onion:10743
- kore.conf - externalip=<my_masternode>.onion

But it shows up the same error over and over again. I actually sent the collateral transaction from one MN wallet address to another and used the txid/txvout in the masternode.conf file, so I'm not sure what could be wrong.  

Try this:
masternode start -all <passphrase>

I think you just need to initialize the masternode since there is no GUI it was a step that is missing from the local wallet. Loading the Config doesn't start the Masternode.

Then to clear your passphrase from the history use this:
cat /dev/null > ~/.bash_history && history -c && exit
or just edit the .bash_history file to get rid of your passphrase entries.

I tried it this way, but it didn't work - same error message. Actually the command "masternode start-alias mn0" would do the same as the one you mentioned.
"masternode list-conf" should return the config of the MN if parsed correctly from masternode.conf, but it results in an empty array, so from my perspective the parsing step fails.
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]❁ KORE Tor Masternodes, Browser, VoIP, Aether OS, KOREPhone, KOREbay No ICO on: December 24, 2017, 10:44:54 AM
Hi,

I'm following this forum for several months and with the help of bitcointalk I set up a lot different masternodes. Now that I wanted to setup a KORE mn I encountered a problem that eventually forced me to create an account and post my question. :-)

Can KORE mns be run as a hot wallet setup? I want to leave the collateral in the wallet on the VPS and I tried almost all flags within the configs but:
a) it seems as if the KORE mn does not parse the masternode.conf correctly as 'masternode list-conf' results in an empty array {}
b) debug.log says: CActiveMasternode::ManageStatus() - not capable: Could not connect to <myonionaddress>.onion:10743

See my kore.config below.

I would really appreciate any advice.

Best
p4nt3on

Code:
################################
# basic settings
################################
txindex=1
logtimestamps=1
server=1
listen=1
daemon=1
gen=0
maxconnections=256
staking=0
#externalip=...
#port=10743
#bind=...:10743

################################
# masternode specific settings
################################
masternode=1
masternodeprivkey=...
masternodeaddr=...:10743

#############################
# optional indices
#############################
addressindex=1
timestampindex=1
spentindex=1

#############################
# JSONRPC
#############################
rpcuser=...
rpcpassword=...
rpcallowip=127.0.0.1
rpcport=9932

#############################
# Direct Peer Nodes
#############################
addnode=fzmjhi7xbapufts6.onion
addnode=p6sfbaw762mcqyxg.onion
addnode=b5gacg24h6licg5m.onion
addnode=skrivht2uj3yjluv.onion
addnode=yylyof6avhsmb327.onion
addnode=mpkl5osmeqbc3ekk.onion
addnode=a3pnebzu45dlled2.onion
addnode=6ric6c7mi7ahz2vp.onion
addnode=zidlcde3vmowux3u.onion
addnode=uei3hz5jstv7tfo6.onion
addnode=2id37bekzaqqjcos.onion
addnode=n2yrtxzafo57hzie.onion
addnode=iurptsejm4sjrbpi.onion
addnode=vyohgk7zesm3zl2w.onion
addnode=qaj5jpgvcrrlnwlh.onion
addnode=gvb63xigsmkowrbh.onion
addnode=5dbshryxx7lo2cl5.onion
addnode=7hemavllpt4ratxe.onion
addnode=kjcvxfytfbzvqely.onion
addnode=db24lr474vczwz5a.onion

Have you edited the Masternode.conf file? What you posted is your Kore.conf file. There is a guide on Kore.Life that shows how to set up the VPS and Local Wallet. So I would assume you take the Local wallet settings and use them in your Remote VPS Masternode.conf file there but don't use a local onion. If the RAW TX Data is not being broadcast on the network you will get that error. So you would need to use the same onion address as the Masternode instead of a Local Onion address and send the coin from the MN and to the MN and then copy the RAW TX data from the VPS screen.

That entire step has to be done or you will get that - not capable: error

Hi CryptoNick,

thank you for your fast response. Of course I updated the masternode.conf file. I also followed the guide on kore.life but it doesn't cover hot wallet setups - it's more a guide for a cold wallet setup...

I used the same onion address (from ~/.kore/onion/hostname) in the following config directives:
- masternode.conf: (mn0 <my_masternode>.onion:10743 <masternodeprivkey> <txid> <txvout>)
- kore.conf - masternodeaddr=<my_masternode>.onion:10743
- kore.conf - bind=<my_masternode>.onion:10743
- kore.conf - externalip=<my_masternode>.onion

But it shows up the same error over and over again. I actually sent the collateral transaction from one MN wallet address to another and used the txid/txvout in the masternode.conf file, so I'm not sure what could be wrong. 
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]❁ KORE Tor Masternodes, Browser, VoIP, Aether OS, KOREPhone, KOREbay No ICO on: December 24, 2017, 12:29:29 AM
Hi,

I'm following this forum for several months and with the help of bitcointalk I set up a lot different masternodes. Now that I wanted to setup a KORE mn I encountered a problem that eventually forced me to create an account and post my question. :-)

Can KORE mns be run as a hot wallet setup? I want to leave the collateral in the wallet on the VPS and I tried almost all flags within the configs but:
a) it seems as if the KORE mn does not parse the masternode.conf correctly as 'masternode list-conf' results in an empty array {}
b) debug.log says: CActiveMasternode::ManageStatus() - not capable: Could not connect to <myonionaddress>.onion:10743

See my kore.config below.

I would really appreciate any advice.

Best
p4nt3on

Code:
################################
# basic settings
################################
txindex=1
logtimestamps=1
server=1
listen=1
daemon=1
gen=0
maxconnections=256
staking=0
#externalip=...
#port=10743
#bind=...:10743

################################
# masternode specific settings
################################
masternode=1
masternodeprivkey=...
masternodeaddr=...:10743

#############################
# optional indices
#############################
addressindex=1
timestampindex=1
spentindex=1

#############################
# JSONRPC
#############################
rpcuser=...
rpcpassword=...
rpcallowip=127.0.0.1
rpcport=9932

#############################
# Direct Peer Nodes
#############################
addnode=fzmjhi7xbapufts6.onion
addnode=p6sfbaw762mcqyxg.onion
addnode=b5gacg24h6licg5m.onion
addnode=skrivht2uj3yjluv.onion
addnode=yylyof6avhsmb327.onion
addnode=mpkl5osmeqbc3ekk.onion
addnode=a3pnebzu45dlled2.onion
addnode=6ric6c7mi7ahz2vp.onion
addnode=zidlcde3vmowux3u.onion
addnode=uei3hz5jstv7tfo6.onion
addnode=2id37bekzaqqjcos.onion
addnode=n2yrtxzafo57hzie.onion
addnode=iurptsejm4sjrbpi.onion
addnode=vyohgk7zesm3zl2w.onion
addnode=qaj5jpgvcrrlnwlh.onion
addnode=gvb63xigsmkowrbh.onion
addnode=5dbshryxx7lo2cl5.onion
addnode=7hemavllpt4ratxe.onion
addnode=kjcvxfytfbzvqely.onion
addnode=db24lr474vczwz5a.onion
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!