Bitcoin Forum
May 25, 2024, 06:12:37 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 »
341  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SHC] ShinyCoin █First ever RAMHOG algo Pow/Pos █NO ASIC/GPU | Whitepaper on: July 08, 2014, 06:53:52 PM
Mandatory Shinyminer Update

Source : https://github.com/siklon/shinyminer
Linux x64 (static) : https://www.dropbox.com/s/dbfxvmoryekyq5i/shinyminer
Windows x64 : https://www.dropbox.com/s/0l4hjypmrg48x6t/shinyminer.zip

I will give 2 hours to update, after that I will update the pool and the old shinyminer won't work.
342  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SHC] ShinyCoin █First ever RAMHOG algo Pow/Pos █NO ASIC/GPU | Whitepaper on: July 08, 2014, 02:42:57 PM
Clearly someone is abusing the fact that the banning feature of my pool isn't working properly...

Not clear enough mate. Why isn't banning not working? This is a core feature of NOMP and if it has a bug, it should be reported to the dev. Can the pool determine if the connected miner is a legit one or not? I'm sure the problem is not the banning functionality (EDIT: unless of course this is a configuration issue).

Also, what is the above statement supposed to mean? That anyone can leech coins because banning does not work? Be more clear please.

Are you running custom shinycoind and NOMP code?


It's a bug in node-stratum-pool: https://github.com/zone117x/node-stratum-pool/blob/master/lib/stratum.js#L405
options.banning.time should be multiplied by 1000
https://github.com/zone117x/node-stratum-pool/issues/90
343  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SHC] ShinyCoin █First ever RAMHOG algo Pow/Pos █NO ASIC/GPU | Whitepaper on: July 08, 2014, 01:40:39 PM
Clearly someone is abusing the fact that the banning feature of my pool isn't working properly...

Not clear enough mate. Why isn't banning not working? This is a core feature of NOMP and if it has a bug, it should be reported to the dev. Can the pool determine if the connected miner is a legit one or not? I'm sure the problem is not the banning functionality.

Also, what is the above statement supposed to mean? That anyone can leech coins because banning does not work? Be more clear please.

Are you running custom shinycoind and NOMP code?


I don't have time to explain now, looking into the issues.

Quote
Are you running custom shinycoind and NOMP code?

Yes & yes

All I can say now is that if you try to mine with unsupported software, you are wasting your time.
344  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SHC] ShinyCoin █First ever RAMHOG algo Pow/Pos █NO ASIC/GPU | Whitepaper on: July 08, 2014, 01:20:34 PM
Clearly someone is abusing the fact that the banning feature of my pool isn't working properly...
345  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SHC] ShinyCoin █First ever RAMHOG algo Pow/Pos █NO ASIC/GPU | Whitepaper on: July 07, 2014, 03:37:01 PM
Is it normal not to find a share in well over 30 minutes ??

...

EDIT : The same on another server!

...

Maybe vardiff is not a good idea ??

You should be getting 1 share every 3 minutes on all your machines combined, does not matter which IP. It's worker based Vardiff
346  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SHC] ShinyCoin █First ever RAMHOG algo Pow/Pos █NO ASIC/GPU | Whitepaper on: July 07, 2014, 03:33:45 PM
Seems like i cant build on ubuntu 12. Anyone has build command?

I'm using
Code:
sudo apt-get update && sudo apt-get install libcurl4-openssl-dev libjansson4 autoconf git make && git clone https://github.com/siklon/shinyminer && cd shinyminer && ./autogen.sh && ./configure CFLAGS="-O3" && make && make install
What error do you get?
Try also installing automake and gcc

This error

Code:
ramhog.c:38:102: error: ‘MADV_DONTDUMP’ undeclared (first use in this function)

Fixed that, it will know also let you know when Hugepages are enabled, so you will know when to expect a performance boost.

Personally I got a 27% boost by enabling Hugepages (from 22 HPM to 28 HPM).
347  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SHC] ShinyCoin █First ever RAMHOG algo Pow/Pos █NO ASIC/GPU | Whitepaper on: July 07, 2014, 11:26:46 AM
I am getting too many of these :
[2014-07-07 11:50:22] stratum_recv_line failed
[2014-07-07 11:50:22] Stratum connection interrupted
[2014-07-07 11:50:25] thread 0: 7 hashes, 15.66 hash/m
[2014-07-07 11:50:25] thread 1: 7 hashes, 15.65 hash/m
[2014-07-07 11:52:24] Stratum connection timed out
[2014-07-07 11:52:24] Stratum connection interrupted
2014-07-07 12:09:35] stratum_recv_line failed
[2014-07-07 12:09:35] Stratum connection interrupted
[2014-07-07 12:10:21] Stratum requested work restart

Is my hash is being wasted here ?? I am getting  stratum_recv_line failed and Stratum connection interrupted every couple of minutes


Turn on -D -P to see if your shares are being processed when they are submitted.
348  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SHC] ShinyCoin █First ever RAMHOG algo Pow/Pos █NO ASIC/GPU | Whitepaper on: July 07, 2014, 09:48:48 AM
Hello,

I got this when attempted to compile the miner:

Code:
ramhog.c:38:102: error: ‘MADV_DONTDUMP’ undeclared (first use in this function)
madvise(pool->scratchpads[i][j], pool->C * sizeof(uint64_t), MADV_RANDOM | MADV_DOFORK | MADV_DONTDUMP | MADV_HUGEPAGE);

Any idea?

Funny macro's names: DOFORK, DONTDUMP Smiley

Edit:

Answering myself.

That are madvice functions
MADV_DONTDUMP works since Linux 3.4 and I have 3.2 kernel.

Edit2: Kernel upgrade didn't help Sad

LMAO about the macro names! Cheesy Cheesy

So, there is absolutely no chance it can work on centos 6 with the stock kernel 2.6. (@primer)


Yea these macros aren't really needed, you can remove 'DOFORK, DONTDUMP'.
349  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SHC] ShinyCoin █First ever RAMHOG algo Pow/Pos █NO ASIC/GPU | Whitepaper on: July 06, 2014, 07:18:10 PM
Shinyminer performance is increased by 25-30%.
https://github.com/siklon/shinyminer
Use following CFLAGS : "-Ofast -funroll-all-loops -march=native"
IMPORTANT - Set hugepages: "sysctl -w vm.nr_hugepages=7680*<RAMHOG_THREADS>"

ramhog.c: In function ‘ramhog_thread_pool’:
ramhog.c:38:118: error: ‘MADV_HUGEPAGE’ undeclared (first use in this function)
ramhog.c:38:118: note: each undeclared identifier is reported only once for each function it appears in





What are you compiling on? Ubuntu 13.10 works
350  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SHC] ShinyCoin █First ever RAMHOG algo Pow/Pos █NO ASIC/GPU | Whitepaper on: July 06, 2014, 06:55:52 PM
Shinyminer performance is increased by 25-30%.
https://github.com/siklon/shinyminer
Use following CFLAGS : "-Ofast -funroll-all-loops -march=native"
IMPORTANT - Set hugepages: "sysctl -w vm.nr_hugepages=7680*<RAMHOG_THREADS>"
351  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SHC] ShinyCoin █First ever RAMHOG algo Pow/Pos █NO ASIC/GPU | Whitepaper on: July 04, 2014, 07:48:01 PM
I'm in the final stages of testing the wallet RAM fix.  It will be a non-forking change, but I encourage everybody to update their nodes as soon as possible.  The github will be updated in a few hours.

The solution I found is to assign a hash-signing private key.  The node who owns this key verifies that the ramhog hash for a particular block is accurate, and then signs it.  Any node that trusts that key uses the signed hash instead of computing it itself.  All nodes propagate these signed hashes so that they are easily accessible.  The result will be that anybody can run a wallet without needing to run the ramhog algorithm.  This will also make sync times near-instant.  For the security of the network, I suggest that those who have the RAM not use the signed hashes, or perhaps only use them to sync and then let their wallet verify all the hashes itself. 

I will also hard-coded the genesis block info and the seed nodes in the OP and set the default to not run any ramhogthreads, so the average user can just download and run the binary without needing a special computer.  These nodes still fully validate all transactions as usual.  The only difference is they don't compute the proof-of-work hash themselves.

Laxori666, instacash, could you please recompile the Windows and Mac wallets once the source is posted?

Awesome work. So only if ramhogthreads=0, it will use the signed hashes?
352  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Slimcoin : Proof of Burn NEW BLOCK GEN, Mineable by low power computer! on: July 03, 2014, 03:44:04 PM
Dev  What time to burn coin pool ?  Burn coin pool will let the coins shine!

This is something that I'm working on. Wink
353  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SHC] ShinyCoin █First ever RAMHOG algo Pow/Pos █NO ASIC/GPU | Whitepaper on: July 03, 2014, 01:19:10 PM
SHC pool     When sent to the miners' wallets, delay a long time?

280 confirmations needed. Takes many hours.


@7000years, seem you and primer- are both bag-holder of this coin, right?, i read though all pages and see you guys are willing to sell a thousand  Grin

Actually, I am a small bag holder. Hash power too expensive! Primer is the rich guy! I mean, just look at his sell ads! But there is also another miner with an army of boxes on amazon! Cheesy

BTW, I haven't posted a sell ad anywhere... Smiley


I may be rich but am sure not getting any richer with shiny. I will be switching all hash power to XMR today, dev is incompetent, very unlikely the coin is priced well when/if it hits an exchange.

EDIT : If anyone is looking for cheap shn, i'd be willing to sell half of my holdings, 10,000 SHN for 1 btc. Got bills to pay..

the total amount of shiny is about 21mil (right?). So 10,000 SHN for 1BTC is unreasonable (meaning Shiny's market  cap is 2100 btc?).
I can offer you 0.1 btc for 10,000SHN. 
PM me if you accept.

No one will be selling for that low unless they don't mind mining for a loss.
354  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SHC] ShinyCoin █First ever RAMHOG algo Pow/Pos █NO ASIC/GPU | Whitepaper on: July 02, 2014, 06:09:33 PM
C'mon people, point your miners to the pool! Better for everyone.
I've pointed my hash to Sandor's pool, and I encourage everyone to do the same.

It's been quite a while without any valid block. I wonder if all issues have been resolved with the pool.


Block found. Smiley
355  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SHC] ShinyCoin █First ever RAMHOG algo Pow/Pos █NO ASIC/GPU | Whitepaper on: July 02, 2014, 02:08:21 PM
More hashes are needed to find a block, the diff is really high.
356  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SHC] ShinyCoin █First ever RAMHOG algo Pow/Pos █NO ASIC/GPU | Whitepaper on: July 02, 2014, 01:06:05 PM
Pool is back up.
357  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SHC] ShinyCoin █First ever RAMHOG algo Pow/Pos █NO ASIC/GPU | Whitepaper on: July 02, 2014, 12:10:58 PM
The pool wallet has 0 connections... it got banned from network, not sure? I am looking into it.

Does anyone have some nodes I can connect to?

addnode=144.76.139.178
addnode=144.76.139.103
addnode=144.76.139.104
addnode=144.76.139.105
addnode=144.76.139.106
addnode=144.76.139.107
addnode=144.76.139.108
addnode=144.76.139.109
addnode=144.76.139.110
addnode=144.76.139.111
addnode=144.76.238.233
addnode=144.76.238.235
addnode=144.76.238.236
addnode=144.76.238.237
addnode=144.76.238.239
addnode=144.76.238.242
addnode=144.76.238.243
addnode=144.76.238.244
addnode=144.76.238.245
addnode=144.76.238.195

Perfect, syncing now. Thanks
It appears the pool did get banned from the network, no clue as to why though.
Looks like it will take an eternity to sync back up again, 27 hours if my calculation is right?

27 hours if syncing from block 0 Smiley 30 minutes if syncing from 48h ago. Broken coin Smiley

Whoops, actually was 3 hours from block 0, heheh... Grin
358  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SHC] ShinyCoin █First ever RAMHOG algo Pow/Pos █NO ASIC/GPU | Whitepaper on: July 02, 2014, 10:59:59 AM
The pool wallet has 0 connections... it got banned from network, not sure? I am looking into it.

Does anyone have some nodes I can connect to?

addnode=144.76.139.178
addnode=144.76.139.103
addnode=144.76.139.104
addnode=144.76.139.105
addnode=144.76.139.106
addnode=144.76.139.107
addnode=144.76.139.108
addnode=144.76.139.109
addnode=144.76.139.110
addnode=144.76.139.111
addnode=144.76.238.233
addnode=144.76.238.235
addnode=144.76.238.236
addnode=144.76.238.237
addnode=144.76.238.239
addnode=144.76.238.242
addnode=144.76.238.243
addnode=144.76.238.244
addnode=144.76.238.245
addnode=144.76.238.195

Perfect, syncing now. Thanks
It appears the pool did get banned from the network, no clue as to why though.
Looks like it will take an eternity to sync back up again, 27 hours if my calculation is right?
359  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SHC] ShinyCoin █First ever RAMHOG algo Pow/Pos █NO ASIC/GPU | Whitepaper on: July 02, 2014, 10:49:16 AM
The pool wallet has 0 connections... it got banned from network, not sure? I am looking into it.

Does anyone have some nodes I can connect to?
360  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SHC] ShinyCoin █First ever RAMHOG algo Pow/Pos █NO ASIC/GPU | Whitepaper on: July 02, 2014, 10:42:37 AM
The pool wallet has 0 connections... it got banned from network, not sure? I am looking into it.
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!