Bitcoin Forum
May 25, 2024, 01:08:24 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 [14] 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 »
261  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][TAC] TalkCoin | MANDATORY UPDATE | First Anonymous Chat | First NIST5 on: July 07, 2014, 08:45:01 PM
Hi, here is simple API for current reward
http://tac.dwarfchain.com/chain/Talkcoin/q/blockreward
On the main page you can see the reward to the pool and devs for the last block.

Also on the main page created and available coins. ( -destroyed)
The available coins through API:
http://tac.dwarfchain.com/chain/Talkcoin/q/totalbc
262  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][TAC] TalkCoin | MANDATORY UPDATE | First Anonymous Chat | First NIST5 on: July 06, 2014, 07:30:44 PM
Сейчас вообще пишет: Источник блоков недоступен...
Дайте мне ноды с 1.3 гарантированные Smiley

addnode=erebor.dwarfpool.com
addnode=moria.dwarfpool.com

263  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][TAC] TalkCoin | MANDATORY UPDATE | First Anonymous Chat | First NIST5 on: July 02, 2014, 07:07:48 AM
Why do those pools requires 1000 confirmations?Huh 1000? Really??
Or they just want a head start for dumping their commissions?

It is hardcoded in wallet.

Code:
/** Coinbase transaction outputs can only be spent after this number of new blocks (network rule) */
static const int COINBASE_MATURITY = 1000;

int CMerkleTx::GetBlocksToMaturity() const
{
    if (!IsCoinBase())
        return 0;
    return max(0, (COINBASE_MATURITY+20) - GetDepthInMainChain());
}
264  Alternate cryptocurrencies / Pools (Altcoins) / Re: [XMR][JPC][TAC][MAX][GRS]Reliable DwarfPool- Anonymous, failover CA/EU/Asia on: June 30, 2014, 09:22:57 PM
Dwarfcoin, I have GTX 760 and trying to mine SFR. With 'groestl' algo I get all 'boooo' with 'myr-groestl' I an not getting any shares... Any idea? I have been able to mine TAC, Groestlcoin and Mammoth coin no problem on your pool with same card...

Thanks


Hi, sorry I'm not familar with ccminer, but you need "myr-gr" kernel and set diff-multiplier "-f 0.0039062500"
265  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][JPC]JackpotCoin#Unique JHA Algo#Ultra Fast Trans#1st True PoW/PoS Hybrid on: June 27, 2014, 05:03:43 PM
My jackpot payout seems to be stuck on confirmed but not on balance at DwarfPool. Has anyone else not been paid yet?

Not only it was stuck for almost 3 hours I had at first  around 50000 but then they took away 20000 and then payed me.  Angry Angry

It was wrongly calculated for block 316214 (that block belongs to the other pool, just confirmation-block for jackpot).
In that case half of miner didn't get anything at all, while the other half would get much more than they "earned".

After that I recalculated the jackpot-reward for the right jackpot-block 316213.
All miners got reward proportional send shares between blocks 316173 and 316213, that means, the calculation of all your shares for ca.10 minutes before next immature block(316213), it is fair !

So you can check your payout:

jackpot reward is 43046721 JPC, you have 0.072% (in the reality 0.072*2, but -50% for winner)
0.072371337331849% from 43046721 is 31153.48766520988317129
0.0724%*2 = 0.1448% that equal your regular payment for "normal" blocks

Very sorry for delay, but I think the most important is that it done right, fair and honestly. Please, not forget, it was the first jackpot I had to share. Thank you for your understanding!

266  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][JPC]JackpotCoin#Unique JHA Algo#Ultra Fast Trans#1st True PoW/PoS Hybrid on: June 27, 2014, 02:51:43 PM
That's just how it works Atrides, you can check on the descriptions at the OP...
It is not a bug, it is precisely the expected behavior. (see Q&A, item #2)
Who was the finder (pool worker) address to block 316213 btw?

Cheers,
~ Myagui
It was our miner, the second biggest:
http://dwarfpool.com/jpc/address?wallet=JJxo9qvQu23C8eAXwHaR7SypW81W2e4NLj

Edit: I see thank you, superblock 316214, but the reward get 316213
superblock is just confirm the transaction make it visible
payouts will be done next
267  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][JPC]JackpotCoin#Unique JHA Algo#Ultra Fast Trans#1st True PoW/PoS Hybrid on: June 27, 2014, 02:39:52 PM
I looked into blocks and transactions, that's right, this block which set the winning transaction, was found by next pool. But the transaction itself was generated with our address - BEFORE this block was found.
To the next pool the transaction came just for confirmation.
http://explorer.jackpotcoin.info/block/00000000007df51f9d2279b389668330d33597091393ddcae2c5e1314525f164
http://explorer.jackpotcoin.info/block/000000000012bf2a3ce79d87ef1c3b89555e59dcd51a76a2f9e7ce2374116978

Payments for the superblock are suspected till the dev comments the situation
268  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][JPC]JackpotCoin#Unique JHA Algo#Ultra Fast Trans#1st True PoW/PoS Hybrid on: June 25, 2014, 02:14:37 PM
Could anyone help with the wallet installation on Ubuntu? Getting an error when trying to make :

Code:
//lib/x86_64-linux-gnu/libdl.so.2: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make: *** [jackpotcoin-qt] Error 1
check that you have installed "build-essential" and "qtcreator".
Do you make it via "qtcreator jackpotcoin-qt.pro"?

No, I was following instructions in the readme-qt.

However, I've noticed there's a pre-compiled Linux wallet in the OP. Having opened it, I don't see an option to lock the wallet or access the console???
Sorry I can not say anything about compiled version, but if you do it by yourself, there is everything needed there
269  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][JPC]JackpotCoin#Unique JHA Algo#Ultra Fast Trans#1st True PoW/PoS Hybrid on: June 25, 2014, 01:59:26 PM
Could anyone help with the wallet installation on Ubuntu? Getting an error when trying to make :

Code:
//lib/x86_64-linux-gnu/libdl.so.2: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make: *** [jackpotcoin-qt] Error 1
check that you have installed "build-essential" and "qtcreator".
Do you make it via "qtcreator jackpotcoin-qt.pro"?
270  Alternate cryptocurrencies / Pools (Altcoins) / Re:[XMR][JPC][TAC][MAX][GRS]Reliable DwarfPool- Anonymous, failover CA/EU/Asia on: June 24, 2014, 07:03:05 AM
just a question regarding JPC mining: my hashrate is fluctuating pretty much (23MH - 28MH) which is not the case on other pools. I'm not sure if this is because vardiff might be too low. or is there another reason?
Because I use my own backend and formula. On the pool the speed is shown very approximately based on the sent shares for last 20 minutes. Your reward doesn't depend on shown speed, but only on your real sent shares
271  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][TAC] TalkCoin | First Anonymous Chat | First NIST5 | Vote/No Premine on: June 22, 2014, 06:26:17 PM
Hi

Messages are unicode, fee structure is just 2 prices for plaintext or bold. Chat messages are stored in the blockchain so yes a website can read these, but no one has done this yet as far as I know.


On DwarfChain are shown last 20 chat messages: http://tac.dwarfchain.com/chains
272  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][JPC]JackpotCoin#Unique JHA Algo#Ultra Fast Trans#1st True PoW/PoS Hybrid on: June 19, 2014, 12:30:25 AM

the last two payouts aren't showing correctly.
Hi, what do you mean with that?

Both payouts are showing the same 'payout time'.
in the same minute many payouts can be done
First payment (Date: 2014-06-19 00:02:24)
http://dwarfpool.com/jpc/payouts?tx=f09e990d792b19404fd9e1a7a311852e133db3bd07b0c3e05e20740de05e5d7e
The second: (Date: 2014-06-19 00:02:40)
http://dwarfpool.com/jpc/payouts?tx=98874fa97f06af577719dc14e49275c86cb875ecccb78992c8dfb874fbfa2b86

273  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][JPC]JackpotCoin#Unique JHA Algo#Ultra Fast Trans#1st True PoW/PoS Hybrid on: June 18, 2014, 11:59:33 PM

the last two payouts aren't showing correctly.
Hi, what do you mean with that?
274  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][JPC]JackpotCoin#Unique JHA Algo#Ultra Fast Trans#1st True PoW/PoS Hybrid on: June 17, 2014, 08:11:23 PM
how do we know how found block? for future reference when i find jackpot

I'll do now to show who found

So with about 20MH/s on Dwarfpool...



If only it wasn't just a "very approximated" estimate Sad

Yes, that will be corrected too ))))
275  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][JPC]JackpotCoin#Unique JHA Algo#Ultra Fast Trans#1st True PoW/PoS Hybrid on: June 17, 2014, 07:04:33 PM
Profit calculator:

http://dwarfpool.com/jpc/calc
276  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][TAC] TalkCoin | First Anonymous Chat | First NIST5 | Vote/No Premine on: June 17, 2014, 08:02:57 AM
Block Explorer is ready!
http://tac.dwarfchain.com/

currently without design, I'll do it next
also in TODO the chat in transactions will be shown




GREAT!!

Can you please setup a new html that ONLY shows the coins created to join coinmarketcap?

I will send you 500 TAC for that  Wink

http://tac.dwarfchain.com/chain/Talkcoin/q/totalbc
277  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][TAC] TalkCoin | First Anonymous Chat | First NIST5 | Vote/No Premine on: June 16, 2014, 06:43:49 PM
Block Explorer is ready!
http://tac.dwarfchain.com/

currently without design, I'll do it next
also in TODO the chat in transactions will be shown



Great news. With this the investor will have more confident to invest in TAC.
Could you do the rich list as well ? Your TAC address please for your work. 500 TAC from me and 1000 TAC from Ignition75. More from dev or not we don't know.
Btw Ignition75 with your 1.5 Ths now could I call you a whale ? Cheesy You got more than 10% network already.  Grin



Good idea, I'll implement top100 addresses also with chat.

Donate-address is TiUn2wQdDu2uYPjbYbfcow8pnc3kPurcdJ
Thank you!
278  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][TAC] TalkCoin | First Anonymous Chat | First NIST5 | Vote/No Premine on: June 16, 2014, 05:47:59 PM
Block Explorer is ready!
http://tac.dwarfchain.com/

currently without design, I'll do it next
also in TODO the chat in transactions will be shown

279  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][TAC] TalkCoin | First Anonymous Chat | First NIST5 | Vote/No Premine on: June 15, 2014, 10:54:29 AM

Yeah, fantastic game with Robben and Van Persie playing great football, I've been impressed with all the games so far as teams are playing to win.

hey guys, let's play some dwarves football!  Tongue

http://dwarfpool.com/tac

just shared miners on the region.

"World Talk Cup" start on 14.06, final on 26.06.

the team with the most "goals" wins 0% fee till the end of the real World Cup on 10.07 Smiley

Have fun!





the team with the most "goals" wins 0% fee till the end of the real World Cup on 10.07 on 13.07
280  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][TAC] TalkCoin | First Anonymous Chat | First NIST5 | Vote/No Premine on: June 12, 2014, 09:09:30 PM
Have you tried to recompile the miner with adl support (I think it is what is missing in this miner, just need to add the adl files from AMD SDK to the ADL (or something like that) directory and recompile

I'm not familiar with that process mate, never compiled mining software before...

If you use debian/ubuntu, you can download precompiled versions with ADL from DwarfPool.com:
32bit: http://dwarfpool.com/static/talk/sgminer32.zip
64bit: http://dwarfpool.com/static/talk/sgminer64.zip

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 [14] 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!