Pages:
Author

Topic: |ANN| DAS - Decentralized and Secure. Private Send. Masternodes. - page 84. (Read 153952 times)

member
Activity: 79
Merit: 10
Important Anouncement: The DAS website has been put down by the developer's negligence. https://www.dascrypto.com/
And price goes down now on Novaexchange. Very interesting - is Dev one of the users who started to sell DAS now?

everybody is dumping now, but i guess the DEV as well
full member
Activity: 263
Merit: 101
La Liberté guidant le peuple
Important Anouncement: The DAS website has been put down by the developer's negligence. https://www.dascrypto.com/
And price goes down now on Novaexchange. Very interesting - is Dev one of the users who started to sell DAS now?
member
Activity: 114
Merit: 10
I would wait for few days, this situation leaves literally no other options to dev than come out. If he still is quiet, it's almost certain that he won't continue with this coin.

But If I remember right that he pushed latest update to github repository not so long ago? End of July? So is he developing this coin in quiet mode basically?

If someone could link the github repo page, cant remember it anymore.

Another interesting thing is that if https://masternodes.pro/ DAS balance gets through the 200$ (only 30$ left), the coin basically gets attention no matter what, just keep in mind before u sell it too early.

And yeah, dont let trolls too much affect your decisions about this coin (^).
full member
Activity: 152
Merit: 100
Sounds cool. Keep watching. Trying to setup the node now and hopefully everything goes fine. Will read more on this.
sr. member
Activity: 1344
Merit: 252
Hope dev will appear soon and give some explanations about it.
full member
Activity: 180
Merit: 100
If he does not want to give continuity to the currency the community assumes it, he only has to drop a promising project like this and with a community that is helping where he can Undecided
member
Activity: 79
Merit: 10
Important Anouncement: The DAS website has been put down by the developer's negligence. https://www.dascrypto.com/

DAMN
full member
Activity: 144
Merit: 100
Important Anouncement: The DAS website has been put down by the developer's negligence. https://www.dascrypto.com/
full member
Activity: 219
Merit: 100
Only $32 more needed for listing on masternoedes.pro

Let's push this over the edge!
full member
Activity: 180
Merit: 100
For her to go to the moon the developer has chi show service if he does not pay $ 200 dollars for her to earn exposure does not want to spend 1.5 btc to be listed in other exchanges already know well the currency will hardly grow
sr. member
Activity: 1344
Merit: 252
Happy to see Das value rise above @ 22 Jul
Go Das go!
It can rise more if community will donate some coins to https://masternodes.pro listing. Cmon ppl, lets send DAS to da moon Wink
newbie
Activity: 14
Merit: 0
@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
newbie
Activity: 45
Merit: 0
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


Are you sure that the dasd is an executable? It looks like an html document
full member
Activity: 263
Merit: 101
La Liberté guidant le peuple
I don't have a windows and no Linux system on my computers. But even if I had, its not clear, if the wallets work 100%.

Before you really consider pumping prices, adding MN to sites and spreading the word, you should create a Mac OS X wallet and fix the existing ones.  Only if they work and its point and shoot easy to set up a wallet, load the blockchain and set up MN without comand lines you will be able to attract the masses.

And I still don't see any reason to invest in it, other that it is limited to 18m coins... And the price is also to high, I would dump you coins until it is resolved. Way to many problems during launch already
If you just want launch new Masternodes you don't need Mac OS wallet. Just buy Linux or Windows VPS and use last version of DAS wallet. All transactions you can perform from Novaexchange. I don't see big problem.
newbie
Activity: 14
Merit: 0
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
full member
Activity: 140
Merit: 100
Happy to see Das value rise above @ 22 Jul
Go Das go!
full member
Activity: 140
Merit: 100
@ Polylogic - thank you for such a detailed one.
It really helps users like me. Cheers!!!
full member
Activity: 140
Merit: 100
Donate to enter in https://masternodes.pro people, every MN coin must be there, only 77$ left.

should go down to $56 anytime now
Indeed, thanks for participating  Wink
Only 57$ needed more!

pleasure!

Trying to set up MN
saved das.conf. after that when trying to open wallet again by running das-qt.exe, error: cannot resolve - bind address 'YOUR IPv4 ADDRESS>:9399'
someone please guide in simple language to easily understand
or if someone can spare sometime to make a youtube video please. i will appreciate and support as possible if incase.
thanks

MN set-up completed.
But i am not sure if i have below correctly.

server=1
daemon=1
listen=1
rpcuser=username
rpcpassword=wallet password
rpcport=9399
rpcallowip=ipv4 address
masternode=1
masternodeprivkey=private key generated from wallet debug console
masternodeaddr=ipv4 address:9399
bind=ipv4 address:9399
externalip=outward-facing ip:9399

someone please check and advise.
Thanks

server=1
daemon=1
listen=1
rpcuser=username
rpcpassword=
rpcport=9399
rpcallowip=ipv4 address
masternode=1
masternodeprivkey=private key generated from wallet debug console
masternodeaddr=ipv4 address:9399 dont need this
bind=ipv4 address:9399 dont need this
externalip=outward-facing ip:9399

Thanks for response!
In debug console, entered masternode start
Message reads: Masternode input must have at least 15 confirmations
Now do i wait or if there is anything more to be done.
Please advise.


yes the transaction with your exactly 1000 das need 15 confirmation

i say - not knowing is harder than a rock haha
i transferred some more DAS to the same address.
please advise on how do i know if it is working?
sr. member
Activity: 546
Merit: 254
ʕʘ̅͜ʘ̅ʔ
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
sr. member
Activity: 546
Merit: 254
ʕʘ̅͜ʘ̅ʔ
./dasd:  line 7:  syntax error near unexpected token 'newline'
./dasd:  line 7:  `'

i had the same error in the beginning... hmm.. if i only remember how i fixxed it.

are you sure that you launched with "./dasd -daemon"
and not "./dasd" only

i believe that gave me the error.

you can try to add the dependencies from next post.

and check if the config folder got created:
Code:
cd /home/das/.das/
ls
there should be many files inside. also the das.conf
Pages:
Jump to: