Search content
Sort by

Showing 20 of 27 results by mcarver316
Post
Topic
Board Announcements (Altcoins)
Re: [ANN]POLIS: Power to People [GOVERNANCE][COMMUNITY-COIN][MASTERNODES][100% PoW]
by
mcarver316
on 11/01/2018, 16:27:46 UTC
anyone mining with D3

im getting .38 about so far aft 24 /


hmmmmm ill keep posted

any other experiences --




anyone selling polis plz advise
trying to buy 1000 ...


namaste

Check Polis Discord channel to purchase - look up AISLING 5C for escrow service.

https://discord.gg/XH7hzS
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][Tradecoin]
by
mcarver316
on 03/01/2018, 13:20:34 UTC
Why has the value not gone up for this coin?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] MonacoCoin [MCC] [ POW & POS X11] [MASTERNODE]
by
mcarver316
on 27/12/2017, 05:07:34 UTC
Mining pool, please for this currency?
  Smiley Smiley Smiley Smiley Smiley

Mining pool is incomming in few time, actually difficulty is very low you can solo mining.

Last week a new pool mining added to monacoCoin project Smiley


Hi do you still recomend solo mining? or is it better to join a pool? if so which pool do you recomend?



If you're the type who can wait for days or even a week not seeing any progress until the very end, solo mining could be for you.

If you have ADHD like I do, normal mining that shows payment in small frequent increments is fine.
Post
Topic
Board Announcements (Altcoins)
Re: Sucre (SUCR) X11 based cryptocurrency POW, Masternode, Private and Instant Send
by
mcarver316
on 26/12/2017, 03:30:07 UTC
Since this is an issue, I will add this to the Masternode guide today.

If you have < 2GB of RAM on the system, you won’t be able to compile Sucre.  We’ll have to set up a swapfile.  If you have the required 2GB, feel free to skip ahead.

cd /var
touch swap.img
chmod 600 swap.img

dd if=/dev/zero of=/var/swap.img bs=1024k count=2000

#Preparing the Disk Image

mkswap /var/swap.img

#Star
swapon /var/swap.img

#Stop
swapoff /var/swap.img

#Enable your Swap File During Boot

echo "/var/swap.img    none    swap    sw    0    0" >> /etc/fstab

# type free to see if it's working
free


Thanks for updating - unfortunately, it keeps saying permission denied on the last step.

ubuntu@i:~$ sudo echo "/var/swap.img none swap sw 0 0" >> /etc/fstab
-bash: /etc/fstab: Permission denied
ubuntu@ip-172-26-3-111:~$ free
              total        used        free      shared  buff/cache   available
Mem:         498380       40512      269172        1848      188696      425816
Swap:             0           0           0
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] POLIS - Power to the people [MASTERNODE - ROI 5000%] [Lucky-PoW] [X11]
by
mcarver316
on 25/12/2017, 23:58:27 UTC
Masternode Auction on Discord.
1 MN = 0.5 BTC.
Raising money for Cryptopia.
Go to: https://discord.gg/gwhHv8U

Hi

Which channel is the auction in?

PMed but he disappeared- lol.

Oh well.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] POLIS - Power to the people [MASTERNODE - ROI 5000%] [Lucky-PoW] [X11]
by
mcarver316
on 25/12/2017, 23:55:32 UTC
I have been mining here https://bulwarkpool.com/ several hours but not receiving payments (single 980GTX). Is it normal?

Don't bother with single GPU. Difficulty is too high even with Antminer D3 ASIC.

Bulwark didn't work for me. Mpools is pretty consistent if you can stomach 3% fee.
Post
Topic
Board Announcements (Altcoins)
Re: Sucre (SUCR) X11 based cryptocurrency POW, Masternode, Private and Instant Send
by
mcarver316
on 25/12/2017, 23:42:41 UTC
Thanks.

2GB RAM is a steep requirement, especially for Linux, unless there is a way to install multiple nodes and just specify different ports in one VPS. I think this might be one of those coins where you need at least 10 nodes to make a decent passive income from it.
Post
Topic
Board Announcements (Altcoins)
Re: Sucre (SUCR) X11 based cryptocurrency POW, Masternode, Private and Instant Send
by
mcarver316
on 25/12/2017, 22:30:49 UTC
Mine was a 1GB of RAM with 512MB of swap. I could've upped the swap, but it was better to just get more RAM. 1 CPU.

1 CPU, 2GB of RAM worked for me.

Vultr? How much monthly for this config?

Thanks.

Trying to see cost effectiveness, especially for multiple nodes.

Post
Topic
Board Announcements (Altcoins)
Re: Sucre (SUCR) X11 based cryptocurrency POW, Masternode, Private and Instant Send
by
mcarver316
on 25/12/2017, 22:12:51 UTC
need to add more swap before compile

Or get a higher RAM instance. 2GB worked just fine. The make on a 1GB server blew up for me.

What are your VPS/server specs?

Thanks.
Post
Topic
Board Announcements (Altcoins)
Re: Sucre (SUCR) X11 based cryptocurrency POW, Masternode, Private and Instant Send
by
mcarver316
on 25/12/2017, 22:10:51 UTC
How much more of a swap file?

Does version 14 of uBuntu have similar issue?

Thanks.
Post
Topic
Board Announcements (Altcoins)
Re: Sucre (SUCR) X11 based cryptocurrency POW, Masternode, Private and Instant Send
by
mcarver316
on 25/12/2017, 21:21:28 UTC
I have the following issue compiling:

Quote
config.status: creating Makefile
config.status: creating libsecp256k1.pc
config.status: creating src/libsecp256k1-config.h
config.status: src/libsecp256k1-config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
=-I. += -Wall -Wextra -Wno-unused-function -c src/gen_context.c -o gen_context.o

/bin/bash: =-I.: command not found
Makefile:1512: recipe for target 'gen_context.o' failed
make[3]: *** [gen_context.o] Error 127
make[3]: Leaving directory '/home/user/SucreCore/src/secp256k1'
Makefile:9940: recipe for target 'secp256k1/libsecp256k1.la' failed
make[2]: *** [secp256k1/libsecp256k1.la] Error 2
make[2]: Leaving directory '/home/user/SucreCore/src'
Makefile:9434: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/user/SucreCore/src'
Makefile:656: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

What is the version of Ubuntu? and did you follow the procedure exactly like in the guide? (see below)

sudo apt -y update && sudo apt -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

git clone https://github.com/sucremoneda/SucreCore.git

git clone https://github.com/dashpay/dash.git  # (to fix a bug in secp256k1)

rm -rf ~/SucreCore/src/secp256k1
cp -r ~/dash/src/secp256k1 ~/SucreCore/src/secp256k1

cd SucreCore
find . -name "*.sh" -exec sudo chmod 755 {} \;
./autogen.sh
./configure # or ./configure --without-gui
make



Having same error output with Ubuntu 16.04 LTS. Everything is fine up to the 'make' command.

Thanks.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CoinonatX-PoW/PoS-Masternodes-75% APR (CXT Sister) -NEW THREAD
by
mcarver316
on 25/12/2017, 14:46:00 UTC
Hi,

What is monthly earning on a Masternode in USD? The earnings in Masternodes Online and MNRank tend to be outdated.

Thanks.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][POW & POSe X11][MASTERNODE] MonacoCoin - A real use in Monaco
by
mcarver316
on 12/12/2017, 16:01:19 UTC
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.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][POW & POSe X11][MASTERNODE] MonacoCoin - A real use in Monaco
by
mcarver316
on 11/12/2017, 05:14:49 UTC
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.

Post
Topic
Board Announcements (Altcoins)
Re: [ANN][POW & POSe X11][MASTERNODE] MonacoCoin - A real use in Monaco
by
mcarver316
on 11/12/2017, 02:25:53 UTC
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.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][POW & POSe X11][MASTERNODE] MonacoCoin - A real use in Monaco
by
mcarver316
on 10/12/2017, 18:24:44 UTC
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.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][POW & POSe X11][MASTERNODE] MonacoCoin - A real use in Monaco
by
mcarver316
on 10/12/2017, 18:15:55 UTC
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.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][POW & POSe X11][MASTERNODE] MonacoCoin - A real use in Monaco
by
mcarver316
on 10/12/2017, 00:01:26 UTC
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.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][POW & POSe X11][MASTERNODE] MonacoCoin - A real use in Monaco
by
mcarver316
on 09/12/2017, 16:54:33 UTC
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.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][POW & POSe X11][MASTERNODE] MonacoCoin - A real use in Monaco
by
mcarver316
on 07/12/2017, 10:23:48 UTC
Anybody have any luck installing new masternode with monoeci files and not monacocoin? If so, please post steps. Thank you..

Steps on Github : https://github.com/monacocoin-net/monacoCoin-Core

I am getting error :  error while loading shared libraries: libboost_system.so.1.54.0: cannot open shared object file: No such file or directory

There was a fix for it somewhere, had it when I installed xmcc masternode first time but took me a day. Keep running old MN till I have time to fix. Would be nice if there was Discord help channel.


I ended up just using Windows. Too many errors with uBuntu 16.

Nogo, another user posted same problem on Slack. Its just bad coding that refer to outdated libraries.

Yeah sorry. Having problems with Sentinel now.

The initial steps are well documented, but unfortunately incomplete.

The Linux tutorial was really made for version 14 of uBuntu and doesn't work well with uBuntu 16 without jumping through many hoops.

The Windows is even worse.

What we need is somebody who can code and put a prepackaged working configuration in a virtual machine for both Linux and Windows. Then just generate a new key to enable the node. Monoeci will have way more masternodes if the technical hurdles are reduced.

I'm willing to pay 100 XMCC for this. Not everybody who has the resources to run a Masternode have the technical-know-how as desper or developers for that matter.

I tried the Windows tutorial. If anyone here has gotten it to work, especially installing the sentinel dependencies, please share.

Thanks!

I am putting this project aside for now, as I simply do not have the coding skills to make either Linux or Windows work with the available tutorial.