Author

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

sr. member
Activity: 275
Merit: 258
OpenCL miner is here!

https://github.com/Vorksholk/PascalCoin-OpenCL/releases/download/v1.00/PascalCoin_OpenCL_ProxyMiner_v1.zip

Getting about 550 MH/s on an RX 480 with stock clocks.

For anyone thinking about CPU mining, an i7-5820k overclocked used to get about 8 MH/s.

Instructions very similar to PascalCoin CUDA Proxy miner. Here they are:

Code:
To use this miner:

1. You must already have PascalCoin installed. If you don't have it, download it from sourceforge here: https://sourceforge.net/projects/pascalcoin/. Once it is installed, run the PascalCoinWallet.exe provided in the download.

2. You must be using a 256-bit secp256k1 key. This is the default behavior of the PascalCoin wallet.

3. Your miner name must be exactly 8 characters long. The miner expects that the input is exactly 176 total bytes (which is achieved by using a secp256k1 key and a 10-character name)  NOTE: NOT 10 like before! 8 characters, because the last two will be used to identify each GPU!

4. You must have RPC enabled in your client (any port of your choosing, default is 4009)

5. You must run the proxy miner (PascalProxyv2.jar) in the same directory as the PascalCoinCUDA_ProxyMiner_smXX.exe file you run (everything is where it needs to be if you just extract the provided zip). For most people, the host should be 127.0.0.1, and the port should be 4009. Enter the same 8-character miner name you put in your PascalCoin wallet.

6. Open one or more (one for each GPU) copy of PascalCoinOpenCL_ProxyMiner.exe by cd-ing to this directory in a command prompt, and running PascalCoinOpenCL_ProxyMiner.exe.
The miner takes four arguments: device (d), platform (p), intensity (i), and cyclesize (c).

For example: PascalCoinOpenCL_ProxyMiner.exe d0 p0 i23 c50
would run the miner on platform 0, device 0, with an intensity of 23 and a cyclesize of 50.

Higher intensities are more demanding on the GPU. Additionally, too high of an intensity can cause the miner to actually decrease in effective hashrate.

The cyclesize has a minimal affect on hashrate generally.

Unless you have a special setup (like NVidia and AMD cards in the same system), your platform is probably 0. You can determine which platform and device to use from the output at the original miner's start.

You can also run the benchmark miner (in the Benchmark folder) to try out different devices and intensity/cyclesize arguments. If you are compiling from source and want to make the benchmark version instead of the normal mining version, comment out the lines responsible for writing to the datainXX.txt file, (optionally) change the header file you read from to a single name regardless of device name, change the line

printf("Found nonce: %08x    T: %08x    Hashrate: %.3f MH/s   Total: %d\n", nonce, timestamp, (((((double)totalNonces) * 4 * 16 * 16 * 16 * 16) / (4)) / (((double)getTimeMillis() - start) / 1000)), totalNonces);

to

printf("Found nonce: %08x    T: %08x    Hashrate: %.3f MH/s   Total: %d\n", nonce, timestamp, (((((double)totalNonces) * 4 * 16 * 8) / (4)) / (((double)getTimeMillis() - start) / 1000)), totalNonces);


 and modify the .cl code by changing the lines:

uint targetX = h0 & 0xFFFFFFFF;
uint targetY = h1 & 0xF0000000;
to
uint targetX = h0 & 0xFFFFFF70;
uint targetY = h1 & 0x00000000;

This essentially lets the code find nonces 512 times faster, and accounts for the 512-times-faster-sharerate by reducing how many hashes it expects each nonce solve to take by a factor of 512, while removing the overhead of writing files (since writing a few files a second may cause it to be slower).

If you notice your miner finding several of the same nonce, try lowering the intensity and/or cyclesize (because you're sending so much work to the GPU that it can't get a timestamp often enough, so it exhausts the 4-ish billion possible nonces (~4 GH), and starte repeating work).

I can't seem to get this miner to work... how do I run the proxy.jar file in Windows 10?  Any guide/help would be appreciated.
sr. member
Activity: 1932
Merit: 288
member
Activity: 84
Merit: 10
hero member
Activity: 770
Merit: 500
looks like pascal moooning again!
full member
Activity: 227
Merit: 100
sr. member
Activity: 461
Merit: 250
sr. member
Activity: 434
Merit: 257
I've just asked nanopool about this. They said that they will add an account settings page where every miner can set up the minimum payout and public key.

Still waiting for this

Me too...
They said it's not ready yet. Sadly they didn't mentioned any deadline...
newbie
Activity: 4
Merit: 0
Thank you so much. I have your address and will make a donation for your kindness later on tonight. This community is great. 
member
Activity: 90
Merit: 10
I have been trying to mine a Pascal account for awhile now and have been unsuccessful. Would anyone be willing to help me gain a pascal acct so I can use the wallet and explore the block chain? Here is my public key 3GhhborqpYooAQaiDf3k3roLUHDuh7ceET7DCF8Y35Dyy7xu34sbcSReNeEsHVYhFsjG72W52UDFpKV XiNzfRxjNzRxE4Xoze1UCSt

Thank you

Have sent you an account. (82939-80)
One says money is the root of all evil. Accept all kinds of evils as donations.
Account: 89007-94
newbie
Activity: 4
Merit: 0
Thank you so much, I have been trying for 3 months to get an acct. I am not going to lie i was afraid to ask. I agree, $pasa does need an exchange. Do you think one will be available soon ?
legendary
Activity: 1030
Merit: 1000
I have been trying to mine a Pascal account for awhile now and have been unsuccessful. Would anyone be willing to help me gain a pascal acct so I can use the wallet and explore the block chain? Here is my public key 3GhhborqpYooAQaiDf3k3roLUHDuh7ceET7DCF8Y35Dyy7xu34sbcSReNeEsHVYhFsjG72W52UDFpKV XiNzfRxjNzRxE4Xoze1UCSt

Thank you

Someone will send you one. Meanwhile, there are many others who don't want to go around asking for an account. $pasa needs an exchange asap.
newbie
Activity: 4
Merit: 0
I have been trying to mine a Pascal account for awhile now and have been unsuccessful. Would anyone be willing to help me gain a pascal acct so I can use the wallet and explore the block chain? Here is my public key 3GhhborqpYooAQaiDf3k3roLUHDuh7ceET7DCF8Y35Dyy7xu34sbcSReNeEsHVYhFsjG72W52UDFpKV XiNzfRxjNzRxE4Xoze1UCSt

Thank you
legendary
Activity: 2842
Merit: 1511
If all you look at is the price, you'll never get anywhere in life of crypto.

Hm, I spend most of my time looking at price - it has served me well.


Reason?

Deposits to Polo were being delayed I believe - http://www.polonibox.com/?username=biodork&messageText=pasc+withdrawals
member
Activity: 94
Merit: 10
sr. member
Activity: 390
Merit: 250
Pascalcoin disabled on Polo!
legendary
Activity: 1068
Merit: 1020
PASCUAL dropped to 18k sat,..

If all you look at is the price, you'll never get anywhere in life of crypto.
hero member
Activity: 2086
Merit: 562
PASCUAL dropped to 18k sat,..
member
Activity: 90
Merit: 10
I would like to explore PascalCoin.

Can I get one account please?

Here is my public key:

3GhhbokRjuDyzhhp1PsQn4YQ4jm9RQzb5nit7etaDof3uVzAgoNenfhHygP7dVABMTVAThQNf5gswrY vh4Es8SpcTZbw8oLTeriF9w


Thank you.

 

Have sent you an account. (83469-32)
One says money is the root of all evil. Accept all kinds of evils as donations.
Account: 89007-94
sr. member
Activity: 249
Merit: 250
I would like to explore PascalCoin.

Can I get one account please?

Here is my public key:

3GhhbokRjuDyzhhp1PsQn4YQ4jm9RQzb5nit7etaDof3uVzAgoNenfhHygP7dVABMTVAThQNf5gswrY vh4Es8SpcTZbw8oLTeriF9w


Thank you.

 
sr. member
Activity: 463
Merit: 256
so,what is better for nvidia pascal cards - sgminer or pallas mod?don't want to install linux and compile mod only to find out 1060 speed.i see speed for 1060 on sgminer in this thread,and now i'm interesting mod speed.

does anyone use it?
Jump to: