Bitcoin Forum
April 23, 2024, 11:22:42 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 [1277] 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 ... 1743 »
  Print  
Author Topic: [ANN] Blacknet BLN | Staking | Future of zApp & ZeFi  (Read 2509626 times)
MuffinMaster
Sr. Member
****
Offline Offline

Activity: 1414
Merit: 265


Pepemo.vip


View Profile
April 28, 2014, 03:58:37 PM
 #25521

slick !

Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
IconicExpert
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
April 28, 2014, 03:58:54 PM
 #25522

very nice iconic!  Cheesy

TY  Grin ...I can't wait to start shipping these out!
troiste
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
April 28, 2014, 03:59:08 PM
 #25523

BlackCoin Cards Are Here!!!

I apologize for the low res pictures. Of course my digital camera batteries are dead! Angry I didn't want to wait so I used my phone camera.

The photos do not do the cards justice. They a super glossy and reflective and they give the impression of high class and quality. Shocked











Great! Now I have something to fap on tonight Cheesy
grosminer
Hero Member
*****
Offline Offline

Activity: 718
Merit: 500



View Profile
April 28, 2014, 03:59:27 PM
 #25524

much wow!
troiste
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
April 28, 2014, 03:59:49 PM
 #25525

Much cards, many black
McKie
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250

Twitter: @Steven_McKie


View Profile
April 28, 2014, 04:00:13 PM
 #25526

Hey guys! I JUST POSTED THESE IMAGES OVER ON THE SUBREDDIT! Please do some discussion there as to utilize this HUGE announcement as a way to get others into the subreddit!

Post: http://www.reddit.com/r/blackcoin/comments/2470fh/iconic_just_released_the_first_photos_of_the_new/

BLK Donate: B7Pegtcz9wa9Uf5NsQLQ26HbQCBc8EmRGz
troiste
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
April 28, 2014, 04:00:22 PM
 #25527

Iconic, do me a favor and contact CoinDesk, they should report this!
cloudboy
Hero Member
*****
Offline Offline

Activity: 690
Merit: 500


View Profile
April 28, 2014, 04:01:38 PM
 #25528

Can someone explain to me how block rewards are calculated in the Blackcoin code? It was 10k BC during PoW.

Taken from main.cpp from github:
Code:
int64 static GetBlockValue(int nHeight, int64 nFees)
{
    int64 nSubsidy = 64 * COIN;

    // Subsidy is cut in half every 840000 blocks, which will occur approximately every 3 years
    nSubsidy >>= (nHeight / 105190); // Blackcoin: 105k blocks in ~3 years

    return nSubsidy + nFees;
}

Why does it claim a block reward of 64 coins initially?


What is the value of that "COIN" variable?

If the reward was 10K then that variable value should be 156.25 (10K / 64)

from util.h:

Code:
static const int64 COIN = 100000000;
or, 1 Blackcoin in satoshis

Are you sure you are checking the right source code?

This is the main.cpp from BlackCoin:

https://github.com/rat4/blackcoin/blob/master/src/main.cpp

You can see there:

Code:
int64_t GetProofOfWorkReward(int64_t nFees)
{
    int64_t nSubsidy = 10000 * COIN;

    if (fDebug && GetBoolArg("-printcreation"))
        printf("GetProofOfWorkReward() : create=%s nSubsidy=%"PRId64"\n", FormatMoney(nSubsidy).c_str(), nSubsidy);

    return nSubsidy + nFees;
}

Nothing with 64... and that method "GetBlockValue" doesn't even exist in the main.cpp

Thanks, I was checking the wrong Blackcoin on github.
NutMasterTardd
Legendary
*
Offline Offline

Activity: 1512
Merit: 1015


View Profile
April 28, 2014, 04:04:35 PM
 #25529

They look so awesome, nice job.

GEO, RLC & QRL.
McKie
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250

Twitter: @Steven_McKie


View Profile
April 28, 2014, 04:06:15 PM
 #25530

Iconic, do me a favor and contact CoinDesk, they should report this!

I JUST CONTACTED COINDESK! Cheesy

BLK Donate: B7Pegtcz9wa9Uf5NsQLQ26HbQCBc8EmRGz
ShroomsKit_Disgrace
Legendary
*
Offline Offline

Activity: 952
Merit: 1000

Yeah! I hate ShroomsKit!


View Profile
April 28, 2014, 04:06:51 PM
 #25531

Why does he say "my digital camera blablabla, photos are from my mobile phone blablabla" if these images are CLEARLY a 3D render model?  Huh

Care anyone to explain me this?
Lucky Cris
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250


View Profile
April 28, 2014, 04:07:22 PM
 #25532

Me, me! I want one!

IconicExpert
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
April 28, 2014, 04:09:08 PM
 #25533

Why does he say "my digital camera blablabla, photos are from my mobile phone blablabla" if these images are CLEARLY a 3D render model?  Huh

Care anyone to explain me this?

LMAO these are not 3D rendered...
Quantum12
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250



View Profile
April 28, 2014, 04:09:41 PM
 #25534

Why does he say "my digital camera blablabla, photos are from my mobile phone blablabla" if these images are CLEARLY a 3D render model?  Huh

Care anyone to explain me this?

are you mentally unstable? lol you realize the complexity of just rendering the packages with all the creases in them not poss in 30 mins of saying arrived then posting the pics.
ManMachine
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
April 28, 2014, 04:09:56 PM
 #25535

Breaking News:
ShroomsFart_Desease Is a Troll!

You know the drill!


Teka
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1000



View Profile
April 28, 2014, 04:10:17 PM
 #25536

Why does he say "my digital camera blablabla, photos are from my mobile phone blablabla" if these images are CLEARLY a 3D render model?  Huh

Care anyone to explain me this?

They aren't trust me, I would know. https://bitcointalk.org/index.php?topic=179727
ShroomsKit_Disgrace
Legendary
*
Offline Offline

Activity: 952
Merit: 1000

Yeah! I hate ShroomsKit!


View Profile
April 28, 2014, 04:10:21 PM
 #25537

Why does he say "my digital camera blablabla, photos are from my mobile phone blablabla" if these images are CLEARLY a 3D render model?  Huh

Care anyone to explain me this?

LMAO these are not 3D rendered...

I really don't want to troll but they look like!

A quick photo of your hand holding one card should be enough!
ManMachine
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
April 28, 2014, 04:11:33 PM
 #25538

Breaking News:
ShroomsFart_Desease Is a Troll!
You know the drill!



BTT:
Iconic how mutch Limited Editions are sold? Or in total? just for Funfact! (when i show them to my friends! wooooohhh  Cheesy)
edu91
Member
**
Offline Offline

Activity: 94
Merit: 10


View Profile
April 28, 2014, 04:12:25 PM
 #25539

Nice cards, not sure why the blackcoin logo is not centered though. Bad bad
IconicExpert
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
April 28, 2014, 04:13:45 PM
 #25540

Nice cards, not sure why the blackcoin logo is not centered though. Bad bad

It cant be centered because of the swing out USB dongle....
Pages: « 1 ... 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 [1277] 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 ... 1743 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!