GoldTiger69
|
|
May 29, 2016, 04:18:29 PM |
|
Another question (hopefully, this one will be answered):
/usr/bin/ld: librevolvercoin_common.a(librevolvercoin_common_a-blake.o): relocation R_X86_64_32 against `.rodata' can not be used when making a shared object; recompile with -fPIC librevolvercoin_common.a: error adding symbols: Bad value collect2: error: ld returned 1 exit status Makefile:2928: recipe for target 'revolvercoind' failed
How can I resolve this error? (Again, I'm using Ubuntu 15.04 64bits, and I have installed all the dependencies).
Thanks in advance.
Configure with --disable-hardening Thanks a lot ocminer, that did the trick!.
|
|
|
|
etoque
Legendary
Offline
Activity: 1988
Merit: 1000
|
|
May 29, 2016, 06:19:32 PM |
|
Did someone have miner work ?
Doesn't work on 290,280x,270x,6950 and 7850 none of them want to mine on your algo.
Everything else work right now im minning dagger...
If so your algo is really not optimised for multi GPU config...
Working with 6 290x here, with the first sgminer version, didn't upgrade to the "fixed" one as its working fine. yes it was due to an incompatibility between R9 and my 'not supported' (there's file for it loading ) 6950 But its working now,all my 7*** and R9.
|
|
|
|
Barney (OP)
Full Member
Offline
Activity: 170
Merit: 100
RevolverCoin dev
|
|
May 29, 2016, 06:35:49 PM |
|
I wanted to mine this coin, and I am not saying don't, but I am not. If you are, until the dev comments or cleans up his new sgminer, make sure you are sandboxed or on a rig and network you do not care about and have backups. The virustotal hits have changed since the original miner, but they are still there and now appear more threatening. I am not yelling fire in a crowded theatre, because I have not executed the code to know if there is a problem or not, and I won't, but just be careful out there guys. I've never met a sniffer that was good, just sayin...
AegisLab Nettool.W32.Sniffer!c 20160529 Avast Java:BitCoinMiner-A [PUP] 20160529 CAT-QuickHeal JAVA.Suspicious.Gen 20160528 Jiangmin NetTool.Sniffer.g 20160529 Kaspersky not-a-virus:NetTool.Win32.Sniffer.dz 20160529 Zillya Downloader.OpenConnection.JS.158726 20160528
Our miner was forked from sgminer. You can track all changes on github. Feel free to compile it from sources yourself if you are worried about viruses. PS : Official NiceHash sgminer, for instance, shows 37 threats on Virustotal for me.
|
|
|
|
CoinRazor
Newbie
Offline
Activity: 55
Merit: 0
|
|
May 29, 2016, 07:14:46 PM Last edit: May 29, 2016, 07:36:02 PM by CoinRazor |
|
I have a noobish question, what does the pending blocks in the mining pool window mean? Is it the blocks I found?
I'm asking because before the maintenance there were some pending block but after the site came back up after todays maintenance it came back empty. Is this what you guys meant by pending transactions will be worked out till the end of today?
Any ETA on the ccminer?
|
|
|
|
LeChuckDE
|
|
May 29, 2016, 07:23:04 PM |
|
I wanted to mine this coin, and I am not saying don't, but I am not. If you are, until the dev comments or cleans up his new sgminer, make sure you are sandboxed or on a rig and network you do not care about and have backups. The virustotal hits have changed since the original miner, but they are still there and now appear more threatening. I am not yelling fire in a crowded theatre, because I have not executed the code to know if there is a problem or not, and I won't, but just be careful out there guys. I've never met a sniffer that was good, just sayin...
AegisLab Nettool.W32.Sniffer!c 20160529 Avast Java:BitCoinMiner-A [PUP] 20160529 CAT-QuickHeal JAVA.Suspicious.Gen 20160528 Jiangmin NetTool.Sniffer.g 20160529 Kaspersky not-a-virus:NetTool.Win32.Sniffer.dz 20160529 Zillya Downloader.OpenConnection.JS.158726 20160528
Our miner was forked from sgminer. You can track all changes on github. Feel free to compile it from sources yourself if you are worried about viruses. PS : Official NiceHash sgminer, for instance, shows 37 threats on Virustotal for me. Barney, first thanks for the PN got answer from me... Yes this is the thing that most people not understand. This messages at virus total will get nearly all miners because the algos are also used for things like worms and viruses ... only false positives ...
|
|
|
|
malekbaba
Legendary
Offline
Activity: 1526
Merit: 1026
|
|
May 29, 2016, 07:24:58 PM |
|
CPU miner: cpuminer X11Evo ./minerd -a X11EVO -t 4 -s 6 --url=stratum+tcp://pool.revolvercoin.org:3077 --userpass=YOUR_ADDRESS:x
it does not work .. Take a look when I use the .bat and it comes with following error
G:\Coin\revolvercoin_bin_win(1)\pooler-cpuminer-2.4.4-win64>minerd -a X11EVO -t 4 -s 6 --url=stratum+tcp://pool.revolvercoin.org:3077 --userpass=***:x minerd: unknown algorithm -- 'X11EVO' Try `minerd --help' for more information.
G:\Coin\revolvercoin_bin_win(1)\pooler-cpuminer-2.4.4-win64>pause Press any key to continue . . .
|
|
|
|
GoldTiger69
|
|
May 29, 2016, 07:42:24 PM |
|
CPU miner: cpuminer X11Evo ./minerd -a X11EVO -t 4 -s 6 --url=stratum+tcp://pool.revolvercoin.org:3077 --userpass=YOUR_ADDRESS:x
it does not work .. Take a look when I use the .bat and it comes with following error
G:\Coin\revolvercoin_bin_win(1)\pooler-cpuminer-2.4.4-win64>minerd -a X11EVO -t 4 -s 6 --url=stratum+tcp://pool.revolvercoin.org:3077 --userpass=***:x minerd: unknown algorithm -- 'X11EVO' Try `minerd --help' for more information.
G:\Coin\revolvercoin_bin_win(1)\pooler-cpuminer-2.4.4-win64>pause Press any key to continue . . .
Try with: -a X11Evo (check that 'v' and 'o' are NOT capitalized)
|
|
|
|
malekbaba
Legendary
Offline
Activity: 1526
Merit: 1026
|
|
May 29, 2016, 07:49:25 PM |
|
CPU miner: cpuminer X11Evo ./minerd -a X11EVO -t 4 -s 6 --url=stratum+tcp://pool.revolvercoin.org:3077 --userpass=YOUR_ADDRESS:x
it does not work .. Take a look when I use the .bat and it comes with following error
G:\Coin\revolvercoin_bin_win(1)\pooler-cpuminer-2.4.4-win64>minerd -a X11EVO -t 4 -s 6 --url=stratum+tcp://pool.revolvercoin.org:3077 --userpass=***:x minerd: unknown algorithm -- 'X11EVO' Try `minerd --help' for more information.
G:\Coin\revolvercoin_bin_win(1)\pooler-cpuminer-2.4.4-win64>pause Press any key to continue . . .
Try with: -a X11Evo (check that 'v' and 'o' are NOT capitalized) i tried but failed again minerd -a X11Evo -t 4 -s 6 --url=stratum+tcp://pool.revolvercoin.org:3077 --userpass=***********************************:x pause
|
|
|
|
GoldTiger69
|
|
May 29, 2016, 07:51:20 PM |
|
CPU miner: cpuminer X11Evo ./minerd -a X11EVO -t 4 -s 6 --url=stratum+tcp://pool.revolvercoin.org:3077 --userpass=YOUR_ADDRESS:x
it does not work .. Take a look when I use the .bat and it comes with following error
G:\Coin\revolvercoin_bin_win(1)\pooler-cpuminer-2.4.4-win64>minerd -a X11EVO -t 4 -s 6 --url=stratum+tcp://pool.revolvercoin.org:3077 --userpass=***:x minerd: unknown algorithm -- 'X11EVO' Try `minerd --help' for more information.
G:\Coin\revolvercoin_bin_win(1)\pooler-cpuminer-2.4.4-win64>pause Press any key to continue . . .
Try with: -a X11Evo (check that 'v' and 'o' are NOT capitalized) i tried but failed again minerd -a X11Evo -t 4 -s 6 --url=stratum+tcp://pool.revolvercoin.org:3077 --userpass=***********************************:x pause Did you downloaded the miner from the OP?
|
|
|
|
slavadp1
Newbie
Offline
Activity: 37
Merit: 0
|
|
May 29, 2016, 08:11:16 PM |
|
Guys please help! I have exactly the same problem.
|
|
|
|
malekbaba
Legendary
Offline
Activity: 1526
Merit: 1026
|
|
May 29, 2016, 08:15:32 PM |
|
CPU miner: cpuminer X11Evo ./minerd -a X11EVO -t 4 -s 6 --url=stratum+tcp://pool.revolvercoin.org:3077 --userpass=YOUR_ADDRESS:x
it does not work .. Take a look when I use the .bat and it comes with following error
G:\Coin\revolvercoin_bin_win(1)\pooler-cpuminer-2.4.4-win64>minerd -a X11EVO -t 4 -s 6 --url=stratum+tcp://pool.revolvercoin.org:3077 --userpass=***:x minerd: unknown algorithm -- 'X11EVO' Try `minerd --help' for more information.
G:\Coin\revolvercoin_bin_win(1)\pooler-cpuminer-2.4.4-win64>pause Press any key to continue . . .
Try with: -a X11Evo (check that 'v' and 'o' are NOT capitalized) i tried but failed again minerd -a X11Evo -t 4 -s 6 --url=stratum+tcp://pool.revolvercoin.org:3077 --userpass=***********************************:x pause Did you downloaded the miner from the OP? yes i downloaded from the OP
|
|
|
|
GoldTiger69
|
|
May 29, 2016, 08:57:10 PM |
|
CPU miner: cpuminer X11Evo ./minerd -a X11EVO -t 4 -s 6 --url=stratum+tcp://pool.revolvercoin.org:3077 --userpass=YOUR_ADDRESS:x
it does not work .. Take a look when I use the .bat and it comes with following error
G:\Coin\revolvercoin_bin_win(1)\pooler-cpuminer-2.4.4-win64>minerd -a X11EVO -t 4 -s 6 --url=stratum+tcp://pool.revolvercoin.org:3077 --userpass=***:x minerd: unknown algorithm -- 'X11EVO' Try `minerd --help' for more information.
G:\Coin\revolvercoin_bin_win(1)\pooler-cpuminer-2.4.4-win64>pause Press any key to continue . . .
Try with: -a X11Evo (check that 'v' and 'o' are NOT capitalized) i tried but failed again minerd -a X11Evo -t 4 -s 6 --url=stratum+tcp://pool.revolvercoin.org:3077 --userpass=***********************************:x pause Did you downloaded the miner from the OP? yes i downloaded from the OP Well, I ran out of ideas, sorry I can't help more. (Btw, you where right in your spelling; it is X11EVO).
|
|
|
|
ocminer
Legendary
Offline
Activity: 2688
Merit: 1240
|
|
May 29, 2016, 09:37:09 PM |
|
Works fine for me with x11evo (all small letters)
|
suprnova pools - reliable mining pools - #suprnova on freenet https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
|
|
|
etoque
Legendary
Offline
Activity: 1988
Merit: 1000
|
|
May 29, 2016, 10:10:51 PM |
|
There's a distribution graph about PoW ?
|
|
|
|
coolxlaws
Newbie
Offline
Activity: 6
Merit: 0
|
|
May 29, 2016, 10:59:28 PM |
|
we need ccminer
|
|
|
|
bytemuma
|
|
May 29, 2016, 11:01:52 PM |
|
What is the reward for translation in other language?
|
|
|
|
reb0rn21
Legendary
Offline
Activity: 1901
Merit: 1024
|
|
May 29, 2016, 11:21:26 PM |
|
WTS ~6500 XRE for 0.15BTC
|
|
|
|
WarofCoins
|
|
May 29, 2016, 11:22:07 PM |
|
Any exchange?
|
|
|
|
d.mas
|
|
May 30, 2016, 12:01:51 AM |
|
WTS ~6500 XRE for 0.15BTC
29M coins; 128 coins/block/min atm, i'll take ~6500 xre for 0.00032 btc for fun
|
|
|
|
etoque
Legendary
Offline
Activity: 1988
Merit: 1000
|
|
May 30, 2016, 12:07:56 AM |
|
WTS ~6500 XRE for 0.15BTC
You should consider hold little bit to get good price
|
|
|
|
|