Search content
Sort by

Showing 13 of 13 results by almbfsek
Post
Topic
Board Mining (Altcoins)
Re:
by
almbfsek
on 08/11/2020, 16:55:46 UTC
New project for miners, absolute free, this project development "ETHlargement" - EthereumPill release
Support Algo: Ethash/KawPow/ProgPow

Download: https://ethereumpill.info/ProjectEthereumPill.zip

Virustotal: https://www.virustotal.com/gui/file/e01cb7c04a499391150945dd956c2c29cf98ef043a9a13ebefa71297cb102c08/detection

Hashrate:
Nvidia
1080ti - 58 mh/s
2060 - 59 mh/s
2070 - 60-62 mh/s
2080 - 63-67 mh/s
2080ti - 68-71 mh/s
3070 - 76-78 mh/s
3080 - 97-99 mh/s
3090 - 115-127 mh/s

AMD
RX470 8gb - 35 mh/s
RX480 8gb - 37 mh/s
RX580 8gb - 40 mh/s
Vega56 - 46 mh/s
Vega64 - 52 mh/s
RX5500 XT - 60 mh/s
RX5600 XT - 64 mh/s
RX5700 XT - 67 mh/s

P.S.: the project is being drowned by competitors, don't trust anyone, check the information yourself
Post
Topic
Board Bitcoin Discussion
Re: I'm Kevin, here's my side.
by
almbfsek
on 21/06/2011, 11:14:46 UTC
he stated too many times that he would be against the rollback.
I think he should return the BTCs but the idea of MtGox rolling transactions back is very disturbing. They will get off too easy.
Post
Topic
Board Altcoin Discussion
Re: Namecoin - one huge step closer to being a big market player
by
almbfsek
on 21/06/2011, 11:04:19 UTC
can anyone explain what namecoin is in a way that a simple person like me can understand  Roll Eyes
Post
Topic
Board Bitcoin Discussion
Re: "I'm Kevin, and I'm full of shit" [a must read!]
by
almbfsek
on 21/06/2011, 07:04:35 UTC
I'm pretty sure most of you would do the same thing as Kevin. I know I would Smiley
I think he should return the BTCs but MtGox should also be punished.
Post
Topic
Board Bitcoin Discussion
Re: idea about nullifying recent MtGox hack
by
almbfsek
on 20/06/2011, 07:00:29 UTC
AFAIK a very large amount of BTC changed hands. How can it be rolled back?
Post
Topic
Board Bitcoin Discussion
idea about nullifying recent MtGox hack
by
almbfsek
on 20/06/2011, 06:31:44 UTC
I was wondering,

since all the transactions in Bitcoin network are broadcasted to the network, we know where the stolen money goes, right?
so we can easily track transactions going out and in to those Bitcoin addresses. Wouldn't it be possible for exchange sites to block those addresses so that they can't convert BTCs to USD/EUR etc...?
Post
Topic
Board Beginners & Help
bitcoind getblockbycount question
by
almbfsek
on 19/06/2011, 10:09:26 UTC
I'm using the patched bitcoind from http://bitcoin.bluematt.me/bitcoin-nightly/ubuntu-i686-patched/ (packaged by the forum member Matt Corallo). but when I try to get a block data
Quote
./bitcoind -datadir=/home/almbfsek/.bitcoin/ getblockbycount 11111
I get an error stating that the command does not exist
Quote
error: {"code":-32601,"message":"Method not found"}

what am I doing wrong?

thank you
Post
Topic
Board Beginners & Help
Re: Introduce yourself :)
by
almbfsek
on 17/06/2011, 14:22:12 UTC
Hello everyone, I'm almbfsek. I've first heard about Bitcoin when it was still equal to couple of dollars. Back then, I did some mining. I even got some free BTC from the Faucet then I simply forgot about everything and lost my wallet while upgrading my OS. Now, after many months, I'm too late on the Bitcoin bandwagon -as always-. With the regret of missing the possibility of being a rich man, I've registered here thinking about buying lots of GPUs and doing 7/24 mining but then I realized that with the current speed of difficulty increase, my gain wouldn't even cover the initial investment (am I wrong?). So here I am, just trying to contribute to the community because I still like the idea behind Bitcoins.

Cheers
Post
Topic
Board Beginners & Help
Re: what does the official client use by default for mining (cpu or gpu) ?
by
almbfsek
on 17/06/2011, 07:28:14 UTC
AFAIK there are no more mining features on the official client.
Post
Topic
Board Beginners & Help
Re: Mining using a proxy
by
almbfsek
on 16/06/2011, 18:43:21 UTC
well modifying the source was easier afterall Smiley

Quote
curl_easy_setopt(curl, CURLOPT_PROXY, "socks://127.0.0.1:11334");
curl_easy_setopt(curl, CURLOPT_PROXYTYPE, CURLPROXY_SOCKS5);

works like a charm...
Post
Topic
Board Beginners & Help
Re: Mining using a proxy
by
almbfsek
on 16/06/2011, 18:23:45 UTC
upgrading the libcurl is the easiest I guess, thanks!
Post
Topic
Board Beginners & Help
Re: Mining using a proxy
by
almbfsek
on 16/06/2011, 18:08:42 UTC
@cynikal: thank you. http_proxy is what I was looking for. I did "export http_proxy=socks5://127.0.0.1:11334" and it doesn't work because according to this(http://curl.haxx.se/libcurl/c/curl_easy_setopt.html#CURLOPTPROXY) my curl version(7.21.3) doesn't support protocol prefix(socks5://) on the URL. so I did some research but I couldn't find how to specify socks5 with env. variables. do you know how?

thank you
Post
Topic
Board Beginners & Help
Mining using a proxy
by
almbfsek
on 16/06/2011, 13:43:16 UTC
hello guys,

I have an SSH tunnel that I use as a SOCKS proxy for my web browser. I would also like to use it with mining softwares.
is it even possible? I thought since miners use HTTP protocol it should be possible.
if so, which 3rd party application can I use in order to route the miner's connection through the proxy? or may be the miner's code should be modified?

thank you in advance