Pages:
Author

Topic: [ANN][MASTERNODE] Monoeci - A cryptocurrency for Monaco - page 38. (Read 102456 times)

full member
Activity: 345
Merit: 131
I just realized, that xmcc is now listed at coinmarketcap. As far as i can remember it was not listed some days ago (excuse me please, if i was just blind and i am telling real BS right now).

But if my eyes were right and the listing is really fresh, then i wonder if this was intended or not. We are infront of a complete rebrand and other projects didn´t list xmcc so far (e.g. coingecko), then are there any ideas about the reasons for cmc? I am just curious, because - regarding another coin i follow (BTX) - they hardly act in a way that is expected by the community.

Imo, the listings should take place after the rebrand took place in January just not to confuse the folks. The way to implement cryptos in such a way to gain everydays value is just to important. Most of the cryptos just demand "pump and dumps" to make fast cash from it, but that´s why i like this coin so much - the idea to bring it out to the world not for speculation reasons only, but for the simple evolution of blockchain and all what it is capable of.

Meanwhile the MN is running - one nice thing to see.

Great point man, btw - to run a MN is still 1,000 right? 
newbie
Activity: 22
Merit: 0
Can somebody clarify what happens after the bolded virtualenv venv command. The venv \ Scripts \ pip install -r requirements.txt

returns the following error message:

'venv' is not recognized as an internal or external command,
operable program or batch file.

--- below is the full instruction from desper:

Install Virtualenv by running pip install virtualenv

Download the sent and unzip to the directory C: \ sentinel (you can specify another, but for example here it will be this one)

We execute in the directory C: \ sentinel

virtualenv venv
venv \ Scripts \ pip install -r requirements.txt <--- executing command this shows the result in the venv error message



Editing sentinel.conf by specifying the path to monacoCoin.conf in the monacoCoin_conf parameter.


Create a C: \ sentinel \ sentinel.bat file with the following content:
@echo off
set HOME =.
cd C: \ sentinel
C: \ sentinel \ venv \ Scripts \ python C: \ sentinel \ bin \ sentinel.py
Create a C: \ sentinel \ sentinel.vbs file with the following content:
Install WshShell = CreateObject ("WScript.Shell")
WshShell.Run chr (34) & "C: \ sentinel \ sentinel.bat" & Chr (34), 0
Install WshShell = Nothing
This intermediate vbs-script is needed in order to not open the console window when executing through the task scheduler.

We add the action C: \ sentinel \ sentinel.vbs to the task scheduler (Control Panel -> Administration -> Task Scheduler -> Create Task ...)
Trigger indicate "Daily", repeat the task 1 min.


Have you tried the official sentinel instructions at https://github.com/monacocoin-net/sentinel ?
I ask as it has a simpler set of instructions to install sentinel and get it working.

The “simpler” set of instruction is for Linux. I am asking for Windows.





Installing Sentinel on Windows
 
It is assumed that the first steps to install the masterware have already been completed before installing Sentinel.
 
Download and install Python 2.7.x from here https://www.python.org/downloads/
Add C: \ Python27 and C: \ Python27 \ Scripts to the PATH environment variable. (System Properties -> Environment Variables)
 
Install PIP - https://pip.pypa.io/...-to-install-pip.
For this you need to download https://bootstrap.pypa.io/get-pip.py and run python get-pip.py in the same directory.
Other ways to install PIP on Windows: http: //stackoverflow...pip-on-windows
 
Install Virtualenv by running pip install virtualenv



at first do it!!!!!!!!!!



Did all of that- doesn’t work. I don’t think the Monoeci team got it to work either. If you could include step-by-step screenshots, that would really help.

I have yet to see a single post from a member who got a Masternode working in Windows, using this instruction to install Sentinel.

So yelling at me won’t make the instructions work.

But thank you for your help. At least you tried.

You may also want to check that nonworking stack overflow link.


I'm the creator of this instruction for windows and it works fine for me, most likely you are doing something wrong
newbie
Activity: 29
Merit: 0
Can somebody clarify what happens after the bolded virtualenv venv command. The venv \ Scripts \ pip install -r requirements.txt

returns the following error message:

'venv' is not recognized as an internal or external command,
operable program or batch file.

--- below is the full instruction from desper:

Install Virtualenv by running pip install virtualenv

Download the sent and unzip to the directory C: \ sentinel (you can specify another, but for example here it will be this one)

We execute in the directory C: \ sentinel

virtualenv venv
venv \ Scripts \ pip install -r requirements.txt <--- executing command this shows the result in the venv error message



Editing sentinel.conf by specifying the path to monacoCoin.conf in the monacoCoin_conf parameter.


Create a C: \ sentinel \ sentinel.bat file with the following content:
@echo off
set HOME =.
cd C: \ sentinel
C: \ sentinel \ venv \ Scripts \ python C: \ sentinel \ bin \ sentinel.py
Create a C: \ sentinel \ sentinel.vbs file with the following content:
Install WshShell = CreateObject ("WScript.Shell")
WshShell.Run chr (34) & "C: \ sentinel \ sentinel.bat" & Chr (34), 0
Install WshShell = Nothing
This intermediate vbs-script is needed in order to not open the console window when executing through the task scheduler.

We add the action C: \ sentinel \ sentinel.vbs to the task scheduler (Control Panel -> Administration -> Task Scheduler -> Create Task ...)
Trigger indicate "Daily", repeat the task 1 min.


Have you tried the official sentinel instructions at https://github.com/monacocoin-net/sentinel ?
I ask as it has a simpler set of instructions to install sentinel and get it working.

The “simpler” set of instruction is for Linux. I am asking for Windows.





Installing Sentinel on Windows
 
It is assumed that the first steps to install the masterware have already been completed before installing Sentinel.
 
Download and install Python 2.7.x from here https://www.python.org/downloads/
Add C: \ Python27 and C: \ Python27 \ Scripts to the PATH environment variable. (System Properties -> Environment Variables)
 
Install PIP - https://pip.pypa.io/...-to-install-pip.
For this you need to download https://bootstrap.pypa.io/get-pip.py and run python get-pip.py in the same directory.
Other ways to install PIP on Windows: http: //stackoverflow...pip-on-windows
 
Install Virtualenv by running pip install virtualenv



at first do it!!!!!!!!!!



Did all of that- doesn’t work. I don’t think the Monoeci team got it to work either. If you could include step-by-step screenshots, that would really help.

I have yet to see a single post from a member who got a Masternode working in Windows, using this instruction to install Sentinel.

So yelling at me won’t make the instructions work.

But thank you for your help. At least you tried.

You may also want to check that nonworking stack overflow link.
newbie
Activity: 87
Merit: 0
https://steemit.com/bitcoin/@onlimono/consideration-of-xmcc-circulating-supply-or-xmcc

Those who don't want to click that link : XMCC's circulating supply is about 1mil. Not 2.6mil

And most of coins are used for masternode


Good news for XMCC! January will be our glorious month!
newbie
Activity: 22
Merit: 0
Can somebody clarify what happens after the bolded virtualenv venv command. The venv \ Scripts \ pip install -r requirements.txt

returns the following error message:

'venv' is not recognized as an internal or external command,
operable program or batch file.

--- below is the full instruction from desper:

Install Virtualenv by running pip install virtualenv

Download the sent and unzip to the directory C: \ sentinel (you can specify another, but for example here it will be this one)

We execute in the directory C: \ sentinel

virtualenv venv
venv \ Scripts \ pip install -r requirements.txt <--- executing command this shows the result in the venv error message



Editing sentinel.conf by specifying the path to monacoCoin.conf in the monacoCoin_conf parameter.


Create a C: \ sentinel \ sentinel.bat file with the following content:
@echo off
set HOME =.
cd C: \ sentinel
C: \ sentinel \ venv \ Scripts \ python C: \ sentinel \ bin \ sentinel.py
Create a C: \ sentinel \ sentinel.vbs file with the following content:
Install WshShell = CreateObject ("WScript.Shell")
WshShell.Run chr (34) & "C: \ sentinel \ sentinel.bat" & Chr (34), 0
Install WshShell = Nothing
This intermediate vbs-script is needed in order to not open the console window when executing through the task scheduler.

We add the action C: \ sentinel \ sentinel.vbs to the task scheduler (Control Panel -> Administration -> Task Scheduler -> Create Task ...)
Trigger indicate "Daily", repeat the task 1 min.


Have you tried the official sentinel instructions at https://github.com/monacocoin-net/sentinel ?
I ask as it has a simpler set of instructions to install sentinel and get it working.

The “simpler” set of instruction is for Linux. I am asking for Windows.





Installing Sentinel on Windows
 
It is assumed that the first steps to install the masterware have already been completed before installing Sentinel.
 
Download and install Python 2.7.x from here https://www.python.org/downloads/
Add C: \ Python27 and C: \ Python27 \ Scripts to the PATH environment variable. (System Properties -> Environment Variables)
 
Install PIP - https://pip.pypa.io/...-to-install-pip.
For this you need to download https://bootstrap.pypa.io/get-pip.py and run python get-pip.py in the same directory.
Other ways to install PIP on Windows: http: //stackoverflow...pip-on-windows
 
Install Virtualenv by running pip install virtualenv



at first do it!!!!!!!!!!

member
Activity: 168
Merit: 11
Bitcore (BTX) - Airdrops every Monday
I just realized, that xmcc is now listed at coinmarketcap. As far as i can remember it was not listed some days ago (excuse me please, if i was just blind and i am telling real BS right now).

But if my eyes were right and the listing is really fresh, then i wonder if this was intended or not. We are infront of a complete rebrand and other projects didn´t list xmcc so far (e.g. coingecko), then are there any ideas about the reasons for cmc? I am just curious, because - regarding another coin i follow (BTX) - they hardly act in a way that is expected by the community.

Imo, the listings should take place after the rebrand took place in January just not to confuse the folks. The way to implement cryptos in such a way to gain everydays value is just to important. Most of the cryptos just demand "pump and dumps" to make fast cash from it, but that´s why i like this coin so much - the idea to bring it out to the world not for speculation reasons only, but for the simple evolution of blockchain and all what it is capable of.

Meanwhile the MN is running - one nice thing to see.
newbie
Activity: 60
Merit: 0
If I have a master node and old wallet, what is an algorithm to pass in the new version? Thank you.
full member
Activity: 136
Merit: 100
Can somebody clarify what happens after the bolded virtualenv venv command. The venv \ Scripts \ pip install -r requirements.txt

returns the following error message:

'venv' is not recognized as an internal or external command,
operable program or batch file.

--- below is the full instruction from desper:

Install Virtualenv by running pip install virtualenv

Download the sent and unzip to the directory C: \ sentinel (you can specify another, but for example here it will be this one)

We execute in the directory C: \ sentinel

virtualenv venv
venv \ Scripts \ pip install -r requirements.txt <--- executing command this shows the result in the venv error message



Editing sentinel.conf by specifying the path to monacoCoin.conf in the monacoCoin_conf parameter.


Create a C: \ sentinel \ sentinel.bat file with the following content:
@echo off
set HOME =.
cd C: \ sentinel
C: \ sentinel \ venv \ Scripts \ python C: \ sentinel \ bin \ sentinel.py
Create a C: \ sentinel \ sentinel.vbs file with the following content:
Install WshShell = CreateObject ("WScript.Shell")
WshShell.Run chr (34) & "C: \ sentinel \ sentinel.bat" & Chr (34), 0
Install WshShell = Nothing
This intermediate vbs-script is needed in order to not open the console window when executing through the task scheduler.

We add the action C: \ sentinel \ sentinel.vbs to the task scheduler (Control Panel -> Administration -> Task Scheduler -> Create Task ...)
Trigger indicate "Daily", repeat the task 1 min.


Have you tried the official sentinel instructions at https://github.com/monacocoin-net/sentinel ?
I ask as it has a simpler set of instructions to install sentinel and get it working.

The “simpler” set instruction is for Linux. I am asking for Windows.



Ah, sorry.
newbie
Activity: 29
Merit: 0
Can somebody clarify what happens after the bolded virtualenv venv command. The venv \ Scripts \ pip install -r requirements.txt

returns the following error message:

'venv' is not recognized as an internal or external command,
operable program or batch file.

--- below is the full instruction from desper:

Install Virtualenv by running pip install virtualenv

Download the sent and unzip to the directory C: \ sentinel (you can specify another, but for example here it will be this one)

We execute in the directory C: \ sentinel

virtualenv venv
venv \ Scripts \ pip install -r requirements.txt <--- executing command this shows the result in the venv error message



Editing sentinel.conf by specifying the path to monacoCoin.conf in the monacoCoin_conf parameter.


Create a C: \ sentinel \ sentinel.bat file with the following content:
@echo off
set HOME =.
cd C: \ sentinel
C: \ sentinel \ venv \ Scripts \ python C: \ sentinel \ bin \ sentinel.py
Create a C: \ sentinel \ sentinel.vbs file with the following content:
Install WshShell = CreateObject ("WScript.Shell")
WshShell.Run chr (34) & "C: \ sentinel \ sentinel.bat" & Chr (34), 0
Install WshShell = Nothing
This intermediate vbs-script is needed in order to not open the console window when executing through the task scheduler.

We add the action C: \ sentinel \ sentinel.vbs to the task scheduler (Control Panel -> Administration -> Task Scheduler -> Create Task ...)
Trigger indicate "Daily", repeat the task 1 min.


Have you tried the official sentinel instructions at https://github.com/monacocoin-net/sentinel ?
I ask as it has a simpler set of instructions to install sentinel and get it working.

The “simpler” set of instruction is for Linux. I am asking for Windows.

full member
Activity: 136
Merit: 100
Can somebody clarify what happens after the bolded virtualenv venv command. The venv \ Scripts \ pip install -r requirements.txt

returns the following error message:

'venv' is not recognized as an internal or external command,
operable program or batch file.

--- below is the full instruction from desper:

Install Virtualenv by running pip install virtualenv

Download the sent and unzip to the directory C: \ sentinel (you can specify another, but for example here it will be this one)

We execute in the directory C: \ sentinel

virtualenv venv
venv \ Scripts \ pip install -r requirements.txt <--- executing command this shows the result in the venv error message



Editing sentinel.conf by specifying the path to monacoCoin.conf in the monacoCoin_conf parameter.


Create a C: \ sentinel \ sentinel.bat file with the following content:
@echo off
set HOME =.
cd C: \ sentinel
C: \ sentinel \ venv \ Scripts \ python C: \ sentinel \ bin \ sentinel.py
Create a C: \ sentinel \ sentinel.vbs file with the following content:
Install WshShell = CreateObject ("WScript.Shell")
WshShell.Run chr (34) & "C: \ sentinel \ sentinel.bat" & Chr (34), 0
Install WshShell = Nothing
This intermediate vbs-script is needed in order to not open the console window when executing through the task scheduler.

We add the action C: \ sentinel \ sentinel.vbs to the task scheduler (Control Panel -> Administration -> Task Scheduler -> Create Task ...)
Trigger indicate "Daily", repeat the task 1 min.


Have you tried the official sentinel instructions at https://github.com/monacocoin-net/sentinel ?
I ask as it has a simpler set of instructions to install sentinel and get it working.
full member
Activity: 504
Merit: 109
Are you working to have monoeci as the gambling currency?  It would be nice to go to Monte Carlo and gamble with monoeci
newbie
Activity: 29
Merit: 0
Can somebody clarify what happens after the bolded virtualenv venv command. The venv \ Scripts \ pip install -r requirements.txt

returns the following error message:

'venv' is not recognized as an internal or external command,
operable program or batch file.

--- below is the full instruction from desper:

Install Virtualenv by running pip install virtualenv

Download the sent and unzip to the directory C: \ sentinel (you can specify another, but for example here it will be this one)

We execute in the directory C: \ sentinel

virtualenv venv
venv \ Scripts \ pip install -r requirements.txt <--- executing command this shows the result in the venv error message



Editing sentinel.conf by specifying the path to monacoCoin.conf in the monacoCoin_conf parameter.


Create a C: \ sentinel \ sentinel.bat file with the following content:
@echo off
set HOME =.
cd C: \ sentinel
C: \ sentinel \ venv \ Scripts \ python C: \ sentinel \ bin \ sentinel.py
Create a C: \ sentinel \ sentinel.vbs file with the following content:
Install WshShell = CreateObject ("WScript.Shell")
WshShell.Run chr (34) & "C: \ sentinel \ sentinel.bat" & Chr (34), 0
Install WshShell = Nothing
This intermediate vbs-script is needed in order to not open the console window when executing through the task scheduler.

We add the action C: \ sentinel \ sentinel.vbs to the task scheduler (Control Panel -> Administration -> Task Scheduler -> Create Task ...)
Trigger indicate "Daily", repeat the task 1 min.
full member
Activity: 126
Merit: 100
Hi folks, i have upgraded to new wallet and updated the server(ubuntu 14.x) as well. Everything's working fine for a couple of days now but not getting rewards. is anyone facing similar issues? and is this normal?
newbie
Activity: 29
Merit: 0
i was able to setup the MN using the monocei   binaries..
also if done quickly, it is possible to make sure the status of the MN stays ENABLED.

Windows ( local HOT wallet)
1) Download the windows wallet from https://github.com/monacocoin-net/monoeci-core/releases
2) let it sync.
3) once sync is done, stop the old Monaco wallet and Monocei wallet on windows
4) copy paste wallet.dat and masternode.conf which comes from your MonacoCoin Core directory Copy and paste monaco.conf and rename to monoeci.conf
5) Start the Monocei wallet.

Linux VPS
1) Download the linux binaries https://github.com/monacocoin-net/monoeci-core/releases.
2) Stop the linux daemon for monaco "./monacoCoin-cli -daemon"
3) start the monocei daemon "./monoecid -daemon"
4) let it sync for a while.
5) once sync is done, stop the monocie daemon
6) copy the monaco.conf and rename to monoeci.conf
7) restart the linux daemon.

PS: in case you have issues with running lnux daemon, please use the following files https://www.dropbox.com/s/rbtwujk0wma2i1s/monocei.tar.gz?dl=0
these files are for ubuntu 16.04

setup sentinel as mentoined in dev guide.

wait for some time and check you MN status.

Does this instruction get around the problem not having Sentinel in Windows?

Thanks!


Never mind- still broken in Windows. No sentinel, no Masternode.

officially there is no sentinel for windows, even DASH doesn't support that, from where sentinel came. however if you google it people have been able to run sentinel on windows.  if you are using windows 10, there is also a linux subsytem, you could install ans use sentinel there. https://docs.microsoft.com/en-us/windows/wsl/install-win10

Assuming I get that far, how do I point the Windows wallet to sentinel running in the linux subsystem?

I have one VPS (Amazon lightsail) running Server 2016, which I believe can activate a linux subsystem. The plan is to have up to 5 masternode running in 5 VPS.

so your setup would we controller wallet on windows and MN wallet on linux subsystem. then the sentinel will control the linux wallet. both windows and linux will function separately.

I guess the better question is, how do I point the Monoeci Core in Windows to the Linux subsystem?

My frustration so far with this whole thing are the incomplete instructions. The posts here assumes successful setup of sentinel in Windows, but I have yet to actually anybody who has gotten it to work to post full instructions from start to finish and screenshots to prove it is running.

If somebody has, please share.

There are many members willing to setup masternodes, but the incomplete instructions delay the process needlessly. I hear many confirmation they have it up and running, but no screenshot or shared information. Not really sure why the devs are delaying update of instructions.
newbie
Activity: 29
Merit: 0
Hi guys,
Why has the price fall so hard lately?

Low price is good for buying XMCC, then hold until the price goes up.

Given the Monaco government does not want the name used, Monoeci may take longer to be adopted.

Not sure at this point if Monoeci will be the currency of choice in Monaco.
newbie
Activity: 20
Merit: 0
Hi guys,
Why has the price fall so hard lately?

because someone sold at that price
full member
Activity: 128
Merit: 100
Hi guys,
Why has the price fall so hard lately?
newbie
Activity: 33
Merit: 0
We can not find any pool to mine XMCC from france?


Can you guys link the pools you know that work?


Thank you very much !

I mine here
https://altminer.net

It work ok
full member
Activity: 253
Merit: 101
i was able to setup the MN using the monocei   binaries..
also if done quickly, it is possible to make sure the status of the MN stays ENABLED.

Windows ( local HOT wallet)
1) Download the windows wallet from https://github.com/monacocoin-net/monoeci-core/releases
2) let it sync.
3) once sync is done, stop the old Monaco wallet and Monocei wallet on windows
4) copy paste wallet.dat and masternode.conf which comes from your MonacoCoin Core directory Copy and paste monaco.conf and rename to monoeci.conf
5) Start the Monocei wallet.

Linux VPS
1) Download the linux binaries https://github.com/monacocoin-net/monoeci-core/releases.
2) Stop the linux daemon for monaco "./monacoCoin-cli -daemon"
3) start the monocei daemon "./monoecid -daemon"
4) let it sync for a while.
5) once sync is done, stop the monocie daemon
6) copy the monaco.conf and rename to monoeci.conf
7) restart the linux daemon.

PS: in case you have issues with running lnux daemon, please use the following files https://www.dropbox.com/s/rbtwujk0wma2i1s/monocei.tar.gz?dl=0
these files are for ubuntu 16.04

setup sentinel as mentoined in dev guide.

wait for some time and check you MN status.

Does this instruction get around the problem not having Sentinel in Windows?

Thanks!


Never mind- still broken in Windows. No sentinel, no Masternode.

officially there is no sentinel for windows, even DASH doesn't support that, from where sentinel came. however if you google it people have been able to run sentinel on windows.  if you are using windows 10, there is also a linux subsytem, you could install ans use sentinel there. https://docs.microsoft.com/en-us/windows/wsl/install-win10

Assuming I get that far, how do I point the Windows wallet to sentinel running in the linux subsystem?

I have one VPS (Amazon lightsail) running Server 2016, which I believe can activate a linux subsystem. The plan is to have up to 5 masternode running in 5 VPS.

so your setup would we controller wallet on windows and MN wallet on linux subsystem. then the sentinel will control the linux wallet. both windows and linux will function separately.
newbie
Activity: 29
Merit: 0
i was able to setup the MN using the monocei   binaries..
also if done quickly, it is possible to make sure the status of the MN stays ENABLED.

Windows ( local HOT wallet)
1) Download the windows wallet from https://github.com/monacocoin-net/monoeci-core/releases
2) let it sync.
3) once sync is done, stop the old Monaco wallet and Monocei wallet on windows
4) copy paste wallet.dat and masternode.conf which comes from your MonacoCoin Core directory Copy and paste monaco.conf and rename to monoeci.conf
5) Start the Monocei wallet.

Linux VPS
1) Download the linux binaries https://github.com/monacocoin-net/monoeci-core/releases.
2) Stop the linux daemon for monaco "./monacoCoin-cli -daemon"
3) start the monocei daemon "./monoecid -daemon"
4) let it sync for a while.
5) once sync is done, stop the monocie daemon
6) copy the monaco.conf and rename to monoeci.conf
7) restart the linux daemon.

PS: in case you have issues with running lnux daemon, please use the following files https://www.dropbox.com/s/rbtwujk0wma2i1s/monocei.tar.gz?dl=0
these files are for ubuntu 16.04

setup sentinel as mentoined in dev guide.

wait for some time and check you MN status.

Does this instruction get around the problem not having Sentinel in Windows?

Thanks!


Never mind- still broken in Windows. No sentinel, no Masternode.

officially there is no sentinel for windows, even DASH doesn't support that, from where sentinel came. however if you google it people have been able to run sentinel on windows.  if you are using windows 10, there is also a linux subsytem, you could install ans use sentinel there. https://docs.microsoft.com/en-us/windows/wsl/install-win10

Assuming I get that far, how do I point the Windows wallet to sentinel running in the linux subsystem?

I have one VPS (Amazon lightsail) running Server 2016, which I believe can activate a linux subsystem. The plan is to have up to 5 masternode running in 5 VPS.
Pages:
Jump to: