Author

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

hero member
Activity: 636
Merit: 516
in an attempt to work out how the cpu/gpu mining of pascalcoin works, i had a quick read of 'https://github.com/PascalCoin/PascalCoin/blob/master/HOWTO_DEVELOP_GPU_MINER_FOR_PASCALCOIN.txt' (which is pretty straightforward and easy to understand). i then captured some of the traffic between daemon and miner/proxy:

Code:
{
    "method": "miner-notify",
    "params": [{
        "block": 57100,
        "version": 1,
        "part1": "0CDF0000CA0220000644BA0E9C20DC3C81383A0CD17365C25CCC7C38B03E58D04FFBE50B2575FEFE2000FC861CD3E29EA6AB27DA0B4C1962B495E5F2BBB848792EC30953427085FD27DA40420F000000000001000100F5229830",
        "payload_start": "62617A7374796C65",
        "part3": "BAEFA4E7DAA3D43CE283FB77369A260EA736898E2206C1EF043627E308178142E3B0C44298FC1C149AFBF4C8996FB92427AE41E4649B934CA495991B7852B85500000000",
        "target": 815276789,
        "target_pow": "000000000000B3EE850000000000000000000000000000000000000000000000",
        "timestamp": 1485547008
    }],
    "id": null
}

however, the doc states that '"part3" : equal to part1', but as above this is not the case?

You have to do the same as with part1.
So it means for part3:
This is a Hexa string, you must convert it to RAW and store to a buffer called "buffer_part3"

ah; this needs to be reworded:
'part3: perform the same steps with this hash, as per part1.'
legendary
Activity: 1713
Merit: 1029
Hey everyone, updated the CUDA GPU miner with some of KlausT's improvements: https://github.com/Vorksholk/PascalCoin-CUDA/releases/tag/v1.04

No promise that the new miner can actually mine blocks, but if anyone gets a block with this, please let the rest of us know. About 360% performance improvements, I'm getting around 900 MH/s on an overclocked 1080.

I've also seen some people worried about the PascalCoin wallet saying "Error: Proof of work is higher than target payload." This isn't a problem--the way my miner works (and presumably some others that are floating around now, although I haven't looked at the code for them) is by submitting shares that meet a target of 24000000. Note that we are currently on track for a target of 31000000 soon, which is 8192 times higher, so you should expect to see, on average, 8192 of those errors per actual block mined. The miner is submitting shares to the wallet, effectively. These shares don't count for anything unless they meet the target.
member
Activity: 78
Merit: 10
to mine 1 block with 1000 mh, how mani days???
newbie
Activity: 24
Merit: 0
No block in 48 hours with 3 Khash!
sr. member
Activity: 490
Merit: 258
in an attempt to work out how the cpu/gpu mining of pascalcoin works, i had a quick read of 'https://github.com/PascalCoin/PascalCoin/blob/master/HOWTO_DEVELOP_GPU_MINER_FOR_PASCALCOIN.txt' (which is pretty straightforward and easy to understand). i then captured some of the traffic between daemon and miner/proxy:

Code:
{
    "method": "miner-notify",
    "params": [{
        "block": 57100,
        "version": 1,
        "part1": "0CDF0000CA0220000644BA0E9C20DC3C81383A0CD17365C25CCC7C38B03E58D04FFBE50B2575FEFE2000FC861CD3E29EA6AB27DA0B4C1962B495E5F2BBB848792EC30953427085FD27DA40420F000000000001000100F5229830",
        "payload_start": "62617A7374796C65",
        "part3": "BAEFA4E7DAA3D43CE283FB77369A260EA736898E2206C1EF043627E308178142E3B0C44298FC1C149AFBF4C8996FB92427AE41E4649B934CA495991B7852B85500000000",
        "target": 815276789,
        "target_pow": "000000000000B3EE850000000000000000000000000000000000000000000000",
        "timestamp": 1485547008
    }],
    "id": null
}

however, the doc states that '"part3" : equal to part1', but as above this is not the case?

You have to do the same as with part1.
So it means for part3:
This is a Hexa string, you must convert it to RAW and store to a buffer called "buffer_part3"
hero member
Activity: 636
Merit: 516
in an attempt to work out how the cpu/gpu mining of pascalcoin works, i had a quick read of 'https://github.com/PascalCoin/PascalCoin/blob/master/HOWTO_DEVELOP_GPU_MINER_FOR_PASCALCOIN.txt' (which is pretty straightforward and easy to understand). i then captured some of the traffic between daemon and miner/proxy:

Code:
{
    "method": "miner-notify",
    "params": [{
        "block": 57100,
        "version": 1,
        "part1": "0CDF0000CA0220000644BA0E9C20DC3C81383A0CD17365C25CCC7C38B03E58D04FFBE50B2575FEFE2000FC861CD3E29EA6AB27DA0B4C1962B495E5F2BBB848792EC30953427085FD27DA40420F000000000001000100F5229830",
        "payload_start": "62617A7374796C65",
        "part3": "BAEFA4E7DAA3D43CE283FB77369A260EA736898E2206C1EF043627E308178142E3B0C44298FC1C149AFBF4C8996FB92427AE41E4649B934CA495991B7852B85500000000",
        "target": 815276789,
        "target_pow": "000000000000B3EE850000000000000000000000000000000000000000000000",
        "timestamp": 1485547008
    }],
    "id": null
}

however, the doc states that '"part3" : equal to part1', but as above this is not the case?
legendary
Activity: 2380
Merit: 1085
Money often costs too much.
What's special with Pascal coin? Just added to poloniex, got huge volume and moon!?

This is just how it goes usually. In a way that's our own fault we could have a more ballanced altoin tradesites landscape out there, like fifty-fifty between Bittrex and Poloniex.
Would I buy in now?

PascalCoin started mining on 2016-08-11
...

Specifications:
...
- Hashing method is double Sha256
...

This ^^^ would mean giving a try to redeploy these old ASIC USB-Sticks again? Would love to see some numbers on exspectable revenue. It's still cold outside and the dissolved heat would not be wasted inside my home.
sr. member
Activity: 661
Merit: 250
Can someone tell me how to send from my wallet to poloniex?
Search in this topic ...
sr. member
Activity: 469
Merit: 250
anyone selling pascal accounts message me
sr. member
Activity: 379
Merit: 250
Can someone tell me how to send from my wallet to poloniex?
sr. member
Activity: 325
Merit: 250
Made a mistake on selling account ddnt read rules
hi anyone encountered something like my problem, im already mining at 60 mh/s but my wallet says that "alone in the world" is my miner working?
please any advice Huh Huh Huh Huh Huh Huh Huh

Port Forward 4004 tcp port in your router to the IP of the computer that you have your wallet running on...
sir may i humbly ask how to port forwarp the tcp port?
thanks in advance

It's a setting in your router.  Look for Port Forwarding.  It will ask what port "4004" and what IP "IP of Computer that is running your wallet"  This will forward all traffic bound for port 4004 directly to your wallet computer.
sorry for asking many questions im quite new on setting up routers where can i find it? Huh
sr. member
Activity: 457
Merit: 250
Generation Blockchain.
What's special with Pascal coin? Just added to poloniex, got huge volume and moon!?
full member
Activity: 381
Merit: 101
27/01/2017 19:02:48.943 TID:00000D28 [Error] Invalid new block 57080: block (57080) is not new position (57081)
27/01/2017 19:02:53.394 TID:00000D28 [Info] My blockchain is ok! Need to download new blocks starting at 57081

27/01/2017 19:28:35.209 TID:00000A98 [Error] Invalid new block 57086: Error executing operation 1/1: Invalid n_operation 585 (expected 586)
27/01/2017 19:28:39.029 TID:00000A98 [Info] My blockchain is ok! Need to download new blocks starting at 57087

Should i care about this message in the log?

Thanks for your Help

up
sr. member
Activity: 275
Merit: 258
hi anyone encountered something like my problem, im already mining at 60 mh/s but my wallet says that "alone in the world" is my miner working?
please any advice Huh Huh Huh Huh Huh Huh Huh

Port Forward 4004 tcp port in your router to the IP of the computer that you have your wallet running on...
sir may i humbly ask how to port forwarp the tcp port?
thanks in advance

It's a setting in your router.  Look for Port Forwarding.  It will ask what port "4004" and what IP "IP of Computer that is running your wallet"  This will forward all traffic bound for port 4004 directly to your wallet computer.
sr. member
Activity: 325
Merit: 250
Made a mistake on selling account ddnt read rules
hi anyone encountered something like my problem, im already mining at 60 mh/s but my wallet says that "alone in the world" is my miner working?
please any advice Huh Huh Huh Huh Huh Huh Huh

Port Forward 4004 tcp port in your router to the IP of the computer that you have your wallet running on...
sir may i humbly ask how to port forwarp the tcp port?
thanks in advance
https://portforward.com/router.htm
thanks!
legendary
Activity: 1666
Merit: 1020
expect(brain).toHaveBeenUsed()
hi anyone encountered something like my problem, im already mining at 60 mh/s but my wallet says that "alone in the world" is my miner working?
please any advice Huh Huh Huh Huh Huh Huh Huh

Port Forward 4004 tcp port in your router to the IP of the computer that you have your wallet running on...
sir may i humbly ask how to port forwarp the tcp port?
thanks in advance
https://portforward.com/router.htm
sr. member
Activity: 325
Merit: 250
Made a mistake on selling account ddnt read rules
hi anyone encountered something like my problem, im already mining at 60 mh/s but my wallet says that "alone in the world" is my miner working?
please any advice Huh Huh Huh Huh Huh Huh Huh

Port Forward 4004 tcp port in your router to the IP of the computer that you have your wallet running on...
sir may i humbly ask how to port forwarp the tcp port?
thanks in advance
sr. member
Activity: 325
Merit: 250
Made a mistake on selling account ddnt read rules
hi anyone encountered something like my problem, im already mining at 60 mh/s but my wallet says that "alone in the world" is my miner working?
please any advice Huh Huh Huh Huh Huh Huh Huh

Don't even bother with 60Mh/s.
sorry wrong type i mean its 650mh/s in my rx480, but my wallet says "alone in the world" is my miner still working? and recorded in my wallet?
sr. member
Activity: 325
Merit: 250
Made a mistake on selling account ddnt read rules
no sorry i mean i have 650mh/s and my wallet says "alone in the world" is my miner working?
legendary
Activity: 1750
Merit: 1024
Interesting silence of the dev. No word after listing at poloniex anymore.
I bet he make his cash and that it is.

Dev is working, like last 6 months, silence please  Huh

Also, due a lot of messages in my inbox, I'm on and reading all your posts... but I have no time to comment all

With all respect but I don't let you forbid me to speak dude. You see problems coming here but no reaction.The first thing that should always been..talk to the people about their concerns not to act like you did foolish care-noob.
If you coin wants to be successful you should overthink your practices and behaviour and development maybe since there are many complaints and odds.

He's mocking your uninformed comment. It's read "Silence?Huh" Please. He didn't grammar it properly.

Go take your foot out of your mouth now.
Jump to: