Bitcoin Forum
May 04, 2024, 02:30:04 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2] 3 4 5 6 »
21  Economy / Exchanges / Re: Cryptsy down forever? on: February 18, 2016, 12:01:42 PM
you can find it here

Quote
Cryptsy Announcement: http://blog.cryptsy.com/ ALL trading and deposits are OFF. More wallets opened for withdrawal 2/01/2016


but i dont think that we can get our coins back

Yes, I saw that.

On the website it says:

"Important System Notification

Cryptsy Announcement: http://blog.cryptsy.com/ ALL trading and deposits are OFF. More wallets opened for withdrawal 2/01/2016"

Now is day 18 and nothing but a thought of a new scam scheme
22  Economy / Exchanges / Cryptsy down forever? on: February 18, 2016, 11:54:12 AM
Anyone who knows the owners of Cryptsy can give us an update for what's going on with Cryptsy sell orders?

Not even in their blog or support give us some reason why that happened.
23  Economy / Micro Earnings / Bitcoin faucet rotator script help on: November 04, 2015, 06:40:32 PM
Hello.

I got the "WinCoins 1.0" faucet script but I would like to improve one function on it.

On the page of the faucet, I would like to put a href link to the current url.

This is the bitcoin.js file that are the urls:

Code:
var s=[
"faucet1.html",
"faucet2.html",
"faucet3.html",
];
var adr,i,x=0,c=s.length;
function address() {
adr=prompt('Enter your bitcoin address:');
s=s.map(function(x){
  return x.indexOf("a=") != -1 ? x + adr : x;
});
}
function next(){
x+=1;
if (x>c-1)
  {
  x=0;
  }
changeSrc();
}
function prev(){
x-=1;
if (x<=0)
  {
  x=c-1;
  }
changeSrc();
}
function jumpTo() {
i=prompt("Enter a number to skip to that faucet.");
x=0;
while (i!=x) {
  if (x>c-2) {
  break;
  }
  x+=1;
}
changeSrc();
}
function newTab() {
var win=window.open(document.getElementById("fm").src, '_blank');
win.focus();
}
function changeSrc() {
document.getElementById("fm").src=s[x];
}

Where "fm" is the id of the iframe on the bitcoin.php page:

Code:
<div class="frame">
    <iframe id="fm" name="fm" src="faucet1.html" frameborder="0" scrolling="auto"></iframe>
</div>

I tryed to place this code on bitcoin.php:

Code:
<a href="<?php echo $s[x]; ?>"> open current faucet </a>

But it return me the bitcoin.php link, not the url that the iframe is showing.

Can anyone help me with that?


Thanks
24  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DASH] Dash | First Anonymous Coin | Inventor of X11, DGW, Darksend and InstantX on: October 08, 2015, 02:12:29 PM
I think it is working now, the blocks are beeing updated Cheesy

Thanks guys
25  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DASH] Dash | First Anonymous Coin | Inventor of X11, DGW, Darksend and InstantX on: October 08, 2015, 01:52:59 PM
Does anyone have the same problem that I'm having?

Its been 2 days that the Dash Core is saying "4 weeks behind" and can't process blocks.

I'm using Dash Core version v0.11.2.23-g9646c5f-beta (32-bit)

Is there anything to do?

Thanks.

Not sure but you probably need to update to a more recent version, on 0.12 now:
https://www.dashpay.io/downloads/

I have more than one address, when I uopdate Dash Core I'll lose them?


Thanks.
26  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DASH] Dash | First Anonymous Coin | Inventor of X11, DGW, Darksend and InstantX on: October 08, 2015, 01:45:38 PM
Does anyone have the same problem that I'm having?

Its been 2 days that the Dash Core is saying "4 weeks behind" and can't process blocks.

I'm using Dash Core version v0.11.2.23-g9646c5f-beta (32-bit)

Is there anything to do?

Thanks.
27  Economy / Services / Re: PTC Script on: September 17, 2015, 06:30:16 PM
What do you mean "BTC to sell"?

To deposit and withdraw bitcoins and then the user can create ads or receive payments in bitcoin?

Yes, like 'btcclicks.com' and 'coinad.com'
28  Economy / Services / PTC Script on: September 17, 2015, 06:13:07 PM
Does anyone have PTC Script that uses BTC to sell?


Thanks.
29  Economy / Services / Re: Website Clone Service on: September 17, 2015, 06:09:40 PM
Can you clone PTC sites like btclicks.com?
30  Economy / Digital goods / Re: Selling simple Paid to click Script with bitcoin payments on: September 15, 2015, 01:54:03 PM
Are you still selling the scrypt?

Can you show some DEMO?


Thanks.
31  Bitcoin / Pools / [Multipool.us] Bitcoin merged mining help‏ on: September 14, 2015, 04:33:56 AM
Hello.

I would like to know, if I mine on port 3332 (BTC) I'll get the merged coins mine too or I have to mine the Bitcoin XT (3345)?


Thanks.
32  Bitcoin / Pools / Re: Multipool - the pool mining pool (with source code) on: September 14, 2015, 04:33:00 AM
Hello.

I would like to know, if I mine on port 3332 (BTC) I'll get the merged coins mine too or I have to mine the Bitcoin XT (3345)?


Thanks.
33  Alternate cryptocurrencies / Mining (Altcoins) / Re: [GUIDE] GridSeed GC3355 5 Chip Setup/power/windows/linux/rpi by UnicornHasher on: September 13, 2015, 03:33:54 AM
How do I set up more than 1 COM PORT on .bat file?

I have two gridseeds, my .bat is like that:

Code:
minerd.exe --dual --freq=800 --gc3355=COM5,COM2 -o stratum+tcp://POOL:PORT -u X.X -p X -t 1


But it is not working

Thanks

try this:
minerd.exe --dual --freq=800 --gc3355=COM2 -o stratum+tcp://POOL:PORT -u X.X -p X -t 1
minerd.exe --dual --freq=800 --gc3355=COM5 -o stratum+tcp://POOL:PORT -u X.X -p X -t 1

run two processes!

Great, now it worked to mine LTC, but when I use it in dual mode, one of the gridseed stays with "A: 0"

See the print:
34  Alternate cryptocurrencies / Mining (Altcoins) / Re: [GUIDE] GridSeed 5-Chip USB, Blade & Black Miner Support/Tuning on: September 11, 2015, 08:42:00 PM
How do I set up more than 1 COM PORT on .bat file?

I have two gridseeds, my .bat is like that:

Code:
minerd.exe --dual --freq=800 --gc3355=COM5,COM2 -o stratum+tcp://POOL:PORT -u X.X -p X -t 1


But it is not working

Thanks
35  Alternate cryptocurrencies / Mining (Altcoins) / Re: [GUIDE] GridSeed GC3355 5 Chip Setup/power/windows/linux/rpi by UnicornHasher on: September 11, 2015, 08:36:22 PM
How do I set up more than 1 COM PORT on .bat file?

I have two gridseeds, my .bat is like that:

Code:
minerd.exe --dual --freq=800 --gc3355=COM5,COM2 -o stratum+tcp://POOL:PORT -u X.X -p X -t 1


But it is not working

Thanks
36  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DASH] Dash | First Anonymous Coin | Inventor of X11, DGW, Darksend and InstantX on: August 26, 2015, 05:55:34 PM
Now the header on the crash dialog reads "INPAG" and the text reads "runtime error 424".

I'm trying to run it on a Win 7 32bits. Same .bat

I'm sorry, but I don't believe there is a miner for a 32 bit system.  You can, however, install a linux 64bit distribution as a duel boot and run a miner if you need to.  Unless your hardware can't run it.  But if it's built the last 5 years or so (maybe longer now) it should work.

I found out one that is working on win32

https://github.com/tpruvot/cpuminer-multi/releases/download/v1.1-multi/cpuminer-multi-rel1.1.zip

I made a .bat to run with my other altcoins:

Code:
cpuminer-x86.exe -a x11 -b 127.0.0.1:4048 -o STRATUM -u USER.WORKER -p PASS -t 1
37  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DASH] Dash | First Anonymous Coin | Inventor of X11, DGW, Darksend and InstantX on: August 26, 2015, 05:14:32 PM

Now the header on the crash dialog reads "INPAG" and the text reads "runtime error 424".

I'm trying to run it on a Win 7 32bits. Same .bat
Generic miner works fine for you?

I try the minderd from this link:

https://mega.co.nz/#!w4U3wTpZ!cLIFqbqljRqnnzogM6KIFUPWd0UfYTfrSZnhKPBWAjY

Is there other miner?
38  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DASH] Dash | First Anonymous Coin | Inventor of X11, DGW, Darksend and InstantX on: August 26, 2015, 05:07:46 PM
What can I do if everytime I try to run miner it stop responding and closes?
I make sure that I use the corresponding miner for my CPU.
Thanks.
you should give more info, what os, what cpu, what miner ?   atleast
Sorry, my mistake.
Info:
OS: Windows 8
CPU: Intel Core i5-2410M - 2.30GHz
Miner: DarkCoin cpu-miner - minerd-corei7-avx.exe (v1.3)
Hope it helps.
You still haven't given us the .bat or confi settings.
Btw, put a 'pause' at end of .bat file and you stay on the window.

My .bat file:

Code:
minerd-corei7-avx.exe -a X11 -o stratum+tcp://us-east.multipool.us:3371 -u XXX.X -p X -t 1

When I start the .bat file it stop work and gives me an alert window to close the program.

This is the error window (in portuguese):


maybe because your miner is i7 and your cpu is i5 ?

i once mining with avx miner, but my cpu dont have avx function. it also err

On the README file it says to use this miner, look:

corei7-avx:
 - Optimizes for 2nd generation Intel® Core™ i7, i5 and i3 processor families and the Intel® Xeon® Processor E5 and E3 families.

then you should try the non-avx miner version.

more info
http://en.wiki.dashninja.pl/wiki/Mining_Dash

Now the header on the crash dialog reads "INPAG" and the text reads "runtime error 424".

I'm trying to run it on a Win 7 32bits. Same .bat
39  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DASH] Dash | First Anonymous Coin | Inventor of X11, DGW, Darksend and InstantX on: August 26, 2015, 03:01:23 PM
What can I do if everytime I try to run miner it stop responding and closes?
I make sure that I use the corresponding miner for my CPU.
Thanks.
you should give more info, what os, what cpu, what miner ?   atleast
Sorry, my mistake.
Info:
OS: Windows 8
CPU: Intel Core i5-2410M - 2.30GHz
Miner: DarkCoin cpu-miner - minerd-corei7-avx.exe (v1.3)
Hope it helps.
You still haven't given us the .bat or confi settings.
Btw, put a 'pause' at end of .bat file and you stay on the window.

My .bat file:

Code:
minerd-corei7-avx.exe -a X11 -o stratum+tcp://us-east.multipool.us:3371 -u XXX.X -p X -t 1

When I start the .bat file it stop work and gives me an alert window to close the program.

This is the error window (in portuguese):


maybe because your miner is i7 and your cpu is i5 ?

i once mining with avx miner, but my cpu dont have avx function. it also err

On the README file it says to use this miner, look:

corei7-avx:
 - Optimizes for 2nd generation Intel® Core™ i7, i5 and i3 processor families and the Intel® Xeon® Processor E5 and E3 families.

then you should try the non-avx miner version.

more info
http://en.wiki.dashninja.pl/wiki/Mining_Dash

I downloaded the 1.2 version and it seems that work now Smiley
40  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DASH] Dash | First Anonymous Coin | Inventor of X11, DGW, Darksend and InstantX on: August 26, 2015, 02:41:13 PM
What can I do if everytime I try to run miner it stop responding and closes?
I make sure that I use the corresponding miner for my CPU.
Thanks.
you should give more info, what os, what cpu, what miner ?   atleast
Sorry, my mistake.
Info:
OS: Windows 8
CPU: Intel Core i5-2410M - 2.30GHz
Miner: DarkCoin cpu-miner - minerd-corei7-avx.exe (v1.3)
Hope it helps.
You still haven't given us the .bat or confi settings.
Btw, put a 'pause' at end of .bat file and you stay on the window.

My .bat file:

Code:
minerd-corei7-avx.exe -a X11 -o stratum+tcp://us-east.multipool.us:3371 -u XXX.X -p X -t 1

When I start the .bat file it stop work and gives me an alert window to close the program.

This is the error window (in portuguese):


maybe because your miner is i7 and your cpu is i5 ?

i once mining with avx miner, but my cpu dont have avx function. it also err

On the README file it says to use this miner, look:

corei7-avx:
 - Optimizes for 2nd generation Intel® Core™ i7, i5 and i3 processor families and the Intel® Xeon® Processor E5 and E3 families.
Pages: « 1 [2] 3 4 5 6 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!