Bitcoin Forum
June 26, 2024, 06:06:49 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 »
121  Alternate cryptocurrencies / Announcements (Altcoins) / Re: |ANN| DAS - Decentralized and Security. Private Send. Masternodes. on: June 28, 2017, 03:07:14 PM
Is this just a copy of DASH?Any special?

Yes, a minimum of changes in the source code.
122  Alternate cryptocurrencies / Announcements (Altcoins) / Re: |ANN| DAS - Decentralized and Security. Private Send. Masternodes. on: June 28, 2017, 12:01:35 PM
Yep, second payout didn't pass. What's up?

I think the situation will clarify pool admin.

Paid! no FUD!

Yeah, the second payment went http://lpool.name/explorer/DAS?hash=00000000055cc6db9953ccf42e906752bc50d94135c55546161455c33ec54031

123  Alternate cryptocurrencies / Announcements (Altcoins) / Re: |ANN| DAS - Decentralized and Security. Private Send. Masternodes. on: June 28, 2017, 11:09:49 AM
Yep, second payout didn't pass. What's up?

I think the situation will clarify pool admin.
124  Alternate cryptocurrencies / Announcements (Altcoins) / Re: |ANN| DAS - Decentralized and Security. Private Send. Masternodes. on: June 28, 2017, 06:02:50 AM
What's the total supply of DAS coin?

~ 18 900 000 coins
For 18,9m coins of total supply it's too easy to mine your coin dev. In my opinion, if it's not too late, need to recalculate the difficulty of mining in to decrease side to make DAS more rare.

What is actually done in the source code.
Code:
    if(nPrevHeight > 4500 || Params().NetworkIDString() != CBaseChainParams::MAIN) dDiff = ConvertBitsToDouble(nPrevBits);

    CAmount nSubsidy = 0;
    if(nPrevHeight >= 5465) {
        if((nPrevHeight >= 17000 && dDiff > 75) || nPrevHeight >= 24000) { // GPU/ASIC difficulty calc
            // 2222222/(((x+2600)/9)^2)
            nSubsidy = (2222222.0 / (pow((dDiff+2600.0)/9.0,2.0)));
            if (nSubsidy > 25) nSubsidy = 25;
            if (nSubsidy < 5) nSubsidy = 5;
        } else { // CPU mining calc
            nSubsidy = (11111.0 / (pow((dDiff+51.0)/6.0,2.0)));
            if (nSubsidy > 500) nSubsidy = 500;
            if (nSubsidy < 25) nSubsidy = 25;
        }
    } else {
        nSubsidy = (1111.0 / (pow((dDiff+1.0),2.0)));
        if (nSubsidy > 500) nSubsidy = 500;
        if (nSubsidy < 1) nSubsidy = 1;
125  Alternate cryptocurrencies / Announcements (Altcoins) / Re: |ANN| DAS - Decentralized and Security. Private Send. Masternodes. on: June 28, 2017, 05:55:04 AM
First payments from the pool:

DTCkXXkS34aFKwp5U4HTDkjcGWec87zLkG (40.59462531)
DUUJ53jCqWQKTW7tN58ywyMP7ZmP95ZkZF (68.58764587)
DLsGYZoxaAm9RoHyvV5x6sUEiEUo2ak6rQ (12865.08736048)
D8pJCWYZjGaHMYqyEAgoGPsmZbayKDB1gM (18804.27695818)
DDebKsNSAseBVp4CS9iLZNec12eifXo7LK (25242.83442301)
DAE2KiStLQACAebEVcTZ9povEdqP6r76cB (29797.05506394)
DDccHu8LnCzdL61R82oH8ZmNvcZe1GoS2x (30855.28810017)
DD5WyTA1jmmBrRdtGPK774BaBdXRoL694U (33705.03986993)
DRzdz1ANf1Rj4QEk4gwkbB7gbY5ivkjrYp (57018.22373231)
126  Alternate cryptocurrencies / Announcements (Altcoins) / Re: |ANN| DAS - Decentralized and Security. Private Send. Masternodes. on: June 28, 2017, 04:28:07 AM
What's the total supply of DAS coin?

~ 18 900 000 coins
127  Alternate cryptocurrencies / Announcements (Altcoins) / Re: |ANN| DAS - Decentralized and Security. Private Send. Masternodes. on: June 28, 2017, 03:50:30 AM
New DAS  (2% fee): (x11)
http://lpool.name/

-o stratum+tcp://lpool.name:3533 -u <WALLET_ADDRESS> -p c=DAS

Bounty/Donate: DAE2KiStLQACAebEVcTZ9povEdqP6r76cB (DAS)

Node list: http://lpool.name/explorer/peers?id=1721
Explorer: http://lpool.name/explorer/DAS


thanks

Status: 33 confirmations
Date: 28.06.2017 10:47
To: DAE2KiStLQACAebEVcTZ9povEdqP6r76cB
Debit: -3000.00000000 DAS
Transaction fee: -0.00013600 DAS
Net amount: -3000.00013600 DAS
Transaction ID: 6c70fe9e72c395d88b41c34bb0fe48a2a466ac1c5a2579949bf8f2ae8852f2ff-000
128  Alternate cryptocurrencies / Announcements (Altcoins) / Re: |ANN| DAS - Decentralized and Security. Private Send. Masternodes. on: June 28, 2017, 01:48:58 AM
is the developer same like credits ? i see it similiar with dynamic but with other algorithm.

how manyoin we need to set masternodes ?

1000 DAS
129  Alternate cryptocurrencies / Announcements (Altcoins) / Re: |ANN| DAS - Decentralized and Security. Private Send. Masternodes. on: June 28, 2017, 01:17:08 AM
getting this error when trying to mine

Empty data received in json_rpc_call.
get_work failed, retry after 30 seconds

getwork removed bitcoin core and dash source code. setgenerate true comand line start cpu mining
130  Alternate cryptocurrencies / Announcements (Altcoins) / Re: |ANN| DAS - Decentralized and Security. Private Send. Masternodes. on: June 28, 2017, 01:05:23 AM
{
  "blocks": 1303,
  "currentblocksize": 1000,
  "currentblocktx": 0,
  "difficulty": 0.002627082905741701,
  "errors": "",
  "genproclimit": 1,
  "networkhashps": 71338.71654373025,
  "pooledtx": 0,
  "testnet": false,
  "chain": "main",
  "generate": true
}
131  Alternate cryptocurrencies / Announcements (Altcoins) / Re: |Pre Ann| DAS - Decentralized and Security. Private Send. Masternodes. on: June 28, 2017, 12:56:42 AM
please download

Windows wallet https://github.com/Truckman83/DAS-binaries/

Source code https://github.com/Truckman83/DAS-source
132  Alternate cryptocurrencies / Announcements (Altcoins) / Re: |Pre Ann| DAS - Decentralized and Security. Private Send. Masternodes. on: June 27, 2017, 02:41:30 PM
Look at this guy post history fucked up last coin(  https://bitcointalk.org/index.php?topic=1912728.0 )and left community with nothing.Also involded in other shit coins , watch out !
Hope this one would not be close because of a lot of mistakes in blockchain. What you say dev?

The source code of the DAS is based on the DASH 0.12.1 At the moment, the wallet is being tested and there have not been any errors. The wallet works stably.
133  Alternate cryptocurrencies / Announcements (Altcoins) / Re: |Pre Ann| DAS - Decentralized and Security. Private Send. Masternodes. on: June 27, 2017, 02:21:38 PM
windows wallet dev?

134  Alternate cryptocurrencies / Announcements (Altcoins) / Re: |Pre Ann| DAS - Decentralized and Security on: June 27, 2017, 01:39:50 PM
open plan ico selling dev ?
where mining pools ?


After the announcement
135  Alternate cryptocurrencies / Announcements (Altcoins) / Re: |Pre Ann| DAS - Decentralized and Security on: June 27, 2017, 07:20:53 AM
I can't see any info about ICO, after countdown end there will be ICO begining or we can be able to mine your coin dev?

No ICO.
136  Alternate cryptocurrencies / Announcements (Altcoins) / Re: |Pre Ann| DAS - Decentralized and Security on: June 27, 2017, 07:07:53 AM
bounty?

Of course! After the announcement.
137  Alternate cryptocurrencies / Announcements (Altcoins) / Re: |Pre Ann| DAS - Decentralized and Security on: June 27, 2017, 06:57:58 AM
Please vote




Masternode DAS brings a stable income. Join now! +60% for 2 days.





138  Alternate cryptocurrencies / Announcements (Altcoins) / |ANN| DAS - Decentralized and Secure. Private Send. Masternodes. on: June 27, 2017, 06:53:32 AM
Please update wallet, daemon!!!

DAS v. 0.12.1.5 Released




Decentralized and Secure




       



PrivateSend Basics

PrivateSend gives you true financial privacy by obscuring the origins of your funds. All the Das in your wallet is comprised of different "inputs" which you can think of as separate, discrete coins. PrivateSend uses an innovative process to mix your inputs with the inputs of two other people, without having your coins ever leave your wallet. You retain control of your money at all times.

The PrivateSend process works like this:

PrivateSend begins by breaking your transaction inputs down into standard denominations. These denominations are 0.01 Das, 0.1 DAS, 1 DAS and 10 DAS --sort of like the paper money you use every day.
Your wallet then sends requests to specially configured software nodes on the network, called "masternodes." These masternodes are informed then that you are interested in mixing a certain denomination. No identifiable information is sent to the masternodes, so they never know "who" you are.
When two other people send similar messages, indicating that they wish to mix the same denomination, a mixing session begins. The masternode mixes up the inputs and instructs all three users' wallets to pay the now-transformed input back to themselves. Your wallet pays that denomination directly to itself, but in a different address (called a change address).
In order to fully obscure your funds, your wallet must repeat this process a number of times with each denomination. Each time the process is completed, it's called a "round." Each round of PrivateSend makes it exponentially more difficult to determine where your funds originated.
This mixing process happens in the background without any intervention on your part. When you wish to make a transaction, your funds will already be anonymized. No additional waiting is required.

IMPORTANT: Your wallet only contains 1000 of these "change addresses." Every time a mixing event happens, one of your addresses is used up. Once enough of them are used, your wallet must create more addresses. It can only do this, however, if you have automatic backups enabled. Consequently, users who have backups disabled will also have PrivateSend disabled.

Code Review K.Atlas 2014

PrivateSend Technical Details (Advanced Users)

PrivateSend is a novel, decentralized mixer for creating an on-demand system of removing the history from coins on the network. This is mainly for fungablity, which is the attribute of money that allows any token to be exchanged with any other token, without having a difference in price in the form of a premium for tokens with less or no history. Without PrivateSend, tokens with less history would become increasingly valuable as the network grows, because of their lack of association with prior transactions. Without fungibility, there is a risk that certain tokens could be “red listed” and lose some or all of their value if at any point in the past they had been found to be used in illegal or questionable activities. Nobody wants to hold money that was involved in illegal activity, yet after the activities take place, tokens re-enter the supply and pass to new users who had no connection with the prior illegal acts. We remove this issue with the implementation of PrivateSend, which is included as part of the core protocol of the Das network.
PrivateSend Status Codes
The system has various modes which allow servers to keep track of the current state of their mixing pool. These mixingpools are single use, allowing three people to use them at a time. Statuses are idle, queued, accepting_entries, finalizing_transaction, signing_transaction and transmitting transaction.
Users begin by connecting to a node, which is in the idle state. The masternode then moves the wstatus to “queued” and issues a message to the network, telling other users that’s it’s currently available for mixing. Users can utilize multiple servers at a time to mix, what is called multi-session mixing. This greatly speeds up the mixing process at the cost of creating more addresses and thus requiring more frequent wallet backups.
Privacy Through Ambiguity
Mixing is the process of joining multiple transactions together, from multiple users, where all unique information about the users is removed from the transaction. Users send tokens to themselves through the system, and at no time do these tokens ever leave the users’ wallet. masternode operators are therefore completely separate from the process of mixing. masternodes simply serve as a transit method for the storing and signing of transactions, allowing users a safe place to initiate the process in an anonymous way.
Privacy is achieved by using denominated amounts of 100, 10, 1 or .1. Each session initiated on a masternode only carries a single denomination, such as having 10x 100D inputs and 10x 100D outputs. Users then individually sign their inputs to the collective outputs, allowing the transaction to be valid once complete and broadcastable.

Fee Model Anonymity

In other implementations of mixing software, fees can be used to break the transactions apart and identify users on the networks. On the Das Network this is avoided by allowing masternodes a special type of message which allows them to broadcast fee-less transactions. We use this technology to decouple the fees from the transactions, so that for every 10 transactions using the PrivateSend technology, there is only one fee transaction. This prevents a timing attack on the PrivateSend implementation.

Phases of PrivateSend

The process begins when a user denominates some funds to be used as a “cash account,” then they simply tell a random masternode they would like to mix a specific denomination such as 100D. The masternode has no information about the transaction at this point, since the denomination carries no information about which inputs the user would ultimately like to mix. The masternode receives the request and issues a message to the network saying that it is ready to mix that denomination and that there is a user waiting.
At this point if other users are wishing to mix inputs of that denomination, they can connect to the masternode that is hosting the other user’s transaction. When three users queue themselves on the same masternode, the next stage, “accepting_entries,” is initiated.
In this stage, all users send their inputs and outputs to the masternode, where they are collected and put into memory until all users have identified the full list of inputs/outputs they would like to mix. Once this is complete, the process moves onto the next stage, “finalize.” At this point, the masternode sends a message back to the users, showing the merged transaction they all jointly created. All inputs are from the user’s wallet and all outputs are sent back directly to the user’s wallet. The funds involved in this process never leave the user’s wallet at any time, allowing the masternode to be completely segregated from users’ funds. This is how the process of PrivateSend remains trustless and secure, without risking user’s funds or exposing masternodes to excessive legal risk. Once the finalized transaction is approved, the process moves onto the next phase, “signing.”
Users sign only the inputs for which they have keys, and the funds are then released to all outputs simultaneously. It’s worth noting that inputs and outputs are not directly tied to each other in this process, since inputs are in a separated list and only tied to each other. Outputs are also in a separated list, only tied to each other. This means, literally, that all users are paying all users in this process. The users are not only paying themselves, but everyone else. This means you can’t say input #4 went to output #14 (e.g. you can’t trace the input to the output, they are processed in concert).
When all inputs are signed to all outputs, the transaction suddenly becomes valid, and the masternode broadcasts using a special message called DSTX. The network keeps track of these messages, allowing masternodes to submit one PrivateSend transaction every N hours without paying fees.




InstantSend is a service that allows for near-instant transactions. Through this system, inputs can be locked to specific transactions and verified by consensus of the masternode network. Conflicting transactions and blocks are rejected. If a consensus cannot be reached, validation of the transaction occurs through standard block confirmation. InstantSend solves the double-spending problem without the longer confirmation times of other cryptocurriencies such as Bitcoin.







What are Masternodes:

Simply put, a Masternode is a server connected with the network that performs certain tasks related with PrivateSend, which is what the anonymity feature is called, and gets paid for it. It is Proof of Service.

Anyone can run a Masternode. The objective is to have enough of them for decentralization so nobody controls an important fraction of Masternodes. On the other hand, to avoid bloating the network or having reckless operators, there is one condition that needs to be fulfilled: proof of ownership of 1000 DAS. The coins don't need to be in the Masternode, but they need to be kept in a certain way. If the owner moves or spends those coins, the Masternode stops working.
Masternodes are get paid by the network for the services they provide for PrivateSend. 20% of the new block's reward goes to pay the Masternodes.
Masternodes are selected from the MN list (for MasterNode) by deterministic order (the one that got it's payment the most time ago and has been in the list enough time at the same time),
so in the long term all Masternodes will converge to a similar amount of rewards.
Having so many servers with the full block chain working for the coin can be extremely useful. Thanks to the reward system, there is no risk of not having enough master nodes and the developers can rely on them for any new decentralized feature they want to implement. This is huge. Tell any developer that he can count on a thousand distributed servers working 24x7 for him and he will tell you.
The more Masternodes the better and safer for the DAS Network.

Please support The Masternode Network ! Do not let your DAS just sit in the Wallet, put them to work !

There are many services and guides (see bellow) to help you achieve your own Masternode. The payment returns speak for themselves, please check the chart bellow.

Welcome to the DAS Masternode Network, the best investment/return in the Crypto World.


The easiest way to start masternode

DAS MASTERNODE SETUP GUIDE

- Best VPS Hosting for Masternodes



Dash fork
Decentralized Masternode Network
X11 hashing algorithm: 11 rounds of scientific hashing functions (blake, bmw, groestl, jh, keccak, skein, luffa, cubehash, shavite, simd, echo)
Block reward is controlled by: 2222222/(((Difficulty+2600)/9)^2)
CPU/GPU/ASIC mining
Block generation: 2.5 minutes
Premine 3.35%
InstantSend confirmation: ~5 seconds
Difficulty retargets using Dark Gravity Wave
Est. ~18.9M Max Coins
Superior Transaction Anonymity using PrivateSend



Please update wallet, daemon!!!

DAS v. 0.12.1.5 Released







Explorer:

DAS Explorer

http://das.explorerz.top:3002/





New bounty payouts for Twitter. + 10 DAS

1. Subscribe to https://twitter.com/DAS_Crypto
2. Retweet https://twitter.com/DAS_Crypto/status/887657017971757056
3. Screenshot of the PM and the address to receive the reward.

+500 DAS (creation) group in facebook + administration
+500 DAS (creation) group in vkontakte + administration


5000 DAS per linux wallet.

DAS github pages: 3000 DAS.

Pool: 2000 DAS (In your pool should be at least 5 coins)

DAS Services: 1500 DAS

Adaptation DASH MASTERNODE SETUP GUIDE for DAS: 250 DAS

DAS forum and wallet design: 5000 - 15000 DAS. Depending on the quality of services.





139  Alternate cryptocurrencies / Announcements (Altcoins) / Re: |ANN| |POW||POS||X13| CryptoСoin - Peer-to-Peer Сryptocurrency on: June 25, 2017, 12:57:32 PM
Attention! In connection with the bad source code, there were a lot of mistakes in the blockchain. The project closes.
140  Alternate cryptocurrencies / Announcements (Altcoins) / Re: |ANN| |POW||POS||X13| CryptoСoin - Peer-to-Peer Сryptocurrency on: May 24, 2017, 03:58:11 AM
next PLAN DEV???

Launch of trades on yobit.
Pages: « 1 2 3 4 5 6 [7] 8 9 10 11 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!