Last Price
24hr Change
24hr High
24hr Low
24hr Volume:
/
High:
Low:
Loading chart...
Zoom:
Candlesticks:
Loading...
Sell Orders
Total:
Loading...
Buy Orders
Total:
Market Depth
My Open Orders
Trade History
Markets
- BTC
- ETH
- XMR
- USDT
Market Settings
Rows to Display:
Right Column:
Quick Select:
Coin | Price | Volume | Change | Name | My Balance | My BTC Value |
---|
Coin | Price | Volume | Change | Name | My Balance | My ETH Value |
---|
Coin | Price | Volume | Change | Name | My Balance | My XMR Value |
---|
Coin | Price | Volume | Change | Name | My Balance | My USDT Value |
---|
Table data filtered.
Clear filters
.
Username colors and icons:
- General Staff
- Moderating Staff
- The more pink the Username, the higher the user’s marking reputation.
Message colors, sizes, and indents:
- Green indicates your username was mentioned in a post.
- Starting a post with /tiny results in tiny text.
- Starting a post with /me results in indented & italicized text.
For information on the Trollbox visit our Support Center
Trollbox

' + id + ' Settings
';
if (rows !== null) {
t += '';
t += '
';
}
return t;
}
function initTrollBox() {
$('#TrollboxContainer .help').click(function(){
if(!$(this).hasClass('active')){
hideAllToolPanels();
}
$('#TrollboxContainer .helpPanel').fadeToggle(200);
$(this).addClass('active');
});
$('#TrollboxContainer .popup').click(function(){
window.open('/trollbox', "Trollbox", "width=415,height=670,scrollbars=no,resizable=yes").focus();
});
$('#TrollboxContainer .toolPanel').html(writeTrollboxTooltip('Trollbox', [5, 10, 20, 30]));
$('#TrollboxContainer .tools').click(function(){
if(!$(this).hasClass('active')){
hideAllToolPanels();
}
$('#TrollboxContainer .toolPanel').fadeToggle(200);
$(this).addClass('active');
});
$('#TrollboxContainer .toolPanel button').click(function() {
var t = $(this);
var pp = t.parent().parent();
pp.find('.active').removeClass('active');
t.addClass('active');
var id = pp.attr('id');
id = id.substring(7, id.length);
var num = t.html();
showTrollboxLines(num);
hideAllToolPanels();
saveTrollboxSettings();
});
$('.trollbox .head .hit').click(function() {
//Simulate clicking the "Show # rows" button so that we restore the correct # of rows
//when coming in from local settings. (this could be better)
if ($('#TrollboxContainer').hasClass('collapsed')) {
num = $('#buttonsTrollbox .active').html();
showTrollboxLines(num);
} else {
$('#TrollboxContainer').addClass('collapsed');
}
saveTrollboxSettings();
});
loadTrollboxSettings();
var localEX = localStorage["trollboxSettings"];
var settings = JSON.parse(localEX);
if (settings.trollboxRows != undefined) {
$('#TrollboxContainer .toolPanel').find('.show' + settings.trollboxRows).addClass('active');
} else {
// default
$('#TrollboxContainer .toolPanel').find('.show10').addClass('active');
settings.trollboxRows = 10;
}
if (typeof(settings.trollboxCollapsed) != 'undefined') {
if (settings.trollboxCollapsed === false) {
showTrollboxLines(settings.trollboxRows);
} else {
$('#TrollboxContainer').addClass('collapsed');
}
}
}
function showTrollboxLines(num) {
$('#TrollboxContainer').removeClass('collapsed');
var h = 22 * num;
$('.trollbox .data').animate({height:h}, 300, function() {
setTimeout(function(){
var pane = $('#trollboxScrollArea');
var api = pane.data('jsp');
setTimeout(function(){
$('#trollboxScrollArea').data('jsp').reinitialise();
},250);
api.scrollToY(5000);
},250);
});
}
$(document).ready(function () {
// Bind jsScrollPane to the Trollbox
$('#trollboxScrollArea').jScrollPane(
{
scrollToBottom: true,
stickToBottom: true,
verticalDragMinHeight: 20
}
);
$.get('/public', {command:'getTrollboxMessages', messages: 30}).done(function(data){
var initialTrollboxData = data;
refreshTrollbox(initialTrollboxData,true,false);
});
});
';
t += '' + id + ' Height:
';
t += '