• Forum has been upgraded, all links, images, etc are as they were. Please see Official Announcements for more information

v12.2 Testing

Status
Not open for further replies.
Nobody can help you if you are stupid.

does it look the same?
Code:
rpcuser=demo
Code:
rpcuser=demo
well it is NOT!!!

There is a space after demo!
This is bug, you don't expect amateurs to know that a space matters, do you?
I reported it as an issue.

This must be dumbest bug report I've seen in a long time. Stop reporting user stupidity as a bug wasting our developers precious time. Nobody is going to auto-trim spaces. Do you think you're the first person to experience this? God... why won't you just leave.
 
This must be dumbest bug report I've seen in a long time. Stop reporting user stupidity as a bug wasting our developers precious time. Nobody is going to auto-trim spaces. Do you think you're the first person to experience this? God... why won't you just leave.

https://www.google.com/search?q=trailing+spaces
https://stackoverflow.com/questions/21410075/what-is-trailing-whitespace-and-how-can-i-handle-this
https://stackoverflow.com/questions...d-whats-the-difference-between-it-and-a-blank

Why is trailing whitespace a big deal?
 
Thanks for proving my point, dim-oh. As I said: Nobody is ever going to "fix" this, because it's like trying to "fix" the "bug" of people driving their cars off a cliff. Surely it must be the car's fault, right?
 
Last edited:
"Car accident" gives me 43.1 million google search results. What do I win?
You win nothing.
Only a dumb is unable to understand that the dumbs are the majority in this world, and that the world has been designed for them.
 
Oh dim-oh, you never fail to entertain with your nonsense. Now get back to "testing", you might find another bug. Like having too little RAM will crash the client. Better open an issue on Github :eek:
 
Oh dim-oh, you never fail to entertain with your nonsense. Now get back to "testing", you might find another bug. Like having too little RAM will crash the client. Better open an issue on Github :eek:

Of course this may be a bug.

It is not always the client that crashes. Having too little RAM and a bad programming technique, this may not cause just the client to crash. This may cause the whole system to crash. And this is obviously a bug.

Having said that, I will test whether the memory is allocated on the heap, and report it as bug.

@UdjinM6 already admitted that bitcoin has a design error regarding their gui, which he personally reported it, back in 2015. Unfortunately this bug remains unsolved, as I also have pointed when I reinvented the wheel. If the bitcoin developers insist of not fixing this rather simple design error of their gui, I suspect that the memory allocation errors could also be numerous, more hidden and more severe.
 
Last edited:
Hmmm.. What do you mean by "charges"? "Create Denominations" are txes breaking non-denominated funds into 10,1,0.1,0.01, and like any other tx they must pay fees (like always).
I didn't know you had to pay fees for denominations. I don't remember that when I was mixing all the time?? It was like a random fee once in a while based on chance.

Anyway, could you explain how the fees are calculated or tell me where to look, they seem random and kind of weird :) Thanks :)
 
I should give more exact number of txs per block, but I failed.

The following is usual size of a tx(byte) and number of txs per block(2M, 1.9M)
12 + (148 * number of inputs) + (33 * number of outputs )


1 input / 1 output : 193 --> 2000000 / 193 : 10362
3 input / 3 output : 555 --> 2000000 / 555 : 3606
10 input / 3 output : 1591 --> 2000000 / 1591 : 1257

1 input / 1 output : 193 --> 1900000 / 193 : 9844
3 input / 3 output : 555 --> 1900000 / 555 : 3423
10 input / 3 output : 1591 --> 1900000 / 1591 : 1194



Following is a list of blocks over 1.8MB.
Code:
block_no / size / number_of_tx
 6581 1899219 5261
 6583 1899197 5261
 6584 1899234 5261
 6586 1899205 5261
 6589 1899334 5258
 6590 1899185 5261
 6597 1899174 5261
 6598 1899052 5256
 6599 1899069 5246
 6600 1899069 5246
 6601 1899058 5246
 6602 1899195 5252
 6603 1899069 5246
 6604 1899069 5246
 6605 1899058 5246
 6607 1899069 5246
 6608 1899069 5246
 6609 1899069 5246
 6611 1899069 5246
12515 1895608 292
12516 1898100 291
12517 1898917 290
12518 1896593 316
12519 1898724 264
12659 1899231 5275
12660 1899023 5262
12661 1899137 5272
12662 1899148 5250
12666 1899130 5265
12667 1899169 5262
12668 1899157 5264
12719 1899359 5290
12720 1899203 5267
12721 1899075 5273
12722 1899050 5270
12790 1899290 5278
12791 1899303 5265
12792 1899175 5271
12793 1899201 5265
12794 1899157 5263
12795 1899257 5261
12796 1899085 5249
12797 1899238 5248
12798 1899248 5251
12799 1899247 5267
12800 1899069 5246
12809 1899227 5278
12810 1899177 5261
12811 1899138 5252
12812 1899213 5260
12815 1899084 5266
12818 1899123 5264
12819 1899116 5271
12820 1899022 5263
12821 1899214 5257
12822 1899111 5258
12823 1899351 5265
12824 1899343 5254
12825 1899156 5250
12879 1899104 5285
12886 1899228 5266
12896 1899333 5271
12899 1899052 5248
12900 1892808 5109
12901 1897642 1757
12906 1896651 5115
12907 1894327 267
12908 1895785 258
12914 1897476 1967
12915 1898527 1905
12916 1893485 2852
12917 1895106 260
12918 1896154 263
12919 1896913 265
12920 1894634 254
12921 1895279 264
12922 1899281 270
12923 1895315 255
12924 1892956 265
12925 1894998 4158
12926 1892403 3760
12927 1898666 1878
12928 1898525 1054
12929 1896453 260
12930 1898566 280
12932 1899080 5247
12933 1895041 2500
13235 1892078 1561
13282 1893528 380
13436 1892932 322
13438 1894655 624
13439 1893318 344
13511 1896595 387
13603 1893866 2949
13604 1895677 258
14274 1899285 4672
14294 1899263 5268
14295 1899264 5272
14297 1899132 5262
14298 1899286 5267
14300 1899149 5255
14301 1899209 5250
14303 1899367 5276
14304 1899375 5270
14305 1899120 5264
14307 1899288 5250
14308 1899137 5256
14309 1899233 5254
14310 1899268 5259
14311 1899135 5256
14653 1898824 2232
14657 1898627 2236
14663 1899152 2240
14664 1898892 2238
14665 1898550 2237
14666 1899244 2256
14756 1898846 2233
14757 1899215 2244
14758 1898682 2253
14759 1898939 2251
14760 1899037 2242
14761 1898772 2240
14762 1898589 2259
14763 1898994 2245
14764 1898806 2240
14765 1899276 2244
14766 1899005 2246
14767 1898554 2237
14768 1899349 2238
14769 1898712 2237
14770 1898727 2237
14771 1898741 2237
14772 1899172 2237
14773 1898859 2236
14774 1899304 2238
14775 1898936 2239
14776 1898626 2235
14777 1899257 2235
14778 1898886 2236
14779 1898683 2238
14780 1898808 2235
14781 1898631 2235
14782 1898826 2234
14783 1898964 2232
14809 1899080 2234
14810 1899221 2232
14811 1898964 2232
14812 1898857 2233
14973 1899097 4675
14974 1899149 4670
14975 1899212 4674
14976 1899003 4676
14977 1899190 4679
14978 1899212 4671
14979 1899067 4659
14980 1899121 4667
14981 1899193 4671
14982 1899232 4672
14983 1899143 4683
14984 1899276 4689
14985 1899128 4668
14986 1899107 4669
14987 1899171 4671
14988 1899124 4669
14989 1898962 4680
14990 1899180 4671
14991 1899125 4665
14992 1899088 4673
14993 1899134 4686
14994 1899323 4669
14995 1899329 4665
14996 1899182 4674
14997 1899318 4678
14998 1899306 4658
14999 1899265 4657
15000 1898966 4667
15001 1899155 4663
16093 1899220 7319
16099 1899121 7320
16104 1899325 7334
16105 1899213 7321
16106 1899183 7306
19577 1898962 3388
19578 1899245 3426
19579 1899058 3431
19580 1898800 3431
19581 1899137 3423
19582 1898800 3385
19583 1899142 3381
19584 1899211 3434
19588 1899126 3430
19589 1899234 3422
19590 1898797 3428
19591 1899087 3425
19593 1898799 3428
19594 1899018 3431
19595 1899340 3430
19596 1898858 3430
19597 1898881 3423
19598 1899343 3423
19599 1899105 3456
19600 1899263 3437
19601 1898830 3426
19602 1899008 3422
19603 1899011 3422
19604 1899264 3419
19785 1898934 3430
19786 1899106 3427
19797 1898842 3428
19800 1898913 3430
19801 1899134 3432
19802 1898892 3431
19803 1899234 3425
19804 1899151 3427
19805 1898890 3424
19806 1899104 3427
19807 1899050 3431
19808 1898874 3425
19809 1899075 3425
19810 1898810 3423
19811 1899082 3424
19812 1898957 3425
19816 1898967 3428
19817 1899304 3431
19818 1899128 3429
19819 1898914 3424
19820 1898841 3421
19821 1899239 3433
19822 1899293 3424
19890 1898971 3447
19891 1899327 3449
19893 1899233 3431
19894 1899305 3427
19895 1898935 3428
19902 1899011 3423
19903 1899262 3429
19904 1899026 3424
19905 1899162 3423
19906 1899225 3431
19907 1899022 3429
19908 1899253 3428
19909 1899177 3422
19910 1899275 3432
19911 1899036 3427
19912 1898852 3425
19913 1899337 3427
19914 1898852 3424
19915 1898826 3427
19916 1899201 3433
19917 1899040 3428
19918 1899281 3420
19919 1899120 3422
19920 1899272 3419
20001 1899258 3420
20012 1899338 3422
20014 1899315 3417
20015 1898799 3412
20017 1899013 3386
20018 1898949 3425
20019 1899006 3369
20032 1899064 3429
20033 1898932 3416
20035 1898928 3422
20036 1898811 3426
20037 1899225 3426
20512 1899284 1204
20513 1898702 1198
20514 1899224 1199
20515 1899164 1210
20516 1898494 1205
20517 1898628 1205
20518 1899103 1206
20519 1898384 1189
20520 1899268 1189
20521 1899322 1193
20522 1898839 1189
20523 1899314 1189
20524 1899081 1196
20525 1899291 1228
20526 1899247 1208
20527 1899195 1620
20532 1899376 1209
20533 1899207 1202
20534 1899207 1207
20535 1899295 1206
20538 1899253 1206
20539 1898534 1199
20540 1898440 1204
20541 1898635 1198
20542 1898718 1207
20543 1899057 1199
20544 1899265 1212
20545 1898896 1205
20546 1899318 1213
20547 1898888 1199
20548 1899321 1213
20549 1899168 1202
20550 1898434 1203
20551 1898740 1203
20552 1899257 1210
20553 1898486 1204
20554 1898903 1224
20555 1898448 1228
20556 1898705 1211
20557 1899165 1208
20558 1899213 1208
20559 1899266 1210
20560 1898910 1203
20561 1899075 1203
20562 1899119 1203
20563 1898546 1205
20564 1898785 1199
20565 1898713 1208
20566 1899237 1206
20567 1899002 1207
20568 1898490 1199
20569 1899179 1209
20570 1898886 1200
20571 1898931 1206
20572 1899173 1201
20573 1899185 1209
20574 1899244 1202
20575 1898990 1207
20576 1898924 1205
20577 1899244 1221
20578 1898813 1211
20712 1898963 3430
20719 1899359 3427

full 2MB blocks
Code:
20936 0000000032a320fdaf44ab6646f1e21882ad2d4b3c49d3d8b2deef8218ee3a53 3608 1997926
20937 00000000a100f7c3aef2b86018690fb788aea39537982af2f136d090df1269e2 3601 1998144
20938 000000008fb46fca8852de9e09cfdda648d3acc01f8a49797355bd3820b57168 3609 1997900
20939 000000003e3067b06e8f9799d09cbe4b1824b1e8f051fc215dfb0b753daa0241 3611 1998207
20940 000000018b5832bff723a2aa656fb9e232d9383d18bad2c79acc92355c1b930d 3607 1998120
20941 000000001befb5e0b79b187b9293b4c642d103322759863d12116692df9c1959 3605 1998315
20942 000000017dc03fb4b196103aa6df6a247ccf18453e28333af31a85dfb61d91d4 3600 1997830
20943 00000000863a8f0e6e50d0b73c66556f652d94835a704f9bb452455f3a20a345 3598 1998176
20944 000000014d2123113bb831ce75d6589ed4a1381917f589aac1e5bf940ad2e26d 3593 1998036


I have created many txs and run two pools.
`max block size set` is `blockmaxsize=1900000`(1.9M) (can be up to 2000000)(2MB)

a tx has 1 input / 1 out ---> 7000 ~ 8000 txs per block(1.9M)
a tx has 3 inputs / 3 outs ---> 3000 ~ 4000 txs per block(1.9M)
a tx has 10 inputs / 3 outs ---> 1000 ~ 2000 txs per block(1.9M)
 
Last edited:
Let me report to the community that the core team denies that this issue exists.
I challege everyone to test it in their machine, and report here the results. Please do it.

edit ~/.dashcore/dash.conf and insert/change the following line:
rpcuser=demodun <--- add a space at the end of the name
then edit ~/.dashcore/sentinel/sentinel.conf
rpcuser=demodun<---- without a space at the end

then
cd ~/.dashcore
./dashd
cd sentinel
./venv/bin/py.test ./test

...and you will see that sentinel cannot connect to dashd.

You can see it, don't you? I am not crazy , am I?
I am afraid! Please help me discover the truth....:confused:o_O:eek::oops:
I would agree. Bug. There shouldn't be any whitespace allowed pre- or post-. Input coding 101. And the C-code and Python-code had better violently agree. Mind you, if the bug resides in the Bitcoin code, that's where it should be fixed and then carried forward, IMHO. But, demo, your crap-attitude when communicating nearly anything almost involuntarily forces people to oppose everything you advocate.

Sent from my Nexus 5X using Tapatalk
 
But, demo, your crap-attitude when communicating nearly anything almost involuntarily forces people to oppose everything you advocate.
Communicating nearly anything is my goal. I am not here to convince people. I am here to tell the truth. I do not care at all whether people oppose me or not. I am interested in telling the truth, no matter how annoying , big, small or complex this truth may be. I'm not paid by people's opinion. I am paid by the truth and the truth is what I serve. I cannot do otherwise, after all. I owe my life to the truth, the truth keeps me alive here, and everywhere.
 
Last edited:
Just use -b to specify the branch (eg, "git clone -b v0.12.2.x https://github.com/dashpay/dash.git").

It didn't work. :confused::(

Code:
src@d:~/compiles$ git clone -b core-v0.12.2.x https://github.com/dashpay/dash
fatal: destination path 'dash' already exists and is not an empty directory.

Please don't tell me, go delete the old dash directory and make a new dash directory. I don't want to recompile all the .o files, it took too many hours to finish!!! I would like to issue a git command able to update only the changed .cpp , .h and the rest source files, in my already existing dash directory, while keeping at the same time the compiled .o files untouched until the next compilation occurs. Is there such a git command ?

And another thing. My masternode always remains in WATCHDOG_EXPIRED status. When I run sentinel, here is what I get:

Code:
src@d:~/.dashcore/sentinel$ ./venv/bin/python bin/sentinel.py
Invalid Masternode Status, cannot continue.

Any hints?
 
Last edited:
Code:
src@d:~/compiles$ git clone -b core-v0.12.2.x https://github.com/dashpay/dash
fatal: destination path 'dash' already exists and is not an empty directory.
I suppose you could do something along the lines of doing a fresh clone of both branches and then creating a patch set to update your old tree, but I question how much time this could save given how many files have changed.
Code:
$ diff -ur dash dash-v0.12.2.x/|grep -c +++
260
Code:
src@d:~/.dashcore/sentinel$ ./venv/bin/python bin/sentinel.py
Invalid Masternode Status, cannot continue.
This error means you haven't configured the masternode properly.
 
Had a IS fail to lock a little while ago for the first time since we started testing this branch
Code:
Status: 2/unconfirmed (InstantSend verification failed), broadcast through 14 nodes
Running v0.12.2.0-8591448. @flare Any estimate on when https://test.explorer.dash.org/ will be back up?

Edit:
Tested again ~15m later and got another failure
Code:
Status: 0/unconfirmed, in memory pool (InstantSend verification failed), broadcast through 14 nodes
 
Last edited:
Had a IS fail to lock a little while ago for the first time since we started testing this branch
Code:
Status: 2/unconfirmed (InstantSend verification failed), broadcast through 14 nodes
Running v0.12.2.0-8591448. @flare Any estimate on when https://test.explorer.dash.org/ will be back up?

Edit:
Tested again ~15m later and got another failure
Code:
Status: 0/unconfirmed, in memory pool (InstantSend verification failed), broadcast through 14 nodes
Explorer is back
 
Status
Not open for further replies.
Back
Top