Bitcoin Forum
June 25, 2024, 06:30:36 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 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 ... 82 »
501  Alternate cryptocurrencies / Altcoin Discussion / WARNING Pool Operators - SHA256 Stratum Exploit in the Wild on: July 19, 2014, 02:22:42 PM
I noticed recently the top miners on a couple of my SHA256 pools had very large hashrates but were not finding any blocks.

After looking further into the situation I am fairly confident they were cheating the pool. Somehow they are submitting lots of low difficulty shares. I have banned them and earnings are back to estimates. Today one of the cheats created another account which I also just banned.

Using Crypto-Expert's latest version of stratum-mining. Scrypt seems to be unaffected.

Just thought I would put it out there so other pool owners who use this version of stratum-mining are aware there is an issue.

I assume it has something to do with the diff1 setting. If anyone has any ideas what this could be changed to to stop this problems I would be most appreciative!

Have tried both:

diff1 = 0x00000000ffff0000000000000000000000000000000000000000000000000000

and

diff1 = 0x00000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffff
502  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Bitmark on: July 16, 2014, 06:54:25 AM
Difficulty has dropped to 28.15
503  Alternate cryptocurrencies / Altcoin Discussion / Re: Thinking of making my own altcoin exchange... Need tips and advice! on: July 15, 2014, 03:49:09 PM
And how long would it take for someone like me who has no knowledge of PHP to gain the necessary skills to pursue this plan?

Years...
504  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Bitmark on: July 15, 2014, 02:46:26 PM
Today we propose Investor Public Mining to the community.

IPM defines a fair way of balancing the interests of miners, investors, developers, and users.

If you are an investor, miner or otherwise interested in crypto currency and Bitmark, please take the time to read the document.

Subject to the communities approval we will implement the IPM pool over the following days.

Feedback and discussion is encouraged, please ask any questions you may have so that we can clarify the document.

Question...who controls the IPM and the Bitmark Foundation?

I like the idea of guaranteed hash power on the network, but ultimately its still centrally controlled, presumably by you.

Not to say that you will be a bad actor because Bitmark stands to gain a lot more if you are good, but who is to say somebody else in the future does not gain access to the IPM? As the community grows so should the IPM and the Bitmark foundation. Eventually I would expect control of them to expand as well to include more than just you. Especially considering 5% of funds from the IPM go to the foundation, there is constant monetary support for the foundation to grow. I think the structure of how the foundation and IPM operates, as well as who controls it should be very transparent.

Follow up question. If it were not to be coinsolidation to control / have access to foundation coins then who?

Someone or some group needs to be trusted in order to have a Bitmark foundation at all and unless a better suggestion is put forward I vote for the someone to be Coinsolidation.

But generally I agree, transparency is the key.
505  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [MΣC] Megacoin.co.nz - Forum, Github, Website Now in 18 Languages on: July 15, 2014, 09:20:11 AM
There seems to be a pump, or subtle rumour that the Dev and Fatman are up to something big.

But here's the facts ... Mega has generated less than 1 page of comments in 2 weeks.  & their website is MIA.

That is about as dead as it gets in cryptoland.

caveat emptor

Keep telling yourself that...  Cheesy

How many comments has the Litecoin or Feathercoin thread on this forum generated in the last 2 weeks?

Website will be back shortly.

In the meantime the forum can be found at: https://forum.megacoin.co.nz

And yes, there will be some interesting news coming soon.

506  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Bitmark on: July 14, 2014, 01:05:09 PM
Hi ethought. Is your luck statistic broken? It just seems to throw up random numbers. 2 blocks can be solved with roughly the same amount of shares at the same diff and one will say 45% and the other 200% ??

Yes, its broken. Its on the list..
507  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Bitmark on: July 14, 2014, 09:30:06 AM
Also please note:

Total Earnings (Last 24H)

Is not showing the correct value at the moment. The correct value for earnings in last 24 hours (as pool is less than 24 hours old) can be found on the Dashboard under Total Credits + Pending.

This is because I made one mistake in the fix and entered credits (https://www.miningpool.co/account/payment/history/53/1) without a time..

Total Earnings (Last 24H) will show correct value 24 hours from now.


God work.   I have a question.  Where is the option for manual payouts?

There is no manual payout option as a security measure.

Auto payouts occur every 5 minutes usually so you just need to enter your threshold and address.
508  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Bitmark on: July 14, 2014, 08:44:56 AM
Also please note:

Total Earnings (Last 24H)

Is not showing the correct value at the moment. The correct value for earnings in last 24 hours (as pool is less than 24 hours old) can be found on the Dashboard under Total Credits + Pending.

This is because I made one mistake in the fix and entered credits (https://www.miningpool.co/account/payment/history/53/1) without a time..

Total Earnings (Last 24H) will show correct value 24 hours from now.
509  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Bitmark on: July 14, 2014, 07:56:55 AM
Figured out what the problem was.

Basically every time the main system queried the stratum client wallets it would look through the last 400 transactions and update the confirmations.

Because up to now no coins on the pool had had greater confirmations required than 120, the last 400 transactions would always catch the needed blocks and update the confirmations.

Because bitmark requires 740 confirmations to mature a block the pool began to miss updating confirmations which then meant blocks were not getting paid out.

The problem was compounded by the fact that because there are two stratum servers the one with less hash on it was updating confirmations correctly as it was not finding nearly as many blocks as the other. The system would then only look back as far as the last solved and confirmed block paid out to process and pay new blocks.

Luckily all shares are recorded and logged on the system so all I had to do was write a quick script that replayed through the unconfirmed / unpaid blocks.

I have also updated the transaction query from the main system to look at the last 4000 transactions instead of the last 400, so this should never happen again.

Apologies for any inconvenience / stress etc caused by this.
510  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Bitmark on: July 14, 2014, 05:46:13 AM
I am looking into the issues now.
511  Alternate cryptocurrencies / Altcoin Discussion / Re: Mintpal hacked (VeriCoin) on: July 13, 2014, 10:02:22 PM
I think I speak for everyone here, when I say that MintPal should release a statement as to how exactly the attack took place.

I agree.

If for nothing else, to possibly help another exchange or service not fall for the same vulnerability.

Plus if the issue / vulnerability is now fixed what have they got to lose?
512  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Bitmark on: July 13, 2014, 07:30:14 PM
Okay... The pool is now finding blocks..   Cheesy

We have found 9 so far.

Come join us at:

https://www.miningpool.co

2 Different Stratum servers available.

Those of you that have used the pool before you will need to enable Bitmark on your dashboard from the settings page.

Happy mining!

 Smiley
513  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Bitmark on: July 13, 2014, 05:29:00 PM
The Bitmark stratum server will be running on an Amazon instance so should have no network issues.

So when will the pool be up? on launch?

If all goes according to plan the pool should be up a few minutes after launch..
514  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Bitmark on: July 13, 2014, 03:56:10 PM
Rather concerned that miningpool.co seems to be down

One of my favourite pools - hope all is well...


Yes, the front end was down for around 5 hours which has not happened for a long time.  Embarrassed

When the front end goes down the stratum servers are usually unaffected (unless it is a network issue with my service providers). Meaning mining continues on as usual and when the front end comes back up all shares and payments are processed as would normally occur.

The Bitmark stratum server will be running on an Amazon instance so should have no network issues.

515  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [FRSH] FreshCoin | FRESH algo! | Slingshield | % fees | *v1.2 update!* on: July 13, 2014, 12:25:58 PM
I'm very sorry for this, but if you do have transactions being stuck / unconfirmed:

Backup your current freshcoin wallet.dat file.

Open the debug  window -> console

Code:
listaddressgroupings

For every address you want the private key from, dump it:

Code:
dumpprivkey <freshcoinaddress>

save all the dumprivkey addresses in notepad.

remove (or rename) the complete appdata freshcoin directory

restart the wallet and let it sync

Open the debug  window -> console

Code:
importprivkey <dumpedprivkey>
for all the generated private keys

exit the wallet

remove everything except the wallet.dat

start the wallet, let it sync and all should be fine again.

I wrote two tiny scripts recently to recover transactions from wallets after forked block chains - same process.

https://github.com/ethought/PrivateKeyMover
516  Alternate cryptocurrencies / Announcements (Altcoins) / Re: CARBONCOIN: The Completely Carbon Neutral Cryptocurrency on: July 13, 2014, 07:35:23 AM
Thanks for fixing Edric, pools running sweet once again.

Btw, anyone know whats going on with http://carbon.basshash.com  Huh

Payouts been disabled for a week now...

Hope I am not speaking out of turn but I am pretty sure AxisMundi is taking over the basshash Carboncoin pool and moving it to a new server at the moment.
517  Alternate cryptocurrencies / Announcements (Altcoins) / Re: • Unattainium • Hardest Coin to Mine EVER • Purchase Mining HARDWARE soon • on: July 12, 2014, 08:29:03 AM
Just in case there were not enough pools already  Cheesy

Unattainium has been added to:

https://www.miningpool.co/

For those of you who have used the pool before you can enable Unattainium on your dashboard through your account settings page.

Happy mining!

 Smiley

BONUS OFFER: The first 2 unique block finders will receive a bonus of 1 x LTC each!
518  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Bitmark on: July 11, 2014, 09:02:42 PM
Request
If anybody plans to have a bitmark node running on a server, and knows the fixed ip in advance, can you let me know so I can add it to the seed list before release.

172.31.31.10
519  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [FRSH] FreshCoin | FRESH algo! | Slingshield | % fees | *Bittrex* on: July 11, 2014, 05:48:14 AM
Freshcoin has been added to Game of Dice!!

https://www.gameofdice.com/FRSH

1% House edge
Quick payouts

 Smiley
520  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Bitmark on: July 11, 2014, 05:42:51 AM
hey coinsolidation,
i'm really amazed by your hard work and perseverance
i'd really love to contribute in this project, but i believe the scrypt algorithm in not appropriate enough for it
it would be great if you could use another strong algorithm for this project
but as i understand, you already done most of it under the scrypt

anyway, wish you success


Scrypt is alive and well! The large driver for non-scrypt algorithms (x11, x13, x15, x[n]) is to try and combat ASICs since these hit the market just a few months ago. We can use block-by-block retargeting and can be merge-mined the proliferation of Scrypt ASICs are a good thing . This means that Scrypt mining is here to stay and the network will be healthy for a very long time.

I agree!
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 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 ... 82 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!