0.2.9 is here


I don't know whether it is my computer playing up or it is the NCC. When I scroll down a list to the bottom the scroll never stops at the bottom. It just bounces back up to midway as soon as it touches the bottom.

Anybody experiencing that? I am using chrome on Windows 7.



If you mean the Transactions list, eg. Confirmed transactions,
then the same happens here too (Win 7, Firefox).
I thought that the list is showing "confirmations" and that's why the same transaction is shown several times...  to the list is added new items all the time and so the scroll bar bounces up - the window is growing all the time.

maybe that is a bug?  or a common "block/TX chain" feature, idk :)



I don't know whether it is my computer playing up or it is the NCC. When I scroll down a list to the bottom the scroll never stops at the bottom. It just bounces back up to midway as soon as it touches the bottom.

Anybody experiencing that? I am using chrome on Windows 7.



If you mean the Transactions list, eg. Confirmed transactions,
then the same happens here too (Win 7, Firefox).
I thought that the list is showing "confirmations" and that's why the same transaction is shown several times...  to the list is added new items all the time and so the scroll bar bounces up - the window is growing all the time.

maybe that is a bug?  or a common "block/TX chain" feature, idk :)


Yes. All listings - Transaction and harvesting listing - anything that can scroll.


I don't know whether it is my computer playing up or it is the NCC. When I scroll down a list to the bottom the scroll never stops at the bottom. It just bounces back up to midway as soon as it touches the bottom.

Anybody experiencing that? I am using chrome on Windows 7.



If you mean the Transactions list, eg. Confirmed transactions,
then the same happens here too (Win 7, Firefox).
I thought that the list is showing "confirmations" and that's why the same transaction is shown several times...  to the list is added new items all the time and so the scroll bar bounces up - the window is growing all the time.

maybe that is a bug?  or a common "block/TX chain" feature, idk :)


I have not noticed this on Windows 8.1 and Internet Explorer 11

KC



I don't know whether it is my computer playing up or it is the NCC. When I scroll down a list to the bottom the scroll never stops at the bottom. It just bounces back up to midway as soon as it touches the bottom.

Anybody experiencing that? I am using chrome on Windows 7.



If you mean the Transactions list, eg. Confirmed transactions,
then the same happens here too (Win 7, Firefox).
I thought that the list is showing "confirmations" and that's why the same transaction is shown several times...  to the list is added new items all the time and so the scroll bar bounces up - the window is growing all the time.

maybe that is a bug?  or a common "block/TX chain" feature, idk :)


I have not noticed this on Windows 8.1 and Internet Explorer 11

KC


I have noticed this on Windows 7 - 32bit and Internet Explorer 11 also with Firefox 33.
@KingCole please try to keep more long time scrolling.



My test account should be this 
TDTWXX-AAXPYI-3XBAR3-BVVYSC-RZQMZG-DH6I4M-AQJY

BTW, can the account string be copied somewhere from the NCC?  Found that only from one NCC's pop-up dialog (after setting primary account)

---


Thanks :)    ... seeing a tx of 100 000 NEM coming :)

There in BTT was written about "building whales" and "stress testing"
https://bitcointalk.org/index.php?topic=654845.msg8107289#msg8107289
https://bitcointalk.org/index.php?topic=654845.msg8107506#msg8107506

Has there been some whales or transactions in loops or smtg, or any plans for such testing?  Manually that could be done, if we choose someone, to whom will be sent big amounts of NEMs. Or making manually several TXs during some hour.



... and several (meaning many many) TXs to one block. Manually 6 TXs from 1 account / block  seem to be the maximum - not very stressing  :-\


Now we have a good test environment to stress the programs and the blockchain.
And now it must be done, not after that day, when the real NEM has been launched. It is very much cheaper to test now :)



GreyFox has done a script which can be used for stress testing...

[Sep 07 21:50:30] GreyFox:there ya go: http://paste.ubuntu.com/8285077/


but there is said that curl must be installed. Does it mean only curl.exe or some libraries also? If libs, then how it is with Win7 (64 bit), coz  there is no libcurl for
Win64 - Generic in http://curl.haxx.se/download.html ?

but there is said that curl must be installed. Does it mean only curl.exe or some libraries also? If libs, then how it is with Win7 (64 bit), coz  there is no libcurl for
Win64 - Generic in http://curl.haxx.se/download.html ?


I am sorry that this is not a real answer but i have no idea on how to make php and/or curl run on windows, havent touched a windows box in years, it is possible tough. in linux you install it with apt-get install php5-curl in windows this should help:
http://stackoverflow.com/questions/181082/how-do-i-install-curl-on-windows

or run a linux VM  ;D


but there is said that curl must be installed. Does it mean only curl.exe or some libraries also? If libs, then how it is with Win7 (64 bit), coz  there is no libcurl for
Win64 - Generic in http://curl.haxx.se/download.html ?


I am sorry that this is not a real answer but i have no idea on how to make php and/or curl run on windows, havent touched a windows box in years, it is possible tough. in linux you install it with apt-get install php5-curl in windows this should help:
http://stackoverflow.com/questions/181082/how-do-i-install-curl-on-windows

or run a linux VM  ;D


That Linux alternative I have also thought ...  but as now is new Windows PC, then it must (Edit: should) be got working  ;)


What could be wrong here?
[code]
E:\php> php -f sender.php
// sender.php

Fatal error: Call to undefined function inc\curl_init() in E:\php\inc\NEMapi.php
on line 42

E:\php>
[/code]



but there is said that curl must be installed. Does it mean only curl.exe or some libraries also? If libs, then how it is with Win7 (64 bit), coz  there is no libcurl for
Win64 - Generic in http://curl.haxx.se/download.html ?


I am sorry that this is not a real answer but i have no idea on how to make php and/or curl run on windows, havent touched a windows box in years, it is possible tough. in linux you install it with apt-get install php5-curl in windows this should help:
http://stackoverflow.com/questions/181082/how-do-i-install-curl-on-windows

or run a linux VM  ;D


That Linux alternative I have also thought ...  but as now is new Windows PC, then it must (Edit: should) be got working  ;)


What could be wrong here?
[code]
E:\php> php -f sender.php
// sender.php

Fatal error: Call to undefined function inc\curl_init() in E:\php\inc\NEMapi.php
on line 42

E:\php>
[/code]


no Win cURL/php experts?  :-\



but there is said that curl must be installed. Does it mean only curl.exe or some libraries also? If libs, then how it is with Win7 (64 bit), coz  there is no libcurl for
Win64 - Generic in http://curl.haxx.se/download.html ?


I am sorry that this is not a real answer but i have no idea on how to make php and/or curl run on windows, havent touched a windows box in years, it is possible tough. in linux you install it with apt-get install php5-curl in windows this should help:
http://stackoverflow.com/questions/181082/how-do-i-install-curl-on-windows

or run a linux VM  ;D


That Linux alternative I have also thought ...  but as now is new Windows PC, then it must (Edit: should) be got working  ;)


What could be wrong here?
[code]
E:\php> php -f sender.php
// sender.php

Fatal error: Call to undefined function inc\curl_init() in E:\php\inc\NEMapi.php
on line 42

E:\php>
[/code]


cURL library not installed

http://stackoverflow.com/questions/181082/how-do-i-install-curl-on-windows




but there is said that curl must be installed. Does it mean only curl.exe or some libraries also? If libs, then how it is with Win7 (64 bit), coz  there is no libcurl for
Win64 - Generic in http://curl.haxx.se/download.html ?


I am sorry that this is not a real answer but i have no idea on how to make php and/or curl run on windows, havent touched a windows box in years, it is possible tough. in linux you install it with apt-get install php5-curl in windows this should help:
http://stackoverflow.com/questions/181082/how-do-i-install-curl-on-windows

or run a linux VM  ;D


That Linux alternative I have also thought ...  but as now is new Windows PC, then it must (Edit: should) be got working  ;)


What could be wrong here?
[code]
E:\php> php -f sender.php
// sender.php

Fatal error: Call to undefined function inc\curl_init() in E:\php\inc\NEMapi.php
on line 42

E:\php>
[/code]


cURL library not installed

http://stackoverflow.com/questions/181082/how-do-i-install-curl-on-windows


Rather than install cURL and php the script could be converted to use PowerShell that is available on all versions of Window, XP -> 8.1. The cmdlet invoke-webrequest is very close to cURL. I might have a look at doing this but I am not promising anything as I am a admin scripter rather than a dev.

KC

Rather than install cURL and php the script could be converted to use PowerShell that is available on all versions of Window, XP -> 8.1. The cmdlet invoke-webrequest is very close to cURL. I might have a look at doing this but I am not promising anything as I am a admin scripter rather than a dev.

KC

That would be very nice!