Show Posts
|
Pages: [1] 2 »
|
Buying these two account 114799-56 , 114997-29 , PM your offer ? Also buying other account with a reasonable price Thanks
What do you think of 55511-66?
|
|
|
Selling 200 accounts Sold!
|
|
|
Selling PASC because I can't move coins out of Polo. Good luck with selling accounts guys. You should raise the price.
Want an account?
|
|
|
Selling 200 accounts. Sold!
|
|
|
What are accounts valued at right now?
|
|
|
NVM it's working now, thanks. Damn it cut the hashrate of my 390x down by 200 mhs. Strange.
|
|
|
Anyone know how I would get an amd and nvidia gpu to work in the same system?
|
|
|
 Miner starts and closes in 10 seconds. What am I doing wrong? With the same settings envidia work Read... I stated earlier that you need to set it to run as admin and windows 7 comparability.
|
|
|
6 * 480 rig tested on win 8.1 x64. There is no other display connected ,AMD platform 0 only. Tested with 3 different drivers ( 16.9.2; 16.10.2; 16.7.4). Tested with many values of Intensity 4,8,10,13,15,18,20,21,22,23,24,25 Results are the same - miner crashes by the time it gets a nonce. When you increase the intensity above 23 , it could not submit a nonce Ive tried to underclock also - same crash..
Am I missing something to try ?
EDIT: The NV 1070 rig is working pretty well with Miner 1.03...
Same here. (Ive checked 16.9.1 and 16.10.2 full install/drv only) got constant crashes on 370 and 470. The rig I'm testing has few of them - all behave the same way... succeeded to get 1 block somehow, but it crashes every few minutes. I strongly suspect it have something to do with the system... mine is Win10, AMD, ASRock FM2A88X PRO+ (not willing at this point to play with more stable rigs, working on ROI  ) I fixed my crashing by changing the properties of the clminer to windows 7 and run as admin. 290 noce so far and not a single block lol.
|
|
|
My R9 390 is getting about 500MH/s on default settings. Trying to figure out how to get multiple on one rig running though is a pain and hard to tell if they are working right or not.
I'm getting 600mh/s on my stock asus 390x strix
|
|
|
Works GREAT!
Getting 500MH/s on R9 280X
what amd driver version you are using? That's what I'm wondering, I'm running the newest drivers and they seem to cause the program to crash. The benchmark runs for a few minutes and also crashes. Strange.
|
|
|
OpenCL miner is here!https://github.com/Vorksholk/PascalCoin-OpenCL/releases/download/v1.00/PascalCoin_OpenCL_ProxyMiner_v1.zipGetting 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: 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).
Its crashing for me ever 2-4 minutes. When I run the proxy what should i put in for prefex? Windows 10 with a 390x
|
|
|
Something is going on, I found 8 blocks in 9 hours on my 2.7k rig. 
|
|
|
My wallet is filling up with no end of empty accounts. Not sure why five accounts are generated, one of which has the mining reward. I have to then move the reward to my primary account....  ? Any enlightenment to this logic? You need an account to receive these coins, So they give you extra ones.. you know to sell/give to people who aren't mining this coin.
|
|
|
WTS 2k Pascal @ 3500 Sat. Thanks.
|
|
|
funny my miners with 1000kh/s to 1500kh/s got 1 to 2 blocks for almost a day...my 772 kh/s even got a block, while my 3340 kh/s miner did not get even a single block.
edit: 3340 kh/s just got a block at 342000G of hashing
 24 hours of mining yet my 4000 kh/s got zero in 32 hours. lol
|
|
|
Mining on my old duo core laptop at 480kh/s. No block found since this morning  How are you guys doing? What is your hashrate? 28,000-31,000 kh/s I've only found 1 block today. lol So I'm basically wasting electricity here lol Where do I see my address ? Is it the account number? I'm just unlucky I think, and yes. You get 5 accounts every time you mine a block.
|
|
|
Mining on my old duo core laptop at 480kh/s. No block found since this morning  How are you guys doing? What is your hashrate? 28,000-31,000 kh/s I've only found 1 block today. lol
|
|
|
25400 kh/s for now, getting stronger every day great coin, remembered old btc cpu mining that was fun, money is the last thing in this process wish dev good developments
How's the mining going?
|
|
|
Started running at 5x what I was before, still havent found a single block... or more accurately, I'm finding blocks and they arent being listed, just thrown away. Also got the same time message as everyone else
UPDATE: Took 2 days (whereas running at a fifth of the power got me 2 blocks in one day) but I finally got another block - how do I decode/save/whatever I'm supposed to do to ensure I don't lose the reward again when I close the application? Or am I not supposed to do anything and the lost 2 blocks before was just a glitch..?
another update: What I mean is I had 2 accounts with 100 pascal coins each, and all the empty accounts in between. When I reopened the application they were gone. I'm afraid to close my application now, out of fear of losing my coins again. What do I do to prevent this?
To prevent losing your coins, save the private key you used to mine it! Your situation sounds weird, go through your private keys in your wallet and make sure it's not generating a new one every time. Also make sure you always use the latest wallet client. I'm mining at 30,270Kh/s and only found 2 blocks in 2 days.. Is that normal?
Definitely not normal, PM the dev with more details and he'll try to help you. Will do I'm mining at 30,270Kh/s and only found 2 blocks in 2 days.. Is that normal?
You using a quantum computer? Just using my rendering workstation.
|
|
|
|