Author

Topic: [ANN] Blacknet | IBO for BlackCoin | New code | PoS | No ICO - page 1171. (Read 2509934 times)

sr. member
Activity: 353
Merit: 251
Hi, about a week ago, I had some help via a couple (JamesR1 and XbladeX) of members here with some issues I was having setting up my config files. I know that this will probable seem very simple to most of you, but I am having a nightmare getting my head around it. With BlackFriday looming around the corner, I would like to get myself up and running if possible.

Original enquiry:

https://bitcointalksearch.org/topic/m.5896117

I have entered my BC Address via My Miner over at Blackcoin Pool.com

Here is my sgminer.conf file text:

Code:
{
"pools" : [
{
"url" : "stratum+tcp://blackcoinpool.com:3333",
"user" : "MyBCAddress",
"pass" : "xxxxxxxxxxx"

}
]
,
"intensity" : "13",
"worksize" : "256",
"kernel" : "ckolivas",
"lookup-gap" : "2",
"thread-concurrency" : "24000",
"shaders" : "0",
"gpu-threads" : "1",
"gpu-engine" : "900",
"gpu-fan" : "30-90",
"gpu-memclock" : "1200",
"gpu-memdiff" : "0",
"gpu-powertune" : "0",
"gpu-vddc" : "0.000",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "75",
"api-mcast-port" : "4028",
"api-port" : "4028",
"auto-fan" : true,
"expiry" : "10",
"failover-switch-delay" : "60",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "7",
"tcp-keepalive" : "30",
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin",
"no-client-reconnect" : true
}

Here is the text contained within the Launch - Scrypt.bat file:

Code:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
del *.bin
Color 0A
sgminer

I then double click on Launch - Scrypt.bat that is in the sgminer-4.1.153-v2 that I downloaded from sgminerwindows.com, but always get this error message?

https://i.imgur.com/isH2xXF.jpg

All the files that are contained within the sgminer that I downloaded are these:

https://i.imgur.com/ZRpHa23.jpg

My card is a AMD Radeon Sapphire HD 7870

Can someone let me know what or where I am going wrong as I have been trying many different settings this evening, but nothing seems to work.
Check config for errors like missing  ","  "}" last time that was my foult i just forgot "," and wasted 3h...
try bat like that:

setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
del *.bin
sgminer --scrypt -o stratum+tcp://blackcoinpool.com:4444 -u BCADDRESS -p PASSWORD

then save config and change parameters inside
if still problems try cgminer 3.7.2 on that bat rest is optimization

IMPORTANT move /rename conf files, miners like force conf paramiters even you have deleted bins



Thank you for the reply XbladeX

I edited the Launch - Scrypt.bat to:

Code:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
del *.bin
sgminer --scrypt -o stratum+tcp://blackcoinpool.com:4444 -u BDb6rUjx4hF3SwVhgyEZhZF1rfnxjsX7zv -p xxxxxxxx
pause

added pause so I could catch the error window that flashes up, which is as below:

https://i.imgur.com/VRJ2QPn.jpg

Is a .bin file supposed to be created? In the ,bat file it looks like it is set to delete it when present in the default .bat file in sgminer?

remove --scrypt
in sgminer bat file
full member
Activity: 154
Merit: 100
I dont understand PoS.  How can you get any coins if you dont already have coins?

you can only generate coins via PoS with the coins you already have in your wallet. If you don't have any blackcoins already see my post above.
legendary
Activity: 1302
Merit: 1002
Hi, about a week ago, I had some help via a couple (JamesR1 and XbladeX) of members here with some issues I was having setting up my config files. I know that this will probable seem very simple to most of you, but I am having a nightmare getting my head around it. With BlackFriday looming around the corner, I would like to get myself up and running if possible.

Original enquiry:

https://bitcointalksearch.org/topic/m.5896117

I have entered my BC Address via My Miner over at Blackcoin Pool.com

Here is my sgminer.conf file text:

Code:
{
"pools" : [
{
"url" : "stratum+tcp://blackcoinpool.com:3333",
"user" : "MyBCAddress",
"pass" : "xxxxxxxxxxx"

}
]
,
"intensity" : "13",
"worksize" : "256",
"kernel" : "ckolivas",
"lookup-gap" : "2",
"thread-concurrency" : "24000",
"shaders" : "0",
"gpu-threads" : "1",
"gpu-engine" : "900",
"gpu-fan" : "30-90",
"gpu-memclock" : "1200",
"gpu-memdiff" : "0",
"gpu-powertune" : "0",
"gpu-vddc" : "0.000",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "75",
"api-mcast-port" : "4028",
"api-port" : "4028",
"auto-fan" : true,
"expiry" : "10",
"failover-switch-delay" : "60",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "7",
"tcp-keepalive" : "30",
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin",
"no-client-reconnect" : true
}

Here is the text contained within the Launch - Scrypt.bat file:

Code:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
del *.bin
Color 0A
sgminer

I then double click on Launch - Scrypt.bat that is in the sgminer-4.1.153-v2 that I downloaded from sgminerwindows.com, but always get this error message?

https://i.imgur.com/isH2xXF.jpg

All the files that are contained within the sgminer that I downloaded are these:

https://i.imgur.com/ZRpHa23.jpg

My card is a AMD Radeon Sapphire HD 7870

Can someone let me know what or where I am going wrong as I have been trying many different settings this evening, but nothing seems to work.
Check config for errors like missing  ","  "}" last time that was my foult i just forgot "," and wasted 3h...
try bat like that:

setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
del *.bin
sgminer --scrypt -o stratum+tcp://blackcoinpool.com:4444 -u BCADDRESS -p PASSWORD

then save config and change parameters inside
if still problems try cgminer 3.7.2 on that bat rest is optimization

IMPORTANT move /rename conf files, miners like force conf paramiters even you have deleted bins



Thank you for the reply XbladeX

I edited the Launch - Scrypt.bat to:

Code:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
del *.bin
sgminer --scrypt -o stratum+tcp://blackcoinpool.com:4444 -u BDb6rUjx4hF3SwVhgyEZhZF1rfnxjsX7zv -p xxxxxxxx
pause

added pause so I could catch the error window that flashes up, which is as below:

https://i.imgur.com/VRJ2QPn.jpg

Is a .bin file supposed to be created? In the ,bat file it looks like it is set to delete it when present in the default .bat file in sgminer?

setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
del *.bin
sgminer -o stratum+tcp://blackcoinpool.com:3333 -u BDb6rUjx4hF3SwVhgyEZhZF1rfnxjsX7zv -p xxxxxxxx
yes in bin you store old configs this is normal auto creation
hero member
Activity: 588
Merit: 500
I dont understand PoS.  How can you get any coins if you dont already have coins?
hero member
Activity: 525
Merit: 501
GameX (GX) | NextGEN Gaming Cryptocurrency
Hi, about a week ago, I had some help via a couple (JamesR1 and XbladeX) of members here with some issues I was having setting up my config files. I know that this will probable seem very simple to most of you, but I am having a nightmare getting my head around it. With BlackFriday looming around the corner, I would like to get myself up and running if possible.

Original enquiry:

https://bitcointalksearch.org/topic/m.5896117

I have entered my BC Address via My Miner over at Blackcoin Pool.com

Here is my sgminer.conf file text:

Code:
{
"pools" : [
{
"url" : "stratum+tcp://blackcoinpool.com:3333",
"user" : "MyBCAddress",
"pass" : "xxxxxxxxxxx"

}
]
,
"intensity" : "13",
"worksize" : "256",
"kernel" : "ckolivas",
"lookup-gap" : "2",
"thread-concurrency" : "24000",
"shaders" : "0",
"gpu-threads" : "1",
"gpu-engine" : "900",
"gpu-fan" : "30-90",
"gpu-memclock" : "1200",
"gpu-memdiff" : "0",
"gpu-powertune" : "0",
"gpu-vddc" : "0.000",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "75",
"api-mcast-port" : "4028",
"api-port" : "4028",
"auto-fan" : true,
"expiry" : "10",
"failover-switch-delay" : "60",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "7",
"tcp-keepalive" : "30",
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin",
"no-client-reconnect" : true
}

Here is the text contained within the Launch - Scrypt.bat file:

Code:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
del *.bin
Color 0A
sgminer

I then double click on Launch - Scrypt.bat that is in the sgminer-4.1.153-v2 that I downloaded from sgminerwindows.com, but always get this error message?

https://i.imgur.com/isH2xXF.jpg

All the files that are contained within the sgminer that I downloaded are these:

https://i.imgur.com/ZRpHa23.jpg

My card is a AMD Radeon Sapphire HD 7870

Can someone let me know what or where I am going wrong as I have been trying many different settings this evening, but nothing seems to work.
Check config for errors like missing  ","  "}" last time that was my foult i just forgot "," and wasted 3h...
try bat like that:

setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
del *.bin
sgminer --scrypt -o stratum+tcp://blackcoinpool.com:4444 -u BCADDRESS -p PASSWORD

then save config and change parameters inside
if still problems try cgminer 3.7.2 on that bat rest is optimization

IMPORTANT move /rename conf files, miners like force conf paramiters even you have deleted bins



Thank you for the reply XbladeX

I edited the Launch - Scrypt.bat to:

Code:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
del *.bin
sgminer --scrypt -o stratum+tcp://blackcoinpool.com:4444 -u BDb6rUjx4hF3SwVhgyEZhZF1rfnxjsX7zv -p xxxxxxxx
pause

added pause so I could catch the error window that flashes up, which is as below:

https://i.imgur.com/VRJ2QPn.jpg

Is a .bin file supposed to be created? In the ,bat file it looks like it is set to delete it when present in the default .bat file in sgminer?
hero member
Activity: 882
Merit: 517
cloverdex.io
Where are mint boys from few pages ago who spamed that it will fall to below 2000   Cheesy Cheesy

Dont worry it will crash to 8000 and then be dumped to 20000.
hero member
Activity: 1106
Merit: 508
Bisq Market Day - March 20th 2023
Where are mint boys from few pages ago who spamed that it will fall to below 2000   Cheesy Cheesy
legendary
Activity: 1302
Merit: 1002
Hi, about a week ago, I had some help via a couple (JamesR1 and XbladeX) of members here with some issues I was having setting up my config files. I know that this will probable seem very simple to most of you, but I am having a nightmare getting my head around it. With BlackFriday looming around the corner, I would like to get myself up and running if possible.

Original enquiry:

https://bitcointalksearch.org/topic/m.5896117

I have entered my BC Address via My Miner over at Blackcoin Pool.com

Here is my sgminer.conf file text:

Code:
{
"pools" : [
{
"url" : "stratum+tcp://blackcoinpool.com:3333",
"user" : "MyBCAddress",
"pass" : "xxxxxxxxxxx"

}
]
,
"intensity" : "13",
"worksize" : "256",
"kernel" : "ckolivas",
"lookup-gap" : "2",
"thread-concurrency" : "24000",
"shaders" : "0",
"gpu-threads" : "1",
"gpu-engine" : "900",
"gpu-fan" : "30-90",
"gpu-memclock" : "1200",
"gpu-memdiff" : "0",
"gpu-powertune" : "0",
"gpu-vddc" : "0.000",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "75",
"api-mcast-port" : "4028",
"api-port" : "4028",
"auto-fan" : true,
"expiry" : "10",
"failover-switch-delay" : "60",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "7",
"tcp-keepalive" : "30",
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin",
"no-client-reconnect" : true
}

Here is the text contained within the Launch - Scrypt.bat file:

Code:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
del *.bin
Color 0A
sgminer

I then double click on Launch - Scrypt.bat that is in the sgminer-4.1.153-v2 that I downloaded from sgminerwindows.com, but always get this error message?

https://i.imgur.com/isH2xXF.jpg

All the files that are contained within the sgminer that I downloaded are these:

https://i.imgur.com/ZRpHa23.jpg

My card is a AMD Radeon Sapphire HD 7870

Can someone let me know what or where I am going wrong as I have been trying many different settings this evening, but nothing seems to work.
Check config for errors like missing  ","  "}" last time that was my foult i just forgot "," and wasted 3h...
try bat like that:

setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
del *.bin
sgminer --scrypt -o stratum+tcp://blackcoinpool.com:3333 -u BCADDRESS -p PASSWORD

then save config and change parameters inside
if still problems try cgminer 3.7.2 on that bat rest is optimization

IMPORTANT move /rename conf files, miners like force conf paramiters even you have deleted bins

legendary
Activity: 1050
Merit: 1007
Live like there is no tomorrow!
http://blackcoinstore.com
:O

Steam money for blackcoins is amazing. Also, would be an easy way to convince gamers to mine on the multipool.

May go on the group buy for the titan.

Thanks for sharing what website! If I got some spare BlackCoins I might buy some Steam money indeed Smiley

I'm not sure about that group buy. Who's going to own it?
full member
Activity: 154
Merit: 100
Let's have a once monthly International Blackcoin rent-a-farm day. Say, the first Friday of every month - we can call it Black Friday -Everyone who can rents a fucking GPU-farm for 24 hours and hits the Blackcoinpool. It would be a great way to bring the worldwide Blackcoin community together.

It's happening people! Black Friday has become a reality. Already on twitter @BlackCoinPromo #blackfriday

Retweet the shit out of it!

And BTdSzZBRn4wqiWgPzJtYuTgGRJB78NPfEd is the official community promo. Donate!


(and if you wanna show me some love for coming up with this idea...toss a few BC's at the BlackCoin Music Video  Wink )

Will point all my hashrate, what is the starting time ? or anytime during friday ?

all aboard hype train to Friday....

That's cool, I'll be booking a rig to mine there.

can you tell us when it will be open so that I can tell the time when they need to start mining?

I'm sure the twitter feed will update with the precise deets. Or tune into irc. This is f'n awesome. I'm in with all I've got at home, plus a 15-20MH asic rental! Woohoo! We are the BLACK KNIGHTS! OUR SACRED OATH OF FIDELITY:
"We shall mine no coin, but BLACKCOIN!!"

Fuck it, I'm pre-gaming already! Just rented a 40MH GPU farm. I'll be hitting the Blackcoinpool in minutes with that plus 6.5Mh from home!
If I get good service from this monster, it'll be back in saddle again come BLACK FRIDAY MUTHUFUKKAAAAAAAAS!!!

That's the spirit!

edit: Multipool sitting at 665Mh/s now, awesome! Wonder if we could get it to 1Gh/s before Friday.

The army of Black Knights gathers,
its ranks begin to swell with able-bodied men from all nations,
armed in glory with fearsome rig.
One by one, they pitch their tents, sharpen their steel,
awaiting the day of battle.





AAARRRRGGGHHHH!!!!
hero member
Activity: 840
Merit: 516
http://blackcoinstore.com
:O

Steam money for blackcoins is amazing. Also, would be an easy way to convince gamers to mine on the multipool.

May go on the group buy for the titan.
sr. member
Activity: 266
Merit: 250
Let's have a once monthly International Blackcoin rent-a-farm day. Say, the first Friday of every month - we can call it Black Friday -Everyone who can rents a fucking GPU-farm for 24 hours and hits the Blackcoinpool. It would be a great way to bring the worldwide Blackcoin community together.

It's happening people! Black Friday has become a reality. Already on twitter @BlackCoinPromo #blackfriday

Retweet the shit out of it!

And BTdSzZBRn4wqiWgPzJtYuTgGRJB78NPfEd is the official community promo. Donate!


(and if you wanna show me some love for coming up with this idea...toss a few BC's at the BlackCoin Music Video  Wink )

Will point all my hashrate, what is the starting time ? or anytime during friday ?

all aboard hype train to Friday....

That's cool, I'll be booking a rig to mine there.

can you tell us when it will be open so that I can tell the time when they need to start mining?

I'm sure the twitter feed will update with the precise deets. Or tune into irc. This is f'n awesome. I'm in with all I've got at home, plus a 15-20MH asic rental! Woohoo! We are the BLACK KNIGHTS! OUR SACRED OATH OF FIDELITY:
"We shall mine no coin, but BLACKCOIN!!"

Fuck it, I'm pre-gaming already! Just rented a 40MH GPU farm. I'll be hitting the Blackcoinpool in minutes with that plus 6.5Mh from home!
If I get good service from this monster, it'll be back in saddle again come BLACK FRIDAY MUTHUFUKKAAAAAAAAS!!!

That's the spirit!

edit: Multipool sitting at 665Mh/s now, awesome! Wonder if we could get it to 1Gh/s before Friday.

The army of Black Knights gathers,
its ranks begin to swell with able-bodied men from all nations,
armed in glory with fearsome rig.
One by one, they pitch their tents, sharpen their steel,
awaiting the day of battle.
hero member
Activity: 525
Merit: 501
GameX (GX) | NextGEN Gaming Cryptocurrency
Hi, about a week ago, I had some help via a couple (JamesR1 and XbladeX) of members here with some issues I was having setting up my config files. I know that this will probable seem very simple to most of you, but I am having a nightmare getting my head around it. With BlackFriday looming around the corner, I would like to get myself up and running if possible.

Original enquiry:

https://bitcointalksearch.org/topic/m.5896117

I have entered my BC Address via My Miner over at Blackcoin Pool.com

Here is my sgminer.conf file text:

Code:
{
"pools" : [
{
"url" : "stratum+tcp://blackcoinpool.com:3333",
"user" : "MyBCAddress",
"pass" : "xxxxxxxxxxx"

}
]
,
"intensity" : "13",
"worksize" : "256",
"kernel" : "ckolivas",
"lookup-gap" : "2",
"thread-concurrency" : "24000",
"shaders" : "0",
"gpu-threads" : "1",
"gpu-engine" : "900",
"gpu-fan" : "30-90",
"gpu-memclock" : "1200",
"gpu-memdiff" : "0",
"gpu-powertune" : "0",
"gpu-vddc" : "0.000",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "75",
"api-mcast-port" : "4028",
"api-port" : "4028",
"auto-fan" : true,
"expiry" : "10",
"failover-switch-delay" : "60",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "7",
"tcp-keepalive" : "30",
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin",
"no-client-reconnect" : true
}

Here is the text contained within the Launch - Scrypt.bat file:

Code:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
del *.bin
Color 0A
sgminer

I then double click on Launch - Scrypt.bat that is in the sgminer-4.1.153-v2 that I downloaded from sgminerwindows.com, but always get this error message?

https://i.imgur.com/isH2xXF.jpg

All the files that are contained within the sgminer that I downloaded are these:

https://i.imgur.com/ZRpHa23.jpg

My card is a AMD Radeon Sapphire HD 7870

Can someone let me know what or where I am going wrong as I have been trying many different settings this evening, but nothing seems to work.
legendary
Activity: 1036
Merit: 1000
Coin bottomed around ~500. So 1000% not 4900%. Still a good gain though.  Tongue

I based my math on 100 not 500, but yea 1000% is still excellent!

Can you imagine if BC value increased 1000% every month?


It should, and could if all of us just held our coins.

What I Don't think many people understand is that the multi-pool will buy the coins no matter what the price is.  If the coins are 5,000 sats it will buy them, or 20,0000 sats it will buy them pushing the price up further.  The only possible way the price could be low, or not always climbing slowly and steadily is if people dump coins on market 'faster' than the multi-pool can buy them up.

It goes like this,   

Person A, reads fake news article from China about BTC and BTC price drops
Person A panics and sells 20btc worth of BC at market  ($400 profit)
BC price goes down
Multi-pool buys 10btc worth of BC at market price goes up.
Person B see's BC price down from 3 hours ago and decides to sell 10btc worth of BC "before its too late to dump" ($700 profit)
Multi-pool buys 10btc worth of BC at market price goes up,  (but still not as high as before first seller, because multi-pool needs more time to generate 10 more bTC)


So what we have is Person A and Person B, both decide to dump BC and take profit ($400 and $700)
This cause BC price to drop 7% for the day (over 24hr)  Because they are 'panic dumping' BC faster than the pool can buy the price goes down for the day.

If Person A and Person B realized that BC has a multi-pool that will always push the price upwards if no one sells lower they would have not sold coins to take small profit.   Instead the Multipool would have bought 20 BTC worth of BC at market and he price would be much higher.   Now Person A and Person B would both have $900 and $1700 worth of BC instead of much less in BTC (which has been dropping)

If Everyone held like Person A and Person B and BC became worth 150,000 SATs,   Then you can sell very small amount and take massive BTC.   And you could give someone new a chance to have some BC.



Black coin is the first coin that puts us in total control of its value.   There are no miners to dump at market and lower the price, and there is no high inflation to debase the value.   Black coin does not even require new people everyday to buy at market to keep price stable.   If the pool has *any hashrate* the price will climb always. Always!



Such amazing
Wow
sr. member
Activity: 1414
Merit: 265
Pepemo.vip
For those trying to manipulate BC price, you going to have a hard time . I was lucky enough to cut my loses , its to hard to pump and dump this coin with all the buy support.

Good thing is I still have BC.

everytime it pumps and dumps it just stays just a little bit higher with a few more people getting introduced. Blackcoin getting even more distributed for when it finally breaks 10k.
sr. member
Activity: 336
Merit: 250
SellALL, BuyBTC
For those trying to manipulate BC price, you going to have a hard time . I was lucky enough to cut my loses , its to hard to pump and dump this coin with all the buy support.

Good thing is I still have BC.

Same here. I tried with the first pump... lost 700 BC. Second wave won 900. So guess I made 200 BC today. Good for me. Let's transfer them back to my wallet.  Smiley
hero member
Activity: 565
Merit: 500
For those trying to manipulate BC price, you going to have a hard time . I was lucky enough to cut my loses , its to hard to pump and dump this coin with all the buy support.

Good thing is I still have BC.
member
Activity: 84
Merit: 10
need to sell bought cheaply BC
full member
Activity: 210
Merit: 100
sustainable pump? Smiley
hero member
Activity: 840
Merit: 516
Let's have a once monthly International Blackcoin rent-a-farm day. Say, the first Friday of every month - we can call it Black Friday -Everyone who can rents a fucking GPU-farm for 24 hours and hits the Blackcoinpool. It would be a great way to bring the worldwide Blackcoin community together.

It's happening people! Black Friday has become a reality. Already on twitter @BlackCoinPromo #blackfriday

Retweet the shit out of it!

And BTdSzZBRn4wqiWgPzJtYuTgGRJB78NPfEd is the official community promo. Donate!


(and if you wanna show me some love for coming up with this idea...toss a few BC's at the BlackCoin Music Video  Wink )

Will point all my hashrate, what is the starting time ? or anytime during friday ?

all aboard hype train to Friday....

That's cool, I'll be booking a rig to mine there.

can you tell us when it will be open so that I can tell the time when they need to start mining?

I'm sure the twitter feed will update with the precise deets. Or tune into irc. This is f'n awesome. I'm in with all I've got at home, plus a 15-20MH asic rental! Woohoo! We are the BLACK KNIGHTS! OUR SACRED OATH OF FIDELITY:
"We shall mine no coin, but BLACKCOIN!!"

Fuck it, I'm pre-gaming already! Just rented a 40MH GPU farm. I'll be hitting the Blackcoinpool in minutes with that plus 6.5Mh from home!
If I get good service from this monster, it'll be back in saddle again come BLACK FRIDAY MUTHUFUKKAAAAAAAAS!!!

That's the spirit!

edit: Multipool sitting at 665Mh/s now, awesome! Wonder if we could get it to 1Gh/s before Friday.
Jump to: