Bitcoin Forum
May 04, 2024, 09:13:15 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 4871 4872 4873 4874 4875 4876 4877 4878 4879 4880 4881 4882 4883 4884 4885 4886 4887 4888 4889 4890 4891 4892 4893 4894 4895 4896 4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 4914 4915 4916 4917 4918 4919 4920 [4921] 4922 4923 4924 4925 4926 4927 4928 4929 4930 4931 4932 4933 4934 4935 4936 4937 4938 4939 4940 4941 4942 4943 4944 4945 4946 4947 4948 4949 4950 4951 4952 4953 4954 4955 4956 4957 4958 4959 4960 4961 4962 4963 4964 4965 4966 4967 4968 4969 4970 4971 ... 7012 »
  Print  
Author Topic: [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency  (Read 9722504 times)
qwizzie
Legendary
*
Offline Offline

Activity: 2548
Merit: 1245



View Profile
June 22, 2015, 12:16:06 PM
 #98401

he always hacks the mn payments. he's probably found a exploit in the new  testnet release and is running it on mainnet. Sad
i got paid 2 days in a row when it's usually 4-5 days between payments.  Grin

One of my nodes was payed ahead of time to the MN address instead of the donation address.
He/she found a way to bypass the reference node.
Fortunately there will be no more reference node in the next version  Smiley

Ah okay. We have the same problem.
The problem is with the fake one payment. He can fake the whole tx-out.
Edit....
The problem is variable "payee". The string is compared incorrect. (main.cpp)

Received   14,675.34953991 DASH  
https://chainz.cryptoid.info/dash/address.dws?XxDotRpSDzgyAkx3jHkLZD8YYZRwbcjmmA.htm



The Dev Team is aware of the situation and i also mentioned to them the problem you found with variable "payee" (the string is compared incorrect. (main.cpp) )
Thanks for your post, its appreciated.


Thanks..
I've add this...main.cpp 2763

 
Code:
if (!fIsInitialDownload && pindex != NULL)
                {
                    bool foundPaymentAmount = false;
                    bool foundPayee = false;
                    bool foundPaymentAndPayee = false;
CScript payee;
                    if(!masternodePayments.GetBlockPayee(chainActive.Tip()->nHeight+1, payee) || payee == CScript()){
//////////////////////  Limxdev 02.06.2015
AssertLockHeld(cs_main);
// Check for duplicate
uint256 hash = block.GetHash();
//if (mapBlockIndex.count(hash))
//return state.Invalid(error("AcceptBlock() : block already in mapBlockIndex"), 0, "duplicate");
// Get prev block index
CBlockIndex* pindexPrev = NULL;
int nHeight = 0;
if (hash != Params().HashGenesisBlock()) {
map<uint256, CBlockIndex*>::iterator mi = mapBlockIndex.find(block.hashPrevBlock);
//if (mi == mapBlockIndex.end())
//return state.DoS(10, error("AcceptBlock() : prev block not found"), 0, "bad-prevblk");
pindexPrev = (*mi).second;
nHeight = pindexPrev->nHeight+1;

////////////////////////// nheight Funktion Ende
                        foundPayee = true; //doesn't require a specific payee
                        foundPaymentAmount = true;
if (nHeight >= 99000){
//Limxdev 31-05-2015 Limx proof of payment
int64_t sollreward = 1000000000;
int64_t blockpowreward = 4900000000;// + nFees; later
int64_t maxsumm = 5900000000;// + nFees; later
int64_t maxsumm2 = hardblockpowreward + masternodePaymentAmount;
if(hardblockpowreward >= 4000000000 && masternodePaymentAmount >= sollreward && blockpowreward > hardblockpowreward && maxsumm > maxsumm2) //write by Limxdev 02-06-2015
                            foundPaymentAndPayee = true;

                        LogPrintf("## Limx proof of payment ## CheckBlock() : Using non-specific masternode payments %d\n", chainActive.Tip()->nHeight+1);
} else
{
if (nHeight < 97250) LogPrintf("Disable## Limx proof of payment activate 97250 ## nHeight = %d\n", nHeight);
foundPaymentAndPayee = true;
}
                    }

He broke it in 5 days.  Smiley He has shared his payments and set the masternodepayment in the right tx out array.

Regards

okay, i forwarded that info to Evan Eduffield as well on the Dashtalk forum .. thanks

Learn from the past, set detailed and vivid goals for the future and live in the only moment of time over which you have any control : now
1714813995
Hero Member
*
Offline Offline

Posts: 1714813995

View Profile Personal Message (Offline)

Ignore
1714813995
Reply with quote  #2

1714813995
Report to moderator
1714813995
Hero Member
*
Offline Offline

Posts: 1714813995

View Profile Personal Message (Offline)

Ignore
1714813995
Reply with quote  #2

1714813995
Report to moderator
I HATE TABLES I HATE TABLES I HA(╯°□°)╯︵ ┻━┻ TABLES I HATE TABLES I HATE TABLES
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714813995
Hero Member
*
Offline Offline

Posts: 1714813995

View Profile Personal Message (Offline)

Ignore
1714813995
Reply with quote  #2

1714813995
Report to moderator
kointrend
Hero Member
*****
Offline Offline

Activity: 655
Merit: 500



View Profile
June 22, 2015, 12:34:55 PM
 #98402

...One of my nodes was payed ... to the MN address instead of the donation address.
...
Same here, two of mine...
CODERsp
Full Member
***
Offline Offline

Activity: 185
Merit: 100


View Profile WWW
June 22, 2015, 01:22:51 PM
 #98403

Why is it so low volatility on DASH?
BrainShutdown
Legendary
*
Offline Offline

Activity: 1052
Merit: 1004



View Profile
June 22, 2015, 01:25:39 PM
 #98404

Why is it so low volatility on DASH?

Pressure buildup for a massive breakout?  Smiley

kointrend
Hero Member
*****
Offline Offline

Activity: 655
Merit: 500



View Profile
June 22, 2015, 01:33:16 PM
 #98405

Why is it so low volatility on DASH?
Because various:
-real chance to get a place into world, crypto space
-ATM just formed a new floor. The sellers are exhausted, and the buyers are waiting...always the same: the price exploding to start to buy! LOL
BrainShutdown
Legendary
*
Offline Offline

Activity: 1052
Merit: 1004



View Profile
June 22, 2015, 01:38:55 PM
 #98406

http://bitcoingarden.tk/forum/index.php?topic=3617.msg93590#msg93590

Quote
We've launched the service that helps to accept cryptocurrency at your online store! It's version 0.1 for now.
Now it takes only few minutes to integrate acception of Bitcoin, Litecoin, DASH and Dogecoin at any website.

kointrend
Hero Member
*****
Offline Offline

Activity: 655
Merit: 500



View Profile
June 22, 2015, 01:41:28 PM
 #98407

... a massive breakout  Smiley
I can feel it...like a bird can feel an oncoming storm.. Cheesy
Sub-Ether
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250


Quantum entangled and jump drive assisted messages


View Profile
June 22, 2015, 02:34:31 PM
 #98408

... a massive breakout  Smiley
I can feel it...like a bird can feel an oncoming storm.. Cheesy

And like the elephant can sense the incoming tsunami,
breaking it's human shackles and running up the mountain well in advance while rescuing a kid with it's trunk on the way ...  Grin

Dash is 27.3 times faster with syncing and updating than Bitcoin and 93.7 times faster than Monero. Bitcoin (v0.11.0) has a Tao ratio 11.2% faster than bitcoin (v0.10.0) release.
Dash (v.0.12.0.49) = Tao sync ratio = 0.15 seconds / hour of update || Dash (v.0.11.2.23) = Tao sync ratio = 0.24 seconds / hour of update. V12 versus V11 speedup = +36.5%
Bitcoin (v.0.11.0) = Tao sync ratio = 4.14 seconds / hour of update || Monero (v.0.41.1)  = Tao sync ratio = 14.2 seconds / hour of update
toknormal
Legendary
*
Offline Offline

Activity: 3066
Merit: 1188


View Profile
June 22, 2015, 02:46:05 PM
 #98409


The sell side does seem somewhat exhausted.

Lots of new development not yet priced in (Everything since February).
AlexGR
Legendary
*
Offline Offline

Activity: 1708
Merit: 1049



View Profile
June 22, 2015, 02:52:22 PM
 #98410

I'm surprised at myself today as I bought a few free DASH Cheesy

Apparently there is an altcoin called CLAMS which has distributed coins based on who held BTC, LTC and DOGE on their respective blockchains, back in May '14.

So if one had BTCs, LTCs or DOGEs in their wallets 13 months ago, they can use the same keys to get CLAM. It gives 4.6 CLAM per address that had eligible amounts of bitcoins/litecoins/dogecoins... so it can add up to quite a lot (it's around 1.5$ per CLAM).

To be 100% sure, move your BTCs/LTCs/DOGEs to other wallets, before importing the old wallets to CLAM, just in case it is some kind of scam or something.
alex-ru
Legendary
*
Offline Offline

Activity: 1204
Merit: 1010



View Profile
June 22, 2015, 02:55:42 PM
 #98411

This Exchange: http://coinmarketcap.com/exchanges/btc38/
is trading CNY to altcoins for more than million dollars daily...

What is the reason they don't list DASH?

tungfa
Legendary
*
Offline Offline

Activity: 1834
Merit: 1023


View Profile
June 22, 2015, 03:24:41 PM
 #98412

This Exchange: http://coinmarketcap.com/exchanges/btc38/
is trading CNY to altcoins for more than million dollars daily...

What is the reason they don't list DASH?

do not trust chinese exchanges
as they have no trading fees their volumes are all BS
or they decided to do another PnD as done before
mjsrs
Full Member
***
Offline Offline

Activity: 172
Merit: 100


View Profile
June 22, 2015, 03:27:15 PM
 #98413

This Exchange: http://coinmarketcap.com/exchanges/btc38/
is trading CNY to altcoins for more than million dollars daily...

What is the reason they don't list DASH?

Have they listed any X11 coin?
The reason is "ASICS".

https://dash-stats.com XoPGniokL6rRahoKviBza8oqWSTyUQPkAF
bertlebbert
Full Member
***
Offline Offline

Activity: 125
Merit: 100


View Profile
June 22, 2015, 03:43:14 PM
 #98414

This Exchange: http://coinmarketcap.com/exchanges/btc38/
is trading CNY to altcoins for more than million dollars daily...

What is the reason they don't list DASH?

I opened a ticket with their service desk the other day and asked:
Myself: Hmmm... I was hoping to trade Dash/CNY but I cannot find that pair listed on your exchange

To which they replied:
service staff 小梅: Thank you for your information. Our colleague will study this coin. If necessary, we will contact you. Thank you again and a nice day~:

I tweeted something similar to them as well.  Maybe if they receive a deluge of inquiries, they'll get the idea.
(After all, squeaky wheel gets the grease)

Minotaur26
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000


View Profile
June 22, 2015, 03:44:58 PM
 #98415

This Exchange: http://coinmarketcap.com/exchanges/btc38/
is trading CNY to altcoins for more than million dollars daily...

What is the reason they don't list DASH?

do not trust chinese exchanges
as they have no trading fees their volumes are all BS
or they decided to do another PnD as done before

Yeah in the recent debate between Changpeng Zhao and OKCoin, he confirmed OKCoin was faking volumes. It leads you to think that the smaller altcoin exchanges which are less structured could easily do the same thing and also manipulate pricing. For example, Bter.com was discovered faking trades in their platform for a pump and dump last year.

So always take those trades with a grain of salt,  I think it also has to do with the mining they control. For example, you can merge mine dogecoin with LTC and thus the Dogecoins cost you very little, Chinese are controlling that now and is basically an speculation instrument. IF you check 80% of Doge volume is coming from BTC38. You think why only there? Why not anywhere else? The answer is they are either faking volume or controlling the market. That is my feeling anyway.
ddink7
Legendary
*
Offline Offline

Activity: 1120
Merit: 1000



View Profile
June 22, 2015, 03:46:11 PM
 #98416

he always hacks the mn payments. he's probably found a exploit in the new  testnet release and is running it on mainnet. Sad
i got paid 2 days in a row when it's usually 4-5 days between payments.  Grin

One of my nodes was payed ahead of time to the MN address instead of the donation address.
He/she found a way to bypass the reference node.
Fortunately there will be no more reference node in the next version  Smiley

Same happened to me. The hell of it is that node has been down for a couple of weeks now!

Dash - Digital Cash
https://www.dash.org/
Lebubar
Legendary
*
Offline Offline

Activity: 1288
Merit: 1000



View Profile
June 22, 2015, 05:31:23 PM
 #98417

^^
All should be ok now.
Problem with ref. Node (was down), it has been restarted.
Kienbui
Sr. Member
****
Offline Offline

Activity: 478
Merit: 250


View Profile
June 22, 2015, 06:06:59 PM
 #98418

Through this https://bitinfocharts.com/darkcoin/

I found that the rewards per block was increased up to 8.38 Dash.

Anyone please explain me:

Does it means the fewer miners the higher rewards per block? And how about max coins? Will the max coins can be much more higher than 22 millions Dashs?

Thank you,

Minotaur26
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000


View Profile
June 22, 2015, 06:19:11 PM
 #98419

Did you guys see this article against the block limit increase by Bram Cohen, I thought it was really interesting. And it seems the debate around this issue continues. Is a good read

https://medium.com/@bramcohen/bitcoin-s-ironic-crisis-32226a85e39f

The comments on reddit are interesting too:

https://www.reddit.com/r/Bitcoin/comments/3apulu/bram_cohen_bitcoins_ironic_crisis/
qwizzie
Legendary
*
Offline Offline

Activity: 2548
Merit: 1245



View Profile
June 22, 2015, 06:59:39 PM
Last edit: June 22, 2015, 08:46:31 PM by qwizzie
 #98420

Here is a shareable link to a Dash Overview i made with Google Spreadsheets :

https://docs.google.com/spreadsheets/d/1sk5FG_co27XdaXX9a9t-UL7rAnZ6Itsx-8JKNlzDEEA/edit#gid=0

It takes data from two masternodes i selected randomly (not my own masternodes) and the purchase history is also not real (fictive).
Change cel A1 and H1 within sheet tab ''MN data'' to have it reflect your own masternodes.
The colors of cells in column F and some other columns turn red or blue due to two conditionally formatting rules (text contain - is red, text not contain - is blue).
The colors of cells in colom G8-11 turn red or blue due to two conditionally formatting rules with custom formule (=G11<F3 for blue & =G11>F3 for red)

Feel free to take a peek.
 
edit 1 : make sure the formula's are left intact when trying to copy and adjust the formula's accordingly if you are adding more lines in the spreadsheet.
edit 2 : everyone can now freely make a copy of the whole spreadsheet as long as your logged into your google account.

Learn from the past, set detailed and vivid goals for the future and live in the only moment of time over which you have any control : now
Pages: « 1 ... 4871 4872 4873 4874 4875 4876 4877 4878 4879 4880 4881 4882 4883 4884 4885 4886 4887 4888 4889 4890 4891 4892 4893 4894 4895 4896 4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 4914 4915 4916 4917 4918 4919 4920 [4921] 4922 4923 4924 4925 4926 4927 4928 4929 4930 4931 4932 4933 4934 4935 4936 4937 4938 4939 4940 4941 4942 4943 4944 4945 4946 4947 4948 4949 4950 4951 4952 4953 4954 4955 4956 4957 4958 4959 4960 4961 4962 4963 4964 4965 4966 4967 4968 4969 4970 4971 ... 7012 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!