Author

Topic: [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency - page 1893. (Read 9723748 times)

member
Activity: 92
Merit: 10
Someone should create a budget proposal to change the block size. Doesn't really matter what to, just some modest change, maybe 1.1mb. Masternodes vote on it, and some developer implements it.

Would make a point that is worth making imo.
legendary
Activity: 1260
Merit: 1001

Bitcoin, the gateway drug to Dash?

The walls are slowly crumbling between the ignorant masses unable to partake in crypto currency.  They will soon simply, unknowingly become crypto users because that will be the way of the world.  I'm starting to see it Wink
sr. member
Activity: 447
Merit: 250
legendary
Activity: 1834
Merit: 1023

Here's an interesting report.

Don't know how authentic it is though.

HSBC told me to GTFO a couple of months ago and refused to tell me why, I complained to the UK financial services ombudsman but they were unable to do anything or give me any reasons why, I withdrew the last of my funds with them today, they said the accounts will be terminated on the 1st Sept and basically GFY, the odd thing is that it was the only bank that I never did any crypto stuff with, anyway, FT, they now have earnt the curse of the Otohs so these news stories are well timed and of no surprise.


HSBC is a mess
a lot of BTC related business here in HK all change to Hang Seng and others
as HSBC is doing to them exactly what they are doing to you
Holding funds, no explanations, closing accounts, no explanations,.....
legendary
Activity: 1834
Merit: 1023
donator
Activity: 3136
Merit: 1167

Here's an interesting report.

Don't know how authentic it is though.

HSBC told me to GTFO a couple of months ago and refused to tell me why, I complained to the UK financial services ombudsman but they were unable to do anything or give me any reasons why, I withdrew the last of my funds with them today, they said the accounts will be terminated on the 1st Sept and basically GFY, the odd thing is that it was the only bank that I never did any crypto stuff with, anyway, FT, they now have earnt the curse of the Otohs so these news stories are well timed and of no surprise.







legendary
Activity: 3066
Merit: 1188

Here's an interesting report.

Don't know how authentic it is though.
sr. member
Activity: 263
Merit: 250
bovine quadruped, professional loafer, dash dev
Can you tell me if there is currently a way to monitor MNs with uptimerobot.com please? It doesn't work for me since https://drk.mn/api/masternodes isn't available anymore.

https://dashninja.pl/api/masternodes

You're welcome. Smiley


Awesome, thank you!

To hammer his bandwidth/system less, add arguments:

for instance, two masternodes:

Code:
https://dashninja.pl/api/masternodes?pubkeys=["XiQG7Hrahe55gkioPaQFjhGsFRVfxtFjZH","XnZ81EMpvYzRGUQRBdBZhkKLy4pxAp5dMG"]

or, a bit quicker, less info:

Code:
https://dashninja.pl/api/masternodes?pubkeys=["XiQG7Hrahe55gkioPaQFjhGsFRVfxtFjZH","XnZ81EMpvYzRGUQRBdBZhkKLy4pxAp5dMG"]&balance=0

the available parameters:

Code:
HTTP GET Parameters:
testnet (mandatory) = 0 for mainnet or 1 for testnet
portcheck = 0 if you don't need/want the portcheck information (faster) or 1 if you do (slower)
balance = 0 if you don't need/want the balance information of the pubkey (faster) or 1 of you do (slower)
ips = JSON list of ip:port masternode info to retrieve, ex: ips=["ip1:port1","ip2:port2"]
pubkeys = JSON list of pubkeys masternode info to retrieve, ex: pubkeys=["pubkey1","pubkey2"]
vins = JSON list of vins masternode info to retrieve, ex: vins=["outputhash1-outputindex1","outputhash2-outputindex2"]
protocol = Don't specify it to use latest (that's usually what you want). Add it if you wish to check old versions (as long as monitoring nodes are still running with this protocol version, ex: 70076 for v0.11.2.23)

more info here: https://dashtalk.org/threads/dashninja-pl-dash-masternode-ninja-free-masternode-monitoring.2722/

legendary
Activity: 2548
Merit: 1245
anybody can refer me to a good doc about darksend?? what is it and how it work?

https://dashpay.atlassian.net/wiki/display/DOC/Darksend

Its a bit outdated i'm afraid, development on Darksend has finished some time ago and it also has been opensourced.
Nodes are called masternodes now and get paid 50% of each block currently. After the planned fork it will be
45% miners / 45% masternodes / 10% decentralised budget system payouts per block.
 
Basicly Darksend is a decentralized mixing implementation that obfuscates and provides a greater degree of privacy/anonymity
to the transactions of the Dash network. This get accomplished by its network of nodes (masternodes) that handles the mixing
of coins and nowadays also handles the InstantX service. People running these masternodes gets rewarded for providing these
services.
 
From first page : https://bitcointalksearch.org/topic/m.4585001

Darksend

The Dash client stores pre-mixed, denominated Dash in the user’s wallet, to be used instantly at any time the user desires. The mixing and denomination process is seamless, automatic, and requires no intervention on the part of the user.

Here's how it works:

Every 10 blocks, user clients network-wide will send any unmixed, traceable Dash in their possession through an anonymization phase. In this phase, Masternodes are used in chained succession to mix the coins they receive from the network and break them down into homogenous denominations. After being processed by a minimum of 2 Masternodes, the coins are either sent to the next Masternode in the chain or back to the user’s wallet at randomly generated change addresses.
Depending on the desired depth of security and privacy, users may select between 2 and 8 “hops” to successive Masternodes before their coins are sent back to the client. Hops are made every 10 blocks, so anonymization at a depth of 2 hops will take 2*2.5=5.0 minutes, 3 hops 3*2.5=7.5 minutes, and so on. The desired mixing depth can be selected in the client GUI.

At the end of the anonymization phase, the user’s coins are returned to their client at randomly generated change addresses. When the user wishes to make a transaction, the client forwards the intended amount from these anonymous change addresses directly to the intended receiver’s address. There is no direct involvement of of Masternodes in the final person-to-person transaction.

Proof of payment will work as it always has: a user can see the send transaction with the receiver’s address in their own wallet, and the blockchain will show that the receiver’s address received an input in the corresponding amount.

A breakdown of the improved Darksend process:

hero member
Activity: 868
Merit: 500
anybody can refer me to a good doc about darksend?? what is it and how it work?
sr. member
Activity: 436
Merit: 250
Can you tell me if there is currently a way to monitor MNs with uptimerobot.com please? It doesn't work for me since https://drk.mn/api/masternodes isn't available anymore.

https://dashninja.pl/api/masternodes

You're welcome. Smiley


Awesome, thank you!
sr. member
Activity: 263
Merit: 250
bovine quadruped, professional loafer, dash dev
Can you tell me if there is currently a way to monitor MNs with uptimerobot.com please? It doesn't work for me since https://drk.mn/api/masternodes isn't available anymore.

https://dashninja.pl/api/masternodes

You're welcome. Smiley
sr. member
Activity: 436
Merit: 250
Can you tell me if there is currently a way to monitor MNs with uptimerobot.com please? It doesn't work for me since https://drk.mn/api/masternodes isn't available anymore.
hero member
Activity: 778
Merit: 563

 Anyone mind checking their Kraken connection? I can login, but then it just slow as a snail or doesn't load at all


no issues here...
sr. member
Activity: 532
Merit: 250
@kubuminer

bro please for gods sake edit that DASHcoin... WE ARE NOT DASH-""""COIN""""  only DASH!

please, we dont want wrong miners to come to your pool, or real miners go away from your pool, because you didnt want to check name of the coin

sorry. edit)))
legendary
Activity: 2548
Merit: 1245
Budgets Are Live
dashtalk post : https://dashtalk.org/threads/budget-proposal-promotion-reimbursement-core-team.6006/page-3#post-65239

A note about the budget system: https://dashtalk.org/threads/budget-proposal-promotion-reimbursement-core-team.6006/page-3#post-65235

I've added the budgets to the system and we are all set to vote. All you have to do to vote is load up a client with the masternode.conf. Your actual funds are NOT required to be online to vote on proposals

core-team :
eac6392cd0d63e4b2ebd3c60da2d3e13137c892cd4cd1a8f3885077ac86b7487

public-awareness :
cbafad18687045bb72fae611078fac09c3ec09c8379e357c36901ce84891f189

reimbursement :
428438998eeb3234b232a3609d2e0f1122049241e5ecad972554ad163772a109

To vote simply execute these commands:

./dash-cli mnbudget vote-many eac6392cd0d63e4b2ebd3c60da2d3e13137c892cd4cd1a8f3885077ac86b7487 yes
./dash-cli mnbudget vote-many cbafad18687045bb72fae611078fac09c3ec09c8379e357c36901ce84891f189 yes
./dash-cli mnbudget vote-many 428438998eeb3234b232a3609d2e0f1122049241e5ecad972554ad163772a109 yes

and for voting with a single masternode change "vote-many" to "vote"
end-result should be : "Voted successfully"

If you want to specifically vote against a specific budget because you dont agree with it then change the "yes" into a "no"




Masternode-owners please vote on the three existing budget proposals and also make sure you have upgraded to v0.12.0.51 !!

To check on the budget proposals : ./dash-cli mnbudget show (or in qt-wallet just type "mnbudget show") or check crowning's site Masternode status
To check on finalized budget proposals : ./dash-cli mnbudget projection (or in qt-wallet just type "mnbudget projection")

Eventhough these budget proposals have already passed i too think its important to ensure every masternode owner is aware of current and future budget proposals
and understand they have the power to vote !! (even after budget proposals have already passed). We need to involve as many masternode owners as possible both for now
and for in the future.






legendary
Activity: 1372
Merit: 1005
DASH is the future of crypto payments!
@kubuminer

bro please for gods sake edit that DASHcoin... WE ARE NOT DASH-""""COIN""""  only DASH!

please, we dont want wrong miners to come to your pool, or real miners go away from your pool, because you didnt want to check name of the coin
and the old logo from the footer (http://binpool.com/)
not only,. simply check all as there were the changes done, the nodes and miners will not receive the 60/40 for a block....
legendary
Activity: 1551
Merit: 1002
♠ ♥ ♣ ♦ < ♛♚&#
@kubuminer

bro please for gods sake edit that DASHcoin... WE ARE NOT DASH-""""COIN""""  only DASH!

please, we dont want wrong miners to come to your pool, or real miners go away from your pool, because you didnt want to check name of the coin
and the old logo from the footer (http://binpool.com/)
Rux
legendary
Activity: 1291
Merit: 1024
https://crypto.ba
@kubuminer

bro please for gods sake edit that DASHcoin... WE ARE NOT DASH-""""COIN""""  only DASH!

please, we dont want wrong miners to come to your pool, or real miners go away from your pool, because you didnt want to check name of the coin
Jump to: