Bitcoin Forum
July 04, 2024, 09:56:07 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 [3] 4 5 »
41  Alternate cryptocurrencies / Pools (Altcoins) / Re: [UniMining.net] UniMining yiimp Mining Pool 0.5% mining fees on: December 28, 2017, 08:01:19 PM
Fix CRC wallets it shows crazy numbers.  https://puu.sh/yPkop/331ccb7cc2.png

WHERE IS crc payments? it shows cleared but i didnt receive any coins

Hi Aleksius,

We also saw this issue on your wallet. This issue seems to no occurs to other miners.
We have analyze the situation but can not identify the root cause.

We have already fix your balance for the first time so that you received a first payment. We will process again today so you will also get paid within few hours.

We really appologize for this inconvenient but we work on it.

May I please suggest you using the dedicated stratum to mine CRC (Port 4238) ?

Code:
ccminer -a neoscrypt -o stratum+tcp://pool.unimining.net:4238 -u Your_Wallet -p c=CRC

Be sure, we will continue keeping an eye on your wallet in the next few days.
42  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ALQO] PoW/PoS 0,17% Premine | Quark | 100% Governance | 1-Second-TX on: December 28, 2017, 12:35:58 AM
I can't sync the wallet, any suggestion?
Did you try adding more nodes ?
https://www.unimining.net/explorer/peers?id=1945
Code:
addnode=104.156.225.204:55500
addnode=104.238.190.118:55500
addnode=108.61.23.191:55500
addnode=109.235.69.53:55500
addnode=148.163.101.124:55500
addnode=185.69.54.92:55500
addnode=194.135.83.168:55500
addnode=207.246.97.73:55500
addnode=45.76.146.122:55500
addnode=45.77.106.136:55500
addnode=79.98.29.169:55500
addnode=80.208.224.183:55500
addnode=80.209.228.193:55500
addnode=82.195.236.149:55500
addnode=93.178.245.10:55500
addnode=94.176.239.240:55500
43  Alternate cryptocurrencies / Pools (Altcoins) / Re: [UniMining.net] UniMining yiimp Mining Pool 0.5% mining fees on: December 26, 2017, 11:56:42 AM
Why i am mining Desire, but find the blocks Gobyte, Innova? Where does these coins?

Hi Dotvibe,

We know about this issue. For that, we have provided a dedicated port (4234) for Desire Only.

More informations can be found on our forum : Stratum port dedicated to DESIRE coin (DSR)

May I suggest you using this parameters to mine DSR only :

Code:
ccminer-x64 -a neoscrypt -o stratum+tcp://pool.unimining.net:4234 -u Your_DESIRE_Wallet_Address -p c=DSR

44  Alternate cryptocurrencies / Announcements (Altcoins) / Re: LUXCoin—New PHI1612 PoW/PoS Hybrid—PrivateSend—LUXNodes—Live on Cryptopia on: December 23, 2017, 07:50:30 PM


Dear LUX community,

UniMining.net still support LUX Coin project.

https://unimining.net
No registration, Based in EU and professional.


Stratum : pool.unimining.net
Port : 8333 (phi algo Only)

For NVidia : we recommend you to use CCminer with following parameters :

Code:
ccminer-x64 -a phi -o stratum+tcp://pool.unimining.net:8333 -u Your_Wallet -p c=LUX

Full instruction on our forum : UniMining Forum

Let's mine together!

Follow us on Twitter.com/unimining
or Discord UniMining
or feed-back on Official Announcement
45  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BWK] BULWARK | NO ICO | Masternodes | Accelerated PoW | Seesaw PoS/MN on: December 20, 2017, 11:23:40 PM


Dear Bulwark community,

UniMining.net has just added BKW.

https://unimining.net
No registration, Based in EU and professional.


Stratum : pool.unimining.net
Dedicated Port : 3833 (nist5 Only)

For NVidia : we recommend you to use CCminer with following parameters :

Code:
ccminer-x64 -a neoscrypt -o stratum+tcp://pool.unimining.net:3833 -u your_wallet -p c=BWK

Full instruction on our forum : UniMining Forum

Let's mine together!

Follow us on Twitter.com/unimining
or Discord UniMining
or feed-back on Official Announcement
46  Alternate cryptocurrencies / Pools (Altcoins) / Re: [UniMining.net] UniMining yiimp Mining Pool 0.5% mining fees on: December 19, 2017, 10:31:57 AM


Dear Miners

UniMining.net has just added CrowdCoin (CRC) on NeoScrypt algo.

Dedicated Port 4238 (CRC Only)

If you encounter errors mining CrowdCoin (CRC) on neoscrypt port 4233, please mine it on port 4238.
Stratum port 4238 is dedicated ONLY for CrowdCoin.

We recommend you to use CCminer with following parameters :

Code:
ccminer-x64 -a neoscrypt -o stratum+tcp://pool.unimining.net:4238 -u your_wallet -p c=CRC

Full instruction on our forum : UniMining Forum

How to mine with AMD?

Hi,

We propose you using Gateless that is available on this link : https://github.com/zawawawa/gatelessgate/releases/

1. Create a new launch file ("mine CRC on unimining.bat" using notepad or notepad++ under windows) and paste the following command into it:
Quote
@echo off
set GPU_FORCE_64BIT_PTR 1
set GPU_MAX_HEAP_SIZE 100
set GPU_USE_SYNC_OBJECTS 1
set GPU_MAX_ALLOC_PERCENT 100
set GPU_SINGLE_ALLOC_PERCENT 100
gatelessgate.exe --gpu-platform 1 --default-config gatelessgate-CRC.conf
pause

2. Create a new conf file ("gatelessgate-CRC.conf" using notepad or notepad++ under windows) and paste the following command into it:
Quote
{
  "algorithm": "neoscrypt",
  "intensity": "13",
  "worksize": "256",
  "gpu-threads": "1",
  "load-balance": true,

  "auto-fan": true,
  "temp-cutoff": "90",
  "temp-overheat": "85",
  "temp-target": "75",
  
  "pools": [
    {
      "name": "MAIN",
      "user": "CMBbGUAAQz6nV75EAbcf8qwgCJmvp6Gnto",
      "pass": "c=CRC",
      "quota": "99;stratum+tcp://pool.unimining.net:4238"
    },
    {
      "__comment": "Please keep this entry. Otherwise, I won't be able to continue open-source development. - zawawa",
      "name":"DEVFEE",
      "user": "zawawa.gatelessgate",
      "pass": "x",
      "quota": "1;s1.theblocksfactory.com:3333"
    }
  ]
}

I have updated the thread in our forum with this configuration : https://forum.unimining.net/viewtopic.php?f=2&t=164

Have a nice mining Wink
47  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][PoW/PoS180%]AltCommunityCoin [YoBit][Active Development] on: December 17, 2017, 10:48:35 PM
can i mine this coin by 1060x6? Is it normal?


Hi,

Try it using CCminer.

ccminer-x64 -a skunk -o stratum+tcp://pool.unimining.net:8433 -u Your_wallet -p c=ALTCOM
48  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][PoW/PoS180%]AltCommunityCoin [YoBit][Active Development] on: December 17, 2017, 10:21:07 PM


Dear AltCommunity,

UniMining.net has just added ALTCOM.

https://unimining.net
No registration, Based in EU and professional.


Skunk Dedicated Port 8433

We recommend you to use CCminer with following parameters :

Code:
ccminer-x64 -a skunk -o stratum+tcp://pool.unimining.net:8433 -u Your_wallet -p c=ALTCOM

Full instruction on our forum : UniMining Forum

Follow us on Twitter.com/unimining
or Discord UniMining
or feed-back on Official Announcement
49  Alternate cryptocurrencies / Pools (Altcoins) / Re: [UniMining.net] UniMining yiimp Mining Pool 0.5% mining fees on: December 17, 2017, 07:14:08 PM


Dear Miners

UniMining.net has just added CrowdCoin (CRC) on NeoScrypt algo.

Dedicated Port 4238 (CRC Only)

If you encounter errors mining CrowdCoin (CRC) on neoscrypt port 4233, please mine it on port 4238.
Stratum port 4238 is dedicated ONLY for CrowdCoin.

We recommend you to use CCminer with following parameters :

Code:
ccminer-x64 -a neoscrypt -o stratum+tcp://pool.unimining.net:4238 -u your_wallet -p c=CRC

Full instruction on our forum : UniMining Forum
50  Alternate cryptocurrencies / Pools (Altcoins) / Re: [UniMining.net] UniMining yiimp Mining Pool 0.5% mining fees on: December 17, 2017, 05:21:40 PM
Not only me problem, many friend is the same? or problem about network?

Hi huyct08,

Please can you tell us where are you located? Do your friends are located at the same place? And do you use the same ISP?

We trully think that the issue comes from your internet service provider as other miner do not face the same issue.

We unfortunatelly have no solution for you at the moment.

Yea, i found the problem. Alqo doesn't auto diff, So mining with 10 GHz what is setting for diff? d=9

Hi huyct08,

Try mining ALQO by setting the defaut diff in the optinal password parameters. Password field is used to set kinds of options (default coin, default difficulty). More information on our forum  https://forum.unimining.net/viewtopic.php?t=47

Recommended Default ALQO configuration (-p c=ALQO)

Code:
ccminer-x64 -a quark -o stratum+tcp://pool.unimining.net:4033 -u APBMmiBUohk1qYR7Mqxu4EaXge5q8bVQjt -p c=ALQO

Recommended ALQO configuration with diff set to 9 (-p c=ALQO,d=9)

Code:
ccminer-x64 -a quark -o stratum+tcp://pool.unimining.net:4033 -u APBMmiBUohk1qYR7Mqxu4EaXge5q8bVQjt -p c=ALQO,d=9

Recommended ALQO configuration with diff set to 9 and record statistics (-p c=ALQO,d=9,stats)

Code:
ccminer-x64 -a quark -o stratum+tcp://pool.unimining.net:4033 -u APBMmiBUohk1qYR7Mqxu4EaXge5q8bVQjt -p c=ALQO,d=9,stats

Statistics can be compared with other miner on this page : https://www.unimining.net/bench
51  Alternate cryptocurrencies / Pools (Altcoins) / Re: [UniMining.net] UniMining yiimp Mining Pool 0.5% mining fees on: December 17, 2017, 12:49:40 PM
Not only me problem, many friend is the same? or problem about network?

Hi huyct08,

Please can you tell us where are you located? Do your friends are located at the same place? And do you use the same ISP?

We trully think that the issue comes from your internet service provider as other miner do not face the same issue.

We unfortunatelly have no solution for you at the moment.
52  Alternate cryptocurrencies / Pools (Altcoins) / Re: [UniMining.net] UniMining yiimp Mining Pool 0.5% mining fees on: December 17, 2017, 12:42:26 PM


Dear Miners

UniMining.net has just added TrezarCoin (TZC) on NeoScrypt algo.

Dedicated Port 4237 (TZC Only)

If you encounter errors mining TrezarCoin (TZC) on neoscrypt port 4233, please mine it on port 4237.
Stratum port 4237 is dedicated ONLY for TrezarCoin.

We recommend you to use CCminer with following parameters :

Code:
ccminer-x64 -a neoscrypt -o stratum+tcp://pool.unimining.net:4237 -u your_wallet -p c=TZC

Full instruction on our forum : UniMining Forum
53  Local / Annonces / Re: [ANN][CRC]🚀CrowdCoin POW| MASTERNODES | ZERO DE FRAIS TX | PAS D'ASIC | VC on: December 17, 2017, 12:10:05 PM


Chère Communauté CrowdCoin,

UniMining.net vient de lister le CRC.

https://unimining.net
Pas d'enregistrement, Hébergé en Europe, Professionnel 


Port 4238 Dédié uniquement au CRC

Si vous rencontrez le moindre problème en minant le CrowdCoin (CRC) sur le stratum neoscrypt 4233, essayez le port dédié 4238.

Nous recommandons d'utiliser CCminer avec les paramètres suivants :

Code:
ccminer-x64 -a neoscrypt -o stratum+tcp://pool.unimining.net:4238 -u your_wallet -p c=CRC

Plus d'instructions sur notre forum : UniMining Forum

Suivez-nous sur Twitter.com/unimining
ou Discord UniMining
ou laissez vos commentaires sur l'annonce officielle
54  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRC]🚀CrowdCoin POW| MASTERNODES | ZERO TX FEE | NO ASIC | VC on: December 17, 2017, 12:00:53 PM


Dear CrowdCoin community,

UniMining.net has just added CRC.

https://unimining.net
No registration, Based in EU and professional.


Dedicated Port 4238 (CRC Only)

If you encounter errors mining CrowdCoin (CRC) on neoscrypt port 4233, please mine it on port 4238.
Stratum port 4238 is dedicated ONLY for CrowdCoin.

We recommend you to use CCminer with following parameters :

Code:
ccminer-x64 -a neoscrypt -o stratum+tcp://pool.unimining.net:4238 -u your_wallet -p c=CRC

Full instruction on our forum : UniMining Forum

Follow us on Twitter.com/unimining
or Discord UniMining
or feed-back on Official Announcement
55  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][TZC] TrezarCoin Super-Secure-PoW/PoS on: December 16, 2017, 02:01:35 AM


Dear Trezar community,

UniMining.net has just added TZC.

https://unimining.net
No registration, Based in EU and professional.


Dedicated Port 4237 (TZC Only)

If you encounter errors mining TrezarCoin (TZC) on neoscrypt port 4233, please mine it on port 4237.
Stratum port 4237 is dedicated ONLY for TrezarCoin.

We recommend you to use CCminer with following parameters :

Code:
ccminer-x64 -a neoscrypt -o stratum+tcp://pool.unimining.net:4237 -u your_wallet -p c=TZC

Full instruction on our forum : UniMining Forum

Follow us on Twitter.com/unimining
or Discord UniMining
or feed-back on Official Announcement
56  Alternate cryptocurrencies / Pools (Altcoins) / Re: [UniMining.net] UniMining yiimp Mining Pool 0.5% mining fees on: December 15, 2017, 11:51:35 AM


Hi,

I think problem comback. Please help me check it.

Can you double check, We have many problem few days. Many people have problem.

Hi,

We have checked differents ALQO wallets. When you have some crash in hashrate, other miners remain constant ( https://ibb.co/e2dpN6 )

So the issue seems on you side. Please can you try be restarting your miner more often?



57  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]INNOVA - when security is the main focus. ASIC resistance. Neoscrypt coin. on: December 14, 2017, 08:36:12 PM
Dear Innova community,

UniMining.net has a dedicated port for Innova.
We strongly advise to adapt your configurations.

UniMining.net
Dedicated Port 4235 (INN Only)


If you encounter errors mining Innova coin (INN) on neoscrypt port 4233, please mine it on port 4235.
Stratum port 4235 is dedicated ONLY for Innova coin.
For more details: https://forum.unimining.net/viewtopic.php?f=2&t=161

Example (ccminer):
Code:
ccminer-x64 -a neoscrypt -o stratum+tcp://pool.unimining.net:4235 -u Your_INN_Wallet -p c=INN

For any problem, please report on:
https://bitcointalk.org/index.php?topic=2156784
https://twitter.com/unimining
https://discord.gg/ZWup8Jx
58  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ✅|ANN| 🌍DESIRE |NeoScrypt| |🔨MasterNodes🔨| - COIN OF YOUR DREAMS! on: December 14, 2017, 08:28:00 PM
Dear Desire community,

UniMining.net has a dedicated port for Desire.
We strongly advise to adapt your configurations.

UniMining.net
Dedicated Port 4234 (DSR Only)


If you encounter errors mining Desire coin (DSR) on neoscrypt port 4233, please mine it on port 4234.
Stratum port 4234 is dedicated ONLY for Desire coin.
For more details: https://forum.unimining.net/viewtopic.php?f=2&t=160

Example (ccminer):
Code:
ccminer-x64 -a neoscrypt -o stratum+tcp://pool.unimining.net:4234 -u Your_DESIRE_Wallet_Address -p c=DSR --cpu-priority=3

For any problem, please report on:
https://bitcointalk.org/index.php?topic=2156784
https://twitter.com/unimining
https://discord.gg/ZWup8Jx
59  Alternate cryptocurrencies / Pools (Altcoins) / Re: [UniMining.net] UniMining yiimp Mining Pool 0.5% mining fees on: December 11, 2017, 12:47:49 PM


Hi,

I think problem comback. Please help me check it.

Hi, we have checked other ALQO wallets and seems no problem. Can you please test by restarting your miner software ? 
60  Alternate cryptocurrencies / Pools (Altcoins) / Re: [UniMining.net] UniMining yiimp Mining Pool 0.5% mining fees on: December 06, 2017, 08:50:51 PM
so i mined gobyte and missing 5 coins i pm to bskc with screens and all info. i really  dont like whats going on here lately.

Hi Aleksiusha, thank for reporting this issue. During the calculation process, some amount can disapear temporarilly from the balance. Nothing is lost, and all amount appear again as soon as the calculation process in over.

We are investiguating this problem and do our best to solve it. We are sorry for the incovenience, but note that no coins are lost at all.
Pages: « 1 2 [3] 4 5 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!