Bitcoin Forum
September 29, 2025, 03:43:42 PM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 4 5 6 7 8 9 10 »
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Motocoin - Proof of Play cryptocurrency. IMPORTANT: Update your wallet!!! on: May 27, 2014, 07:39:09 PM
Motocoin on reddit: http://www.reddit.com/r/Motocoin/
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Motocoin - Proof of Play cryptocurrency. IMPORTANT: Update your wallet!!! on: May 27, 2014, 10:29:09 AM
I made 2 transactions to c-cex at 6:07 and 6:13 EEST today. They were confirmed but never showed up on the site. I ask here instead of c-cex support because there was an update shortly after the transactions, and another transaction I made after the update worked fine. What's the problem?

Also, the update increased level generation time significantly (about 2 seconds here).
I suggest you to ask c-cex support, updte shouldn't affect transactions in any way.

mega.co.nz keeps giving me a "temporary error" when trying to download the new Win client? is it just me or did anyone else have this issue?

Getting also a "temporary error".
Do you still have this issue? I can download it just fine.

here the same
Try this one: https://mega.co.nz/#!3E4DiDwT!2901UxBxl5ejhZcaPvYXWIn10bzXaIfIKFNoF2SjP2Y
This was some mega's problem.

thanks but nothing, it's always the same

If you use Internet Explorer it might work (Unless your already using it). For some reason Mega doesn't work on my chrome.

I use firefox

the new link works fine for me (on Chrome btw)
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Motocoin - Proof of Play cryptocurrency. IMPORTANT: Update your wallet!!! on: May 27, 2014, 08:12:43 AM
mega.co.nz keeps giving me a "temporary error" when trying to download the new Win client? is it just me or did anyone else have this issue?
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]XtraCoin[CX] - SHA256 PoW/PoS - 1% PREMINE/ NO IPO on: May 23, 2014, 10:04:23 AM
Still no buyers, sold everything at 101sat and bought some zims.

really?! after 20 WHOLE MINUTES no buyer. wow man, that must have felt like an eternity. Guess you really lucked out selling them at that price  Roll Eyes


anyway...

lol'd

but... but... i expected to make 500$ over night by mining this altcoin... i thought this is how cryptocoins work?! [sarcasm]
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Motocoin - Proof of Play (human mineable) cryptocurrency. Launched 20 May. on: May 21, 2014, 03:49:37 PM
i just moto-mined my first 100 coins... woheee!
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]XtraCoin[CX] - SHA256 PoW/PoS - 1% PREMINE/ NO IPO on: May 21, 2014, 09:50:59 AM
kind of worrying to see the difficulty drop below 1million... exchange rate also on a downwards slope...

we need to do some publicity... a blockexplorer, a reddit embassador, etc... what are the plans for community buidling?
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]XtraCoin[CX] - SHA256 PoW/PoS - 1% PREMINE/ NO IPO on: May 20, 2014, 11:17:47 AM
something doesnt add up...
120 seconds blocktime
first 1000 blocks: 1 CX
until block 10000 reward: 500 CX

so far "blocks" : 1264,
"moneysupply" : 633498.00000000,

please explain

Interesting, I love it when shitcoin meet their end sooner. This is one of them. I'll check the source to see if there's anything fishing with the generation of blocks. Can some of you with the client do:

Getblockhash 1

Getblock <output of strings from previous command>

To check if there's a premine on first block or so.
We need a block explorer before this gets near an exchange.

First block was the 500k (1%) Premine.
Since this is a self-moderated thread, I won't bother with this.

Quote
// miner's coin base reward based on nBits
int64 GetProofOfWorkReward(int nHeight, int64 nFees, uint256 prevHash)
{

int64 nSubsidy = 500 * COIN;

if(nHeight==1){
 nSubsidy = 500000 * COIN;
}

if(nHeight<1000 && nHeight>1){
 nSubsidy = 1 * COIN;
}

if(nHeight<10000 && nHeight>999){
 nSubsidy = 500 * COIN;
}

if(nHeight<20000 && nHeight > 9999){
 nSubsidy = 250 * COIN;
}

if(nHeight<40000 && nHeight > 19999){
 nSubsidy = 100 * COIN;
}

if(nHeight<60000 && nHeight > 39999){
 nSubsidy = 50 * COIN;
}

if(nHeight<100000 && nHeight > 59999){
 nSubsidy = 10 * COIN;
}

if(nHeight>99999){
 nSubsidy = 1 * COIN;
}

    return nSubsidy + nFees;
}

Huge premine of 500k coins on first block.

well... that's the 1% premine as announced... so i am not particularly worried but I do agree that we need a blockexplorer asap
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]XtraCoin[CX] - SHA256 PoW/PoS - 1% PREMINE/ NO IPO on: May 18, 2014, 09:15:36 PM
I have done some calculations out of interest. Please correct me if I made a mistake somewhere in my reasoning:

@ 2min per block

Phase      Blocks   Reward                  Coins     Minutes     Hours     Days  
1             1,000            1                  1,000              0            0          0 (negligible as completed in first few minutes)
2             9,000        500           4,500,000     18,000        300   12,50
3           10,000        250           2,500,000     20,000        333   13,38
4           20,000        100           2,000,000     20,000        667   27,78
5           20,000          50           1,000,000     40,000        667   27,78
6           40,000          10              400,000     80,000     1,333   55,56

               Total POW                 10,401,000   198,000     3,300 137,50   = 4,58 months (pretty long time to have ASICs off BTC if it will really take this long)

From 10,401,000 to 50,000,000 are POS coins.

POW will therefore take 4.58 months since POS and POW are not simultaneous POS will start in 4.58 months, or at which point does POS start?

open the debug window and in the command line type walletpassphrase yourwalletpassword 99999999 true
and how does one set up POS minting ? ... i'd like to get my first 50 xtras up for POS! willing to pay 5CX for someone explaining me how to get POS started
and what do i need to put in for walletpassphrase, or do i literally type "walletpassphrase" ?!


hi fraenk,
just type "walletpassphrase <yourpw> <time>" into the wallet-console and replace "yourpw" with you password and "time" with the time you want your wallet to be unlocked (in seconds). But you could also simply just click "Unlock" in the Walletsettings.


hi goldman,
so does this mean as soon as my wallet no longer says it is locked, it will take part in POS automatically? Why does the wallet show "Stake: 0.00CX", do my coins need to age first and are then automatically added to the stake??
Sorry, but this is my first POS coin I am checking out and I'm new to this. Thanks for your help!
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]XtraCoin[CX] - SHA256 PoW/PoS - 1% PREMINE/ NO IPO on: May 18, 2014, 08:56:11 PM
I have done some calculations out of interest. Please correct me if I made a mistake somewhere in my reasoning:

@ 2min per block

Phase      Blocks   Reward                  Coins     Minutes     Hours     Days  
1             1,000            1                  1,000              0            0          0 (negligible as completed in first few minutes)
2             9,000        500           4,500,000     18,000        300   12,50
3           10,000        250           2,500,000     20,000        333   13,38
4           20,000        100           2,000,000     20,000        667   27,78
5           20,000          50           1,000,000     40,000        667   27,78
6           40,000          10              400,000     80,000     1,333   55,56

               Total POW                 10,401,000   198,000     3,300 137,50   = 4,58 months (pretty long time to have ASICs off BTC if it will really take this long)

From 10,401,000 to 50,000,000 are POS coins.

POW will therefore take 4.58 months since POS and POW are not simultaneous POS will start in 4.58 months, or at which point does POS start?

open the debug window and in the command line type walletpassphrase yourwalletpassword 99999999 true
and how does one set up POS minting ? ... i'd like to get my first 50 xtras up for POS! willing to pay 5CX for someone explaining me how to get POS started
and what do i need to put in for walletpassphrase, or do i literally type "walletpassphrase" ?!
10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]XtraCoin[CX] - SHA256 PoW/PoS - 1% PREMINE/ NO IPO on: May 18, 2014, 07:55:11 PM
I have done some calculations out of interest. Please correct me if I made a mistake somewhere in my reasoning:

@ 2min per block

Phase      Blocks   Reward                  Coins     Minutes     Hours     Days  
1             1,000            1                  1,000              0            0          0 (negligible as completed in first few minutes)
2             9,000        500           4,500,000     18,000        300   12,50
3           10,000        250           2,500,000     20,000        333   13,38
4           20,000        100           2,000,000     20,000        667   27,78
5           20,000          50           1,000,000     40,000        667   27,78
6           40,000          10              400,000     80,000     1,333   55,56

               Total POW                 10,401,000   198,000     3,300 137,50   = 4,58 months (pretty long time to have ASICs off BTC if it will really take this long)

From 10,401,000 to 50,000,000 are POS coins.

POW will therefore take 4.58 months since POS and POW are not simultaneous POS will start in 4.58 months, or at which point does POS start?

and how does one set up POS minting ? ... i'd like to get my first 50 xtras up for POS! willing to pay 5CX for someone explaining me how to get POS started
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]XtraCoin[CX] - SHA256 PoW/PoS - 1% PREMINE/ NO IPO on: May 18, 2014, 12:05:42 PM

well, the site is up again, but there's no hashing going on yet!
12  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]XtraCoin[CX] - SHA256 PoW/PoS - 1% PREMINE/ NO IPO on: May 18, 2014, 12:02:15 PM
cryptopools.com seems down?!
13  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ARS] Arkenstone - The digital stone. SHA-256, 1 stone per block on: May 15, 2014, 08:06:30 PM
has anyone looked at the source, yet?

the git states quite different stats than posted in the OP here?

do I smell fish?

what do you mean ?

i mean: is this legit? because the readme on GIT does not match the description over here at all... so i was wondering if anybody has bothered to look at the code and has investigated how the coin actually works...
14  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ARS] Arkenstone - The digital stone. SHA-256, 1 stone per block on: May 15, 2014, 06:47:28 PM
has anyone looked at the source, yet?

the git states quite different stats than posted in the OP here?

do I smell fish?
15  Bitcoin / Mining support / Re: cgminer - bfl jalapeno - hex2bin scan failed? on: November 18, 2013, 04:33:30 PM
well... i could resolve this by going back to my trusted bfgminer Wink
16  Bitcoin / Mining support / cgminer - bfl jalapeno - hex2bin scan failed? on: November 18, 2013, 03:26:39 PM
Hi,

finally received a BFL jalapeno... not going to bitch about engineering now...

it is hashing perfectly fine under windows

however, under linux i am getting a "hex2bin scan failed" error and it won't start hashing.

any ideas?
17  Economy / Gambling / Re: LIFT Lottery BETA Support & Announcements on: August 21, 2013, 06:00:50 AM
Unpleasant Notification:

some might have noticed that we are experiencing some issues at the moment..

Several raffles have not been drawn in the past days. It appears this was due to bot-scripts trying to exploit our site. We are working on a safeguard for the attacks and will manually solve the missing raffles asap.

Meanwhile all payments are on hold and the previous raffles are under review.

Sorry for the inconvenience, but rest assured, the next payout is going to come in the next few days... and it will be a BIG one .

Best,
Frank @ Lift
18  Economy / Service Discussion / Re: coinurl.com considered malware, sites using it are being blocked by chrome. on: July 25, 2013, 10:09:29 PM
http://safebrowsing.clients.google.com/safebrowsing/diagnostic?site=coinurl.com/&client=googlechrome&hl=en-US

What happened when Google visited this site?
Of the 43 pages we tested on the site over the past 90 days, 14 page(s) resulted in malicious software being downloaded and installed without user consent. The last time Google visited this site was on 2013-07-25, and the last time suspicious content was found on this site was on 2013-07-25.

not looking good there

then again:

Has this site hosted malware?
No, this site has not hosted malicious software over the past 90 days.

How did this happen?
In some cases, third parties can add malicious code to legitimate sites, which would cause us to show the warning message.
19  Economy / Service Discussion / Re: coinurl.com considered malware, sites using it are being blocked by chrome. on: July 25, 2013, 10:07:11 PM
http://safebrowsing.clients.google.com/safebrowsing/diagnostic?site=coinurl.com/&client=googlechrome&hl=en-US

What happened when Google visited this site?
Of the 43 pages we tested on the site over the past 90 days, 14 page(s) resulted in malicious software being downloaded and installed without user consent. The last time Google visited this site was on 2013-07-25, and the last time suspicious content was found on this site was on 2013-07-25.

not looking good there
20  Economy / Service Discussion / Re: coinurl.com considered malware, sites using it are being blocked by chrome. on: July 25, 2013, 05:58:01 PM
yes, i also removed the CoinURL slot... now running on only 2 a-ads slots...
Pages: [1] 2 3 4 5 6 7 8 9 10 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!