Author

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

full member
Activity: 161
Merit: 100
No, If you want to see 10x again not Cool
hero member
Activity: 630
Merit: 503
Guys when will Pasc be on other trading platforms?

İsnt poloniex enough Cheesy
full member
Activity: 161
Merit: 100
Guys when will Pasc be on other trading platforms?
newbie
Activity: 1
Merit: 0
someone can give me account? my public key:
3GhhbokUhrVJuwn85GhSUWrU14JgdCYhPTmtvbamobbXrxs2K13wJR7p11XhNsEw7PnWJeiXigmJN1Y wC6ohFvMtRfRs3rvJC3ywLk
sr. member
Activity: 1932
Merit: 288
Does anyone know the current hash rate for R9 Fury? I'm mining with a GTX 1080 at about 1340 H/s, would two Fury's match that or should I mine something else with those instead?

I got a good price on two Fury Nitro's so I went for it.

i've got two of MSI Radeon RX 480 ARMOR 8G with total 1450 Mh/s.

can't exactly tell about R9, but since it has 1000 MHz core freq → u can expect about 400 Mh/s rate from each R9 (correct me if i'm wrong).
sr. member
Activity: 378
Merit: 250
Does anyone know the current hash rate for R9 Fury? I'm mining with a GTX 1080 at about 1340 H/s, would two Fury's match that or should I mine something else with those instead?

I got a good price on two Fury Nitro's so I went for it.
sr. member
Activity: 742
Merit: 252
going to the moon again.

will reach 0.0003 easy today

I think I got the idea. Seen this pattern somewhere else.
There is a bot that rise the price,  and lowers the price under certain criteria.

Rise,  to sell higher. (what has in stock)
Lowers,  to force you to sell quicker.

The idea is that the system always has profit. Is Jiggling with the price all day. The price won't go higher because as soon as someone buy a significant chunk,  the price will fall (the bot controls the market as well as buy/sell orders).

hero member
Activity: 770
Merit: 500
Pascal needs marketplace to buy accounts and stuff, I will pay for account! Should be easier to use! Tongue
legendary
Activity: 1111
Merit: 1000
crypto-enthusiast since 2012
I think we will have big fun $$
 Smiley
newbie
Activity: 10
Merit: 0
going to the moon again.

will reach 0.0003 easy today
sr. member
Activity: 1932
Merit: 288
polo frosed market reason is PASC get new update.

for now – everything is ok.

maybe even there are conditions for a new rising.
hero member
Activity: 1876
Merit: 524
polo frosed market reason is PASC get new update.
sr. member
Activity: 616
Merit: 252
make pascal great again. But as for me,i do not believe in it anymore. very dangerous coin. Especially it was strange, why polo frosed market yesterday.
sr. member
Activity: 306
Merit: 250
It is pretty good if you collect PASC sub 20000 sat, it was a bargain, and there is a small price correction, after this wave, I doubt it can go lower like 10000 sat.
full member
Activity: 188
Merit: 100
Anyone know what's going on with Nanopool? Workers not showing online, but hashing fine and finding blocks and people saying they have no payouts from nanopool in 20 hours.
legendary
Activity: 882
Merit: 1000
i wouldn't trust in a altcoin pump when bitcoin is already pumping.... seems a little manipulated...
but pascal is great anyway, so i'm sure it's a good buy. just dont be worried if the price falls a little.

It means nothin, we never know in crypto world...
sr. member
Activity: 350
Merit: 250
i wouldn't trust in a altcoin pump when bitcoin is already pumping.... seems a little manipulated...
but pascal is great anyway, so i'm sure it's a good buy. just dont be worried if the price falls a little.
sr. member
Activity: 273
Merit: 250
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.

Install java for the proxy, and vcredist 32bit for the miner.
sr. member
Activity: 1932
Merit: 288
where the hell is my account number on this wallet!?!

rtfm.
no offence.

set the checkbox «Explore accounts with one of my Wallet Keys».

and if u see no accounts than u've got none.

so u can mine or buy it.
full member
Activity: 140
Merit: 100
where the hell is my account number on this wallet!?!
Jump to: