Search content
Sort by

Showing 14 of 14 results by blueboxster
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][MASTERNODE] Monoeci - A cryptocurrency for Monaco
by
blueboxster
on 25/07/2018, 19:14:06 UTC
WTF? What is going on with the price? Coin is dead? SCAM?
I was selling on February for 75 000sat and now the price is 1400sat?
Tis is exchange error or what?

Hey buddy, Welcome to the Crypto World !  Cheesy
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][MASTERNODE] Monoeci - A cryptocurrency for Monaco
by
blueboxster
on 17/06/2018, 21:22:34 UTC
Do you group members notice the trading volumes of xmcc are huge since mid May.


Any insight want to share ?


Happy father's day ! Wink
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][POW & POSe X11][MASTERNODE] Monoeci - MonacoCoin Projet
by
blueboxster
on 18/01/2018, 21:36:37 UTC
nodes pay 4.5 right now. Its the same for u ?

same here since afternoon of 17 Jan 2018
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Exclusive Coin EXCL 2.0 - MasterNodes, ProofOfStake, 3 years old, Slack!
by
blueboxster
on 27/11/2017, 15:10:51 UTC
Nice who knows something about this new exchange we are on?


Korean exchange :  upbit.com

https://upbit.com/exchange?code=CRIX.UPBIT.BTC-EXCL



To Dev : coinmarketcap needs an update on this.
Post
Topic
Board Tokens (Altcoins)
Re: [ANN][POWR][UPDATE] *** POWER LEDGER TOKEN SALE STARTS FRIDAY 8TH SEPTEMBER ***
by
blueboxster
on 22/11/2017, 17:47:24 UTC
Go check out their recent Tweets and you should know what to do with your POWR tokens Cheesy Grin Wink

https://twitter.com/PowerLedger_io 

Post
Topic
Board Trading Discussion
Re: Connector to the BitFinex Exchange for NinjaTrader 7
by
blueboxster
on 25/10/2017, 22:26:01 UTC
Hi Dev,

I downloaded the installer no problem.
But the installer can not download the program, keep showing "Download Files".
I waited for over 30 minutes and tried many times.

Any idea ?

TIA

Post
Topic
Board Announcements (Altcoins)
Re: [ANN][SYNX] SYNDICATE Ltd | Masternodes, PoS, Community voted projects
by
blueboxster
on 14/10/2017, 20:41:14 UTC
Anyone experienced  "could not allocate vin" when starting masternode today ?
Post
Topic
Board Announcements (Altcoins)
Re: |ANN| DAS - Decentralized and Secure. Private Send. Masternodes.
by
blueboxster
on 07/10/2017, 18:33:32 UTC
Dear Das Community members :


I am currently running "Das Core version v0.12.2.0-g 92d7461 (32-bit)" with VPS MN without any issue.

Should I upgrade ? And what if I don't ?

TIA


Post
Topic
Board Announcements (Altcoins)
Re: |ANN| DAS - Decentralized and Security. Private Send. Masternodes.
by
blueboxster
on 03/08/2017, 11:59:20 UTC
@polylogic


Just reinstall ubunto 16.04 following the part 03.2 to compile the code again with new dependencies.

It went smoothly all the way until "make".

It stopped with the following warnings :

In file included from checkpoints.cpp:10:0:
main.h:118:56: warning: large integer implicitly truncated to unsigned type [-Woverflow]
 static const unsigned int DEFAULT_BANSCORE_THRESHOLD = 10000000000;
                                                        ^
cc1plus: warning: unrecognized command line option ‘-Wno-self-assign’
  CXX      libbitcoin_server_a-httprpc.o
  CXX      libbitcoin_server_a-httpserver.o
  CXX      libbitcoin_server_a-init.o
In file included from init.cpp:23:0:
main.h:118:56: warning: large integer implicitly truncated to unsigned type [-Woverflow]
 static const unsigned int DEFAULT_BANSCORE_THRESHOLD = 10000000000;
                                                        ^
In file included from init.cpp:42:0:
governance.h: In member function ‘void CGovernanceObject::UpdateSentinelVariables(const CBlockIndex*)’:
governance.h:202:13: warning: unused variable ‘nAbsNoVoteReq’ [-Wunused-variable]
         int nAbsNoVoteReq = nAbsYesVoteReq; //same in absolute value
             ^

++++++++++++++++++++++++++

^CMakefile:4444: recipe for target 'libbitcoin_server_a-init.o' failed
make[2]: *** [libbitcoin_server_a-init.o] Interrupt
Makefile:7871: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Interrupt
Makefile:650: recipe for target 'all-recursive' failed
make: *** [all-recursive] Interrupt


Hope this help debugging Wink
Post
Topic
Board Announcements (Altcoins)
Re: |ANN| DAS - Decentralized and Security. Private Send. Masternodes.
by
blueboxster
on 03/08/2017, 11:08:02 UTC
configure: WARNING: Qt dependencies not found; das-qt frontend will not be built
checking whether to build Das Core GUI... no (Qt5)
configure: error: No working boost sleep implementation found.

anyone has the same error ?


the QT wallet is not needed on VPS, not sure about the "boost" error
try to add more dependencies:

Code:
apt-get install -y build-essential software-properties-common autoconf libssl-dev libboost-dev libboost-chrono-dev libboost-filesystem-dev libboost-program-options-dev libboost-system-dev libboost-test-dev libboost-thread-dev sudo automake git

i also put them in the tutorial now


@polylogic


I have added the dependencies.....same error:
/usr/local/bin/dasd: line 7: syntax error near unexpected token `newline'
/usr/local/bin/dasd: line 7: `'

I am using ubuntu 16.04, following your part 03.1


TIA
Post
Topic
Board Announcements (Altcoins)
Re: |ANN| DAS - Decentralized and Security. Private Send. Masternodes.
by
blueboxster
on 02/08/2017, 22:39:38 UTC
@polylogic Thanks for the great instructions.

I chose the lazy route (part 03.1) and encounter an error after ./dasd -daemon

das@vultr:~$ ./dasd -daemon
./dasd: line 7: syntax error near unexpected token `newline'
./dasd: line 7: `'


any idea ??


TIA



I decided to compile my own by following part 03.2.

here is the error after the command "./configure".

this is the ending part :

configure: WARNING: Qt dependencies not found; das-qt frontend will not be built
checking whether to build Das Core GUI... no (Qt5)
checking for boostlib >= 1.20.0... configure: We could not detect the boost libr                 aries (version 1.20 or higher). If you have a staged boost library (still not in                 stalled) please specify $BOOST_ROOT in your environment and do not give a PATH t                 o --with-boost option.  If you are sure you have boost installed, then check you                 r version number looking in . See http://randspringer.de/boos                 t for more documentation.
checking whether the Boost::System library is available... no
checking whether the Boost::Filesystem library is available... no
checking whether the Boost::Program_Options library is available... no
checking whether the Boost::Thread library is available... no
checking whether the Boost::Chrono library is available... no
checking whether the Boost::Unit_Test_Framework library is available... no
checking for dynamic linked boost test... no
configure: error: No working boost sleep implementation found.



anyone has the same error ?

Post
Topic
Board Announcements (Altcoins)
Re: |ANN| DAS - Decentralized and Security. Private Send. Masternodes.
by
blueboxster
on 02/08/2017, 22:11:27 UTC
@polylogic Thanks for the great instructions.

I chose the lazy route (part 03.1) and encounter an error after ./dasd -daemon

das@vultr:~$ ./dasd -daemon
./dasd: line 7: syntax error near unexpected token `newline'
./dasd: line 7: `'


any idea ??


TIA
Post
Topic
Board Announcements (Altcoins)
Re: |ANN| DAS - Decentralized and Security. Private Send. Masternodes.
by
blueboxster
on 02/08/2017, 20:30:42 UTC
Dear Forum readers,

I have a Windows  masternode related question :

Can I use a WIFI connected Windows PC as masternode or it must be connected to the internet via LAN ethernet cable ?


Thanks in advance for your help.

Happy staking.

 Kiss

Post
Topic
Board Announcements (Altcoins)
Re: [SYNX] Syndicate | Business Management Platform | NEW BETA v1.0.1.7 RELEASED! |
by
blueboxster
on 20/07/2017, 21:35:49 UTC
Dear forum readers,

I installed the latest wallet v1.0.1.8 but can not connect to the network.

"0 active connections to the Syndicate network"

It is now 1 year and 5 weeks behind. Huh

Anyone has the same problem ?


Best regards