Questions tagged [mining]
235 questions
2
votes
1 answer
text searching in R
I am trying to make a query to use in a R package named RISmed, which will search and downloaded relevant journal article information from pubmed database. I want to search two words always together, for example :
query= "gene…

Fahmida Yeasmin
- 43
- 5
2
votes
0 answers
Mining Linkedin data using Linkedin api
I am new to linkedin api , and am not sure if what i plan to do is a possibility or not. What I want to do is , gather data of people working at , say Google. So I put in a search query "google" and whatever employees i find , i want their school…

user775093
- 699
- 2
- 11
- 22
2
votes
3 answers
Good metadata image dump utilities?
I'm looking for the best tool out there to extract any and all metadata embedded within the most popular image file formats (JPEG and PNG specifically). I would like to know about whatever is in there (XMP, Exif, IPTC/IIM, etc.). Ideally I am…

fbrereto
- 35,429
- 19
- 126
- 178
2
votes
0 answers
Stratum/Python "Method Not Found for Service"
We are trying to set-up a litecoin mining server with Stratum protocol for minelitecoin.com...
I am able to set-up the server and mining proxy, they are configured and running but when trying to connect miners to the server (even when using the…

c4n10
- 21
- 3
1
vote
1 answer
Can not find mnr_getWork method
I am going to run my own private merged mining pool compatible with RSK.
I have installed ckpool on my server. ckpool is merged mining pool software written by C.
I installed RSK and BTC node on my server. FOR RSK I used ubuntu package. Ubuntu…

Cergei
- 11
- 1
1
vote
0 answers
Can't start mining with geth
there is a problem with ether mining. I want to start mining via geth with the
geth --mine --miner.etherbase=
command, but I get a error:
panic: ethash (pow) sealing not supported any more
goroutine 4247…

Миша
- 21
- 2
1
vote
2 answers
How do I stop the command console from scrolling to the bottom every time there's a new entry?
New entries are added automatically, so when I'm trying to scroll up through old entries, I might get close but before I can read anything there's a new entry and it scrolls to the bottom.
I've disabled scroll forward in the properties but all that…

Murrays Mining
- 11
- 2
1
vote
2 answers
.net Graph Mining
Briefly, I need some advice on a solution that I’m trying to implement.
I'm implementing a social network, using .net technologies and I need to infer knowledge from the data collected and persisted at the database (A kind of Graph/Link Mining).…

Gui Ferreira
- 4,367
- 6
- 28
- 41
1
vote
0 answers
Following PyGSLIB demo - with my own data
I have followed the PyGSLIB tutorial (https://opengeostat.github.io/pygslib/Tutorial.html) and am now ready to try running the code on my own data. I have successfully imported the drillhole tables, created the drillhole objects... all the way to…

RLo
- 11
- 1
1
vote
1 answer
Gminer Verified on CPU
I am new to gminer, can anyone tell me why it is verifying on CPU instead of GPU?

Trippingbillies41
- 47
- 7
1
vote
0 answers
.sql file on R studio without any DB software?
I have a data and this data is 17 GB in .gz format, I downloaded it on the workstation with the account opened to me on my university data lab. This file is unzipped on got 170gb .sql file. How do I use this file in R Studio? Since I connect to the…

gamedeveloper
- 23
- 6
1
vote
1 answer
How to get a specific element from a list using Selenium with Python
Example of a list:

gulkho
- 13
- 1
- 6
1
vote
1 answer
What are the concepts needed to program a Cryptocurrency Miner (e.g. XMR miner like XMRig XMR-Stak MinerGate, etc)?
How does one program a Cryptocurrency Miner?
Like
XMRig
XMR-Stak
MinerGate
etc.

preston
- 3,721
- 6
- 46
- 78
1
vote
0 answers
Plot word association network with python
I am developing a program that turns plain text into a coocurrence network. My final output so far are coocurrence weights in the form of a library from which I can draw the values for the associated keys:
{('space', 'galaxy'): 0.312, ('sun',…

Johannes Jamrosz
- 31
- 6
1
vote
1 answer
Can I extract all matches with functions like aregexec?
I've been enjoying the powerful function aregexec that allows me to mine strings in a fuzzy way.
For that I can search for a string of nucleotide "ATGGCTTCGTC" within a DNA section with defined allowance of insertion, deletion and substitute.…

Field -Ye Tian
- 21
- 3