Bitcoin Forum
May 04, 2024, 06:22:02 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 [94] 95 96 97 »
1861  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN][MAX] MaxCoin on: February 05, 2014, 05:00:27 PM
Cant wait for this coin - not to mine but to watch Primecoin difficulty go down!  Smiley
1862  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN][MAX] MaxCoin on: February 05, 2014, 10:21:31 AM
which  mine tool can be used?

sha-3 shovel
1863  Alternate cryptocurrencies / Mining (Altcoins) / Re: [XPM]unofficial jhPrimeminer thread on: February 04, 2014, 07:13:17 PM
what error is it giving you? are you using the refactor branch?

https://github.com/pocesar/jhprimeminer/tree/refactor

g++ -c -march=native -mtune=native -Wall -Wextra -std=c++0x -O3  -ggdb -fomit-frame-pointer -I/usr/local/include -I/usr/include -Isrc/primecoinMiner/includes/ src/primecoinMiner/bn2.cpp -o src/primecoinMiner/bn2.o
In file included from src/primecoinMiner/mpirxx.h:44,
                 from src/primecoinMiner/global.h:8,
                 from src/primecoinMiner/bn2.cpp:1:
src/primecoinMiner/mpir.h: In function ‘mp_limb_t __gmpn_add(mp_limb_t*, const mp_limb_t*, mp_size_t, const mp_limb_t*, mp_size_t)’:
src/primecoinMiner/mpir.h:1767: error: ‘GMP_NAIL_BITS’ was not declared in this scope
src/primecoinMiner/mpir.h: In function ‘mp_limb_t __gmpn_sub(mp_limb_t*, const mp_limb_t*, mp_size_t, const mp_limb_t*, mp_size_t)’:
src/primecoinMiner/mpir.h:1803: error: ‘GMP_NAIL_BITS’ was not declared in this scope
In file included from src/primecoinMiner/global.h:8,
                 from src/primecoinMiner/bn2.cpp:1:
src/primecoinMiner/mpirxx.h: In static member function ‘static void __gmp_binary_and::eval(__mpz_struct*, const __mpz_struct*, mpir_ui)’:
src/primecoinMiner/mpirxx.h:779: error: ‘GMP_LIMB_BITS’ was not declared in this scope
src/primecoinMiner/mpirxx.h:779: error: ‘GMP_NAIL_BITS’ was not declared in this scope
src/primecoinMiner/mpirxx.h:779: error: ‘limbs’ was not declared in this scope
src/primecoinMiner/mpirxx.h: In static member function ‘static void __gmp_binary_and::eval(__mpz_struct*, mpir_ui, const __mpz_struct*)’:
src/primecoinMiner/mpirxx.h:783: error: ‘GMP_LIMB_BITS’ was not declared in this scope
1864  Alternate cryptocurrencies / Mining (Altcoins) / Re: [XPM]unofficial jhPrimeminer thread on: February 04, 2014, 05:55:19 PM
my version works, and I'm also using it on ypool

I'm unable to compile your version - mpirxx.h errors ?
1865  Alternate cryptocurrencies / Mining (Altcoins) / Re: [XPM]unofficial jhPrimeminer thread on: February 04, 2014, 02:50:42 PM
Version below is NOT working. On testnet, at diff 6.6, it found four 7ch blocks but only one was submitted/accepted. I would not use this version on mainnet.
https://github.com/jrovins/jhprimeminer
1866  Economy / Securities / Re: [IPVO] [Multiple Exchanges] Neo & Bee - LMB Holdings on: February 03, 2014, 06:27:07 PM
This all sounds like a mega-scam. Good luck investors ..
1867  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin High Performance on: February 01, 2014, 10:57:45 AM
Oh yeah, I forgot to add prime.h to the commit. It's fixed now. It was a problem with commit b6a92cd8b9.

Works now, thanks. Any plans to include xpm protocol functionality into the wallet so we can use it as a hub ? Having to download the entire blockchain on every node is a pain ... plus it would allow us to experiment with current pool miners, jhprimeminer, xolominer, etc..

No plans for that currently. I've been hoping that the stand-alone miner devs would eventually implement either getwork or getblocktemplate (GBT). GBT is working and getwork should be fixed but I haven't tried it. There's a few forks of jhPrimeminer out there that do that but it looks like the code hasn't spread to the more popular forks. Also, I don't know the specs of the pool protocols so I don't know exactly what the advantages are.

I have spoken to both Aerocloud and clintar. Offered a .5 btc bounty for implementing solo mining capabilities. They refused. I think they both have a deal with the pool owners preventing them from releasing solo miners. If anyone reading this knows xpt protocol and can implement it into the original wallet let us know, i am sure more people will chime in to increase the bounty.


It's not clear to me what is your goal after all. Do you want XPT protocol implemented to the wallet to mine with it on yPool (and some other pools that supports xpt) or you want a good standalone miner (like Aero's)that works also in solo mode using getwork or getblocktemplate protocol? Implementing the later one is not a big deal for me. Basically I have it already in https://github.com/hg5fm/jhPrimeminer


My goal is to make available to the primecoin community a standalone, open-source miner that can be used for both pool and solo mining. Pool miner devs are more active than mikaelh, they tweak and release new optimizations/settings more often, it would be better if xpt protocol is implemented into the original wallet.

I've had it with binary only (jhprimer solominers) builds infected with rogue wallets.
1868  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin High Performance on: February 01, 2014, 10:33:34 AM
Oh yeah, I forgot to add prime.h to the commit. It's fixed now. It was a problem with commit b6a92cd8b9.

Works now, thanks. Any plans to include xpm protocol functionality into the wallet so we can use it as a hub ? Having to download the entire blockchain on every node is a pain ... plus it would allow us to experiment with current pool miners, jhprimeminer, xolominer, etc..

No plans for that currently. I've been hoping that the stand-alone miner devs would eventually implement either getwork or getblocktemplate (GBT). GBT is working and getwork should be fixed but I haven't tried it. There's a few forks of jhPrimeminer out there that do that but it looks like the code hasn't spread to the more popular forks. Also, I don't know the specs of the pool protocols so I don't know exactly what the advantages are.

I have spoken to both Aerocloud and clintar. Offered a .5 btc bounty for implementing solo mining capabilities. They refused. I think they both have a deal with the pool owners preventing them from releasing solo miners. If anyone reading this knows xpt protocol and can implement it into the original wallet let us know, i am sure more people will chime in to increase the bounty.

1869  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin High Performance on: February 01, 2014, 02:01:31 AM
Oh yeah, I forgot to add prime.h to the commit. It's fixed now. It was a problem with commit b6a92cd8b9.

Works now, thanks. Any plans to include xpm protocol functionality into the wallet so we can use it as a hub ? Having to download the entire blockchain on every node is a pain ... plus it would allow us to experiment with current pool miners, jhprimeminer, xolominer, etc..
1870  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin High Performance on: February 01, 2014, 12:34:05 AM
Unable to compile latest beta :

main.cpp: In member function ‘CBigNum CBlockIndex::GetBlockWork() const’:
main.cpp:2229: error: ‘nWorkTransitionRatioLog’ was not declared in this scope
make: *** [obj/main.o] Error 1

seems to be a problem with commit 6e8855b1fd7bfcb610dd1090bbf334bd639a3a9a
1871  Alternate cryptocurrencies / Altcoin Discussion / Re: Let's cut Cryptsy some slack here people!!! on: January 29, 2014, 01:44:24 PM
Cryptsy is a shithole exchange - no sane person would ever trade there twice.
1872  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin High Performance on: January 25, 2014, 04:10:45 PM
Hi ALL.
I've got some resources on a private cloud. Around of 40x CPU. For now, I've created 2 VM with 20x core each. But my question is: maybe will be a better solution to create, for example, 20 VM with 2x core each? Will this influent in someway on probability to find blocks? Or leave as is, with 20x core on 2 VM?

Luck is a big factor in primecoin mining, why dont you run 10x2cpu instances on one acc and 2x8cpu + 1x4cpu on the other and let us know which one found more blocks.
1873  Economy / Service Discussion / Re: Cryptsy captcha on withdrawal screen not even showing up on: January 23, 2014, 02:09:07 AM
I'm getting the same problem

Wont show up on any dolphin or internet browser on my android and doesn't show up on my windows PC either.

Same here, they are fucking amateurs, incompetent retards. I will never again send coins to their shitty exchange.
1874  Alternate cryptocurrencies / Altcoin Discussion / Re: CRYPTSY IS THE BEST!!!!! on: January 23, 2014, 01:59:24 AM
CRYPTSY is the best but it is really slow....

Only trolls here, have you tried withdrawing coins ?!? - Well its not working!
1875  Alternate cryptocurrencies / Altcoin Discussion / Re: CRYPTSY IS THE BEST!!!!! on: January 23, 2014, 01:41:33 AM
i will never ever again send coins to this exchange - biggest shithole ever. Unable to withdraw btc/xmp, ghost captcha error. F*king lamers, amateurs, hire real coders you losers.
1876  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MTC][CPU mining] Metiscoin | new secure hashing, NO PREMINE| LAUNCHED! on: January 22, 2014, 09:07:06 AM
@primer-

You'll need to compile your own version of OpenSSL. Remove the existing one and then follow these instructions:

http://bitcoin.stackexchange.com/questions/7940/how-do-i-build-bitcoin-in-fedora-18

omg it wont run on my other boxes, how do i make a static binary on the one it works?!
1877  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MTC][CPU mining] Metiscoin | new secure hashing, NO PREMINE| LAUNCHED! on: January 22, 2014, 08:28:00 AM
I cant compile this on centos, boost error messages. It seems not to work with latest boost 1.55 build ?!?

it was looking for boost libs in /usr/lib64 instead of /usr/local/lib ... ok, fixed

now it quits after this error:

[root@CentOS-65-64-minimal .metiscoin]# metiscoind
Metiscoin server starting
[root@CentOS-65-64-minimal .metiscoin]#

************************
EXCEPTION: 9key_error      
CKey::CKey() : EC_KEY_new_by_curve_name failed      
metiscoin in AppInit()

EDIT : moved SSL libs to /usr/lib64 - works now...
1878  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MTC][CPU mining] Metiscoin | new secure hashing, NO PREMINE| LAUNCHED! on: January 22, 2014, 08:10:56 AM
I cant compile this on centos, boost error messages. It seems not to work with latest boost 1.55 build ?!?
1879  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin High Performance on: January 19, 2014, 07:53:45 PM

Thx alot! Hope I'm browsing and find a solution here.

UPDATED: Still can't find a solution after downloading http://cygwin.win6.jp/sources.redhat.com/pub/cygwin/x86_64/release/boost/libboost-devel/

Follow my instructions from this post :
https://bitcointalk.org/index.php?topic=255782.msg4168509#msg4168509

1880  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][XPM] PrimeCoin Miner - CPU [Windows only][x86 only][pre-alpha][+28% perf.] on: January 18, 2014, 03:40:30 PM
I've been running it for 20 minutes and not a single 6ch has been found. Hp11 finds 6ch blocks every couple of seconds. Why is it so slow ?

Edit: 7ch block found after 45 min, however it was rejected by ypool with error :
01/18/14 - 08:28:36 - SHARE FOUND !!! (Th#: 0) --- DIFF: 7.258384 >6 >7
Invalid share
Reason: Share failed Primecoin's CheckPrimeProofOfWork()
PoW send: 998 bytes

Pages: « 1 ... 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 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 [94] 95 96 97 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!