Questions tagged [mining]
235 questions
-1
votes
2 answers
Who pays when a smart contract transaction occurs?
We have a smart contract developed that we are planning to deploy on the ethereum blockchain.
Our question is
1) Who pays for each transaction made by the smart contract?
2) Who gets the currency?
3) Who gets profited?
4) Is there a way that…

Nikhil Das Nomula
- 1,863
- 5
- 31
- 50
-1
votes
1 answer
Mining Fee for the blocks that are stale
This question is regarding the blockchain and bitcoin. Suppose a miner mined a block and the block got added in the main chain of the block chain. He must have got his mining fee then. Now suppose that due to a fork sometimes later, the block that…

Ankit Shubham
- 2,989
- 2
- 36
- 61
-1
votes
1 answer
ethereum mining - amount actually mined is
Im trying my luck on ethereum mining with this, can someone tell me how much ethereum I have mined and how to cash it :)
https://github.com/angelomilan/ethereum-guides/blob/master/GPU-cloud_mining.md
>…

Axil
- 3,606
- 10
- 62
- 136
-1
votes
2 answers
Yiimp pool reject all blocks
i have setup my YIIMP pool but seems that all blocks are rejected, i think is blocknotify problem
14:54:03: BTCRUBLE 213314 - diff 1.592820338 job e to 1/1/1 clients, hash 165.101/114.019 in 0.1 ms
14:54:05: *** REJECTED :( BTC RUBLE block 213314 1…

Alex
- 1
- 1
- 3
-1
votes
1 answer
Bitcoin Mining: Building a block
I am not able to figure out how to build a hexadecimal block, if I have all the needed information (Hash, Merkel Root, etc.).
Please use this JSON formatted block as reference: Block #506398
I understand the first 64 bytes are the block header,…

Rishi Kataria
- 11
- 5
-1
votes
1 answer
How to create your own wallet
I am a newbie to cryptocurrency. I want to create my own wallet (preferably using node js), so can someone please help me in the process. Also, how mining will work in the same case?
Thanks in advance

Abc123
- 19
- 2
-1
votes
2 answers
effective method for text mining in vba/excel
I have a huge text file, consisting of about 18.000 samples of text, seperated by a consistent number of forward slaches: ////////////////////
Example:
////////////////////
P11/000568
name: john
age: 18
hobbies: cycling,…

crudo
- 1
- 1
- 2
-1
votes
1 answer
Splitting Words in R
I have a text file that contains words that are concatenated where they should not be. Below is an example of the text file:
Gangnam S.'s Reviewof JOEY Eaton Centre - Toronto (4/5) on Yelp. JOEY Eaton Centre 86 reviews Rating Details…
-1
votes
1 answer
Why bitcoin is not working mining take place?
I have run the daemon also but its not working
Error is :
[2015-03-09 15:28:12] Binding thread 0 to cpu 0
[2015-03-09 15:28:12] Binding thread 1 to cpu 1
[2015-03-09 15:28:33] Stratum connection failed: Failed to connect to 178.209.60
.10 port 5000:…

Abirami Narayana
- 1
- 1
-1
votes
1 answer
Algorithm to mine millions of records
I have more than a million chat records of data in the format of
chat_message
city
timestamp
Now, we need to check for keywords related to travel like "travel" or "accomodation" or "hotels" etc. Let us say we have gathered around 15 keywords…

nikhil rao
- 381
- 3
- 6
- 9
-1
votes
1 answer
Scrypt algorithm output doesen't match up as expected
I am trying to get my head around the scrypt algorithm output.
On https://litecoin.info/Block_hashing_algorithm the author gets the scrypt encryption result for the…

Sultanen
- 3,084
- 5
- 25
- 46
-1
votes
1 answer
Suggestions about how to mine information on the internet and extract text out of an image
I'm interested in how I can mine information on the internet and how to extract text out of an image.
So I'm searching for information on how to do this, I would like to program this on my own. Are there any papers that gives me a good explanation…

user1007522
- 7,858
- 17
- 69
- 113
-1
votes
1 answer
Audio Mining and speech processing
We are intending to do a project on audio mining.It basically takes input from the user and processes the data input and gives desired results(but only on numbers).We are trying to design an android application for the same.If user inputs say…
-2
votes
2 answers
How to get access to blocked domains from a vps? (Monero mining pool URL)
Mining pools supportxmr.com and minexmr.com are blocked by providers like vultr.com
miner@vultr_vps:~# ping pool.minexmr.com
ping: unknown host pool.minexmr.com
Hard coding IP addresses isn't possible, because multiple mining servers are setup with…

Stefan P.
- 119
- 8
-2
votes
1 answer
A tool tip for scraping in php
Any scraping tool for php?
I would like to extract data from html pages using php, tested some tools but without much success.