Search content
Sort by

Showing 11 of 11 results by PD107
Post
Topic
Board Mining (Altcoins)
Re: [Mining OS] SimpleMining.net - Easy to use GPU MINING Operating System
by
PD107
on 14/01/2018, 12:06:25 UTC
Hi!

Would you consider adding Gateless Gate miner to the miners list?

https://github.com/zawawawa/gatelessgate

I've tried both sgminers, but the included neoscrypt kernel has some bug in it, and won't start. I've faced this problem before (windows and linux as well), and the only usable miner I've found was this program.
I have some Radeon RX series cards.

Code:
[10:36:50] Building binary neoscryptEllesmeregw8l8lgtc864.bin
[10:36:50] neoscrypt.mine.zpool.ca difficulty changed to 384
Error in hsa_operand section, at offset 3552:
Address offset exceeds variable size
LLVM ERROR:
Brig container validation has failed in BRIGAsmPrinter.cpp

FYI I've managed to compile and use the gateless gate miner. I've replaced the sgminer-gm files under /root/miner_org/.
Post
Topic
Board Mining (Altcoins)
Re: [Mining OS] SimpleMining.net - Easy to use GPU MINING Operating System
by
PD107
on 14/01/2018, 09:38:08 UTC
Hi!

Would you consider adding Gateless Gate miner to the miners list?

https://github.com/zawawawa/gatelessgate

I've tried both sgminers, but the included neoscrypt kernel has some bug in it, and won't start. I've faced this problem before (windows and linux as well), and the only usable miner I've found was this program.
I have some Radeon RX series cards.

Code:
[10:36:50] Building binary neoscryptEllesmeregw8l8lgtc864.bin
[10:36:50] neoscrypt.mine.zpool.ca difficulty changed to 384
Error in hsa_operand section, at offset 3552:
Address offset exceeds variable size
LLVM ERROR:
Brig container validation has failed in BRIGAsmPrinter.cpp
Post
Topic
Board Pools (Altcoins)
[ANN][POOL][ITNS] Central EU Intense Coin Mining pool with low fee
by
PD107
on 30/12/2017, 10:40:32 UTC
Hi!

I've just finished setting up my second pool, and we've already found some blocks.
(first pool was an etn pool - etn.nasf.eu)

Pool website: http://itns.nasf.eu/

Pool fee is 0.1%
There is no hidden fees or stealing coins like on other pools.

ports:
4444 - start diff: 512 - Low end machines (CPU)
4445 - start diff: 16000 - Mid range hardware (1-3 GPU)
4446 - start diff: 50000 - High end rigs (3+ GPU)
4447 - start diff: 200000 - Nicehash

varidiff max is 400000

You can use fixed diff, format: WALLETADDRESS.DIFFICULTY
So the separator character is "."
Please don't set too low difficulty, you can end up banned by the server, because it would think you are flooding with shares.
I would recommend 16000 diff on every KH capacity you have. (for example is set 32000 diff to my 2KH rig, and 72000 to my 4.5KH rig)

Pool is running in a datacenter, no homehosting or whatsoever.

Unfortunately you can't mine directly to exchange.
Post
Topic
Board Announcements (Altcoins)
Re: [LAUNCHED][POW]⚡ELECTRONEUM⚡Official Moderated Thread
by
PD107
on 09/12/2017, 18:45:46 UTC
I went through the list of pools on the main page but cant seem to find the one that seems to be pulling all the blocks. WHat pool is it?
http://www.etnheartbeat.com/

I know it wasn't for me, but I've registered my pool.
And on http://etn.nwd.mx/ as well
Post
Topic
Board Announcements (Altcoins)
Re: [LAUNCHED][POW]⚡ELECTRONEUM⚡Official Moderated Thread
by
PD107
on 09/12/2017, 14:19:46 UTC
Hi!

I've just finished setting up my ETN pool. Everyone is welcome to mine with us.
In fact, I'm asking you to join us, to get more hashrate.

http://etn.nasf.eu

Please contact me if you have any further questions.

We've found our second block yesterday, but we need more miners, as the difficulty grows.
The pool fee is only 0.1%.
Post
Topic
Board Announcements (Altcoins)
Re: [LAUNCHED][POW]⚡ELECTRONEUM⚡Official Moderated Thread
by
PD107
on 07/12/2017, 13:59:10 UTC
Hi!

I've just finished setting up my ETN pool. Everyone is welcome to mine with us.
In fact, I'm asking you to join us, to get more hashrate.

http://etn.nasf.eu

Please contact me if you have any further questions.
Post
Topic
Board Other languages/locations
Re: Magyar (Hungarian)
by
PD107
on 07/12/2017, 13:43:31 UTC
Sziasztok!

A mai napon beüzemeltem egy Electroneum (ETN) poolt, ha valaki szeretne csatalkozni szívesen látjuk, elkél a hashrate.
Hazai bix központban van a szerver.

http://etn.nasf.eu

Üdv,
Péter
Post
Topic
Board Pools (Altcoins)
Re: █▓▒░-< [ZPOOL.CA][HashTap™][FlexFee™] The miners multipool >-░▒▓█
by
PD107
on 25/09/2017, 19:31:50 UTC
hi all.
where can I download cpuminer-opt/3.6.7?
how to configure it?
Hi!
I'm using this one: https://bitcointalk.org/index.php?topic=1326803.0
Yeah, I saw this topic. Downloaded https://github.com/JayDDee/cpuminer-opt
But what to do next I do not understand... How to set up a Zpool and my wallet BTC?

I've made a bat file to start the miner.
First you have to find out what instruction set does your cpu support. (Download and install cpu-z, and look for "Instructions" section, one of mine supports only aes and sse42)
You can open notepad and place the miner exe wallet address etc in it.
For example:
Code:
cpuminer-aes-sse42.exe -a m7m -o stratum+tcp://m7m.mine.zpool.ca:6033 -u -p c=BTC -t 2
You can replace -a m7m with the algo you want (-a xevan, -a x11...)
You should replace the server address and port to whatever you want to mine.
And you should pass the number of threads at -t, my cpu has only two cores and does not support HyperThreading, so I use -t 2, but my I7 cpu has 4 cores with HT, that's 8 threads (-t 8 ).
After you've set everything you can save the file (Save as...) in bat format, just type something like start.bat at filename, and save it in the same folder where the miner .exe files are located.
Post
Topic
Board Pools (Altcoins)
Re: █▓▒░-< [ZPOOL.CA][HashTap™][FlexFee™] The miners multipool >-░▒▓█
by
PD107
on 25/09/2017, 18:47:01 UTC
hi all.
where can I download cpuminer-opt/3.6.7?
how to configure it?

Hi!
I'm using this one: https://bitcointalk.org/index.php?topic=1326803.0
Post
Topic
Board Pools (Altcoins)
Re: [Android] Zpool.ca Balance Monitor - Free application
by
PD107
on 22/09/2017, 06:42:23 UTC
When you press the back button it wants to exit on all pages. Is it intentional? I would rather send back the user to the main screen from the miners and account page.

Other than that it works well now on Android 7.1.2

Will you make a widget to check the balance?
Post
Topic
Board Pools (Altcoins)
Re: [Android] Zpool.ca Balance Monitor - Free application
by
PD107
on 20/09/2017, 15:54:02 UTC
Hi!
Great idea, and nice design.

However I got a blank screen on the link, and the app shows 0 workers.
Can I help somehow to solve this issue? (I'm a java dev, I've already made some android apps too, just let me know if you need adb logs or something)

And would you consider removing the adds in exchange of some donation? Smiley I really hate the fullscreen popup adds.