Author

Topic: [ANN] [PASC] PascalCoin, true deletable blockchain - V3 Hardfork on block 210000 - page 362. (Read 990744 times)

legendary
Activity: 1050
Merit: 1000
sr. member
Activity: 334
Merit: 263
Hi everybody.

I've found an explanation about why PascalCoin is allways "discovering servers" and It's difficult to connect: It's a Bug  Grin

In few hours I'll update version build to 1.0.9 correcting this issue (now I'm testing). It's important that everybody update it too to make PascalCoin network more stable.

Affected versions are 1.0.6, 1.0.7 and 1.0.8 (earlier versions don't have this bug... but they have "other" bugs).
Of course Vorksholk binaries have this bug too, I'll talk with him to arrange it.

The dev.

Hey, figured I'd just write a proxy that connects to 1.0.9 and ferries the necessary data to a usable form for the CUDA miner, and then ferries results back. But when I submit a nonce like "3791967799" (bigger than 2^31 but smaller than 2^32) to your client, it is rejected for not being an integer, despite being smaller than 2^32. Did you use a signed integer instead of an unsigned integer for this? These nonces never had an issue before. If you can make a release that allows the full nonce range (up to 2^32), then everyone can GPU-mine with multiple GPUs to one wallet using the proxy I'm making.

Try StrToInt64 instead of StrToInt, mask out the extra 32 bits, and put it in a Cardinal?

One solution is sending a signed 32 bits value.
So value 0..2147483648 are positive and values 2147483649..4294967295 are equals to -2147483647..-1   
Int32(-2147483647) = UInt32(2147483649)
Int32(-1) = UInt32(4294967295)

Just convert a Uint32 to Int32 and send it at "nonce" value
legendary
Activity: 1713
Merit: 1029
Hi everybody.

I've found an explanation about why PascalCoin is allways "discovering servers" and It's difficult to connect: It's a Bug  Grin

In few hours I'll update version build to 1.0.9 correcting this issue (now I'm testing). It's important that everybody update it too to make PascalCoin network more stable.

Affected versions are 1.0.6, 1.0.7 and 1.0.8 (earlier versions don't have this bug... but they have "other" bugs).
Of course Vorksholk binaries have this bug too, I'll talk with him to arrange it.

The dev.

Hey, figured I'd just write a proxy that connects to 1.0.9 and ferries the necessary data to a usable form for the CUDA miner, and then ferries results back. But when I submit a nonce like "3791967799" (bigger than 2^31 but smaller than 2^32) to your client, it is rejected for not being an integer, despite being smaller than 2^32. Did you use a signed integer instead of an unsigned integer for this? These nonces never had an issue before. If you can make a release that allows the full nonce range (up to 2^32), then everyone can GPU-mine with multiple GPUs to one wallet using the proxy I'm making.

Try StrToInt64 instead of StrToInt, mask out the extra 32 bits, and put it in a Cardinal?
copper member
Activity: 970
Merit: 287
Per aspera ad astra
wonder what the miner "ocminer" plans to do with boat loads of coins he has mined

Sell @ $0.20 +/- IMHO.
sr. member
Activity: 280
Merit: 250
🌟 æternity🌟 blockchain🌟
any rough estimates when will this get on exchange?
hero member
Activity: 616
Merit: 500
wonder what the miner "ocminer" plans to do with boat loads of coins he has mined
hero member
Activity: 882
Merit: 500
How do you mine with the new wallet ?

CPU mine? or GPU Mine?

Build 1.0.7 was created without CPU miner because introduced a JSON-RPC server for miners.
(also, build 1.0.8 and 1.0.9)
There will not be mining possibilities directly from the Wallet.

Are you interested in CPU mining?
yes I am happy with the cpu miner in pascal, because I do not have gpu Grin
sr. member
Activity: 334
Merit: 263
What does this mean:

"Op 1/1:sender (XXXXXX) is blocked for protocol."

Can't seem to transfer funds from some of my mined accounts.

You must wait 100 maturation blocks prior to send or receive coins, or to change key...
newbie
Activity: 31
Merit: 0
What does this mean:

"Op 1/1:sender (XXXXXX) is blocked for protocol."

Can't seem to transfer funds from some of my mined accounts.
sr. member
Activity: 334
Merit: 263
How do you mine with the new wallet ?

CPU mine? or GPU Mine?

Build 1.0.7 was created without CPU miner because introduced a JSON-RPC server for miners.
(also, build 1.0.8 and 1.0.9)
There will not be mining possibilities directly from the Wallet.

Are you interested in CPU mining?
copper member
Activity: 970
Merit: 287
Per aspera ad astra
New PascalCoin Build 1.0.9

Full source code (MIT license) at Github: https://github.com/PascalCoin/PascalCoin

Windows installer and Ubuntu Desktop 16.04 Binaries at SourceForge: https://sourceforge.net/projects/pascalcoin

--------------------------
Build 1.0.9.0 - 2016-10-21
--------------------------
- Corrected a BUG (BUG-101) that causes blocking connections when received more than 100 connections, causing "alone in the world" after a cert period time and also "Discovering servers" state.
- It's necessary to update because new version will connect first with same version to make network stable.

Remember... if you enjoy it... make a donation to the project:
BTC 16K3HCZRhFUtM8GdWRcfKeaa6KsuyxZaYk   Grin

How do you mine with the new wallet ?

You can't. For now.
legendary
Activity: 1364
Merit: 1000
New PascalCoin Build 1.0.9

Full source code (MIT license) at Github: https://github.com/PascalCoin/PascalCoin

Windows installer and Ubuntu Desktop 16.04 Binaries at SourceForge: https://sourceforge.net/projects/pascalcoin

--------------------------
Build 1.0.9.0 - 2016-10-21
--------------------------
- Corrected a BUG (BUG-101) that causes blocking connections when received more than 100 connections, causing "alone in the world" after a cert period time and also "Discovering servers" state.
- It's necessary to update because new version will connect first with same version to make network stable.

Remember... if you enjoy it... make a donation to the project:
BTC 16K3HCZRhFUtM8GdWRcfKeaa6KsuyxZaYk   Grin

How do you mine with the new wallet ?
sr. member
Activity: 581
Merit: 250
New PascalCoin Build 1.0.9

Full source code (MIT license) at Github: https://github.com/PascalCoin/PascalCoin

Windows installer and Ubuntu Desktop 16.04 Binaries at SourceForge: https://sourceforge.net/projects/pascalcoin

--------------------------
Build 1.0.9.0 - 2016-10-21
--------------------------
- Corrected a BUG (BUG-101) that causes blocking connections when received more than 100 connections, causing "alone in the world" after a cert period time and also "Discovering servers" state.
- It's necessary to update because new version will connect first with same version to make network stable.

Remember... if you enjoy it... make a donation to the project:
BTC 16K3HCZRhFUtM8GdWRcfKeaa6KsuyxZaYk   Grin

I will try it tonight Thanks
sr. member
Activity: 334
Merit: 263
New PascalCoin Build 1.0.9

Full source code (MIT license) at Github: https://github.com/PascalCoin/PascalCoin

Windows installer and Ubuntu Desktop 16.04 Binaries at SourceForge: https://sourceforge.net/projects/pascalcoin

--------------------------
Build 1.0.9.0 - 2016-10-21
--------------------------
- Corrected a BUG (BUG-101) that causes blocking connections when received more than 100 connections, causing "alone in the world" after a cert period time and also "Discovering servers" state.
- It's necessary to update because new version will connect first with same version to make network stable.

Remember... if you enjoy it... make a donation to the project:
BTC 16K3HCZRhFUtM8GdWRcfKeaa6KsuyxZaYk   Grin
sr. member
Activity: 334
Merit: 263
Hi, first of all thanks for the input.
Second, if Vork is busy with OpenCL miner and/or real life business would it be possible that you would release a "out-of-the-factory-patched" version to work with the miner? Grin I know I'm asking for a little too much, but maybe you have some spare time to help us here mine with the new stable version (until miner with JSON-RPC support is released).

Cheers & keep up the good work!

I don't have Vorksholk modified source code... so... I can't build Vorksholk version.
copper member
Activity: 970
Merit: 287
Per aspera ad astra
Hi, first of all thanks for the input.
Second, if Vork is busy with OpenCL miner and/or real life business would it be possible that you would release a "out-of-the-factory-patched" version to work with the miner? Grin I know I'm asking for a little too much, but maybe you have some spare time to help us here mine with the new stable version (until miner with JSON-RPC support is released).

Cheers & keep up the good work!
sr. member
Activity: 334
Merit: 263
Hi everybody.

I've found an explanation about why PascalCoin is allways "discovering servers" and It's difficult to connect: It's a Bug  Grin

In few hours I'll update version build to 1.0.9 correcting this issue (now I'm testing). It's important that everybody update it too to make PascalCoin network more stable.

Affected versions are 1.0.6, 1.0.7 and 1.0.8 (earlier versions don't have this bug... but they have "other" bugs).
Of course Vorksholk binaries have this bug too, I'll talk with him to arrange it.

The dev.
sr. member
Activity: 334
Merit: 263
Developer,  Nice job on the Linux version,  it installed nice with your instructions!  As you say, the access database has been replaced.  Does that mean there is no longer a way to view the database?

Thanks

Due to be "cross-compatible" i've made an own file database without using third party libs (no ADO, no MySQL, no Access...)

If a third party dev wants to explore PascalCoin database file, must create it's own soft based on source code of file "UFileStorage.pas" that can be found at github
newbie
Activity: 56
Merit: 0
Developer,  Nice job on the Linux version,  it installed nice with your instructions!  As you say, the access database has been replaced.  Does that mean there is no longer a way to view the database?

Thanks
sr. member
Activity: 334
Merit: 263
There are two specs for buffer_payload
One says ASCII from 23 to 255
The other says 32 to 254
Is this a typo or am I missing something?

Ops! I've corrected github file.

Correct text is: Only from ASCII from 32 to 254

Thanks!
Jump to: