Bitcoin Forum
May 24, 2024, 10:07:08 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 [39] 40 41 42 »
761  Alternate cryptocurrencies / Announcements (Altcoins) / Re: |ANN| DAS - Decentralized and Security. Private Send. Masternodes. on: July 25, 2017, 08:21:40 PM
That's the same what I thought. But why does my wallet on newest version then accept them? Is is it because there are still a lot of old clients out there which accept them and my wallet accepts them because many other nodes do so?

iam watching the explorer and the debug log to see what it says, but atm it looks like the network is accepting blocks that dont follow the rules like: http://das.explorerz.top:3002/tx/38626d34a4dce6bd14368f614a408057e3c1ead8773f44b2aa0d4bbfc9b23d1e

we need to get all pools and MNs updated, or at least most

EDIT: masternode count down to 65 on my MN

If the majority of the masternodes are on the new version, the network should then reject all blocks without the proper payment.
762  Alternate cryptocurrencies / Announcements (Altcoins) / Re: |ANN| DAS - Decentralized and Security. Private Send. Masternodes. on: July 25, 2017, 05:10:29 PM
is the mastenode.conf issue fixed as well?

Dev merged my pull request into the master branch so i hope it works now.
763  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] DeepOnion TOR Integrated, No ICO/Crowdfund, Free Airdrop 2nd Round Jul 28 on: July 25, 2017, 03:34:03 PM
My status:    Skipped for the current coin distribution due to not 10 valid posts in last week

I've applied on july, 12th, why doesnt count my posts from july 12th on?

Btw, i have member status now.
764  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] DeepOnion TOR Integrated, No ICO/Crowdfund, Free Airdrop 2nd Round Jul 28 on: July 25, 2017, 12:29:31 PM
I got an error since yesterday.


Is there a new wallet? Instructions please.  Grin
Restart PC and try again if it does not help let us know we can give more details

Hi dev. I already restarted my pc many times and it is still not working. Maybe I can delete and download the wallet again? I just have a copy of wallet.dat as my back up right? Thanks for the fast response. Curious if you have time to sleep as I always see you online all the time.  Grin

You started the wallet from inside a zipfile, right? Just extract the .exe file to your desktop and start it again.
765  Alternate cryptocurrencies / Announcements (Altcoins) / Re: MAGICCOIN | Grow your Cryptocurrency with Magic on: July 25, 2017, 09:49:56 AM
Why does somebody create a new ANN thread to promote their coin and refuses to post the information thats required to mine/buy it?

I dont get it.
766  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ATCCOIN | The Coin You Trust Most on: July 24, 2017, 05:37:06 PM
hey sorry if I'm necroing the thread, but this coin now has a github (and a new android wallet!):

http://atccoin.com/
https://github.com/atccoin2017/atccoin/

please take a look at github code. it doesn't look like anything is wrong with it.

I want to invest in it b/c of high trade volume. is this a good idea? coin is skyrocketing in value in NOVA-EXCHANGE.

might be next ETH!!!

With incomplete source code .. Hell yeah!!

Thankfully you didn't expect it to become next BTC!!

what is missing!!??? can be not vague??

know ur shit before u defame.

The linux and windows makefile is missing for example, also important files like net.h keystore.cpp init.h etc...

The point is you can't compile binaries with incomplete source code.
767  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ANN][EXCHANGE] WCX – Low-Cost Crypto Exchange built by Apple & Wall St team on: July 24, 2017, 03:29:23 PM
I really like the idea behind this project, that you can participate as some sort of a shareholder of a crypto currency exchange.

Looks very promising and if the implemention of the whole system is stable, the success automatically will come.
768  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [CAPT] CAPTcoin on: July 22, 2017, 06:26:10 PM
The problem is that nobody has the right blockchain anymore. Yobits support button is only a placeholder, im waiting for weeks now for a response.

I've had my CAPT client open for 3 weeks straight now, all have only forked chains.

IMO the only solution is a fork where we get on the right blockchain again. Therefore we need a dev to change the code.
769  Alternate cryptocurrencies / Announcements (Altcoins) / Re: |ANN| DAS - Decentralized and Security. Private Send. Masternodes. on: July 22, 2017, 09:45:45 AM
I've compiled the linux binaries with the latest code changes:

https://github.com/mainconceptx/DAS-Linux-binaries/releases/download/DAS-v0.12.1/das-linux-binaries-20170722.tar.gz

https://www.virustotal.com/de/file/cfbf97cfb927e091f8a5e00ebdb3eac9e08b1cbd79254f87adb131c15d91b4d8/analysis/1500716673/
770  Alternate cryptocurrencies / Announcements (Altcoins) / Re: |ANN| DAS - Decentralized and Security. Private Send. Masternodes. on: July 22, 2017, 09:13:14 AM
Try this to run multiple masternodes on the same linux vps.

Review under /home/yourusername/.das the das.conf file

I have the following config in it:

server=1
daemon=1
listen=1
rpcuser=dasuser01 >>> your RPC user
rpcpassword=asdfuh2q3r98zasFHBas90dfh213AHdfkajg234 >>>your RPC password
rpcport=9398 >>> some RPC port
rpcallowip=127.0.0.1
masternode=1
masternodeprivkey=<<< your Masternode genkey >>>
masternodeaddr=13.284.238.21 >>> your linux VPS WAN/external IP address
externalip=13.284.238.21 >>> your linux VPS WAN/external IP address
bind=10.0.1.4:9399  >>> your internal linux vps IP address with the DAS port - which is bound to the 1st WAN IP

Then start your masternode with: dasd --datadir=/home/yourusername/.das

For your second masternode on the same machine:
- Requirement: You need a second WAN IP / external IP address for your 2nd Masternode.

- Make a second das folder: mkdir /home/yourusername/.das1
- create a empty das.conf with nano das.conf in it.

Config for the second masternode:

server=1
daemon=1
listen=1
rpcuser=dasuser02 >>> your 2nd RPC user
rpcpassword=aSf92hAGHBf29o83hzgaökdfabdf >>>your 2nd RPC password
rpcport=9397 >>> your 2nd RPC port
rpcallowip=127.0.0.1
masternode=1
masternodeprivkey=<<< your 2nd Masternode genkey >>>
masternodeaddr=93.293.23.235>>> your 2nd linux VPS WAN/external IP address
externalip=93.293.23.235 >>> your 2nd linux VPS WAN/external IP address
bind=10.0.1.5:9399  >>> your 2nd internal linux vps IP address with the DAS port - which is bound to the 2nd WAN IP

Then start your 2nd masternode with: dasd --datadir=/home/yourusername/.das1
771  Alternate cryptocurrencies / Announcements (Altcoins) / Re: |ANN| DAS - Decentralized and Security. Private Send. Masternodes. on: July 22, 2017, 08:48:42 AM
Bugs regarding Multiple Masternodes on same VPS

1. Another port than 9399 on local masternode.conf
"Error reading masternode configuration file: Invalid port detected in masternode.conf. … (must be 9399 for mainnet)

2. Starting second dasd daemon on VPS
Error: Unable to start HTTP server. See debug log for details.
Only works with another port, same old problem local wallet wont work with another port --> Bug/Impossible

But I have to use a another port... Otherwise it won't start.

Whats up here? Why no other port? Why no other daemon? What "HTTP" Server?
I am confused...

1 is a known issue - see my last post. Dev have to update the code.

2 whats in the debug.log? dasd, the DAS linux daemon, has no webserver abilities as far as i know.

DAS Masternodes must use port 9399, other ports for the masternode are not allowed.
772  Alternate cryptocurrencies / Announcements (Altcoins) / Re: |ANN| DAS - Decentralized and Security. Private Send. Masternodes. on: July 22, 2017, 08:44:11 AM
Trying to do a Linux VPS to host masternode, no luck.
Can't edit masternode.conf due to "Invalid Port detected in masternode.conf" where I put the port as 9399.....

Maybe dev can have a look here....Someone did a code fix here
https://www.dash.org/forum/threads/12-1-testnet-testing-phase-two-ignition.10818/page-16#post-112860
https://github.com/dashpay/dash/pull/1322



@Truckman83, i've created a pull request on github (https://github.com/Truckman83/DAS-source/pull/1) with the fix from dash. Please review it, test it and merge it in your master branch.

You can also setup a second "dev" branch in git where you can test the fix (and other fixes of course) and than merge in the master branch.
773  Alternate cryptocurrencies / Announcements (Altcoins) / Re: |ANN| DAS - Decentralized and Security. Private Send. Masternodes. on: July 22, 2017, 08:03:25 AM
can you stake your DAS coin. I didn't notice "stake" on wallet. Also you need a static IP to run a masternode? Thank you sorry I'm new to masternodes etc.

This is not are Proof of Stake coin, the POS algorithm is not implemented in this coin. It is a Proof of Work coin with Masternode abilities. So you can not stake your coins in the wallet.
774  Alternate cryptocurrencies / Announcements (Altcoins) / Re: |ANN| DAS - Decentralized and Security. Private Send. Masternodes. Vote + 25 DAS on: July 14, 2017, 09:56:23 PM
Why do not deductions to the masternodes come from the address DAE2KiStLQACAebEVcTZ9povEdqP6r76cB?
DAE2KiStLQACAebEVcTZ9povEdqP6r76cB - is the pool address of lpool.name
Why, when I get a reward for the block 20 DAS , 5 DAS goes to the masternodes,
at the same time DAE2KiStLQACAebEVcTZ9povEdqP6r76cB receives all 25 DAS?

And I understood my problem.
Since currently 2 addresses are involved in the extraction
My and DAE2KiStLQACAebEVcTZ9povEdqP6r76cB, which does not make deductions to the masternodes,
So my masternodes received the award when I mined it myself...

25 DAS -> Miner
5 DAS -> Masternode

Simple as that.
775  Alternate cryptocurrencies / Announcements (Altcoins) / Re: |ANN| DAS - Decentralized and Security. Private Send. Masternodes. on: July 14, 2017, 07:17:00 PM

Has anyone set up a DAS masternode on a Linux? My masternode is running on a Windows VPS and it is shame that I can not put my existing 4 Linux VPS in a good use to run DAS masternodes on them. What a waste (I have no idea how to compile from code, I would need a step by step guide, sorry)  


I've running two MNs on ubuntu vps currently. Working fine, was a bit of a mess to compile it cause you need boost 1.57 etc.

What linux version do you use on your vps machines?

You can take this build instructions: https://github.com/Truckman83/DAS-source/blob/master/doc/build-unix.md

P.S. im not a linux pro.

Hi,

can you share the needed Linux Files with us?

I'm trying to get a VPS set up for a while now, but I don't now Linux, the most manuals are on english and nothing works like it should.

It's really frustrating.

I've compiled it under Ubuntu 16.04 and uploaded it on github.

https://github.com/mainconceptx/DAS-Linux-binaries/blob/master/Das-linux-ubuntu16.04.tar.gz

Please give me feedback if it works or not.

776  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Leasing waves on: July 14, 2017, 08:36:50 AM
Spam and tbh it seems fishy to me.
777  Alternate cryptocurrencies / Announcements (Altcoins) / Re: |ANN| DAS - Decentralized and Security. Private Send. Masternodes. Vote + 25 DAS on: July 14, 2017, 08:33:59 AM
https://c-cex.com/?p=das-btc
Is this another coin?

Seems like that, its named DA$
778  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [Pre-ANN] DeepOnion Very Secure TOR integrated Cybercoin - NO ICO/Crowdfunding, on: July 14, 2017, 05:38:50 AM

Dude you gotta help me. No matter what I do I am unable to register. It just times out. I have tried at least 50 times

UID: 889971
ADDR : DbsT7nsDxPLiEnjYkd7BA5Jh5mesKiXD72



Did you set your Onion address in the btc address field in your profile?
779  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [CHC] ChainCoin - 0.9.2.4 Update - Cryptopia & Novaexchange on: July 13, 2017, 08:46:31 AM
Why people selling cheap

Because there is a lot of hype, fear, panic and euphoria in the crypto market. In a random order.
780  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Credits(CRDS): Ease of use, Privacy & Equality | Argon2d PoW - Masternodes on: July 13, 2017, 08:37:24 AM
Maybe there is more luck to get on small exchanges like coinexchange.io, tradesatoshi.com and c-cex.

They're probably not so crowded like the big ones (bittrex, cryptopia etc.), but they more likely accept the coinadd.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 [39] 40 41 42 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!