Search content
Sort by

Showing 17 of 17 results by cryptobuyologist
Post
Topic
Board Altcoin Discussion
Re: FAILCOINS 2018
by
cryptobuyologist
on 23/01/2018, 17:56:25 UTC
I understand there are some concerns but when this coin launches will you then remove this thread? It's only going to hurt the investors who have been waiting almost 1/2 year for this project to launch... and it isn't their fault.

Post
Topic
Board Announcements (Altcoins)
Re: [ANN] MutualCoin - 10,000% & 5000% Stake (POS / POW), (Scrypt Algo)
by
cryptobuyologist
on 18/12/2017, 20:30:46 UTC
i wish to the dev the worst cancer ever for him and his's relatives, friends, and all who stay near him

Wow... really? Because you lost money? You are just showing what kind of character you are made up of.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] MutualCoin - 10,000% & 5000% Stake (POS / POW), (Scrypt Algo)
by
cryptobuyologist
on 18/12/2017, 14:24:13 UTC
CE is extremelyyyyyyyyy slow at doing stuff like this.
Post
Topic
Board Announcements (Altcoins)
Re: |ANN| VivoInnovaOnexGobyte COIN - Neoscrypt, Asic Resistans, MASTERNODES!!!
by
cryptobuyologist
on 22/11/2017, 04:52:52 UTC
I have got such error. Dev please explain how 9910 is not equal 9910

Error reading masternode configuration file: Invalid port detected in masternode.conf
Line: 5
"MN1 188.125.61.110:9910          7sLFp77UaTKbg4VKdMcbwa1nQLrAFkPZUgDtqW9kPw14QicRPJJ fbd2af068bab0abbea5f927784db84c1d7d56bdd882707d76b75575417ba9203 1"
(must be 9910 for mainnet)



same problem here / help please


VivoInnovaOnexGobyte.conf

Code:
masternode=1
masternodeprivkey=7s5Gy8bTV8FaHR**********************A9PXwzbfwvfHJALQ7
externalip=104.100.128.100

file mastenode.conf you configure if you want to watch your MN on your home wallet.

I am also having the same problem... and yes, I do want to watch my MN in the wallet... so how is this fixed?
Post
Topic
Board Announcements (Altcoins)
Re: Bitcloud 2.0 - BTDX - PoS3 - Newest Masternode Core 12.2 - Quark
by
cryptobuyologist
on 25/09/2017, 04:21:57 UTC
OKay, I guess that was it! Everything is good now. MN is up, with the new protocol and live.

Thank you for your help. Was really, really helpful.
Post
Topic
Board Announcements (Altcoins)
Re: Bitcloud 2.0 - BTDX - PoS3 - Newest Masternode Core 12.2 - Quark
by
cryptobuyologist
on 25/09/2017, 04:02:38 UTC
i googled your top error and got this:


https://bitcointalk.org/index.php?topic=304389.0

SOLVED: Not enough ram, make sure to run the command "free -m" and check your ram, turns our 256 isnt enough even with all the swap space in the world.

Hi guys ,

I have tried everything, swap space fix, building dependencys from scratch, ... reinstalling os.. everything.
Anyway i keep getting this error:


http://pastebin.com/w14BVNAL

g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See for instructions.
make: *** [obj/alert.o] Error 4


All dependencys are fine, its just this strange error im getting, i tried to check dmsg and there was no info about running out of memory and i tried to give it 1g of swapspace before build.. still same error.

I offer a 0.1BTC bounty to any linux wizard that can jump on my home windows box via team-view and use my ssh connection threw that to get it to compile.

Bounty's on the table,
MSG me if you are interested.
-Scott


I am getting an error (or multiple)

g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See for instructions.
make[2]: *** [libbitcoin_server_a-main.o] Error 4
make[2]: Leaving directory `/root/Bitcloud/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/Bitcloud/src'
make: *** [all-recursive] Error 1
strip: 'bitcloudd': No such file
strip: 'bitcloud-cli': No such file
strip: 'bitcloud-tx': No such file
cp: cannot stat 'bitcloudd': No such file or directory
cp: cannot stat 'bitcloud-cli': No such file or directory
cp: cannot stat 'bitcloud-tx': No such file or directory



Yes! I did the same, found the same info and upgraded my VPS and it looks like it compiled correctly now! I appreciate your time and desire to help... will update at the end of the process.
Post
Topic
Board Announcements (Altcoins)
Re: Bitcloud 2.0 - BTDX - PoS3 - Newest Masternode Core 12.2 - Quark
by
cryptobuyologist
on 25/09/2017, 02:45:45 UTC
I am getting an error (or multiple)

g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See for instructions.
make[2]: *** [libbitcoin_server_a-main.o] Error 4
make[2]: Leaving directory `/root/Bitcloud/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/Bitcloud/src'
make: *** [all-recursive] Error 1
strip: 'bitcloudd': No such file
strip: 'bitcloud-cli': No such file
strip: 'bitcloud-tx': No such file
cp: cannot stat 'bitcloudd': No such file or directory
cp: cannot stat 'bitcloud-cli': No such file or directory
cp: cannot stat 'bitcloud-tx': No such file or directory
Post
Topic
Board Announcements (Altcoins)
Re: Bitcloud 2.0 - BTDX - PoS3 - Newest Masternode Core 12.2 - Quark
by
cryptobuyologist
on 25/09/2017, 02:01:56 UTC
it just makes you more resourceful.....

i modified the existing install bash and changed it to update your mn.

it makes it easier to update your mn down the road.

it assumes that you used the install bash for the original installation.

if you create a new bash and put it in your root, make sure you perform:

chmod +x btdxupdate.sh


or you can type most of these commands in shell:

------------------------------------------------------------------------------------------------------

#!/bin/bash
# This script will install all required stuff to run a Bitcloud (BTDX) Masternode.
# BitSend Repo : https://github.com/LIMXTEC/Bitcloud
# !! THIS SCRIPT NEED TO RUN AS ROOT !!
######################################################################

clear
swapon /mnt/mybtdxswap.swap
sleep 1
source ~/.profile
sleep 1
bitcloud-cli stop
sleep 1
cd
rm -r Bitcloud
rm /usr/local/bin/bitcloudd
rm /usr/local/bin/bitcloud-cli
rm /usr/local/bin/bitcloud-tx
cd
git clone https://github.com/LIMXTEC/Bitcloud.git
cd Bitcloud
./autogen.sh
./configure
make

cd
cd Bitcloud/src
strip bitcloudd
strip bitcloud-cli
strip bitcloud-tx
cp bitcloudd /usr/local/bin
cp bitcloud-cli /usr/local/bin
cp bitcloud-tx /usr/local/bin
cd
sleep 2
bitcloudd
-----------------------------------------------------------------------------------------------------------------


If this coin is going to succeed it needs to have community support. We were told there is an update and it needs to be done but there is no one here to offer support as to how to do this properly. The slack invite on the website is no longer valid, there are only a handful of ppl in the Telegram and none can offer complete answers, and no one seems to answer anything here.

I heard that the dev is really busy, that's fine, but there needs to be others that can relay information to the community... otherwise the dev is just wasting his time if no one in the community can figure out what to do after mandatory changes are made. Please remember that not everyone knows everything about masternodes, linux, wallets, etc.

I, and I'm sure everyone, fully appreciates the effort but it's a waste if we cannot update our Masternodes properly!

I have been a part of the Vivo community for a few days and their community is amazing. Anyone there will take the time to explain things and even help you setup your MNs. I'm not looking for hand holding but just some simple info/directions.

I hope this information finds you all well as not pushy but maybe motivation to help grow the community.


I am grateful for your time and pleasantry. You are awesome. I will give this a shot.
Post
Topic
Board Announcements (Altcoins)
Re: Bitcloud 2.0 - BTDX - PoS3 - Newest Masternode Core 12.2 - Quark
by
cryptobuyologist
on 24/09/2017, 14:27:11 UTC
If this coin is going to succeed it needs to have community support. We were told there is an update and it needs to be done but there is no one here to offer support as to how to do this properly. The slack invite on the website is no longer valid, there are only a handful of ppl in the Telegram and none can offer complete answers, and no one seems to answer anything here.

I heard that the dev is really busy, that's fine, but there needs to be others that can relay information to the community... otherwise the dev is just wasting his time if no one in the community can figure out what to do after mandatory changes are made. Please remember that not everyone knows everything about masternodes, linux, wallets, etc.

I, and I'm sure everyone, fully appreciates the effort but it's a waste if we cannot update our Masternodes properly!

I have been a part of the Vivo community for a few days and their community is amazing. Anyone there will take the time to explain things and even help you setup your MNs. I'm not looking for hand holding but just some simple info/directions.

I hope this information finds you all well as not pushy but maybe motivation to help grow the community.
Post
Topic
Board Announcements (Altcoins)
Re: Bitcloud 2.0 - BTDX - PoS3 - Newest Masternode Core 12.2 - Quark
by
cryptobuyologist
on 23/09/2017, 23:19:58 UTC
does the linux version have to be rebuilt?




I am grateful I just happened to come on here and saw that there is an update...

I have the same question of that above and more...

From reading the posts it has made it even more confusing on what has happened and what needs to be done. Can someone please make it clear exactly what masternode holders need to do? Can we get a short, quick outline of exactly how to update this? I don't want to risk anything fooling around with guest n check.

Thank you.



Post
Topic
Board Mining (Altcoins)
Re: Coins with MasterNodes
by
cryptobuyologist
on 21/09/2017, 15:57:04 UTC
Yes i agree... but sometimes forum help you a lot...
There are so many things now that we don't have time for look for all.
So i reformulate my question... what do you masternode own and why?
I own a #Crave Masternode

Reasons:

Best ROI for your buck
Slack community its always available and willing to help
Limited supply, not like Lindacoin
Anonymity
Logo its dope as f*ck!
Trades on Cryptopia (Favorite Exchange)
Its been around for almost 3 years
Gifted developers

"Best ROI for your Buck"... I am guessing you haven't been to https://masternodes.pro/ in a while. Crave is #5 as of today with less than a 100% ROI... I just got into Vivo and BitCloud, both boasting over 800% ROI at this moment... and both will be added to https://masternodes.pro/ in a few days.
Post
Topic
Board Announcements (Altcoins)
Re: DCORP Crowdsale - ICO Ends Today
by
cryptobuyologist
on 31/08/2017, 20:50:45 UTC
When will the deal be opened?I saw that cryptopia has information on this coin, but it cannot be traded or deposits.

Dcorp is tradeable from October 2017.
wow Im super excited 1 to 2 months and we will see dcorp coin to the exchanges site and for sure after the dcorp list to that exchanges site and for sure the price will increase because many new investor for sure will invest to the dcorp. I hope it will be listed to the bittrex or poloniex because they have a lot of traders there and that helpful so dcorp coin will become popular to the online world.

The exact date in October is not announced yet. Its about a month away though, so we need to keep our eyes open.

It has appeared on Cryptopia but is not trading yet... not sure if anyone saw that. DRP/BTC
https://www.cryptopia.co.nz/Exchange/?market=DRP_BTC
Post
Topic
Board Speculation (Altcoins)
Re: Best Proof of Stake coins to invest now and gain huge in 2020? Next Dash?
by
cryptobuyologist
on 29/08/2017, 00:29:05 UTC
I might be late to the party but EMBERcoin (EMB) gives out 720% annually. I have had it for almost a month and have accrued atleast 10x on my original investment because the total staking weight was only at 25% of the total supply... so we were seeing daily rewards at 10-20% of our current total coins! People are starting to find out about it now but give it a look.

There are active devs updating the wallet and I think they want to add masternodes (which I don't agree with). They are active in the discord chat. I would start out with atleast 5 million coins to have a good weight.

Note: There is an issue with the peers data file but the discord chat has the fix listed out (hence some of the upcoming wallet updates). Very easy.


Site: Embercoin.io
Discord: https://discord.gg/xHvUbp
Buy: https://www.cryptopia.co.nz/Exchange/?market=EMB_BTC
Post
Topic
Board Announcements (Altcoins)
Re: PIECOIN REBOOT
by
cryptobuyologist
on 28/08/2017, 17:49:13 UTC

I love PIECOIN because of the staking but I recently found something with better returns... Ember coin EMB has 720% annual staking rewards for another 2 years. It's on cryptopia. Site is embercoin.io
Post
Topic
Board Announcements (Altcoins)
Re: Virta Unique Coin Launch
by
cryptobuyologist
on 23/08/2017, 14:11:44 UTC
How long does it take for coins to mature?
Post
Topic
Board Announcements (Altcoins)
Re: Virta Unique Coin Launch
by
cryptobuyologist
on 23/08/2017, 02:06:19 UTC
Hi, I downloaded the wallet but can not sync it, tried adding the text file virtauniquecoin.conf with the nodes and still not syncing.

If someone knows how to get around this problem it would be appreciated.

Thanks in advance.


Having the same issue. Can someone go step by step with how to fix for us wallet noobs? Would very much appreciate it. Thanks!


I finally got it to work. I think the main issue was that the file was not properly taking the .conf file type and ending up being .conf.txt when previewing the file info. To all of you still having issues, try that. Also, make sure that you are closing out of your wallet when you make these changes.
Post
Topic
Board Announcements (Altcoins)
Re: Virta Unique Coin Launch
by
cryptobuyologist
on 22/08/2017, 16:50:05 UTC
Hi, I downloaded the wallet but can not sync it, tried adding the text file virtauniquecoin.conf with the nodes and still not syncing.

If someone knows how to get around this problem it would be appreciated.

Thanks in advance.


Having the same issue. Can someone go step by step with how to fix for us wallet noobs? Would very much appreciate it. Thanks!