Bitcoin Forum
April 23, 2024, 10:03:35 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 [138] 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 ... 313 »
  Print  
Author Topic: Whitelist Requests (Want out of here?)  (Read 474731 times)
MonocleMan
Member
**
Offline Offline

Activity: 98
Merit: 10



View Profile
September 09, 2012, 11:59:17 AM
 #2741

I am a new guy but not a spammer or scammer, I am looking to trade in the trading forum both for buying and for selling, in the meantime I'll work on my post count :-)

MM

#bitcoin-otc profile -- Bitcointalk Reputation Thread -- Tip Jar 18F8fAPLKdxk94RFkmhkaVGcdfHYNNzJfk
1713866615
Hero Member
*
Offline Offline

Posts: 1713866615

View Profile Personal Message (Offline)

Ignore
1713866615
Reply with quote  #2

1713866615
Report to moderator
"If you don't want people to know you're a scumbag then don't be a scumbag." -- margaritahuyan
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
kasimir
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
September 09, 2012, 02:17:21 PM
 #2742

Any updates on me being able to join the full site?  I believe I've demonstrated sufficiently I'm not a spam bot... is there a list of actions we must take to leave this jail?  I'm currently under the impression that this jail concept won't really help bitcointalk in the way it may have been designed to...
Rask
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
September 09, 2012, 02:46:08 PM
 #2743

I'd like to get out of the newbie section since I want to sell some things in the trade area, I've read up on bitcoin a lot and been online and active on the forums for 2h30min, I know it's not 4h but 4h is a lot ;>
hathmill
Full Member
***
Offline Offline

Activity: 186
Merit: 100



View Profile
September 09, 2012, 06:54:14 PM
 #2744

Hi, please upgrade me. Please :-D
andrusen
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
September 09, 2012, 08:15:37 PM
 #2745

5 posts and 4 hours, can I get an upgrade please.
chandler22
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
September 09, 2012, 09:57:37 PM
 #2746

I would like to be White listed out of here please! I am not a spammer!
Only4BTC
Newbie
*
Offline Offline

Activity: 17
Merit: 0



View Profile
September 10, 2012, 06:49:00 AM
 #2747

Hello please allow me for post here I am not a scammer I have good reputation in bitcoin.de

thanks
camosoul
Hero Member
*****
Offline Offline

Activity: 560
Merit: 500


www.OroCoin.co


View Profile WWW
September 10, 2012, 10:15:09 AM
Last edit: September 13, 2012, 06:18:30 PM by camosoul
 #2748

I'd like to be whitelisted so that I can post this in an appropriate location.


I'm having 2 problems with bitcoind.

It always creates 2 new addresses when I ask it to make 1. The PHP code is super simple.

Code: (test.html)
<?php
require_once 'jsonRPCClient.php';
$bitcoin = new jsonRPCClient('http://username:password@127.0.0.1:8332/');

echo 
"Connection Count: ";
print_r($bitcoin->getconnectioncount());

echo 
"<hr>";
echo 
"Block Count: ";
print_r($bitcoin->getblockcount());

echo 
"<hr>";
echo 
"<a href=getnewaddress.html>Get New Address</a>";

echo 
"<hr>";
echo 
"Balance: ";
print_r($bitcoin->getbalance());

echo 
"<hr>";
echo 
"Addresses: <br>";
$addresses = ($bitcoin->getaddressesbyaccount(""));
$n 1;
foreach (
$addresses as $v) {
echo "<a href=http://blockchain.info/address/$v target=_new>$v</a> - $n<br>";
$n $n +1;
}
unset(
$v);
unset(
$n);
unset(
$addresses);
unset(
$bitcoin);
?>

Code: (getnewaddress.html)
<?php
require_once 'jsonRPCClient.php';
$bitcoin = new jsonRPCClient('http://username:password@127.0.0.1:8332/');
print_r($bitcoin->getnewaddress(""));
unset(
$bitcoin);
?>

<meta http-equiv=refresh content=0;test.html>

It shows me 1 new address, but when I come back to the test.html, 2 new ones have been created.

I can work around this by preculding the command with a foreach that iterates the existing addresses and checks for any BTC sent to it, as soon as it hits one with 0, it breaks out and shows that as the new address instead of running the getnewaddress command. If everything has BTC sent to it, then it proceeds to make a new one, making 2, and we rinse and repeat...

But I really shouldn't have to and it seems no one else is having this problem...


Second problem is that bitcoind insists on filling the drive up with 9.6M binary files called "log.00000XXXX." It never stops writing this crap to the drive. And since the file isn't human readable, I have no idea what's wrong. They are in the /var/lib/bitcoin/.bitcon/database/ directory. The continuous drive I/O sometimes makes the machine unusable and jsonRPCClient actions fail. Once bitcoind loads up, the machine is virtually unusable. It's just burning up the drive stuffing it full of 9.6M jibberish files for no reason.

Code: (ls -lah /var/lib/bitcoin/.bitcoin/database/)
total 42M
drwx------ 2 bitcoin bitcoin  208 Sep 13 17:45 .
drwxr-xr-x 4 bitcoin bitcoin  512 Sep 12 21:22 ..
-rw------- 1 bitcoin bitcoin 9.6M Sep 13 16:54 log.0000000433
-rw------- 1 bitcoin bitcoin 9.6M Sep 13 17:11 log.0000000434
-rw------- 1 bitcoin bitcoin 9.6M Sep 13 17:27 log.0000000435
-rw------- 1 bitcoin bitcoin 9.6M Sep 13 17:45 log.0000000436
-rw------- 1 bitcoin bitcoin 9.6M Sep 13 17:50 log.0000000437

It'll just keep making more until the drive fills up...


I'd like to post this in an appropriate location...

.
.OROCOIN.
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀

  █
  █
█ █ █
█ █ █
█ █ █
█ █ █
█ █ █
█ █ █
█ █ █
  █

  █
  █
█ █ █
█ █ █
█ █ █
█ █ █
█ █ █
█ █ █
█ █ █
  █

  █
  █
█ █ █
█ █ █
█ █ █
█ █ █
█ █ █
█ █ █
█ █ █
  █
midasjohn
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
September 10, 2012, 11:29:37 AM
 #2749

I've been visiting for over a year 'bemused' why I couldn't reply to posts!  I'm here for the long term and a Business Owner embracing Bitcoin, so whitelist me please or give me a step by step way to status asap rsvp (*Midasjohn
CoinConnect
Newbie
*
Offline Offline

Activity: 2
Merit: 0



View Profile WWW
September 10, 2012, 08:26:23 PM
 #2750

I represent www.CoinConnect.org can I be whitelisted??
tronics
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
September 10, 2012, 11:59:13 PM
 #2751

I'd like a whitelist so I can post of the marketplace to sell my steam account. I've been lurking for the past 4 hours with posts but it says I've only been logged in for 1 hour 25 mins.
DonttreadonmeRP
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
September 11, 2012, 12:35:17 AM
 #2752

let me out! I hate this timer!
Maged
Legendary
*
Offline Offline

Activity: 1204
Merit: 1015


View Profile
September 11, 2012, 03:06:06 AM
 #2753

I represent www.CoinConnect.org can I be whitelisted??
Sure, if cablepair thinks so.

MassLass
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
September 11, 2012, 04:55:54 AM
 #2754

Hi I want out , I want to post my status and [soon] review of get-bitcoin.com
balmoral92
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
September 11, 2012, 11:44:47 AM
 #2755

I need to be allowed into another forum to leave positive feedback for an excellent transaction.
paraipan
In memoriam
Legendary
*
Offline Offline

Activity: 924
Merit: 1004


Firstbits: 1pirata


View Profile WWW
September 11, 2012, 11:46:48 AM
 #2756

I need to be allowed into another forum to leave positive feedback for an excellent transaction.

Hi there, nice to see you here balmoral92

BTCitcoin: An Idea Worth Saving - Q&A with bitcoins on rugatu.com - Check my rep
jborkl
Sr. Member
****
Offline Offline

Activity: 246
Merit: 250


Team Heritage Motorsports


View Profile WWW
September 11, 2012, 04:17:31 PM
 #2757

I have done my time in virtual prison, can I get out now.  Thanks warden

whatisthis?
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
September 11, 2012, 07:45:35 PM
 #2758

It´s all about the whitelist!

I am really here to finde people to trade with, or in fact purchase Bitcoins from.

I understand there are do´s and dont´s in this Furum and will do my best not to be tricked out of my hard earned cash.

Truth of the matter is my wife hates me beeing on the computer all the time and I´m to old to become single because of this.

Please send me out of here!

regards
kruzer
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
September 11, 2012, 08:36:23 PM
 #2759

I have done my time in virtual prison, can I get out now.  Thanks warden
me to! me to!
I hope, its automatic and I can get out already ... Wink
swc1
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
September 11, 2012, 11:32:27 PM
 #2760

let me out so i can leave some reat feedback for Paraipan !! Cheesy
Pages: « 1 ... 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 [138] 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 ... 313 »
  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!