Bitcoin Forum
June 03, 2024, 01:20:55 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
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 »
  Print  
Author Topic: .  (Read 90045 times)
bitspill
Legendary
*
Offline Offline

Activity: 2086
Merit: 1015



View Profile
February 17, 2014, 01:36:02 AM
 #61

Quick question about withdrawals, are you using some kind of normalized txid's? Because the withdraw ID I was given when I withdrew does not exist.
https://blockchain.info/tx/1fd94a73b17f444cd07982af64ba556f1bc8dfbcd29b278ab19eee233c49232e
And I doubt it was mutated since you're using Blockchain API and it should at least show up as a double spend on the blockchain website if it were.
For some reason the transaction with the different ID hasn't confirmed either and it has been 7 blocks since, but I'm still waiting.
I've noticed that, but I can't understand why it's happening.

And it seems I'm not alone: https://bitcointalk.org/index.php?topic=463835

It's probably something stupid I'm missing, but I haven't changed the code, only the wallet ID, so it doesn't make any sense.
Last time I used the Blockchain.info api to get unspent outputs the transaction hashes were in reverse byte order

PHP code I used
Code:
function reverseHash($hash){
     $ret = "";
     for($i = 0; $i<63; $i+=2){
         $ret .= $hash[62-$i].$hash[63-$i];
     }
     return $ret;
 }

{ BitSpill }
vastbitcoins
Member
**
Offline Offline

Activity: 100
Merit: 10


Vast


View Profile WWW
February 17, 2014, 04:19:05 PM
 #62

I created two new ads for VastCrypto.com and VastBitcoins.com , The ads are showing on the site but I cannot confirm it says "Code not found"
vastbitcoins
Member
**
Offline Offline

Activity: 100
Merit: 10


Vast


View Profile WWW
February 17, 2014, 04:46:45 PM
 #63

Yeah one confirmed after a few minutes. Still trying the second one, URL is correct
oriel2
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile WWW
February 19, 2014, 11:51:33 PM
 #64

Hi - I keep trying to check code (have entered code on specified page in website and checked all is working) but I keep getting the message code not found? www.earnyourbitcoins.com - Thanks
Mitchell
Copper Member
Legendary
*
Offline Offline

Activity: 3948
Merit: 2201


Verified awesomeness ✔


View Profile WWW
February 20, 2014, 12:43:21 PM
 #65

Hi - I keep trying to check code (have entered code on specified page in website and checked all is working) but I keep getting the message code not found? www.earnyourbitcoins.com - Thanks
Your site seems to use a JavaScript plugin to load content.
The adspace needs to be hardcoded on the site.
False. I use jQuery to load the ads after my page is loaded. This decreases the loading time of my website. It worked just fine for me when I created adspaces Tongue

.
Duelbits
            ▄████▄▄
          ▄█████████▄
        ▄█████████████▄
     ▄██████████████████▄
   ▄████▄▄▄█████████▄▄▄███▄
 ▄████▐▀▄▄▀▌████▐▀▄▄▀▌██

 ██████▀▀▀▀███████▀▀▀▀█████

▐████████████■▄▄▄■██████████▀
▐██████████████████████████▀
██████████████████████████▀
▀███████████████████████▀
  ▀███████████████████▀
    ▀███████████████▀
.
         ▄ ▄▄▀▀▀▀▄▄
         ▄▀▀▄      █
         █   ▀▄     █
       ▄█▄     ▀▄   █
      ▄▀ ▀▄      ▀█▀
    ▄▀     ▀█▄▄▄▀▀ ▀
  ▄▀  ▄▀  ▄▀

Live Games

   ▄▄▀▀▀▀▀▀▀▄▄
 ▄▀ ▄▄▀▀▀▀▀▄▄ ▀▄
▄▀ █ ▄  █  ▄ █ ▀▄
█ █   ▀   ▀   █ █  ▄▄▄
█ ▀▀▀▀▀▀▀▀▀▀▀▀▀ █ █   █
█▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█  █▄█
█ ▀▀█  ▀▀█  ▀▀█ █  █▄█

Slots
.
        ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄
        █         ▄▄  █
▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄       █
█  ▄▄         █       █
█             █       █
█   ▄▀▀▄▀▀▄   █       █
█   ▀▄   ▄▀   █       █

Blackjack
|█▀▀▀▀▀█▄▄▄
       ▀████▄▄
         ██████▄
▄▄▄▄▄▄▄▄█▀    ▀▀█
████████▄        █
█████████▄        █
██████████▄     ▄██
█████████▀▀▀█▄▄████
▀▀███▀▀       ████
   █          ███
   █          █▀
▄█████▄▄▄ ▄▄▀▀
███████▀▀▀
.
                 NEW!                  
SPORTS BETTING 
|||
[ Đ ][ Ł ]
AVAILABLE NOW

Advertisements are not endorsed by me.
oriel2
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile WWW
February 20, 2014, 12:45:04 PM
 #66

Hi - I keep trying to check code (have entered code on specified page in website and checked all is working) but I keep getting the message code not found? www.earnyourbitcoins.com - Thanks
Your site seems to use a JavaScript plugin to load content.
The adspace needs to be hardcoded on the site.

Humm ok thanks - I am using wix - was under the impression that I had added it correctly. Not sure not to fix...
Mitchell
Copper Member
Legendary
*
Offline Offline

Activity: 3948
Merit: 2201


Verified awesomeness ✔


View Profile WWW
February 20, 2014, 01:49:22 PM
 #67

Hi - I keep trying to check code (have entered code on specified page in website and checked all is working) but I keep getting the message code not found? www.earnyourbitcoins.com - Thanks
Your site seems to use a JavaScript plugin to load content.
The adspace needs to be hardcoded on the site.
False. I use jQuery to load the ads after my page is loaded. This decreases the loading time of my website. It worked just fine for me when I created adspaces Tongue
Those are two different things.
The adspace code is still on your page if you look at the source code.

His website uses JavaScript to load the entire website from a different file, take a look at the source code.
I just did. Damn. o.o

.
Duelbits
            ▄████▄▄
          ▄█████████▄
        ▄█████████████▄
     ▄██████████████████▄
   ▄████▄▄▄█████████▄▄▄███▄
 ▄████▐▀▄▄▀▌████▐▀▄▄▀▌██

 ██████▀▀▀▀███████▀▀▀▀█████

▐████████████■▄▄▄■██████████▀
▐██████████████████████████▀
██████████████████████████▀
▀███████████████████████▀
  ▀███████████████████▀
    ▀███████████████▀
.
         ▄ ▄▄▀▀▀▀▄▄
         ▄▀▀▄      █
         █   ▀▄     █
       ▄█▄     ▀▄   █
      ▄▀ ▀▄      ▀█▀
    ▄▀     ▀█▄▄▄▀▀ ▀
  ▄▀  ▄▀  ▄▀

Live Games

   ▄▄▀▀▀▀▀▀▀▄▄
 ▄▀ ▄▄▀▀▀▀▀▄▄ ▀▄
▄▀ █ ▄  █  ▄ █ ▀▄
█ █   ▀   ▀   █ █  ▄▄▄
█ ▀▀▀▀▀▀▀▀▀▀▀▀▀ █ █   █
█▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█  █▄█
█ ▀▀█  ▀▀█  ▀▀█ █  █▄█

Slots
.
        ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄
        █         ▄▄  █
▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄       █
█  ▄▄         █       █
█             █       █
█   ▄▀▀▄▀▀▄   █       █
█   ▀▄   ▄▀   █       █

Blackjack
|█▀▀▀▀▀█▄▄▄
       ▀████▄▄
         ██████▄
▄▄▄▄▄▄▄▄█▀    ▀▀█
████████▄        █
█████████▄        █
██████████▄     ▄██
█████████▀▀▀█▄▄████
▀▀███▀▀       ████
   █          ███
   █          █▀
▄█████▄▄▄ ▄▄▀▀
███████▀▀▀
.
                 NEW!                  
SPORTS BETTING 
|||
[ Đ ][ Ł ]
AVAILABLE NOW

Advertisements are not endorsed by me.
oriel2
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile WWW
February 20, 2014, 05:07:54 PM
 #68

so is it totally impossible for me to use adbit at all with this site?
BitCoinDream
Legendary
*
Offline Offline

Activity: 2338
Merit: 1204

The revolution will be digital


View Profile
February 20, 2014, 06:32:34 PM
 #69

Do u pay for pageviews, i.e. CPM ?

minifrij
Legendary
*
Offline Offline

Activity: 2324
Merit: 1267


In Memory of Zepher


View Profile WWW
February 20, 2014, 09:41:55 PM
 #70

Do u pay for pageviews, i.e. CPM ?
AdBit works using a pay-per-day system
No.
oriel2
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile WWW
February 20, 2014, 10:08:40 PM
 #71

so is it totally impossible for me to use adbit at all with this site?
No, I'll need to make some changes, but for now, I've manually verified your adspace.

Thank you! Just checked - much appreciated
KoningKaas
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
February 21, 2014, 11:49:44 AM
 #72

Great site!

Just one qeustion tho, when i check my site on statcounter, i get around 150~200 more unique views than on Adbit.co, is there any reason for this?

Keep up the good work , i decided to just run an ad campaign on the other BTC network gone scam and go to yours!
KoningKaas
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
February 21, 2014, 01:09:50 PM
 #73

Great site!

Just one qeustion tho, when i check my site on statcounter, i get around 150~200 more unique views than on Adbit.co, is there any reason for this?

Keep up the good work , i decided to just run an ad campaign on the other BTC network gone scam and go to yours!

Maybe some visitors don't stay enough time on the page for the adspace to load.

Well i got an timer on my website too prevent that, but i guess i shall look into it.

Thanks.
Land of Bitcoin
Member
**
Offline Offline

Activity: 95
Merit: 10


View Profile WWW
February 22, 2014, 05:33:08 AM
 #74

I had to remove the AdBit banner for now as it doesn't allow to set a default banner if there are no bids.

This is a must have feature. Consider adding it.
bitspill
Legendary
*
Offline Offline

Activity: 2086
Merit: 1015



View Profile
February 22, 2014, 08:11:22 AM
 #75

I had to remove the AdBit banner for now as it doesn't allow to set a default banner if there are no bids.

This is a must have feature. Consider adding it.
While that is a legitimate complaint... perhaps you should consider lowering your min bid of 0.012 btc if no one is bidding on it Wink

{ BitSpill }
Land of Bitcoin
Member
**
Offline Offline

Activity: 95
Merit: 10


View Profile WWW
February 24, 2014, 07:01:27 AM
 #76

Quote
perhaps you should consider lowering your min bid
No, it worths me the min. bid amount I set, so if no such bid I want run my own ads.
Okele
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
February 27, 2014, 12:09:43 AM
 #77

I just signed up on adbit.co, I am still using bitads.net, which I've had an advertiser bid on my site. Anyway, hope this goes better then that did.
GimmeFreeBtc
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile WWW
March 05, 2014, 01:57:34 AM
 #78

Trying this out now Smiley
Mitchell
Copper Member
Legendary
*
Offline Offline

Activity: 3948
Merit: 2201


Verified awesomeness ✔


View Profile WWW
March 09, 2014, 03:51:50 PM
 #79

Haven't sold an ad yet. Bad luck me.

.
Duelbits
            ▄████▄▄
          ▄█████████▄
        ▄█████████████▄
     ▄██████████████████▄
   ▄████▄▄▄█████████▄▄▄███▄
 ▄████▐▀▄▄▀▌████▐▀▄▄▀▌██

 ██████▀▀▀▀███████▀▀▀▀█████

▐████████████■▄▄▄■██████████▀
▐██████████████████████████▀
██████████████████████████▀
▀███████████████████████▀
  ▀███████████████████▀
    ▀███████████████▀
.
         ▄ ▄▄▀▀▀▀▄▄
         ▄▀▀▄      █
         █   ▀▄     █
       ▄█▄     ▀▄   █
      ▄▀ ▀▄      ▀█▀
    ▄▀     ▀█▄▄▄▀▀ ▀
  ▄▀  ▄▀  ▄▀

Live Games

   ▄▄▀▀▀▀▀▀▀▄▄
 ▄▀ ▄▄▀▀▀▀▀▄▄ ▀▄
▄▀ █ ▄  █  ▄ █ ▀▄
█ █   ▀   ▀   █ █  ▄▄▄
█ ▀▀▀▀▀▀▀▀▀▀▀▀▀ █ █   █
█▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█  █▄█
█ ▀▀█  ▀▀█  ▀▀█ █  █▄█

Slots
.
        ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄
        █         ▄▄  █
▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄       █
█  ▄▄         █       █
█             █       █
█   ▄▀▀▄▀▀▄   █       █
█   ▀▄   ▄▀   █       █

Blackjack
|█▀▀▀▀▀█▄▄▄
       ▀████▄▄
         ██████▄
▄▄▄▄▄▄▄▄█▀    ▀▀█
████████▄        █
█████████▄        █
██████████▄     ▄██
█████████▀▀▀█▄▄████
▀▀███▀▀       ████
   █          ███
   █          █▀
▄█████▄▄▄ ▄▄▀▀
███████▀▀▀
.
                 NEW!                  
SPORTS BETTING 
|||
[ Đ ][ Ł ]
AVAILABLE NOW

Advertisements are not endorsed by me.
Mitchell
Copper Member
Legendary
*
Offline Offline

Activity: 3948
Merit: 2201


Verified awesomeness ✔


View Profile WWW
March 09, 2014, 06:01:15 PM
 #80

Haven't sold an ad yet. Bad luck me.
I'm sure you'll have better luck when there's a filter system in place Wink
Let's hope so, haha. Grin

.
Duelbits
            ▄████▄▄
          ▄█████████▄
        ▄█████████████▄
     ▄██████████████████▄
   ▄████▄▄▄█████████▄▄▄███▄
 ▄████▐▀▄▄▀▌████▐▀▄▄▀▌██

 ██████▀▀▀▀███████▀▀▀▀█████

▐████████████■▄▄▄■██████████▀
▐██████████████████████████▀
██████████████████████████▀
▀███████████████████████▀
  ▀███████████████████▀
    ▀███████████████▀
.
         ▄ ▄▄▀▀▀▀▄▄
         ▄▀▀▄      █
         █   ▀▄     █
       ▄█▄     ▀▄   █
      ▄▀ ▀▄      ▀█▀
    ▄▀     ▀█▄▄▄▀▀ ▀
  ▄▀  ▄▀  ▄▀

Live Games

   ▄▄▀▀▀▀▀▀▀▄▄
 ▄▀ ▄▄▀▀▀▀▀▄▄ ▀▄
▄▀ █ ▄  █  ▄ █ ▀▄
█ █   ▀   ▀   █ █  ▄▄▄
█ ▀▀▀▀▀▀▀▀▀▀▀▀▀ █ █   █
█▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█  █▄█
█ ▀▀█  ▀▀█  ▀▀█ █  █▄█

Slots
.
        ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄
        █         ▄▄  █
▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄       █
█  ▄▄         █       █
█             █       █
█   ▄▀▀▄▀▀▄   █       █
█   ▀▄   ▄▀   █       █

Blackjack
|█▀▀▀▀▀█▄▄▄
       ▀████▄▄
         ██████▄
▄▄▄▄▄▄▄▄█▀    ▀▀█
████████▄        █
█████████▄        █
██████████▄     ▄██
█████████▀▀▀█▄▄████
▀▀███▀▀       ████
   █          ███
   █          █▀
▄█████▄▄▄ ▄▄▀▀
███████▀▀▀
.
                 NEW!                  
SPORTS BETTING 
|||
[ Đ ][ Ł ]
AVAILABLE NOW

Advertisements are not endorsed by me.
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 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!