Search content
Sort by

Showing 10 of 10 results by ckopobapka
Post
Topic
Board Development & Technical Discussion
Re: Bitcoin fork - new coin?
by
ckopobapka
on 22/10/2017, 21:43:37 UTC
Why would anyone be worried about the masses adopting an obscure coin (the bitcoin fork), we have already seen that situation unfold with alt coins
Post
Topic
Board Altcoin Discussion
Topic OP
What were Ethermine & Minergate thinking? (Ethereum DAO situation)
by
ckopobapka
on 29/06/2016, 19:57:02 UTC
Recent polls, stickied throughout the ETH community, have shown the soft-fork well ahead, this seems to have given many a false sense that 'all is well', when in-fact were far from. Unaccounted for in these polls is the all-important 'vote' of big money & special interests who may have enough money on the line, to lose or gain, to make 'pushing' the vote to result in an outcome of their choosing worthwhile.

This is the first vote of it's kind in crypto-history, never before has there been so much $ on the line resting on a votes outcome. The huge monetary incentive, combined with the recent miner downsizing, are attributing ingredients to what I believe is a far riskier vote then the community, at whole, seems to think.

Popular mining pools Minergate and Ethermine, have announced voting mechanisms in place for the referendum, great I thought, until reading this part, I quote from ethermine; "The voting process will end a few days before the freeze period of the Child-DAO". In-the-know Ethereum people have related to my concerns on the matter; in the case something was to go wrong with the vote these pools aren't leaving us anywhere near enough time to come up with a solution.

So, what can we do?

Individually, the best thing you can do is to cast your vote. Collectively, we need to to see this issue discussed more as many seem clueless to the danger. Best case scenario, the community comes together and launches a "call to arms", of sorts, in which we encourage all(regardless of computer strength) to participate in the coming miner vote. Only through a large influx of community participation in the miner referendum can rest assured an outcome favored by the consensus being reached.

If we fail this biggest of tests, as much as I hate to say it - I personally don't see Ethereum ever recovering (this is coming from a pre-release Ethereum fanboy of the highest calibre). On the other hand, if the community collectively comes together and the consensus wins the day, I see the brightest of futures ahead. The kind of victory I can see taking us to the stars Smiley

For those interested in more info on Eth mining, check out this article; https://minergate.com/blog/ethereum-mining !

Interested in hearing what you guys think on the matter, feedback very much appreciated!
Post
Topic
Board Off-topic
Re: How much do you earn per day
by
ckopobapka
on 29/06/2016, 17:35:58 UTC
Im curious  because im earning 0.005 per day , Im curious if it is a bit low. If it is a bitlow i will find another way to earn bitcoin again

0.005 is a bit on the low side IMO.

What pool are you on, whats hardware like? If your into alt currencies you should check out the minergate pool.
Post
Topic
Board Bitcoin Discussion
Re: Serious Question - Nullc, are you Satoshi?
by
ckopobapka
on 29/06/2016, 17:16:14 UTC
Wow, very convincing article. I told everybody when craig 'came out' as being satosshi I was 95% sure, now, after reading that, 99% sure craig AKA midmagic is our Satoshi.
Post
Topic
Board Bitcoin Discussion
Re: I am pretty confident we are the new wealthy elite, gentlemen.
by
ckopobapka
on 27/06/2016, 20:49:38 UTC
~10% daily growth!
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [FRSH] FreshCoin | FRESH algo! | Slingshield | % fees | Launch 7/7- 18GMT
by
ckopobapka
on 08/07/2014, 00:21:12 UTC
Finally i got my sgminer version running smoothly

Win32 binary :
https://mega.co.nz/#!dEMjjAoa!a8VYBUYztgBXm5q4d8Pq5R4WM4VxwfwfK7mGqi5Hi2I
Update your driver to 14.6 for better hashrate
There's 3 .bin file for 270x, 280x and 7950 in the archive for anyone don't have driver 14.6, and remember set --gpu-platform 0 for 13.12 driver
Currently performance :
7950 : 3.6MH/s (1030/1250)
270x : 2.85MH/s (1100/1400)
280x : 4.5MH/s (1100/1500)

Github source :
https://github.com/aznboy84/freshgpu

Don't expect any further optimization because those algo was optimized already Sad


+1 Good work! Getting 4.0-4.5 MH/s on several 280x and 4.5 MH/s on 7950 (this is crazy 7950 =) ) Thank you! I'm going to sleep, but in the morning I will mine for you about half an hour.
Post
Topic
Board Mining (Altcoins)
Re: SMOS linux 1.3 - Scrypt Mining Operating System (24.1.2014. updated)
by
ckopobapka
on 23/02/2014, 22:02:09 UTC
is it possible to set auto reboot when the rig hangs?

There is good thing for this, it's called "cgmon" - https://bitcointalk.org/index.php?topic=353436.0
Post
Topic
Board Mining software (miners)
Re: cgmon - cgminer monitor for Linux - auto restart, reboot, sick gpu detect &more
by
ckopobapka
on 17/02/2014, 06:11:10 UTC
ckopobapka, I decided to go for it and install it tonight. And it works!!!!  This is so awesome. Thank you!  You have made my day.  Smiley
Enjoy it! =)
Post
Topic
Board Mining software (miners)
Re: cgmon - cgminer monitor for Linux - auto restart, reboot, sick gpu detect &more
by
ckopobapka
on 16/02/2014, 20:55:22 UTC
I only got a little confused at this part:
"... I've added word "mine", because cgmon_daemon needs to be runned only after "/etc/init.d/mine" script. You may add your own here..."
Can I just leave that part alone and put it in as it is?
If you are sure, that your miner autostarts by script "/etc/init.d/mine" (this is default behavior in BAMT), you can put it in as it is (with word mine).
Post
Topic
Board Mining software (miners)
Re: cgmon - cgminer monitor for Linux - auto restart, reboot, sick gpu detect &more
by
ckopobapka
on 15/02/2014, 23:29:57 UTC
I've made a simple startup init-script for BAMT that runs cgmon in virtual screen without using cron. I think it's more convenient way to debug and control cgmon.

1. copy cgmon_wrapper.sh from http://yadi.sk/d/34zlbFhWHx4ua to any directory you want. I keep it in "/opt/cgmon/"

2. copy cgmon_daemon from http://yadi.sk/d/aKU8Zr6nHx4ug to "/etc/init.d/" directory on your BAMT.
Configure it according to your system:
a) At the end of the 4th line:
Code:
# Required-Start:    $remote_fs $syslog mine
... I've added word "mine", because cgmon_daemon needs to be runned only after "/etc/init.d/mine" script. You may add your own here...

b) In the 22th line:
Code:
DAEMON_ARGS="-DmS cgmon_daemon /opt/cgmon/cgmon_wrapper.sh"
... if you saved cgmon_wrapper.sh in other dirctory, you need to fix the line according to your cgmon_wrapper.sh path.

3. Make the scripts executable:
Code:
sudo chmod 755 /etc/init.d/cgmon_daemon
sudo chmod 755 /opt/cgmon/cgmon_wrapper.sh #write here your own cgmon_wrapper.sh path if it differs

4. Enable autostart:
Code:
sudo update-rc.d cgmon_daemon defaults
sudo update-rc.d cgmon_daemon enable

5. You may start it by hands:
Code:
sudo /etc/init.d/cgmon_daemon start
Also, you restart and stop it.

6. To view a virtual screen use:
Code:
sudo screen -r cgmon_daemon
To exit from the screen use "Ctrl+a d"