Pages:
Author

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

newbie
Activity: 36
Merit: 0
In MN step #22 - what does RPC stand for and where does the username/password/port come from?

Sorry for the noob question.

You need the RPC protocol to communicate with the DAS daemon process on your server.

For example, if you type "das-cli masternode status" the das-cli client send the dasd damon process a request over RPC and get the result back.

The user/password must be provided by you. Just take a random long string for the password and the username.

Appreciate the help - I will try to set one up.

sr. member
Activity: 415
Merit: 287
Hello guys, looks like potentially good valuable project. I hope you are gonna be on more exchanges.
sr. member
Activity: 588
Merit: 422
Hello guys,

I`'m trying to setup the MN on ubuntu 16.04

Guide: https://www.dascrypto.com/das-technologies/masternodes/linux-guide/

I cant make and install DAS-source


Code:
...~/DAS-source# make
Making all in src
make[1]: Entering directory '/root/DAS-source/src'
make[2]: Entering directory '/root/DAS-source/src'
make[3]: Entering directory '/root/DAS-source/src/secp256k1'
make[3]: Leaving directory '/root/DAS-source/src/secp256k1'
  CXX      dasd-dasd.o

g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See for instructions.
Makefile:6922: recipe for target 'dasd-dasd.o' failed
make[2]: *** [dasd-dasd.o] Error 4
make[2]: Leaving directory '/root/DAS-source/src'
Makefile:7871: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/root/DAS-source/src'
Makefile:650: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

Can someone pls help me?

Thanks in advance

I assume you trying to compile the DAS wallet on a VPS. How much RAM provide your VPS and how big is the SWAP size?

Seems the compiling process terminated because the VPS resources are exhausted.


I got around this problem on VULTR vps which was hard to compile on due to exhausted ram by running the command "swapon"
it helped finish the compile which otherwise would have been impossible

Glad to hear the compiling process finished sucessfully.
newbie
Activity: 7
Merit: 0
Hello guys,

I`'m trying to setup the MN on ubuntu 16.04

Guide: https://www.dascrypto.com/das-technologies/masternodes/linux-guide/

I cant make and install DAS-source


Code:
...~/DAS-source# make
Making all in src
make[1]: Entering directory '/root/DAS-source/src'
make[2]: Entering directory '/root/DAS-source/src'
make[3]: Entering directory '/root/DAS-source/src/secp256k1'
make[3]: Leaving directory '/root/DAS-source/src/secp256k1'
  CXX      dasd-dasd.o

g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See for instructions.
Makefile:6922: recipe for target 'dasd-dasd.o' failed
make[2]: *** [dasd-dasd.o] Error 4
make[2]: Leaving directory '/root/DAS-source/src'
Makefile:7871: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/root/DAS-source/src'
Makefile:650: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

Can someone pls help me?

Thanks in advance

I assume you trying to compile the DAS wallet on a VPS. How much RAM provide your VPS and how big is the SWAP size?

Seems the compiling process terminated because the VPS resources are exhausted.


I got around this problem on VULTR vps which was hard to compile on due to exhausted ram by running the command "swapon"
it helped finish the compile which otherwise would have been impossible
sr. member
Activity: 588
Merit: 422
In MN step #22 - what does RPC stand for and where does the username/password/port come from?

Sorry for the noob question.

You need the RPC protocol to communicate with the DAS daemon process on your server.

For example, if you type "das-cli masternode status" the das-cli client send the dasd damon process a request over RPC and get the result back.

The user/password must be provided by you. Just take a random long string for the password and the username.
sr. member
Activity: 588
Merit: 422
Hello guys,

I`'m trying to setup the MN on ubuntu 16.04

Guide: https://www.dascrypto.com/das-technologies/masternodes/linux-guide/

I cant make and install DAS-source


Code:
...~/DAS-source# make
Making all in src
make[1]: Entering directory '/root/DAS-source/src'
make[2]: Entering directory '/root/DAS-source/src'
make[3]: Entering directory '/root/DAS-source/src/secp256k1'
make[3]: Leaving directory '/root/DAS-source/src/secp256k1'
  CXX      dasd-dasd.o

g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See for instructions.
Makefile:6922: recipe for target 'dasd-dasd.o' failed
make[2]: *** [dasd-dasd.o] Error 4
make[2]: Leaving directory '/root/DAS-source/src'
Makefile:7871: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/root/DAS-source/src'
Makefile:650: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

Can someone pls help me?

Thanks in advance

I assume you trying to compile the DAS wallet on a VPS. How much RAM provide your VPS and how big is the SWAP size?

Seems the compiling process terminated because the VPS resources are exhausted.
newbie
Activity: 36
Merit: 0
In MN step #22 - what does RPC stand for and where does the username/password/port come from?

Sorry for the noob question.
member
Activity: 93
Merit: 10
Hello guys,

I`'m trying to setup the MN on ubuntu 16.04

Guide: https://www.dascrypto.com/das-technologies/masternodes/linux-guide/

I cant make and install DAS-source


Code:
...~/DAS-source# make
Making all in src
make[1]: Entering directory '/root/DAS-source/src'
make[2]: Entering directory '/root/DAS-source/src'
make[3]: Entering directory '/root/DAS-source/src/secp256k1'
make[3]: Leaving directory '/root/DAS-source/src/secp256k1'
  CXX      dasd-dasd.o

g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See for instructions.
Makefile:6922: recipe for target 'dasd-dasd.o' failed
make[2]: *** [dasd-dasd.o] Error 4
make[2]: Leaving directory '/root/DAS-source/src'
Makefile:7871: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/root/DAS-source/src'
Makefile:650: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

Can someone pls help me?

Thanks in advance
newbie
Activity: 11
Merit: 0
Hi all. I`m new to mining and i try to mine with Das Core. So, first, i have typed getaccountadress 0 and a key starting with DAx.... has been provided, supposing this is my wallet key. I`m running das-qs with genproclimit -1.  and set in console setgenerate true, but i get not even a duff. Is something that i do wrong?
full member
Activity: 219
Merit: 100
Site very good and very complete parabens developer only need to enter into other exchangens for her to gain more value

We also need additional exposure. Masternodes.pro can provide that. Also, we can contact cryptomasternode.com and have it added there as well.
full member
Activity: 180
Merit: 100
Site very good and very complete parabens developer only need to enter into other exchangens for her to gain more value
newbie
Activity: 12
Merit: 0
I got my 1000 DAS by resending the rawtransaction via the debug console of the wallet. If you can't find your transaction ID in the DAS Blockexplorer try rebroadcasting the rawtransaction. Type in the console "getrawtransaction" copy the raw transaction and type in "sendrawtransaction" with your raw transaction
full member
Activity: 144
Merit: 100
Beautiful Website!!!!

All the best to this community.

The DAS Website has just been completed!

https://www.dascrypto.com/

Feedback is to be discussed dev. Can we take steps towards changing the logo on Coin Market Cap/Nova and the ANN thread?

Very good, I like the new site. Good work! Smiley
The DAS Website has just been completed!

https://www.dascrypto.com/

Feedback is to be discussed dev. Can we take steps towards changing the logo on Coin Market Cap/Nova and the ANN thread?
Indeed website is looking great, thanks for your work! And trades react very positive to good news.

Thank you all! Your feedback and the market reaction has been truly amazing!
full member
Activity: 219
Merit: 100
Ok, just threw a few dollars at masternodes.pro.

I think Bittrex and Poloniex would be good to get listed on.
full member
Activity: 331
Merit: 105
This coin seriosly need to be added on bitrex/cryptopia.

Cryptopia - quite possibly, bittrex is definitely no at this point
member
Activity: 110
Merit: 10
This coin seriosly need to be added on bitrex/cryptopia.

Would it be time for this? Bittrex sounds good Cheesy
newbie
Activity: 23
Merit: 0
This coin seriosly need to be added on bitrex/cryptopia.
full member
Activity: 219
Merit: 100
How much does a masternode pay out?

Here donations then we have a website to the overview Smiley

Look: c/ximg.php?fid=28859228[/img]

Masternodes.pro

I donated. Would be great if everyone could chip in a tiny bit.


Ok, I'm gonna add a little to!

Come on people, let's get this up!
member
Activity: 107
Merit: 10
REDDCoin - Great return
wow. for 1 hour difficult rise x2 and price grow x2
member
Activity: 107
Merit: 10
How much does a masternode pay out?

Here donations then we have a website to the overview Smiley

Look: c/ximg.php?fid=28859228[/img]

Masternodes.pro

I donated. Would be great if everyone could chip in a tiny bit.
Pages:
Jump to: