Bitcoin Forum
June 03, 2024, 10:26:21 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 »
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BlackCoin (BC/BLK) | PoS | BlackHalo | Smart Contracts | Anonymous on: September 15, 2014, 01:27:48 PM
I'm surprised that no-one has posted "this is the natural growth we're looking for"

Seriously though, what's the reason for the price raise? It's just a pump and dump or?



check MACD graph
since pump to 90k, there was still less and less selling pressure, now that selling pressure(red) came to end, and right now its only buy(green)
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BlackCoin (BC/BLK) | PoS | BlackHalo | Smart Contracts | Anonymous on: September 13, 2014, 06:18:32 PM
thats why i am a bit scared to stake. is it possible to integrate 2fa into wallet? like google auth or something
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BlackCoin (BC/BLK) | PoS | Multipool | Coinkite | WSJ | BlackHalo on: August 14, 2014, 11:22:56 PM
they look nice however, i will look into how to make them
4  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN][X11/X13] X11 (Darkcoin)/X13 (Marucoin) miner (based on sph-sgminer) on: May 28, 2014, 06:27:19 PM
how much show your pools? i have one worker which shows pretty accurate and another insted of 18Mh/s only 15 or so
5  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN][X11] X11 (Darkcoin etc) miner (based on sph-sgminer) on: May 26, 2014, 01:51:17 PM
guys using smos/bamt, try using this, it is modified script from smos homepage
Code:
#!/bin/sh
mine stop
wget http://smos-linux.org/upgrade/sgminer.pl
wget http://smos-linux.org/upgrade/sgminer2.pl
rm -rf /opt/bamt/gpumon
mv sgminer2.pl /opt/bamt/gpumon
rm -rf /opt/bamt/common.pl
mv sgminer.pl /opt/bamt/common.pl
sleep 5
cd /opt/miners/
rm -rf cgminer
git clone https://github.com/lasybear/sph-sgminer_x11mod
mv /opt/miners/sph-sgminer_x11mod /opt/miners/sgminer
cp /opt/ADL/include/* /opt/miners/sgminer/ADL_SDK/
cd /opt/miners/sgminer/
./autogen.sh
sleep 5
make clean
sleep 5
CFLAGS="-O2 -Wall -march=native -I /opt/AMDAPP/include/" LDFLAGS="-L/opt/AMDAPP/lib/x86" ./configure --enable-scrypt --enable-darkcoin --enable-opencl --bindir="/opt/miners/sgminer" --prefix="/usr/local/bin"
sleep 5
make
sleep 5
rm -rf /root/sgminer-sph.sh
clear
echo "sgminer sph"
echo "SMOS-Linux.org"
echo "Now reboot your rig, and start mining"
6  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN][X11] X11 (Darkcoin etc) miner (based on sph-sgminer) on: May 25, 2014, 07:57:38 PM
I have the latest. Upped engine to 950 now, still looks stable. 2.4Mh/s+

gpu-engine up to 1000, still good. 2.5 Mh/s+


try mem 1500
7  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN][X11] X11/Darkcoin Gpu Miner 40% faster - FIXED: temps now show on windows on: May 25, 2014, 05:23:43 PM
doesn't work

it should, edit darkmine.sh , give it chmod +x and run it, also edit sgminer_dark in etc/bamt/

I get 3.3-3.4 mhs each card, 280x.
Who get more?

on what core and temp? you want to check the consumption because i think it's not worth it, unless you have free electricity of course

6x 280x toxic

free electricity



Hello, are your memories hynix or elpida? (eg. in bios is it written)
8  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN][X11] X11/Darkcoin Gpu Miner 40% faster - FIXED: temps now show on windows on: May 25, 2014, 01:17:19 PM
toxic elpida or hynix?
sapphire r9 270 @ 1120,1480; g4; w64; tc 8192; i 15; powertune 20 > 1.973Mh/s
sapphire r9 280 @ 1150,1500; g2; w256; tc 8193; i 15; powertune 20 > 2.9Mh/s
sapphire r9 280 @ 1100,1500; g2; w256; tc 8193; i 15; powertune 20 > 2.8Mh/s
gigabyte r9 280x @ 1100,1650; g2; w256; tc 8193; i 15; powertune -20; vddc 1.1 > 3Mh/s
sapphire toxic 280x @ 1060,1500; g2; w256; tc 8193; i 15; powertune -20; vddc 1.1 > 2.96Mh/s
smos bamt script
Code:
    #!/bin/sh
    mine stop
    sleep 5
    cd /home/
    git clone https://github.com/lasybear/sph-sgminer_x11mod
    mv /home/sph-sgminer_x11mod /opt/miners/darkcoin-sgminer
    cd /opt/miners/darkcoin-sgminer/
    make clean
    sleep 5
    chmod +x autogen.sh
    ./autogen.sh
    sleep 2
    apt-get install libudev-dev
    sleep 2
    cp /opt/ADL/include/* /opt/miners/darkcoin-sgminer/ADL_SDK/
    sleep 2
    CFLAGS="-O2 -Wall -march=native -I /opt/AMDAPP/include/" LDFLAGS="-L/opt/AMDAPP/lib/x86" ./configure --enable-scrypt --enable-opencl
    sleep 5
    make install
    sleep 5
    clear
    cd /root/
    echo 'export DISPLAY=:0' >> dark_mine.sh
    echo 'export GPU_MAX_ALLOC_PERCENT=100' >> dark_mine.sh
    echo 'export GPU_USE_SYNC_OBJECTS=1' >> dark_mine.sh
    echo '/opt/miners/darkcoin-sgminer/sgminer -c /etc/bamt/sgminer-dark.conf' > dark_mine.sh
    chmod +x dark_mine.sh
    clear
    echo 'Darkcoin-sgminer installed.'
    echo 'SMOS-Linux.org'
    echo 'To start mining type:'
    echo '/root/dark_mine.sh'
    echo 'or'
    echo './dark_mine.sh'
    echo 'But first stop standard mining with: mine stop'

put this in dark_mine.sh

Code:
export DISPLAY=:0
export GPU_MAX_ALLOC_PERCENT=100
export GPU_USE_SYNC_OBJECTS=1
/opt/miners/darkcoin-sgminer/sgminer -c /etc/bamt/sgminer-dark.conf

source http://bitcoinbg.eu/forum/viewtopic.php?f=20&t=1347
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BlackCoin (BC/BLK) | PoS | No Premine - No IPO - ONLY OFFICIAL THREAD on: May 19, 2014, 12:42:31 PM
75mil
1% compound interest/yr
10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BlackCoin (BC/BLK) | PoS | No Premine - No IPO - ONLY OFFICIAL THREAD on: May 18, 2014, 06:14:35 PM
What is with the sell walls? Is someone trying to get the price down?

 we are now at 61.8% retracement, i suspect rise next few hours, when sell walls appear you buy Smiley they're usually fake and will get pulled off. i have seen it many times, before coin started rising, there was sell wall and then below buy wall, faking that you should sell, because the sell wall would stop rise
// just normal rise in daytrade, not astronomical
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BlackCoin (BC/BLK) | PoS | No Premine - No IPO - ONLY OFFICIAL THREAD on: May 18, 2014, 06:04:54 PM

already first, keep voting!
12  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BlackCoin (BC/BLK) | PoS | No Premine - No IPO - ONLY OFFICIAL THREAD on: May 18, 2014, 01:33:20 PM
yes, floor shoudl have been arround 18502, according to fibonacci
PS: anyone from central europe wants delicious cakes for bc? check blackcoinmap Wink
13  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BlackCoin (BC/BLK) | PoS | No Premine - No IPO - ONLY OFFICIAL THREAD on: May 18, 2014, 11:55:07 AM
Yes. daytraders and bunch. this is just market movement, we tried to pass 22 mark, but volume was low, 151 was test of low, now we might be trying to get over 22, which if not succesful, could lead to next trading at arround 192, i think.

15.1 was because of DRK, Nautilus, Liberty, Cinni and Iconic. And Damn! I thought when we survived Whitecoin it was amazing. But this is unreal.  Shocked

Yes, it is nice to see that although people were dumping because of other coins, there were enough people that wanted cheap coins. i am wondering how long this 22 price will stay. it would be interesting to see this maintain without drop.
DONT forget to vote https://hitbtc.com/vote
14  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BlackCoin (BC/BLK) | PoS | No Premine - No IPO - ONLY OFFICIAL THREAD on: May 18, 2014, 11:46:52 AM
Yes. daytraders and bunch. this is just market movement, we tried to pass 22 mark, but volume was low, 151 was test of low, now we might be trying to get over 22, which if not succesful, could lead to next trading at arround 192, i think.
15  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BlackCoin (BC/BLK) | PoS | No Premine - No IPO - ONLY OFFICIAL THREAD on: May 18, 2014, 11:35:16 AM
market looks like a bit overbought, i think there might be some correction, but it is still rising!
16  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BlackCoin (BC/BLK) | PoS | No Premine - No IPO - ONLY OFFICIAL THREAD on: May 18, 2014, 11:15:18 AM
Stay away from Cinni coin....
there is still not a single commit by the cinni dev, all talk about updates is pure scam.
same goes for XLB.

by the way, i think we should start to boycott mintpal.
they ignored us week in week out when we were #1 w/o anyone in sight, then started to add shitclone after shitclone just becaue they know that they will be pumped like mad at least once, half of them pure scams. addition for XLB did it for me now, i am done with them.
best would be to have an own exchange Wink
whatever happens, i will never again pay a single SAT fee to mintpal.

To be honest, we need a BLK centric exchange. When that happens, we boycott Mintpal =P

Don't know if this was posted I didn't read all Smiley. But we should really try to be listed here:

https://hitbtc.com/vote

It seems a very nice exchange and after that we can stop using mintpal Smiley.

Not many votes so far Sad.

Cheers!.

I think people need to forgive mintpal for more stuff. They made good money from us but they need to pull in money also. Let us not forget that they helped us get on coinkite with 50000 bc.

Yeah Minty is cool and all, but one of the next steps in our growth would be BlackCoin base pairs.

if this should be the next exchange you want to be trading on, everyone register there, you get 10 votes, you need to give them only e-mail
17  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] DarkCoin | First Anonymous Coin | First X11 | First DGW | ASIC Resistant on: May 17, 2014, 03:06:08 PM
is this double bottom?
18  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BlackCoin (BC/BLK) | PoS | No Premine - No IPO - ONLY OFFICIAL THREAD on: May 17, 2014, 02:15:40 AM
i seem to have some old coal Cheesy anyone willing to buy 1000kg of coal from pure czechoslovakian communist era for 1000 blackcoins? you know, we hear this talk about freedom from fiat and banks, but the whole thing is backed by fiat, isn't it? people had money backed with gold, why not back blackcoin with coal? coal is mostly black, so is blackcoin! there is only going to be less and less coal, blackcoin is we could say stable (or not really inflatious or what is the word), unless greenpeace shuts down fossil-fuel stations, we are good to go! how about we raise bounty for an exchange to list COAL/BC pair? and uranium/bc for terrorists and blackamarkets Cheesy sounds crazy enough to get to front lines around the world? Cheesy
19  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BlackCoin (BC/BLK) | PoS | No Premine - No IPO - ONLY OFFICIAL THREAD on: May 17, 2014, 01:09:41 AM
i have an idea. to start, let me ask you a question. the entire bitcoin network is supported and kept alive by enormous hashpower, is that right? hashpower mostly equals electricity. so we should trade coal/uranium (this one probably not thanks to some unwanted waves) as a form of electricity for bitcoin and PoW coins, thus making the pos coins very cheap and used, because all you need to mantain network is a lot of rpi and a wallet. we might aswell turn on enormous EMP, and get some mining facilities of bitcoin down Grin this however would be only fictional and probably illegal to fly a plane over a village and shoot emp from it, not even nice, of course. Cheesy but what about the first one. to mine coins you need rig, 10% from the cost of parts you pay to distributor/reseller, then you need to set it up etc. why not buy it with coal, the entire rigs and such thing could become worthless in future. thanks for reading my hypothesis Cheesy
20  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BlackCoin (BC/BLK) | PoS | No Premine - No IPO - ONLY OFFICIAL THREAD on: May 16, 2014, 11:50:29 PM
for when should i setup my alarm?  Smiley
Pages: [1] 2 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!