Bitcoin Forum
May 25, 2024, 05:26:08 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 [23] 24 25 26 27 »
441  Bitcoin / Development & Technical Discussion / Re: [BOUNTY] Error when compiling QT-wallet on: January 26, 2014, 10:10:35 PM
litecoin source is compiling for me any issue.

which os/version/arch do you use?
442  Bitcoin / Project Development / Re: MiniFaucet Script (a MyFaucet replacement) on: January 25, 2014, 07:18:09 PM
and now i have some problem my script didn't refresh my balance Sad it seeing alltime 0

when re enter http://prntscr.com/2md8ye

total balance in database with new time its working but after a few hour later it's same

when i try update balance from adminpage "Balance is not updated or balance is empty" i am getting this error message
which api backend?

Elbandi
443  Bitcoin / Development & Technical Discussion / Re: Bitnoind- PHP user handling. on: January 24, 2014, 11:23:02 PM
1. if a user can buy one time, it's ok. but if someone can buy A/B/C/etc items, use different address (so you can track what did he buy and what not. and use user_id !
3. 3-4 confirmation is need for avoid double spell, thats 1 hour (~15 min is btc blocktime)
4. risk
5. run the daemon with -testnet parameter
6. run the main (=$myaddress) node at different server. and the purchase checker nodes send the money to this server.

Elbandi
444  Bitcoin / Development & Technical Discussion / Re: Bitcoin client move location on: January 17, 2014, 02:30:54 PM
did you read the wiki page  Huh

here are the steps:
  • find the current data directory
  • move the directory to D (or where you have space)
  • run bitcoin wallet with datadir parameter to use that directory

Elbandi
445  Bitcoin / Development & Technical Discussion / Re: Bitcoin client move location on: January 17, 2014, 12:57:23 PM
use datadir parameter
446  Bitcoin / Project Development / Re: MiniFaucet Script (a MyFaucet replacement) on: January 12, 2014, 09:59:03 PM
no error :S can it be something about my hosting?
I think you have a syntax error somewhere. maybe in template, beacuse / works.

if you have access for logs, you can look into them.

Elbandi
447  Economy / Services / Re: WTB complete new altcoin on: January 12, 2014, 02:35:53 PM
I have nothing for now, but bitcoins un my wallet  Grin
I need the whole full running coin system.
i also know to change the source code.

but why do you need 3 pools?
448  Alternate cryptocurrencies / Altcoin Discussion / Re: difficulty = 0 on: January 11, 2014, 11:15:00 PM
OR just make it so difficulty never readjusts from the initial block
And what good is that Huh

if no block, no transaction record.

Elbandi
449  Alternate cryptocurrencies / Altcoin Discussion / Re: difficulty = 0 on: January 11, 2014, 04:55:36 PM
i think diff == 0 is bad idea: a big rig can made lost of blocks, and double spend money.

premine.
create the genesisblock with 0 value:
Quote
txNew.vout[0].nValue = 0 * COIN;

and after:
Quote
int64 static GetBlockValue(int nHeight, int64 nFees)
{
    int64 nSubsidy = 0;

    if (nHeight == 1) {
        nSubsidy = MAX_MONEY;
    }

    return nSubsidy + nFees;
}

if you mine, the first block gets all cons. other blocks only has the transactions fee.
450  Bitcoin / Project Development / Re: MiniFaucet Script (a MyFaucet replacement) on: January 10, 2014, 01:46:09 PM
Second, I notice two things that I modified in my faucet and I think that you should too.

The first is hidding the Admin security code:
Code:
<input type='password' name='seccode'>

Second one is a spelling error:
Code:
$app->view()->setData('wallet', "<a href='https://blockchain.info'>Powered by Blockchain.info</a>");
Thx, i commited the fixes.

You could add a variable to Google Analytics so anyone could use it on the faucet
Good idea. I added the official ga code to the template, so you can just setup your UA code in the config file.

Elbandi
451  Economy / Services / Re: WTB complete new altcoin on: January 10, 2014, 01:40:13 PM
Hi,

I can do the compiling for linux and windows wallet.

Do you have the modified source code?

Elbandi
452  Alternate cryptocurrencies / Altcoin Discussion / Re: Genesis block LoadBlockIndex(bool): Assertion `block.GetHash() == (!fTestNet ? on: January 09, 2014, 10:59:43 PM
delete old blocks and chainstate dirs
453  Bitcoin / Project Development / Re: [Bounty] $25 for compiling windows wallet on: January 08, 2014, 10:20:30 AM
I do it!
454  Bitcoin / Project Development / Re: MiniFaucet Script (a MyFaucet replacement) on: January 04, 2014, 09:33:37 PM
Guys how do we install this? I've made a new database and set up config.php (chosen coinbase) but when I navigate to it on chrome nothing is shown.
if you can, check the webserver log. if you see something: .htaccess: RewriteEngine not allowed here, you have to setup allowoverride.

Or, set this:
Code:
error_reporting(0);
to:
Code:
error_reporting(E_ALL);

Elbandi
455  Bitcoin / Project Development / Re: MiniFaucet Script (a MyFaucet replacement) on: January 02, 2014, 09:20:30 PM
No need. Its nothing to do with your code. Its all to do with the coinbase api being really buggy.
Ah, thx.

then if coinbase is still wrong, time to switch somewhere else... Smiley

Elbandi
456  Bitcoin / Project Development / Re: MiniFaucet Script (a MyFaucet replacement) on: January 02, 2014, 05:33:16 PM
Hi,

Code:
// transaction fee in satoshis
$fee = 20000;

Did you setup it?

you need that, because:

Quote
Optional transaction fee if you would like to pay it. Coinbase pays transaction fees on payments greater than or equal to 0.01 BTC. But for smaller amounts you may want to add your own amount. Fees can be added as a string, such as ‘0.0005’.

Elbandi
457  Bitcoin / Project Development / Re: MiniFaucet Script (a MyFaucet replacement) on: January 02, 2014, 04:43:35 PM
Hi,

New version:
  • admin page summary
  • manual upgrade server balance at admin page
  • mooncoin support Tongue


Anyone else having problems with Coinbase API not working anymore?
I tried refreshing the API Key too no avail
Is print some errors or anything?

Elbandi
458  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN][DOGE] Doge coin pool with 0% fees PPLNS on: January 02, 2014, 02:29:14 PM
more hash power, more coins!  Cheesy
459  Alternate cryptocurrencies / Altcoin Discussion / Re: The genesis block is hurting my soul.. Please help [25 MegaCoin bounty] on: January 02, 2014, 12:58:50 PM
I have found the problem. It does not like that I change the minimum network difficulty (bnProofOfWorkLimit). As soon as I restore it to the defauld ">> 20" (which is 1/4096), it works perfectly! I've tried to find where else the default value may be set and tested for verification, but I can't locate it. Any ideas?
ah, if you increase the minimum network difficulty, you have to calculate the right nBits for genesis block.
maybe you can try this:
Code:
printf("min nBit:  %08x\n", bnProofOfWorkLimit.GetCompact());
after this:
Code:
        printf("%s\n", hash.ToString().c_str());
        printf("%s\n", hashGenesisBlock.ToString().c_str());
        printf("%s\n", block.hashMerkleRoot.ToString().c_str());
this will print a hex value, set this to block.nBits.

and gen a new GenesisBlock hash.
460  Alternate cryptocurrencies / Altcoin Discussion / Re: The genesis block is hurting my soul.. Please help [25 MegaCoin bounty] on: January 02, 2014, 09:38:26 AM
empty ~/.litecoin dir!
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 [23] 24 25 26 27 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!