Bitcoin Forum
May 03, 2024, 08:36:40 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 ... 750 »
1321  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN]: cpuminer-opt v3.5.11, open source optimized multi-algo CPU miner on: March 01, 2017, 12:17:20 PM
I was able to compile the miner using the "-O3" flag in the compiler.. Whatever that means Smiley

I've created a pull request to add support for onecoin (OC):

https://github.com/JayDDee/cpuminer-opt/pull/5

Coin:
https://bitcointalk.org/index.php?topic=1801129

1322  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN]: cpuminer-opt v3.5.11, open source optimized multi-algo CPU miner on: March 01, 2017, 10:42:10 AM
I'm getting this error when trying to compile:

cpuminer-cpu-miner.o: In function `check_cpu_capability':
cpu-miner.c:(.text+0x8696): undefined reference to `set_incl'
cpu-miner.c:(.text+0x86a8): undefined reference to `set_incl'
cpu-miner.c:(.text+0x86ba): undefined reference to `set_incl'
algo/argon2/cpuminer-argon2a.o: In function `argon2hash':
argon2a.c:(.text+0x256): undefined reference to `argon_call'
algo/luffa/sse2/cpuminer-luffa_for_sse2.o: In function `update_luffa':
luffa_for_sse2.c:(.text+0x1dc): undefined reference to `mm_byteswap_epi32'
luffa_for_sse2.c:(.text+0x1f2): undefined reference to `mm_byteswap_epi32'
luffa_for_sse2.c:(.text+0x237): undefined reference to `mm_byteswap_epi32'
algo/luffa/sse2/cpuminer-luffa_for_sse2.o: In function `update_and_final_luffa':
luffa_for_sse2.c:(.text+0x595): undefined reference to `mm_byteswap_epi32'
luffa_for_sse2.c:(.text+0x5ab): undefined reference to `mm_byteswap_epi32'
algo/luffa/sse2/cpuminer-luffa_for_sse2.o:luffa_for_sse2.c:(.text+0x5ec): more undefined references to `mm_byteswap_epi32' follow
algo/luffa/sse2/cpuminer-luffa_for_sse2.o: In function `finalization512':
luffa_for_sse2.c:(.text+0x17853): undefined reference to `mm256_byteswap_epi32'
luffa_for_sse2.c:(.text+0x179ef): undefined reference to `mm256_byteswap_epi32'
algo/lyra2/cpuminer-lyra2.o: In function `LYRA2RE':
lyra2.c:(.text+0xd9e): undefined reference to `memset_zero_m256i'
algo/lyra2/cpuminer-sponge.o: In function `squeeze':
sponge.c:(.text+0x1d6): undefined reference to `memcpy_m256i'
sponge.c:(.text+0xd9d): undefined reference to `memcpy_m256i'
algo/lyra2/cpuminer-lyra2rev2.o: In function `lyra2rev2_thread_init':
lyra2rev2.c:(.text+0xb43): undefined reference to `memset_zero_m256i'
algo/lyra2/cpuminer-zcoin.o: In function `zcoin_thread_init':
zcoin.c:(.text+0x752): undefined reference to `memset_zero_m256i'
algo/lyra2/cpuminer-zoin.o: In function `zoin_thread_init':
zoin.c:(.text+0x564): undefined reference to `memset_zero_m256i'
algo/cpuminer-m7m.o: In function `swit2_':
m7m.c:(.text+0x1b3): undefined reference to `exp_n'
m7m.c:(.text+0x1e4): undefined reference to `exp_n'
algo/cpuminer-timetravel.o: In function `next_permutation':
timetravel.c:(.text+0x189): undefined reference to `tt_swap'
timetravel.c:(.text+0x19c): undefined reference to `reverse'
timetravel.c:(.text+0x1bb): undefined reference to `reverse'
collect2: error: ld returned 1 exit status
Makefile:1347: recipe for target 'cpuminer' failed
make[2]: *** [cpuminer] Error 1



Really weird.. What am I missing there ?
1323  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ZERO - fork of Zcash with harder mining params on: February 28, 2017, 10:43:33 PM
I've updated the github Readme with those instructions as well now Smiley
1324  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ZERO - fork of Zcash with harder mining params on: February 28, 2017, 10:26:40 PM
Ah, I see you probably git cloned the wrong repo, there was still the original miner linked in the instructions for compiling, try to clone again from https://github.com/ocminer/zero-nheqminer instead of ../nicehash/nheqminer Smiley
My cmdline is ./nheqminer_cpu_tromp -l zero.suprnova.cc:6568 -u ErikW79.2 -t 2 -e0 and I did compiled from this new repo. Only selected tromp folder for compilation. Could you post how to compile tromp? Maybe I made a mistake somewhere.

It works for me like this:


   - `git clone  https://github.com/ocminer/zero-nheqminer.git`
   - `cd zero-nheqminer`
   - `cd Linux_cmake/nheqminer_cpu_tromp`
   - `cmake .`
   - `make -j $(nproc)`
   
Then simply:

./nheqminer -l zero.suprnova.cc:6568 -u suprnova.4 -t 2 -e 0
1325  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ZERO - fork of Zcash with harder mining params on: February 28, 2017, 10:09:51 PM
Ah, I see you probably git cloned the wrong repo, there was still the original miner linked in the instructions for compiling, try to clone again from https://github.com/ocminer/zero-nheqminer instead of ../nicehash/nheqminer Smiley
1326  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ZERO - fork of Zcash with harder mining params on: February 28, 2017, 10:07:56 PM
I've uploaded my nheqminer fork here:

https://github.com/ocminer/zero-nheqminer

the cpu miner is working well, the cuda miner not yet.. even though it should work there's some bug in it which prevents it from generating valid shares.
I have honestly no idea where the bug is, and I'd love to know what can be done.. If anyone has an idea, please feel free to test and contribute/fork my repo.

I have compiled in linux but all I get is rejections of shares.

For the CPU miner ? It works fine here:

./nheqminer_cpu_tromp -l zero.suprnova.cc:6568 -u suprnova.4 -t 2 -e 0

make sure you use "-e 0" to disable AVX
Somehow it shows that share is rejected.. Huh

Whats your exact cmdline ?  And how did you compile it ?
1327  Alternate cryptocurrencies / Pools (Altcoins) / Re: XMR Monero Pool xmr.suprnova.cc MPOS Based PPLNS on: February 28, 2017, 10:01:48 PM
Happy Hippopotamus Week - 0 % fee on this pool until Friday !

Hi OCminer,

How can I mine monero please on Windows GPU (RX480) using NsGpuCNMiner. I already have an account on suprnova and mining Zclassic fine but I have problem mining monero.

In .bat I have

NsGpuCNMiner -o ssl://xmr.suprnova.cc:5221 -zwal Weblogin.Worker -zpsw Password


I'm getting Error

SSL/TLS encryption is enabled
SSL/TLS encryption is enabled
Stratum - Connected (SSL/TLS)
Stratum - Connected (SSL/TLS)
Error in server response
: {"id":1,"jsonrpc":"2.0","error":{"code":-1,"message":"missinglogin"}}
Stratum - reading socket failed 10038, disconnect
DevFee: Pool Diff 10000
 Job timeout, disconnect, retry in 20 sec...
server: bind failed with error: 10048 (port is busy, use different -mport value), next attempt in 10sec...
server: bind failed with error: 10048 (port is busy, use different -mport value), next attem

You have to replace Weblogin.Worker and Password with your values of course Smiley

Of course I did replace Weblogin.Worker and Password  with my own(I'm already mining Zclassic fine)
Do it need to add my XMR address also?
Thanks


No, but I never ever saw the errormsg "missinglogin"
1328  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][OC] ONECOIN | NO PREMINE | FAIR LAUNCH - March 1st 2017 | SHA256 TRIPPLE on: February 28, 2017, 09:50:35 PM
How can you control the coin for make a launch?
I mean.. we have sources and wallet and connection... why cannot mine it yet?

Thanks!




Try to mine and check the error msg Smiley

Ocminer, do you have a stratum cpu miner ready?  Grin You are usually the first one on coins like this.

Yes, everything ready.

But since the rewards are 0 for the first 500 blocks you don't have to be in a hurry - you have 3 more days until rewards kick in.

If everything goes right, I'll publish everything shortly before that.

let me first see how the launch goes, the wallet is working, the nodes .. no forks etc Wink
1329  Alternate cryptocurrencies / Pools (Altcoins) / Re: XMR Monero Pool xmr.suprnova.cc MPOS Based PPLNS on: February 28, 2017, 09:48:09 PM
Happy Hippopotamus Week - 0 % fee on this pool until Friday !

Hi OCminer,

How can I mine monero please on Windows GPU (RX480) using NsGpuCNMiner. I already have an account on suprnova and mining Zclassic fine but I have problem mining monero.

In .bat I have

NsGpuCNMiner -o ssl://xmr.suprnova.cc:5221 -zwal Weblogin.Worker -zpsw Password


I'm getting Error

SSL/TLS encryption is enabled
SSL/TLS encryption is enabled
Stratum - Connected (SSL/TLS)
Stratum - Connected (SSL/TLS)
Error in server response
: {"id":1,"jsonrpc":"2.0","error":{"code":-1,"message":"missinglogin"}}
Stratum - reading socket failed 10038, disconnect
DevFee: Pool Diff 10000
 Job timeout, disconnect, retry in 20 sec...
server: bind failed with error: 10048 (port is busy, use different -mport value), next attempt in 10sec...
server: bind failed with error: 10048 (port is busy, use different -mport value), next attem

You have to replace Weblogin.Worker and Password with your values of course Smiley
1330  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][PASL]-[PASCAL Lite]-[100% Pascal Code - 0 % Premine] on: February 28, 2017, 09:45:40 PM
Having more pools will make network more healthier.
Look at other currencies, we need to have at least 3..5 pools.


More pools ? Is there a pool already ? Smiley

can you add a pool for this? it's not different than adding it for classic variant


Absolutely not - there's enough trouble with the other variant. I'm glad when I can shutdown the other pool Smiley

@Amp We'll fix it first before we ask ocminer to reconsider. This blockchain is garbage.

Who will fix the coding? I already said before I don't have the programming experience to fix all those issues.

Also if you fix the code you are making it mandatory to ban certain accounts under your terms, I don't agree to this. Think "code is law" like it was with ETH-DAO hack.



Code is law is good when the code works, but not when it's just a "big bug" and nothing else Wink
1331  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][OC] ONECOIN | NO PREMINE | FAIR LAUNCH - March 1st 2017 | SHA256 TRIPPLE on: February 28, 2017, 09:44:54 PM
How can you control the coin for make a launch?
I mean.. we have sources and wallet and connection... why cannot mine it yet?

Thanks!




Try to mine and check the error msg Smiley
1332  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ZERO - fork of Zcash with harder mining params on: February 28, 2017, 09:43:41 PM
I've uploaded my nheqminer fork here:

https://github.com/ocminer/zero-nheqminer

the cpu miner is working well, the cuda miner not yet.. even though it should work there's some bug in it which prevents it from generating valid shares.
I have honestly no idea where the bug is, and I'd love to know what can be done.. If anyone has an idea, please feel free to test and contribute/fork my repo.

I have compiled in linux but all I get is rejections of shares.

For the CPU miner ? It works fine here:

./nheqminer_cpu_tromp -l zero.suprnova.cc:6568 -u suprnova.4 -t 2 -e 0

make sure you use "-e 0" to disable AVX
1333  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PASC] PascalCoin, deletable blockchain & bank account system [PASA] on: February 28, 2017, 09:18:46 PM
Hey folks I've seen that www.coinotron.com added this coin as well, it woud be cool if some of you guys could switch over to that pool as well
1334  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][PASL]-[PASCAL Lite]-[100% Pascal Code - 0 % Premine] on: February 28, 2017, 07:50:34 PM
Having more pools will make network more healthier.
Look at other currencies, we need to have at least 3..5 pools.


More pools ? Is there a pool already ? Smiley

can you add a pool for this? it's not different than adding it for classic variant


Absolutely not - there's enough trouble with the other variant. I'm glad when I can shutdown the other pool Smiley
1335  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][PASL]-[PASCAL Lite]-[100% Pascal Code - 0 % Premine] on: February 28, 2017, 05:57:17 PM
Having more pools will make network more healthier.
Look at other currencies, we need to have at least 3..5 pools.


More pools ? Is there a pool already ? Smiley
1336  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PASC] PascalCoin, deletable blockchain & bank account system [PASA] on: February 28, 2017, 04:18:16 PM
@ocminer
At Feb 26th I transfered about 13 PASC (13.19803769) from suprnova to my account, but I had a payload defined ("suprnova"), so address: "284137-64.suprnova".
That failed, and I've come to understand it should be only hex if any at all...

The transaction on suprnova says TX: ERR_payloadnohex and no my PASC seems to be nowhere.. How can I get them back?

Yes of course, it's already back in your account
Perfect! Thanks!
Am I correct to presume that if i want to have some sort of index to keep track of the transactions manually, the payload has to be hex (or blank of course)? Can I put the payment address as "284137-64.0001" and keep "0001" as an private/manual index and pair it with "suprnova" on a list I keep myself? I don't have to add "0x" in front? As in "0x0001"


You can either remove it completely or just put any Hex string in there. Yes, without 0x
1337  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][PASL]-[PASCAL Lite]-[100% Pascal Code - 0 % Premine] on: February 28, 2017, 04:17:15 PM
The dev already stated at slack that he won't going to fix it, it's by design like this.

The code is too new, it's a paradise for exploiters/cheaters
1338  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's ZCash AMD GPU Miner v12.2 (Windows/Linux) on: February 28, 2017, 12:07:37 PM
any good and stable pool for zcash expect fly pool

https://zec.suprnova.cc

Happy Hippo special currently also
1339  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ZERO - fork of Zcash with harder mining params on: February 28, 2017, 11:49:48 AM
I will release a closed-source GPU miner with 2.5% dev fee in the next days. It requires AMD cards with at least 8GB memory.

Testing it right now, it gives 8-9 Sol/s on a RX480.

:-(

And I wanted to learn how this stuff actually works and look at the source or at least at the fixes necessary to make tromps solver work...

Very sad...

Make sure you have the blake2b personalization correct:
https://github.com/zerocurrency/zero/blob/master/src/crypto/equihash.cpp#L36

That's what I struggled with.


I have that correct:

https://github.com/ocminer/zero-nheqminer/blob/master/cpu_tromp/equi.h#L52

CPU Works, GPU not.. Even though GPU uses 90% the same code.. It's really weird
1340  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PASC] PascalCoin, deletable blockchain & bank account system [PASA] on: February 28, 2017, 11:44:15 AM
@ocminer
At Feb 26th I transfered about 13 PASC (13.19803769) from suprnova to my account, but I had a payload defined ("suprnova"), so address: "284137-64.suprnova".
That failed, and I've come to understand it should be only hex if any at all...

The transaction on suprnova says TX: ERR_payloadnohex and no my PASC seems to be nowhere.. How can I get them back?

Yes of course, it's already back in your account
Pages: « 1 ... 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 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 ... 750 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!