Author

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

full member
Activity: 188
Merit: 100
Can someone here post a working Buffer string with a valid noone ?

Basically buffer_part1" + "buffer_payload" + "buffer_part3" + UNIX_TIMESTAMP + NONCE



https://github.com/Vorksholk/PascalCoin-CUDA/blob/master/kernel.cu

https://github.com/PascalCoin/PascalCoin

{"method":"miner-notify","params":[{"block":20110,"version":1,"part1":"8F4E0000CA022000DC01BE5ACD50092CA653D0763CCCE7A9E408908B2F7D177C080C78186D3558F C2000A48CEC0E7031689D40AF8C7C73330E06E27788F0339729F53A3AF4ED47C2E45040420F0000 00000001000000B74D7926","payload_start":"546573744A534F4E32","part3":"0D1F997AB584AF8A86476135A9F091073A3FE28A6A07D4112BF8595144F0E666E3B0C44298FC1C1 49AFBF4C8996FB92427AE41E4649B934CA495991B7852B85500000000","target":645483959,"target_pow":"00000000030D6490000000000000000000000000000000000000000000000000","timestamp":1476103385}],"id":null}

You need this params:
- "block": This is the next block number to generate... you will not use it
- "version": This is the PascalCoin core version. If in future it changes... you would need to develop a new GPU miner... check that allways is 1
- "part1" : This is a Hexa string, you must convert it to RAW and store to a buffer called "buffer_part1"
- "payload_start": This is the miner name included in the payload when mining. You can ADD characters (only from ASCII from 23 to 255). Store it in a buffer - "buffer_payload"
- "part3" : equal to part1
- "timestamp": This is the server timestamp. You must use allways a timestamp equal or higher than the server... so... be synchronized
- "target_pow": This is a hexa string with the PoW target you must to generate
- "target": This is the target in original format. You will not use it.


Then, your GPU miner, must do this:

Create a buffer with:
"buffer_part1" + "buffer_payload" + "buffer_part3" + UNIX_TIMESTAMP + NONCE
(UNIX_TIMESTAMP and NONCE are 32bits unsigned integers, saved in LITTLE ENDIAN)

Make a Double SHA256 and save it to "buffer_pow"

Check if "buffer_pow" is lower or equal to "target_pow" provided by server in "miner-notify"

If NO, then create a new buffer changing NONCE or UNIX_TIMESAMP (or also, adding valid ASCII chars to buffer_payload), and check again
If YES: Submit a "miner-submit" like example 4... and check if you win


REMEMBER: buffer_payload only accepts ASCII chars from 32 to 254, must start exactly than "payload_start" param, and can be length max of 255 bytes.

NOTE: PascalCoin.exe will provide the miner name at "payload_start" plus a number indicating which client is mining. If there are 2 clients, and Miner name is "MyMiner" first will have "MyMiner1" and second "MyMiner2".


THAT'S ALL!!!

If you like it, make a donation to PascalCoin project: BTC 16K3HCZRhFUtM8GdWRcfKeaa6KsuyxZaYk



Thanks!!!
legendary
Activity: 3808
Merit: 1723
Up to 300% + 200 FS deposit bonuses
Can someone here post a working Buffer string with a valid noone ?

Basically buffer_part1" + "buffer_payload" + "buffer_part3" + UNIX_TIMESTAMP + NONCE

sr. member
Activity: 273
Merit: 250
Anyone here mining with AMD cards?

I re-coded some of the old Bitcoin kernels and getting around 500MH/s with a 280X.

No idea if its working however since I haven't found a block yet. Is there a testnet  available?



Care to share the kernel? Thanks @adaseb.
hero member
Activity: 649
Merit: 505
Ok maximum tuning found for my dual script miner PASCAL SOLO / ETHEREUM POOL / SOLO. 400 mhs Pascal coin 72 Ethereum at 282 W power consumption for 3 * 1070 gtx

I am unsure whether to release it at a pay price of 0.015 btc (1/3 to me 1/3 donation to pascal dev and 1/3 donation to gpu miner core dev)

or to release it free but with mining fee 7.5 for ethereum only (cant put fee on solo for pascal Smiley ) 2.5 for me 2.5 for dev pascal and 2.5 for pascal gpu miner core dev

i contacted already Vorksholk asking if he allows me to implement this to my public script (the miner is not opensource and i dont know what license it has) so i dont know if i am allowed to include it in 3rd party script

legendary
Activity: 3808
Merit: 1723
Up to 300% + 200 FS deposit bonuses
Anyone here mining with AMD cards?

I re-coded some of the old Bitcoin kernels and getting around 500MH/s with a 280X.

No idea if its working however since I haven't found a block yet. Is there a testnet  available?

sr. member
Activity: 273
Merit: 250
Still waiting for an AMD miner.
hero member
Activity: 527
Merit: 501
So no more CPU mining? is there a GPU miner? or?

Thanks
sr. member
Activity: 434
Merit: 250
What is an Account? Why people are buying Accounts in trading thread? How can I create accounts?

accounts are like personal wallet addresses. its just something you can sell

1 block = 100 coins + 5 accounts


Thanks. I think I can't get new blocks as well as new accounts. I have cpu only. The diff is very high. The block interval is by minutes now.

What is R: 100 G mean? It is rising continuously. It is shown after Mining hash.

diff is just high some people get 1 block a day

Okay. Now I get bluescreen error when I run. It happened three times in 2 hours. What may be the issue?
Do you people use slack, irc or telegram to chat?
copper member
Activity: 970
Merit: 287
Per aspera ad astra
I think there's a new AMD GPU miner coming soon, one of the recent blocks was found by a worker called RX480TST10.
hero member
Activity: 616
Merit: 500
What is an Account? Why people are buying Accounts in trading thread? How can I create accounts?

accounts are like personal wallet addresses. its just something you can sell

1 block = 100 coins + 5 accounts


Thanks. I think I can't get new blocks as well as new accounts. I have cpu only. The diff is very high. The block interval is by minutes now.

What is R: 100 G mean? It is rising continuously. It is shown after Mining hash.

diff is just high some people get 1 block a day
sr. member
Activity: 434
Merit: 250
What is an Account? Why people are buying Accounts in trading thread? How can I create accounts?

accounts are like personal wallet addresses. its just something you can sell

1 block = 100 coins + 5 accounts


Thanks. I think I can't get new blocks as well as new accounts. I have cpu only. The diff is very high. The block interval is by minutes now.

What is R: 100 G mean? It is rising continuously. It is shown after Mining hash.
hero member
Activity: 616
Merit: 500
What is an Account? Why people are buying Accounts in trading thread? How can I create accounts?

accounts are like personal wallet addresses. its just something you can sell

1 block = 100 coins + 5 accounts
sr. member
Activity: 434
Merit: 250
What is an Account? Why people are buying Accounts in trading thread? How can I create accounts?
hero member
Activity: 616
Merit: 500
hero member
Activity: 649
Merit: 505
tuning my dualminer script using v4 core of the pascal coin miner.... 67 eth  656 pascal coin @ 3 x 1070 gtx  powermeter 70% +200 mhz clock + 600 mhz MEM
sr. member
Activity: 434
Merit: 250
This miner is for GPU mining, you will most likely not get any blocks with your CPUs anymore since difficulty is way up now.
My GPU is Gigabyte GeForce GTX 1060 6GB WindForce. I have only a mild overclock on it currently.

You may be right. Due to high diff I may not be getting any block with cpu. Thanks for the information.
sr. member
Activity: 305
Merit: 250

Just got a block so V4 is working fine for me Smiley

copper member
Activity: 970
Merit: 287
Per aspera ad astra
This miner is for GPU mining, you will most likely not get any blocks with your CPUs anymore since difficulty is way up now.
My GPU is Gigabyte GeForce GTX 1060 6GB WindForce. I have only a mild overclock on it currently.
sr. member
Activity: 434
Merit: 250
Yup, this one is the unrestricted version and for me it's working nicely.
I got a few blocks with it already.

What's your cpu? I'm running for 2 days but not found a block still. Any help appreciated.
copper member
Activity: 970
Merit: 287
Per aspera ad astra
Yup, this one is the unrestricted version and for me it's working nicely.
I got a few blocks with it already.
Jump to: