Pages:
Author

Topic: [ANN][PASL]-[PASCAL Lite]-[The Future is Almost Here] - page 80. (Read 164899 times)

full member
Activity: 286
Merit: 102
Report on compiling and installing wallet ver. 1.4.4

OS: Mint 18.1
Compiler: FCP 3.0.2 and Lazarus 1.6.4

Compiled without any change of project options and installed in existing directory /home/xxx/pascallite with existing data from wallet 1.4.2.

1. Attempt

When run it twice showed:
Quote
Access violation.

Press OK to ignore and risk data corruption.
Press Cancel to kill the program.

and died  Huh When restarted it again warned about attempt but connected to the servers and run.

2. Attempt

When run in the same directory but with all data deleted it once warned about attempt but then run as it should with no more problems  Smiley

full member
Activity: 197
Merit: 100
NEW WALLET - PASCALLITE VERSION 1.4.4

Huge updates

Human-readable config format. Same config filename for the daemon and the wallet.
Changed: RPC control port binds to 127.0.0.1 by default. Changed: Mining server port binds to 0.0.0.0 by default. Implemented: RCP ip/port and Mining server ip/port settings.
UI: Options dialog expanded with settings for RPC and Mining servers
Fixed: daemon is console app
Changed: Max outgoing connections set to 8. Max incoming connections set to 125.
Fixed: 'Synchronize' needed only in GUI mode
Fixed: invalid termination sequence in daemon
Fixed: crash due to invalid log finalization order
Fixed: Daemon's second instance binds RPC port somewhere it wants #3
Implemented: Non-blocking connections for TCP/IP network layer
Implemented: Printing current config file location during daemon startup
Changed: config filename to 'pascallite.ini'
Fixed: daemon creates config with default values on first start
Changes: bootstrap nodes
Fixed: invalid error code check
Fixed: FPC bug 3.0.2 <-> 3.0.2
Fixed: various memory leak
Fixed: networking, threading, daemon hangs on shutdown.
Fixed: Wallet hangs on close
Fixed: Wallet OnClose behavior
Changed: README
Changed: Discovering thread notification order
Changed: new blockchain update request awaiting logic



Github Source Code
https://github.com/xiphon/PascalLite

Windows Wallet Version 1.4.4 / March 14 NEW UPDATE
https://github.com/adaseb/PascalLite/releases/download/1.4.4/PascalLite-1.4.4-March14.zip

If you get "libeay64.dll" error
https://mega.nz/#!ntUEGZJL!RLKbwxxfP9Mc0x5Pev-17QZMUYyuB4fg54c3-dQdgPw

PascalLite Daemon on Linux Compiling Instructions
https://github.com/xiphon/PascalLite#daemon-linux



Great stuff you can tell good things happening here. awaiting pasa market and more features keep it up guys. we shall be on poloniex alongside pascal.

lots of things changed talented dev

yes I agree more than 100% he is talented. Catching bugs is a very big headache to all programmers but he is doing it like only eating popcorns.

Maybe little easy if you make the code itself but this code is made by someone else but he upgrade it like it is his own work. I like it. good work dev.
hero member
Activity: 686
Merit: 500
NEW WALLET - PASCALLITE VERSION 1.4.4

Huge updates

Human-readable config format. Same config filename for the daemon and the wallet.
Changed: RPC control port binds to 127.0.0.1 by default. Changed: Mining server port binds to 0.0.0.0 by default. Implemented: RCP ip/port and Mining server ip/port settings.
UI: Options dialog expanded with settings for RPC and Mining servers
Fixed: daemon is console app
Changed: Max outgoing connections set to 8. Max incoming connections set to 125.
Fixed: 'Synchronize' needed only in GUI mode
Fixed: invalid termination sequence in daemon
Fixed: crash due to invalid log finalization order
Fixed: Daemon's second instance binds RPC port somewhere it wants #3
Implemented: Non-blocking connections for TCP/IP network layer
Implemented: Printing current config file location during daemon startup
Changed: config filename to 'pascallite.ini'
Fixed: daemon creates config with default values on first start
Changes: bootstrap nodes
Fixed: invalid error code check
Fixed: FPC bug 3.0.2 <-> 3.0.2
Fixed: various memory leak
Fixed: networking, threading, daemon hangs on shutdown.
Fixed: Wallet hangs on close
Fixed: Wallet OnClose behavior
Changed: README
Changed: Discovering thread notification order
Changed: new blockchain update request awaiting logic



Github Source Code
https://github.com/xiphon/PascalLite

Windows Wallet Version 1.4.4 / March 14 NEW UPDATE
https://github.com/adaseb/PascalLite/releases/download/1.4.4/PascalLite-1.4.4-March14.zip

If you get "libeay64.dll" error
https://mega.nz/#!ntUEGZJL!RLKbwxxfP9Mc0x5Pev-17QZMUYyuB4fg54c3-dQdgPw

PascalLite Daemon on Linux Compiling Instructions
https://github.com/xiphon/PascalLite#daemon-linux



Great stuff you can tell good things happening here. awaiting pasa market and more features keep it up guys. we shall be on poloniex alongside pascal.

lots of things changed talented dev
legendary
Activity: 3808
Merit: 1723
Updated, node restarted.  Grin

same here - but there are still some v1.4.2 running ...

Smiley

Most of the changes between 1.4.3 and 1.4.4 were mostly with the wallet and daemon. It won't cause a network fork or anything from running the old version.

1.4.2 > 1.4.3 was more critical because if not everybody upgraded then a fork might of occured since the newer version started rejecting the timedrift cheat while the older ones allowed it.

sr. member
Activity: 391
Merit: 250
aka ...
Updated, node restarted.  Grin

same here - but there are still some v1.4.2 running ...

Smiley
full member
Activity: 254
Merit: 121
Xiphon, I like activities on your github. You really are working very hard. I like that you find time to work, that define the character of a man you are. Keep working. Dev like you will give success to this coin. I hope this coin get good attention from other devs and investors.

Thank you. Best reward for me is to see that people like what i do.

I second this!  xiphon and adaseb are doing a great job!

Thank you for helping with numerous unending tests.
hero member
Activity: 677
Merit: 500
Updated, node restarted.  Grin
legendary
Activity: 3808
Merit: 1723
NEW WALLET - PASCALLITE VERSION 1.4.4

Huge updates

Human-readable config format. Same config filename for the daemon and the wallet.
Changed: RPC control port binds to 127.0.0.1 by default. Changed: Mining server port binds to 0.0.0.0 by default. Implemented: RCP ip/port and Mining server ip/port settings.
UI: Options dialog expanded with settings for RPC and Mining servers
Fixed: daemon is console app
Changed: Max outgoing connections set to 8. Max incoming connections set to 125.
Fixed: 'Synchronize' needed only in GUI mode
Fixed: invalid termination sequence in daemon
Fixed: crash due to invalid log finalization order
Fixed: Daemon's second instance binds RPC port somewhere it wants #3
Implemented: Non-blocking connections for TCP/IP network layer
Implemented: Printing current config file location during daemon startup
Changed: config filename to 'pascallite.ini'
Fixed: daemon creates config with default values on first start
Changes: bootstrap nodes
Fixed: invalid error code check
Fixed: FPC bug 3.0.2 <-> 3.0.2
Fixed: various memory leak
Fixed: networking, threading, daemon hangs on shutdown.
Fixed: Wallet hangs on close
Fixed: Wallet OnClose behavior
Changed: README
Changed: Discovering thread notification order
Changed: new blockchain update request awaiting logic



Github Source Code
https://github.com/xiphon/PascalLite

Windows Wallet Version 1.4.4 / March 14 NEW UPDATE
https://github.com/adaseb/PascalLite/releases/download/1.4.4/PascalLite-1.4.4-March14.zip

If you get "libeay64.dll" error
https://mega.nz/#!ntUEGZJL!RLKbwxxfP9Mc0x5Pev-17QZMUYyuB4fg54c3-dQdgPw

PascalLite Daemon on Linux Compiling Instructions
https://github.com/xiphon/PascalLite#daemon-linux

hero member
Activity: 677
Merit: 500
When cryptopia added pascallite to market?
Only after wallet release.
hero member
Activity: 812
Merit: 500
When cryptopia added pascallite to market?
sr. member
Activity: 275
Merit: 258
Xiphon, I like activities on your github. You really are working very hard. I like that you find time to work, that define the character of a man you are. Keep working. Dev like you will give success to this coin. I hope this coin get good attention from other devs and investors.

I second this!  xiphon and adaseb are doing a great job!
legendary
Activity: 3808
Merit: 1723
Xiphon, I like activities on your github. You really are working very hard. I like that you find time to work, that define the character of a man you are. Keep working. Dev like you will give success to this coin. I hope this coin get good attention from other devs and investors.

Yes we apologize for the delay. We keep finding more and more bugs.

Currently over 3000 lines of code was changed just from the last version.

Stay tuned for the wallet.... and exchange.
full member
Activity: 197
Merit: 100
Xiphon, I like activities on your github. You really are working very hard. I like that you find time to work, that define the character of a man you are. Keep working. Dev like you will give success to this coin. I hope this coin get good attention from other devs and investors.
sr. member
Activity: 391
Merit: 250
aka ...

i send you 5 accounts


WoW - Thank you very much - though I got one 4 every familiy member !

 Grin
sr. member
Activity: 560
Merit: 255
PanneKopp, did you read this reply???

yes, of course.

Did you see the correction ?

What do you think about default port change 4 PASL (=> 4005 + 4010) ?

Wink

Account Donation @ [ 3GhhbojpMwPZtttUmDUNrkZsjVPNtgKE3EWTLvjQES2hSnE4jAio26pB8MXxSVjmF9CfT1psWhtj5AB MXCpsYr8ptsqPbXAg37ydeQ ] welcome


i send you 5 accounts
sr. member
Activity: 391
Merit: 250
aka ...
full member
Activity: 162
Merit: 100
where's the new wallet ?
sr. member
Activity: 391
Merit: 250
aka ...
I can't use this wallet please help!

If you got PASC running on the same machine,
you got 2 stop ist, in oder 2 run PASL (because of same TCP/IP ports).

Otherwise your quote is missing the common fundamentials (version, OS, ...) ^^

Wink
hero member
Activity: 742
Merit: 500
I can't use this wallet please help!
sr. member
Activity: 391
Merit: 250
aka ...

In the upcoming release you will be able to bind to any port so you can use both wallets with different ports.


... are you sure ?

If I NAT :4004 2 an internal machine running PASL and PASC, only the first started deamon will be a node 4 the rest of the world.

 Smiley

P.S. I do not believe "PascalLite-March3.exe" is s.t. 2 be maintained and upgraded in an enterprise infrastucture °°° - take care of the paths (and ways 2 backup), 2 keep it portable (Linux, Windows, Android, MAC, ...)
Pages:
Jump to: