Author

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

full member
Activity: 168
Merit: 104
Anyone else having difficulty in connecting to different nodes?

I am getting this error for all pascal nodes. And Node status shows : Alone in the world

Disconnected Remote Server: IP:pascalcoin1.dynamic-dns.net:4004 False - (no data)

make sure your time and date are syncroniszed properly...
in windows use:
"set time automatically"
and
"set time zone automatically"

I was getting alone in the world and blacklisted IP until I did that....
took me 1/2 a day to figure that out, almost gave up....
sr. member
Activity: 574
Merit: 250
Fighting mob law and inquisition in this forum
Exception at 00007FF967866874: EAccessViolation:
                                                Access violation. 

Let me guess you are using Nvidia gpu? Well the dev is obviously favouring AMD and don't have proper OpenCL implementation rather it is AMD specific.
full member
Activity: 180
Merit: 100
Exception at 00007FF967866874: EAccessViolation:
                                                Access violation. 
full member
Activity: 168
Merit: 104
so with the new Nvidia miner 1.0.4, you still need to run single instances for each GPU right?

open proxy once, choose how many GPUs you want (ex. 3)

then run an instance for each device using d0 on one, d1 on other other and d2 on the other?

is there anyway to run the CUDA miner once so it uses all the GPUs?

thanks
hero member
Activity: 952
Merit: 500
member
Activity: 71
Merit: 10
I wonder if I close the miner do I lose the Pascalcoin it has mined? and i wonder why the pascal coin wallet client doesnt update how much it is on my balance?


This isn't like a pool, you need to find a block before you get any coins.  Finding a block is based on luck and hashpower.
what if you try to point the miner under same worker/wallet? or there is a pool?
member
Activity: 62
Merit: 10
Haha, a good coin for educational purposes.
As a coin it's obviously a pump and dump story.
legendary
Activity: 1364
Merit: 1000
FUCK MY LIFE !!!! Pascal explosion !!
sr. member
Activity: 478
Merit: 285
Crypto Way is the only Way!
newbie
Activity: 43
Merit: 0
PASCAL MINING PROFITABILITY CALCULATOR

Check the target.  Currently its 30416083

Take the first 2 bits "30" and change from HEX into DEC and you get 48

Take

2^48= 281,474,976,710,656 hashes

Now look at the 3rd bit, its 4. Take 4 / 16 = 0.25

Take 0.25 * 281,474,976,710,656 = 70,368,744,177,664

Add that to the original 2^48

281,474,976,710,656 + 70,368,744,177,664 = 351,843,720,888,320 hashes on average to find 1 block.

If your farm is 1 GH/s

351,843,720,888,320 / 1,000,000,000 = 351,843.72088832 seconds to find a block

Or 5864 Minutes to find a block

Or 97 Hours to find a block

Or 4.07 Days to find a block.

-----------------------------------------------------------

How reliable is this?

Also, in case of the 3rd bit is 'A' does that mean 10?



Yeah so  175,921,860,444,160 + 2^48 = 457,396,837,154,816

So it moves up to

457,396.837154816 Seconds

7,623.2806192469333333333333333333 Minutes

127 Hours

5.30 Days


All while based on the same 1Gh/s hashrate...




I have  8740 MH / s. How much time goes block?
member
Activity: 94
Merit: 10
hero member
Activity: 2730
Merit: 552
I wonder if I close the miner do I lose the Pascalcoin it has mined? and i wonder why the pascal coin wallet client doesnt update how much it is on my balance?


This isn't like a pool, you need to find a block before you get any coins.  Finding a block is based on luck and hashpower.
sr. member
Activity: 420
Merit: 250
yoo respect...  Grin
that is an old school rally...and with perfect timing, after Btc went crazy in the new year, now Pascal launches to sky rocket..
first time i saw it, at poloniex was 11k sat, now is reaching the 140 sat, 2 days later.
i m full of regrets of course... Smiley
congrats for the ones, that were there from the begining..
member
Activity: 71
Merit: 10
I wonder if I close the miner do I lose the Pascalcoin it has mined? and i wonder why the pascal coin wallet client doesnt update how much it is on my balance?
full member
Activity: 322
Merit: 100
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).

any linux version planned?
My 4 GPU rig is running linux and I'd like to try minin PASC on it.
hero member
Activity: 1022
Merit: 550
Mooncoin at Bitcointalk
Congratulations, Pascal!
Good to see a mineable coin and not ICO in favor.
legendary
Activity: 1302
Merit: 1001
pass 100k sat again...i think we can expect 300-500k til weekend Cheesy

still time to buy

see you at 1mil sat Smiley

30mins later we are nearly 150k Smiley

do you remember crave? and this is new tech!
sr. member
Activity: 275
Merit: 258
can someone tell me about how to run with multiple RIG...?
i have 3 RIG right now
must be the same setting for "Miner Name" and "Private Key" ?
thanks

This helped me...

http://cryptomining-blog.com/8435-pascalcoin-pasc-altcoin-is-currently-getting-a-lot-of-attention/

Just change localhost to the IP of the computer that is running the wallet and then change the MYNAMEtestminer to your miner name

thanks for your advised
just change with IPV4 right ?
i'll try

Yep, the IP address of the computer running the wallet.
Hix
legendary
Activity: 1971
Merit: 1036
Can someone tell me where CUDAminer for Linux? I found only binaries for WIN.
Jump to: