Author

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

copper member
Activity: 2352
Merit: 1348
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::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
legendary
Activity: 2548
Merit: 1245
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.
legendary
Activity: 1456
Merit: 1000
.....  You can withdraw money from a teller machine without a card now...


That's pretty cool.

Link details to how it works or bank offering the service?
copper member
Activity: 2352
Merit: 1348
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

legendary
Activity: 1052
Merit: 1004
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
legendary
Activity: 1182
Merit: 1000

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
legendary
Activity: 1052
Merit: 1004
Enforcement is ON but there are some issues with payments.

Waiting for dev confirmation, just some minor glitch IMO  Cool
full member
Activity: 185
Merit: 100
member
Activity: 68
Merit: 10
sr. member
Activity: 434
Merit: 250
Quantum entangled and jump drive assisted messages
We only have (somewhat ironically) 11 live test masternodes in testnet.
Darksend seems to be functioning but am unable to instantX, can anyone add 1 or 2??

Thanks  Cool

69 testnet masternodes added. Smiley
(they were always there, just needed to update to the latest copy of .2)

Code:
Status: 5/confirmed (verified via instantx), broadcast through 26 node(s)
Date: 6/21/2015 22:24
To: ix yGAFiVxhqsHrqQhU3zmFTHmgYtEFKL3PsN
Debit: -234.00000000 tDASH
Transaction fee: -0.01000000 tDASH
Net amount: -234.01000000 tDASH
Transaction ID: ad32ca86196f3d7d07b486feb0aeea7df011d07502fa1b83b81cf49c609ca5eb-000

I just love that 69 .... number of masternodes Wink
Adding mine this morning too...
Each day of testing brings us close to main release.
Don't waste your day people..move your a*s to testnet Wink
I love you guys, thanks!

Excellent, there are 100 masternodes now!
I have had 2 successful masternode payments in testnet of 13.9 tdash each, testing looking good so far  Grin
hero member
Activity: 655
Merit: 500
We only have (somewhat ironically) 11 live test masternodes in testnet.
Darksend seems to be functioning but am unable to instantX, can anyone add 1 or 2??

Thanks  Cool

69 testnet masternodes added. Smiley
(they were always there, just needed to update to the latest copy of .2)

Code:
Status: 5/confirmed (verified via instantx), broadcast through 26 node(s)
Date: 6/21/2015 22:24
To: ix yGAFiVxhqsHrqQhU3zmFTHmgYtEFKL3PsN
Debit: -234.00000000 tDASH
Transaction fee: -0.01000000 tDASH
Net amount: -234.01000000 tDASH
Transaction ID: ad32ca86196f3d7d07b486feb0aeea7df011d07502fa1b83b81cf49c609ca5eb-000

I just love that 69 .... number of masternodes Wink
Adding mine this morning too...
Each day of testing brings us close to main release.
Don't waste your day people..move your a*s to testnet Wink
I love you guys, thanks!
legendary
Activity: 1064
Merit: 1001
I'm working on a new system that's 64 bit windows, is there a wallet that's 64 bit friendly ?

Like litecoin.org just has a 32bit file but if you goto dev.litecoin.org you'll find a 64 bit based app.

Ty.
hero member
Activity: 588
Merit: 500
cool...looks like some sell walls have been bought into.  NICE!
legendary
Activity: 1372
Merit: 1005
DASH is the future of crypto payments!
We only have (somewhat ironically) 11 live test masternodes in testnet.
Darksend seems to be functioning but am unable to instantX, can anyone add 1 or 2??

Thanks  Cool

69 testnet masternodes added. Smiley
(they were always there, just needed to update to the latest copy of .2)

Code:
Status: 5/confirmed (verified via instantx), broadcast through 26 node(s)
Date: 6/21/2015 22:24
To: ix yGAFiVxhqsHrqQhU3zmFTHmgYtEFKL3PsN
Debit: -234.00000000 tDASH
Transaction fee: -0.01000000 tDASH
Net amount: -234.01000000 tDASH
Transaction ID: ad32ca86196f3d7d07b486feb0aeea7df011d07502fa1b83b81cf49c609ca5eb-000

I just love that 69 .... number of masternodes Wink
Adding mine this morning too...
Each day of testing brings us close to main release.
Don't waste your day people..move your a*s to testnet Wink
sr. member
Activity: 263
Merit: 250
bovine quadruped, professional loafer, dash dev
We only have (somewhat ironically) 11 live test masternodes in testnet.
Darksend seems to be functioning but am unable to instantX, can anyone add 1 or 2??

Thanks  Cool

69 testnet masternodes added. Smiley
(they were always there, just needed to update to the latest copy of .2)

Code:
Status: 5/confirmed (verified via instantx), broadcast through 26 node(s)
Date: 6/21/2015 22:24
To: ix yGAFiVxhqsHrqQhU3zmFTHmgYtEFKL3PsN
Debit: -234.00000000 tDASH
Transaction fee: -0.01000000 tDASH
Net amount: -234.01000000 tDASH
Transaction ID: ad32ca86196f3d7d07b486feb0aeea7df011d07502fa1b83b81cf49c609ca5eb-000
legendary
Activity: 1834
Merit: 1023
Elliptic, die Bitcoin der anderen und der Anoncoin-Widerstand
Dash + UdjinM6 mentioned
http://cointelegraph.de/news/114633/elliptic-die-bitcoin-der-anderen-und-der-anoncoin-widerstand

Tx again UdjinM6

newbie
Activity: 28
Merit: 0
Hey Guys,

The Digital Gold pool is back online and we have hit the ground running!

We have updated our pool to a UNOMP (Unified Node Open Mining Portal) and already have a great hashrate!

We offer instant payouts to your DASH address with no sign up needed and a 1.5% fee to help pay our dedicated server running cost.


Current Dash hashrate 161.51 MH/s! thank you for mining with us!

Current hashrates.
Algo        Miners    Hashrate
sha256       1      8.32 TH
x11          1      161.51 MH
scrypt     3     1.34 GH

http://pool.digitalgold.co/

Thank you in advance for support us!

Best regards

Digital Gold Pool
sr. member
Activity: 434
Merit: 250
Quantum entangled and jump drive assisted messages
For any willing helpers, all they have to do is stick this config in their dash folder,

testnet=1
rpcuser=myusernameisflossy
rpcpassword=mypasswordissheeps
rpcallowip=127.0.0.1
listen=1
server=1
daemon=1
logtimestamps=1
maxconnections=256
masternode=1
masternodeprivkey='in debug console use masternode genkey after depositing exactly 1000 tdash to an address for 15 confirmations'
addnode=23.23.186.131

and in debug use masternode start mypasswordissheeps and you're good to go!

Its good learning if you have never done a masternode before and the best bit is you get 1000's of free tdash that you never have to pay back  Grin
newbie
Activity: 37
Merit: 0
We only have (somewhat ironically) 11 live test masternodes in testnet.
Darksend seems to be functioning but am unable to instantX, can anyone add 1 or 2??

Thanks  Cool

yeah i cant instantX either
Jump to: