Bitcoin Forum
May 26, 2024, 04:50:42 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Mining OS] SimpleMining.net - Easy to use GPU MINING Operating System on: January 14, 2018, 12:06:25 PM
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/.
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Mining OS] SimpleMining.net - Easy to use GPU MINING Operating System on: January 14, 2018, 09:38:08 AM
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
3  Alternate cryptocurrencies / Pools (Altcoins) / [ANN][POOL][ITNS] Central EU Intense Coin Mining pool with low fee on: December 30, 2017, 10:40:32 AM
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.
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [LAUNCHED][POW]⚡ELECTRONEUM⚡Official Moderated Thread on: December 09, 2017, 06:45:46 PM
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
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [LAUNCHED][POW]⚡ELECTRONEUM⚡Official Moderated Thread on: December 09, 2017, 02:19:46 PM
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%.
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [LAUNCHED][POW]⚡ELECTRONEUM⚡Official Moderated Thread on: December 07, 2017, 01:59:10 PM
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.
7  Local / Other languages/locations / Re: Magyar (Hungarian) on: December 07, 2017, 01:43:31 PM
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
8  Alternate cryptocurrencies / Pools (Altcoins) / Re: █▓▒░-< [ZPOOL.CA][HashTap™][FlexFee™] The miners multipool >-░▒▓█ on: September 25, 2017, 07:31:50 PM
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 <WalletAddress> -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.
9  Alternate cryptocurrencies / Pools (Altcoins) / Re: █▓▒░-< [ZPOOL.CA][HashTap™][FlexFee™] The miners multipool >-░▒▓█ on: September 25, 2017, 06:47:01 PM
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
10  Alternate cryptocurrencies / Pools (Altcoins) / Re: [Android] Zpool.ca Balance Monitor - Free application on: September 22, 2017, 06:42:23 AM
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?
11  Alternate cryptocurrencies / Pools (Altcoins) / Re: [Android] Zpool.ca Balance Monitor - Free application on: September 20, 2017, 03:54:02 PM
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.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!