watermark logo

Bitcoin For Beginners - How I earned over $130k In Crypto Currency in 3 Years - Easy!

20 Views
Lelzz
Lelzz
21 Feb 2021

****.*Thank You For All The Cash App Donations! SOOOO Appreciated!!!*****The Black community HAS to get on this, NOW! Or at this point, you're NEVER going to get ahead as a collective.

Im hosting a free training tomorrow night Bitcoin For Beginners Aimed At The Black Community - How I made $130k++ in 3 years investing Crypto: Bitcoin Strategie For Beginners! These are easy, no fuss, just strategic ways of manipulating this so that it works for you!

Coinbase Referrral Code - Please and Thank you!
https://www.coinbase.com/join/philli_0e
Binance Referral Code - Please and Thank you!
https://accounts.binance.us/en..../register?ref=524187

Facebook Group - Bitcoin For Beginners And Normal People - https://www.facebook.com/groups/2792163211022878

Uphold Crypto Credit Card- Get On Waitlist - Gamechanger - https://uphold.com/en/debit-card?kid=1FH7KX

Celsius Wallet - Earn VERY high interest - transferring everything over now - https://celsiusnetwork.app.link/189827fc48

Show more


0 Comments Sort By

No comments found

'+text+'

'); $(button).attr('disabled', true); $.post('https://blackjunction.tv/aj/add-comment', {video_id: video_id, text: text}, function(data, textStatus, xhr) { if (data.status == 200) { if ($('.user-comments .empty_state').length > 0) { $('.user-comments .empty_state').remove(); } $('#comment-textarea').val('').css('height', '50px');; $('#video-user-comments').prepend(data.comment); } $(button).attr('disabled', false); }); } function PT_DeleteComment(id) { if (!id) { return false; } if (!confirm('Are you sure you want to delete your comment?')) { return false; } $('#comment-' + id).slideUp('fast'); $.post('https://blackjunction.tv/aj/delete-comment', {id: id}); } function PT_PinComment(id,pin){ if (!id) { return false; } let pinned_comments = $('#pinned-comment'); if (pin) { $("#comment-" + id).slideUp(200,function(){ Snackbar.show({text: 'Comment pinned to top',pos: 'bottom-center',showAction: false}); }) } else{ pinned_comments.empty(); Snackbar.show({text: 'Comment unpinned',pos: 'bottom-center',showAction: false}); } $.post('https://blackjunction.tv/aj/pin-comment', {id: id},function(data){ if (data.status == 200) { $("#comment-" + id).slideUp(100,function(){ $(this).remove(); pinned_comments.scrollTo(); }); pinned_comments.html(data.html); } else if(data.status == 304){ $("#video-user-comments").append(data.html); } }); }