Bitcoin Forum
May 24, 2024, 12:27:58 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 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 ... 77 »
221  Economy / Digital goods / Re: BitShop - digital bitcoin shop script [PHP/MYSQL] (v1.0.3) on: January 26, 2015, 11:44:48 AM
I bought this script yesterday but cant seem to be able to get the ticker to update.

I have created the cron job and it dont seem to update.
I'm guessing that your script path is wrong, it can be a little bit tricky to figure out what the correct path is. Did you watch the installation tutorial video?
222  Economy / Digital goods / Re: BitShop - digital bitcoin shop script [PHP/MYSQL] (v1.0.3) on: January 26, 2015, 11:42:21 AM
Just released BitShop v1.0.4. It includes improved email headers which will decrease the number of emails sent by BitShop being flagged as spam. It also includes a fix for a minor XSS vulnerability on the contact page and a fix for a session bug which can occur when using the coinbase API. Download new version from client file area.
223  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCN] Cryptonite | 1st mini-blockchain coin | M7 PoW | No Premine on: January 26, 2015, 06:46:56 AM
bitfreak would you make the windows wallet less laggy/bugs please
We can't fix it until we discover what is causing it. The bugs only seem to affect a small percentage of Windows machines so it's hard to diagnose. Cryptonite-Qt works absolutely fine on all my Windows machines so I have no clue what the issue is. And our main developer doesn't even use Windows.
224  Economy / Digital goods / Re: BitShop - digital bitcoin shop script [PHP/MYSQL] (v1.0.3) on: January 26, 2015, 05:24:01 AM
Hey man I mentioned earlier about the error that some of my customers get..

when the click confirm and the progress bar starts moving.. after a couple of minutes they get

Transaction not found

This is random and doesnt affect all transactions.. I have only duplicated it once or twice.

What do you think it could be?
I don't really have a clue, you're the only person who seems to be having that issue. It seems like your database is behaving oddly. That error indicates that the transaction could not be located in your database, but in order to reach that point the transaction must have been inserted into the database. It's really an error which should never happen.
225  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCN] Cryptonite | 1st mini-blockchain coin | M7 PoW | No Premine on: January 25, 2015, 12:49:55 PM
Can someone point me to where the benefits of the mini-blockchain scheme are clearly stated in contrast to proposed blockchain pruning?
The first half of this video I made explains it fairly well: https://www.youtube.com/watch?v=Eb0sAmQD0Dk

Also, I'm trying to run the webrpc client and I'm getting the error: Fatal error: Call to undefined function curl_init() in /var/www/html/xcn/lib/rpcclient.lib.php on line 130 . I've started cryptonited with -server and ensure that the username and password are the same as what was entered in the client install. Any idea of where I'm going wrong?
My guess would be that you don't have curl installed.
226  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCN] Cryptonite | 1st mini-blockchain coin | M7 PoW | No Premine on: January 25, 2015, 02:34:46 AM
I am reading http://cryptonite.info/wiki/index.php?title=Dynamic_max_block_size

However, it is not clear that if a big miner can create a block with huge size (e.g 200 MB), making really hard for other miners to download (bandwidth and network latency) and verify transactions (CPU usage).

Is it the case that is addressed already?
The max block size is 2 times the average size of the last hundred blocks. So if the last 100 blocks had an average size of 5MB then the max block size for the next block would be 10MB. The lower limit is 2MB to ensure that tx's will always get into the block.
227  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCN] Cryptonite | 1st mini-blockchain coin | M7 PoW | No Premine on: January 17, 2015, 09:21:23 PM
The problems seem isolated to only some Windows machines. I think the issue may have something to do with the Visual C++ Redistributable Package or some other package which is installing incompatible system dll's which Cryptonite is trying to use. Do any of you guys have Visual Studio installed?
228  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCN] Cryptonite | 1st mini-blockchain coin | M7 PoW | No Premine on: January 15, 2015, 08:37:43 AM
Nothing is dead, I have started work on the client side encrypted web wallet but it's turning out to be much harder than expected. I took a look at the brain wallet javascript code and realized they are actually building the entire transactions in javascript, which isn't much help to me because Cryptonite tx's have a totally different structure. So my only option at this point seems to be to rewrite all that code. I should be able to figure it out but it's going to be a pain in the ass and I have other jobs I need to get done, so I'm willing to pay up to 0.5 BTC to anyone who can rewrite the code to correctly sign a raw Cryptonite transaction.
229  Economy / Digital goods / Re: BitShop - digital bitcoin shop script [PHP/MYSQL] (v1.0.3) on: January 14, 2015, 08:02:16 AM
I set Coinbase API to true in SCI settings and entered all values but its still using old payment method.
I'm guessing that $use_coinbase is returning false in the sci/process-order.php file. Several people are using the coinbase API so I know it works. If you're testing it on a local server that's probably why it wont work. It will fall back to the default payment gateway if it can't reach the coinbase API.
How to fix it?
I'm not sure what the problem is so I can't tell you how to fix it. I would need admin access to your site in order to properly diagnose the issue. If you have any PHP knowledge you should be able to work it out yourself. Problem was incorrect coinbase settings.
230  Economy / Digital goods / Re: BitShop - digital bitcoin shop script [PHP/MYSQL] (v1.0.3) on: January 14, 2015, 12:08:23 AM
I set Coinbase API to true in SCI settings and entered all values but its still using old payment method.
I'm guessing that $use_coinbase is returning false in the sci/process-order.php file. Several people are using the coinbase API so I know it works. If you're testing it on a local server that's probably why it wont work. It will fall back to the default payment gateway if it can't reach the coinbase API.
231  Economy / Digital goods / Re: BitShop - digital bitcoin shop script [PHP/MYSQL] (v1.0.3) on: January 13, 2015, 11:38:59 AM
@ahmedjadoon
The number of required confirmations you can change by editing /sci/config.php

Code:
// number of confirmations needed (can't be 0)
$confirm_num = 1;

Due your security reasons there's no ability to change it to 0 (trust me it's really important). Better idea, if you'd like to have instant payments is enabling Coinbase as payment gateway.
How the Coinbase gateway works.
It just uses the coinbase.com API to process your payments, meaning your wallet will be managed by coinbase instead of having to manage the keys yourself. Read the /install/coinbase.txt file for the setup instructions.
232  Economy / Digital goods / Re: BitShop - digital bitcoin shop script [PHP/MYSQL] (v1.0.3) on: January 10, 2015, 10:48:29 PM
The error is in the text. The headers have already been sent to the user, which means that they cannot be changed and so a session cannot be created. Did you change anything in meta.inc.php? Or do you sent something to the user before you do session_start()? session_start() has to be the first thing sent to the user if I'm not mistaken.
The headers have already been sent, but session_write_close() was called before session_start() was called for a second time. But apparently that doesn't work properly on all versions of PHP. I didn't write this part of this script so I don't know if it always had this issue. But the fix I described above should work according to this stackoverflow question.
233  Economy / Digital goods / Re: BitShop - digital bitcoin shop script [PHP/MYSQL] (v1.0.3) on: January 10, 2015, 10:45:55 PM
Quote
i'm getting this error
Open the buy.inc.php file and add this code after line 20:

     ini_set('session.use_only_cookies', false);
     ini_set('session.use_cookies', false);
     ini_set('session.use_trans_sid', false);
     ini_set('session.cache_limiter', null);
234  Economy / Digital goods / Re: BitShop - digital bitcoin shop script [PHP/MYSQL] (v1.0.3) on: January 10, 2015, 02:21:41 PM
i installed it on my website but when i'm trying to setup coinbase and check the url on coinbase settings it's keep say that

Server responded with: 500 Internal Server Error
A 500 error is what should happen when you test it in coinbase, because it's not providing any legit transaction data to the script.

any way i tried to put any product and want to test it when i'm trying to pay it keep say

All API's are unavailable. Please try again later.
That means your server is unable to make any remote connections, check that you have curl installed.

please i sent an email to you throw your website but i didn't get any respond
Sorry the contact form is currently not working due to a stupid filter put in place by my host.
235  Economy / Digital goods / Re: BitShop - digital bitcoin shop script [PHP/MYSQL] (v1.0.3) on: January 04, 2015, 03:42:45 PM
You cannot export keys if you have no keys in your database (notice it says "there are no keys yet").
236  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCN] Cryptonite | 1st mini-blockchain coin | M7 PoW | No Premine on: January 04, 2015, 01:47:11 AM
I'm a bit concerned with this. Even though it seems like a reasonable conclusion, we must also consider the possibility of sabotage.
Yes that is a legitimate point, that's why we will implement account tree pruning at some point in the future. Lowering the level of decimal places is not a feasible solution. Low balance accounts need to be removed from the account tree after some period of time. The exact details of how it should work is still undecided because it's a very complicated subject.
237  Economy / Digital goods / Re: BitShop - digital bitcoin shop script [PHP/MYSQL] (v1.0.3) on: January 02, 2015, 10:30:01 AM
Thx, will give it a shot... also, would you be interested in looking at something non shop related ? Can discuss a small fee if required.
Depends on how complicated the job is. Got a lot in the pipe right now.
238  Economy / Digital goods / Re: BitShop - digital bitcoin shop script [PHP/MYSQL] (v1.0.3) on: January 02, 2015, 09:36:52 AM
Ok I think the best solution is the following.

Open /inc/themes/default/side.inc.php and replace this line:

          <ul class="nav nav-list" style="padding:8px 0;">

With this line:

          <ul class="nav nav-list">

In other words just remove that inline style, I shouldn't have done that.

Then open your /css/main.css file and replace this block of code:

#side_nav {
   padding:14px;
   padding-top:0px;
   padding-bottom:0px;
}

With this block of code:

#side_nav {
   padding:0px;
}

Also restore the original bootstrap.min.css file for the slate theme.
239  Economy / Digital goods / Re: BitShop - digital bitcoin shop script [PHP/MYSQL] (v1.0.3) on: January 02, 2015, 08:19:17 AM
Yeah this fix wont be as simple as I thought it'd be. I'll probably need to edit the .less files and then generate a new .css file (now you know what the .less files are for). Although your fix seems to be a good enough solution for now.
240  Economy / Digital goods / Re: BitShop - digital bitcoin shop script [PHP/MYSQL] (v1.0.3) on: January 02, 2015, 06:29:52 AM
The changes may not show because the css file has probably been cached by your browser. You'll need to force it to reload or simply try a different web browser.
Thats just it, I did, ctrl+f5 and nothing changed. No biggie I guess, guess I can live with it.

Did say yourself I should be able to fix it, not here this will do it ;-p
Are you sure you uploaded the modified css file? I just checked and it seems to be exactly the same (http://spend-ur-bits.com/css/bootstrap.min.css).
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 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 ... 77 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!