Bitcoin Forum
May 23, 2024, 12:00: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 »
501  Bitcoin / Project Development / Re: Blockchain.info Development Bounties on: November 21, 2013, 02:40:55 PM
I started to create a new wallet, but i missed the captcha code. there are two error in response:
  • i use hungarian translatons, but there is a english string "Error Saving Wallet"
  • there is a strange chars: ó is displayes as ó

screenshot: http://imgur.com/GPCGhfl

502  Other / Beginners & Help / Re: cgminerLCDStats - My little LCD on: November 20, 2013, 09:25:54 AM
Hi,

This cgminerLCDStats‎ query the stat from cgminer directly not from the pool. sorry, i misspelled the first code block.

So there is 2 things: your pi with cgminerLCDStats‎ (1.2.3.4 ip), and your cgminer (5.6.7.Cool.
Than you sould give access in cgminer for cgminerLCDStats‎ to allow query the stats. "api-allow" : "1.2.3.4", and you run cgminerLCDStats‎ to query the stats from cgminer:
cgminerLCDStats.py -i 5.6.7.8
That's it.

Elbandi
503  Other / Beginners & Help / Re: cgminerLCDStats - My little LCD on: November 19, 2013, 05:54:19 PM
You sould enable cgminer api support:
Code:
"api-port" : "4001",
"api-listen" : true,
"api-allow" : "YOUR_WEBSERVER_IP",

or cgminer command line:
Code:
Code:
--api-port 4001 --api-listen --api-allow "YOUR_IP"

maybe you cgminer already configured api, use that port number, and configure api-allow option.

and start lcdstatus:
Code:
python cgminerLCDStats.py -i CGMINER_IP -p 4001
504  Bitcoin / Project Development / Re: Coinbase MiniFaucet Script (a MyFaucet replacement) on: November 19, 2013, 02:08:00 AM
Rewrote is complete. See the first comment.

Did you update the demo site as well?
yes, because demo site is the test-before-commit site.

Hello,

Thank you very much for this!
I've installed your script on a server of mine.
I found two problems:
- There's no referral system.
- There's no structure.sql file on your gitorious
I forgot to commit the cashout code, and i fixed the referrals stuff too. upgrade your site!
505  Bitcoin / Project Development / Re: Coinbase MiniFaucet Script (a MyFaucet replacement) on: November 18, 2013, 03:37:13 PM
Rewrote is complete. See the first comment.
506  Bitcoin / Project Development / Re: Coinbase MyFaucet Script on: November 15, 2013, 07:25:56 PM
TradeFortress send me a pm:

Quote
Hi,

As the copyright holder of MyFaucet, I'm requesting taking down your modification of MyFaucet for coinbase. MyFaucet is not open source software, and you do not have the right to modify it, nor distribute modified versions. I would recommend taking it down before exhausting both of our time, gitorious.org's time, and any host of MyFaucet software's time with legal boilerplate forms.

So i remove the code. But stay turned, this will be rewritten soon.

Elbandi
507  Bitcoin / Project Development / Re: Qt Bitcoin Trader [OpenSource trading client for Mac/Windows/Linux] on: November 15, 2013, 01:14:42 AM
Interesting. i copy the libeay32.dll and ssleay32.dll files next to exe, and now works. but there is nowhere "libeay" string in build directory. do you compile qt yourself?

Yes, I compiled qt statically with ssl buildin.
I recommend you to use Windows binary: https://sourceforge.net/projects/bitcointrader/
You will be able to securely auto update to lastest versions.
Cool, but i'm not so good to develop code directly into the exe Cheesy
508  Bitcoin / Project Development / Re: Qt Bitcoin Trader [OpenSource trading client for Mac/Windows/Linux] on: November 15, 2013, 01:01:24 AM
This is the git head: 9d76b4dc4205e48878eaaf9974f7e9d05881f9c5
NTP ok, and api keys are ok too, because yours execute is working.

Start program. Press Alt+Shift+D and switch to Debug mode.
Send me debug info displayed during 1 minute.
Interesting. i copy the libeay32.dll and ssleay32.dll files next to exe, and now works. but there is nowhere "libeay" string in build directory. do you compile qt yourself?
509  Bitcoin / Project Development / Re: Qt Bitcoin Trader [OpenSource trading client for Mac/Windows/Linux] on: November 15, 2013, 12:32:31 AM
OpenSSL 1.0.1e installed, and i use latest trader from github. it's compiled, but when i try to use doesnt connect to btc-e api (api lagg forever).

Elbandi

Make sure you use lastest v1.07.95 from branch testing.
Make sure your system time is synchronized with NTP server.
Make sure you have enabled Trade and Info permissions for this API keys on btc-e.com.

This is the git head: 9d76b4dc4205e48878eaaf9974f7e9d05881f9c5
NTP ok, and api keys are ok too, because yours execute is working.
510  Bitcoin / Project Development / Re: Qt Bitcoin Trader [OpenSource trading client for Mac/Windows/Linux] on: November 15, 2013, 12:05:29 AM
Hi,

i try to open the project in VS2010, but i got compile 2 error:
1) openssl missing files: where sould i place the openssl libs and includes (ssleay32MD.lib etc)? or set the include path?
2) a qtwin.h and qtwin.cpp are missing from source tree.

Elbandi

First of all, please use lastest beta v1.07.95 until I'll release v1.08.
You need OpenSSL SDK to be installed.
OpenSSL 1.0.1e installed, and i use latest trader from github. it's compiled, but when i try to use doesnt connect to btc-e api (api lagg forever).

Elbandi
511  Bitcoin / Project Development / Re: Coinbase MyFaucet Script on: November 14, 2013, 11:36:54 PM
Is the demo functional/paying or just an example?
It's example yet, but later will be normal faucet.

Have you ever had any issues with coinbase api just stop working? I had it setup where it would work then just stop after 4-6 hours.
It's using the official php library, so if the library is working good, this also works too.

You have to set the file permission on that file to 777. (some ftp client can do that, or if you have shell use chmod 777 balance.txt)
512  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux] on: November 14, 2013, 09:56:31 PM
Hi,

I want to test cudaMiner on ubuntu saucy (319.60 nvidia driver ver). When i start cudaminer, it do notting:

Quote
[2013-11-14 14:47:02] Starting Stratum on stratum+tcp://stratum.hashfaster.com:3333
[2013-11-14 14:47:02] 1 miner threads started, using 'scrypt' algorithm.
[2013-11-14 14:47:02] Stratum detected new block
[2013-11-14 14:47:15] Stratum detected new block
[2013-11-14 14:51:36] Stratum detected new block

And the cpu usage is 100%. Start params are: -H 1 -d 0 -i 1 -l auto -C 0

What sould i do?
your using the worker username and pass from your account on that pool?
cpu usage should not be 100% maybe not detecting your card for some reason

i think there is something with my card. i replaced with another type of nvidia card, and with that, works. maybe my card is broken... Sad
513  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux] on: November 14, 2013, 02:52:16 PM
Hi,

I want to test cudaMiner on ubuntu saucy (319.60 nvidia driver ver). When i start cudaminer, it do notting:

Quote
[2013-11-14 14:47:02] Starting Stratum on stratum+tcp://stratum.hashfaster.com:3333
[2013-11-14 14:47:02] 1 miner threads started, using 'scrypt' algorithm.
[2013-11-14 14:47:02] Stratum detected new block
[2013-11-14 14:47:15] Stratum detected new block
[2013-11-14 14:51:36] Stratum detected new block

And the cpu usage is 100%. Start params are: -H 1 -d 0 -i 1 -l auto -C 0

What sould i do?
514  Bitcoin / Project Development / MiniFaucet Script (a MyFaucet replacement) on: November 14, 2013, 02:09:33 PM
hi,

I rewrote the myfaucet script from scratch‎. It's using Slim Framework and official sdk libraries for wallet providers.

Here is the source: https://gitlab.com/minifaucet/public

DB is backward compatible, so only need to replace the files (except config.php*). If you found a bug, report to this thread.

* config.php is such as myfaucet, but better if you migrate the config, because new feautres need configs too.

Multiple wallet provider


Demo site

Here is a demo site: http://minifaucet.tk/

Upgrade

Just upload the files from downloaded zip.
Note: if you have own modifications, you have to port your changes to the new code.

Upgrade warning from 0.2: allowBTC config parameter is renamed, you have to edit your config!
Upgrade warning from 0.5: import upgrade_0.6.sql file to database (or run the three ALTER TABLE commands in mysql database client)

License

MIT license

Donations

They are welcome: 1NaYg9L5KxL3hSAB9qeWaBHrSunkY3eNBo Cheesy

elbandi
515  Bitcoin / Project Development / Re: bitcointalk android on: November 13, 2013, 12:11:58 PM
Edit: why does it need access to secured storage?

There is a caching for image, that files are stored on sdcard.
516  Bitcoin / Project Development / Re: Qt Bitcoin Trader [OpenSource trading client for Mac/Windows/Linux] on: November 13, 2013, 10:12:27 AM
Hi,

i try to open the project in VS2010, but i got compile 2 error:
1) openssl missing files: where sould i place the openssl libs and includes (ssleay32MD.lib etc)? or set the include path?
2) a qtwin.h and qtwin.cpp are missing from source tree.

Elbandi
517  Bitcoin / Project Development / Re: bitcointalk android on: November 12, 2013, 02:51:08 PM
I added a market link, it need a little time (some hours) to available for install/use
518  Other / Beginners & Help / Re: Android forum app on: November 07, 2013, 08:23:41 PM
A public alpha version is released
519  Bitcoin / Project Development / Re: bitcointalk android on: November 07, 2013, 06:35:36 PM
Reserved
520  Bitcoin / Project Development / bitcointalk android on: November 07, 2013, 06:20:07 PM
As I wrote in time, I began to write a android app for this forum. Now its time to release a version from this.

It is in alpha stage (there may be bugs in it), but it is possible to use  Smiley

Market link: https://play.google.com/store/apps/details?id=net.elbandi.forum.bitcointalk

Or you can download the latest apk from here: https://elbandi.ci.cloudbees.com/job/BitcoinTalk/


Here are somescreenshots:

Donations are welcome: 1E3W6Nxinr33z8CfG8wEUGEu7r2rYrEo2Y  Wink
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!