Bitcoin Forum
September 30, 2025, 08:27:03 PM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 »
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: (ノ◕ヮ◕)ノ*:・゚ ANN - RENESIS - LTME (Long Term Mining Evolution) -New Algoヾ(⌐■_■)ノ♪ on: July 27, 2018, 05:12:56 PM
35 000 000 RESS premine with 800 RESS per block emission! 8% of total supply! No, thaks!
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] VIVO - Masternodes, ASIC-Resistant, Secure, High MN Rewards, Decentralized on: October 18, 2017, 06:06:29 PM
What is wrong with pool.unimining.net Huh SCAM?

Blocks 35558, 35562 and 35563 was mined by VErHiL14qdKp95xPe9JP6wgGRssQXzuLjH
But pools stats shows only 35558 and 35563

Hello,


Sorry for the delay, I wasn't notified of your message.

The back-end of our pool missed 4 blocks (nice catch !), I've noticed it yesterday. Thanks to the help of Epsylon3 (developer of yiimp mining pools system), the issue is fixed now. In addition, I've checked the other coins, no block missed.

We keep an eye on Vivo as mining is going very well on our pool and we want to avoid any issue.


unimining.net have about 3 Gh/s on Vivo :-)
Mining fees of 0% until Dec 1st !



You can continue to mine on our pool. If you have an issue with a payment, you can PM me on bitcointalk forum or on twitter

https://twitter.com/ph_moreau
https://twitter.com/unimining
Now you habe problems with speed stats
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] VIVO - Masternodes, ASIC-Resistant, Secure, High MN Rewards, Decentralized on: October 17, 2017, 10:32:54 PM
What is wrong with pool.unimining.net Huh SCAM?

Blocks 35558, 35562 and 35563 was mined by VErHiL14qdKp95xPe9JP6wgGRssQXzuLjH
But pools stats shows only 35558 and 35563
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Signatum - New Algorithm - Fair Launch - No Premine on: September 15, 2017, 09:15:36 AM
What's wrong with the online wallet? Site does't open
5  Alternate cryptocurrencies / Mining (Altcoins) / Re: [STAT][WIN][ANDROID][WATTOOL CONTROLL][BAIKAL][NVIDIA] Miner Monitor v1.3 on: August 29, 2017, 10:55:16 AM
Please, add telegram notification (farm/GPU offline, low total/per card hashrate, low/hight temperature)
6  Alternate cryptocurrencies / Mining (Altcoins) / Re: EthMonitoring (EWBF, Claymore's, CCMiner, EthMiner, Android/iOS) on: August 23, 2017, 11:53:56 AM
Great project!!! Add please www2.coinmine.pl pools
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Signatum - New Algorithm - Fair Launch - No Premine - Cryptopia on: August 17, 2017, 08:50:04 PM
ocminer, can you fix idle worker notification?
8  Alternate cryptocurrencies / Pools (Altcoins) / Re: [Android] Suprnova Pools Mining Monitor - Free application on: August 17, 2017, 07:27:09 PM
App is awesome. Please, add worker offline notification and autorefresh statistic!!!
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Signatum - New Algorithm - Fair Launch - No Premine - Cryptopia on: August 07, 2017, 06:02:57 AM
i think SPmod always report up to 20% the real hashrate. i had a farm with report from SPmod3 = 700Mhs hashrate and all computer run well, calculator with whattomine ~ 70 sigt / hour, but reality receive 49 sigt with Suprnova. Always if diff increase or decrease. Anyone test ? which i trust whattomine or Spmod?
1. Pool luck
2. Increasing difficulty
10  Other / Archival / Re: [ANN] ❂ ❂ ❂ ZETH - The Inception ❂ ❂ ❂ on: March 09, 2017, 09:20:35 PM
https://twitter.com/Domanell/status/839948406340595712
done
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PASC] PascalCoin, deletable blockchain & bank account system [PASA] on: January 27, 2017, 11:27:28 AM
My english to bad so tell me please if I get an error in wallet with -t 10
Code:
 Sending Error JSON RPC id (8) : Error: Proof of work is higher than target payload:DomanellDomanell/4---------------- timestamp:1485516126 nonce:2723368545
my miner will work fine without -t param?
12  Other / Off-topic / Re: Autosell at Poloniex on: December 05, 2016, 02:06:52 PM
poloniex.py is ok
autosell.py
Code:
import signal, time, sys
import poloniex

APIKey = 'JH*****0U'
Secret = '9677****************************9e'
timefmt = '%Y-%m-%d %H:%M:%S UTC'

shutdown = False
def signal_handler(signal, frame):
    global shutdown
    shutdown = True
signal.signal(signal.SIGINT, signal_handler)
signal.signal(signal.SIGTERM, signal_handler)

p = poloniex.poloniex(APIKey, Secret)

while True:
    balance = float(p.returnBalances()['ZEC'])
    if balance >= 0.0001:
        lastprice = float(p.returnTicker()['BTC_ZEC']['last'])
        print '[%s] detected %s ZEC balance, selling at %s for BTC' % (time.strftime(timefmt, time.gmtime()), balance, lastprice)
        print '[%s] %s' % (time.strftime(timefmt, time.gmtime()), p.sell('BTC_ZEC', lastprice, balance))
    if shutdown:
        print '[%s] exiting' % time.strftime(timefmt, time.gmtime())
        sys.exit(1)
    time.sleep(1)

error
Code:
Python 2.7.12 (v2.7.12:d33e0cf91556, Jun 27 2016, 15:19:22) [MSC v.1500 32 bit (Intel)] on win32
Type "copyright", "credits" or "license()" for more information.
>>>
========================== RESTART: C:\autosell.py ==========================

Traceback (most recent call last):
  File "C:\autosell.py", line 18, in <module>
    balance = float(p.returnBalances()['ZEC'])
KeyError: 'ZEC'
>>>

Can you help me?
13  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MINT]Mintcoin V1.9.1, Energy Saving Coin *27 Exchanges *59 Merchants on: June 14, 2014, 12:45:08 PM
They will never be confirmed now, because it's over due. But you will get new mined coins in future. So you  lose nothing.
Do I have to let my wallet open? In 1st post says "no". I have normal transactions when wallet is open. It's unconfirmed when wallet is close.
14  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MINT]Mintcoin V1.9.1, Energy Saving Coin *27 Exchanges *59 Merchants on: June 14, 2014, 11:52:24 AM
You have 2902 blocks unsynchronized. Please check it after synchronization.



I have 48 unconfirmed transactions since 30.04.2014.
15  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MINT]Mintcoin V1.9.1, Energy Saving Coin *27 Exchanges *59 Merchants on: June 14, 2014, 11:22:52 AM
what is that?



they all unconfirmed
16  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SYNC]X11 | POS| 1,000 Coins| 2 days mining left|Encrypted address on: May 20, 2014, 07:57:59 PM
Where is biggest pools? Net hashrate is 119 Ghz but pools on main page have total hashrate 15-20 Ghz.
17  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] WILD WEST COIN | X11 POW / POS | GET READY FOR THE GOLD RUSH!! on: May 13, 2014, 10:05:19 PM

nice work
18  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] H2O Coin | Adaptive -N & KGW }}+ IPO 1 day!{{ -LAUNCHING Sun Mar 23 2014 on: March 23, 2014, 07:50:26 PM
where is  password?b
разрабы перенесли запуск на 30 мин и уже 50 мин молчат
19  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][NYC] New York Coin LAUNCHED on: March 08, 2014, 09:35:52 AM
Any work going on to get this coin on an exchange at all?

Joining the Q
+1
dev?
20  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][NYC] New York Coin Launch (UPDATED) 06/03 12:00EST / 17:00GMT on: March 06, 2014, 05:12:49 PM
RDxKwpFBpTr4451os36G1SQjGEgX2msCXL    Smiley
Pages: [1] 2 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!