Bitcoin Forum
April 23, 2024, 01:02:10 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
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 »
801  Economy / Services / Re: Bitsgap.com 🚀 Get a reward for simple feedback! 🚀 on: December 05, 2018, 03:35:04 PM
1. Sign up at Bitsgap.com from your desktop device -DONE

2. Try Demo or Live trading to surf around -TRIED DEMO

3. Reply to this thread with the answers to these 3 questions:

Name any difficulties in platform getting started or navigation process, if any?
  • PLATFORM WAS BRIGHT FOR ME, WOULD HAVE LIKED TO SEE  A DAY/DARK MODE BUTTON NEAR THE ANNOUNCEMENT BUTTON FOR EASY REACH
  • ONCE LOGGED IN CANT SEE THE HELP BUTTON

What features you would be using day-to-day and why?
THE Bitsgap PORTFOLIO WOULD BE MY DAY TO DAY FEATURE BECAUSE I GET TO SEE AND MONITOR EVERYTHING UNDER ONE ROOF WITHOUT CHECKING DIFFERENT EXCHANGES BUT THE ARBITRAGE FEATURE IS EQUALLY GOOD IF YOUR INTEREST IS INTO THIS TYPE OF TRADING


What is missing to become a 10/10 cryptocurrency platform? (In your opinion)
I JUST GOT TO USE YOUR SERVICES NOT SURE HOW EFFECTIVE THE TICKET SYSTEM IS BUT I WOULD PREFER TO SEE LIVE SUPPORT...BUT THEN AGAIN THIS SHOULD SAY THERE ARE LESS TO NON FLAWS WITH THE PLATFORM

4. BTC wallet: 1JiScETbopGwSMYG7gYdei2e5iEo6kcg43

5.  Bitsgap user ID: DF161DC
802  Economy / Games and rounds / Re: 💰Write a spoof review of traditional money to win Bitcoin with Cloudbet! 💰 on: December 05, 2018, 10:39:11 AM
guess 12 wins it Cry
803  Economy / Games and rounds / Re: 💰Write a spoof review of traditional money to win Bitcoin with Cloudbet! 💰 on: December 05, 2018, 10:18:53 AM
The raffle will be won by the person who's ticket matches the last two digits of the height of the next Bitcoin block that's mined!  Shocked

Keep refreshing!  Grin
will the winning probability be the same for everybody  Huh
804  Economy / Games and rounds / Re: ⚽🏆 Cloudbet's Super 6 Soccer Predictor Competition - Free Entry - Win BTC! 🏆⚽ on: December 04, 2018, 01:17:27 AM
Chelsea v Man City 1-2
Leicester v Tottenham 0-2
Espanyol v Barcelona 0-3
At. Madrid v Alaves 2-0
Hertha v Eintract 1-0
Juventus v Int. Milan 1-0
805  Economy / Games and rounds / Re: 💰Write a spoof review of traditional money to win Bitcoin with Cloudbet! 💰 on: December 04, 2018, 01:10:41 AM


Product: Wire transfer

Stars: 1

Review: Being a time traveler from the 1600s era, I find Wire transfers very disappointing to use as this method is

nowhere near perfect to use as money transfers are not instant like I expected.. if anything this should be categorized as false advertisement!

 For this reason, I give this product 1 ⭐ because I hate it and the zero ⭐ isn't an option. Don't fall for the low fees its a trap!
806  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ☑☑☑[ANN][BSD] BitSend - online since 2014 - Bittrex - Litebit.eu on: November 29, 2018, 09:35:29 AM
Just in case others are still facing difficulties in getting their private keys from the bitsend android wallet, you can follow instructions from here https://github.com/LIMXTEC/bitsend-android-wallet/blob/master/wallet/README.recover basically just to get some necessary files but the method described below is meant to simplify the whole process and put this topic to bed. IN THIS METHOD WE SHALL USE THE SEED TO RETRIEVE YOUR BSD PRIVATE KEYS USING YOUR PC [WINDOWS USERS W10]

FIRST THE MOBILE DEVICE PART
1. First and foremost, backup your wallet from your Bitsend Android Wallet
Code:
## Menu(3 DOTS) > Safety > Back up wallet
## Enter a password and transfer the backup file to your desired email (and save file to your pc)

the easy part is done Grin

SECONDLY THE PC PROCESS
REQUIRED:
  • An internet connection
  • OpenSSL
  • Apache Maven
  • Java jdk
  • And most importantly bitsendj


1. Download bitsendj, OpenSSL, Apache Maven and Java jdk
Code:
https://github.com/LIMXTEC/bitsendj.git
https://www.openssl.org/
https://maven.apache.org/
https://www.oracle.com/technetwork/java/javase/downloads/index.html
**Remember to extract the first 3 downloaded files to your LOCAL DISK or C DRIVE**

NB: to use bitsendj, OpenSSL, Apache Maven you will need to configure your "environment variables" which you can get to by following the root Control Panel\System and Security\System or simply copy and paste the string into your file explorer bar and hit enter and when you are here... on your left you should see "advanced system settings" which you must click. Next go to the advanced tab and then at the bottom of the same window you should see "environment variables",click that  Cheesy

FOR EASE OF USE I RENAMED MY 3 FILES i.e bitsendj, openssl, apache-maven TO THEIR SHORT FORM TO SIMPLIFY THEM

2. Adding the OpenSSL Variable
Code:
Using environment variables add a "user variable" and "system variable"
USER VARIBLE ENTRY
[li]Varible Name: OPENSSL_CONF [/li]
[li]Varible Value: C:\OpenSSL\bin\openssl.cnf [/li]

SYSTEM VARIBLE ENTRY
[li]ADD NEW PATH: should look like this > C:\openssl\bin [/li]

3. Adding the Apache Maven Variable
Code:
Using environment variables add a "user variable" and "system variable"
USER VARIBLE ENTRY
[li]Varible Name: MAVEN_HOME [/li]
[li]Varible Value: paste Apache Maven file path here eg C:\apache-maven [/li]


4.  Adding the Java jdk Variable
Code:
Using environment variables add a "user variable" and "system variable"
USER VARIBLE ENTRY
[li]Varible Name: JAVA_HOME [/li]
[li]Varible Value: paste jdk file path here eg C:\Program Files\Java\jdk1.8.0_191 [/li]

SYSTEM VARIBLE ENTRY
[li]Varible Name: JAVA_HOME [/li]
[li]Varible Value: paste jdk file path here eg C:\Program Files\Java\jdk1.8.0_191 [/li]

To test if everything is working we test if openssl variable is correctly setup
open cmd(command prompt)
and type openssl which should output OpenSSL
then press ctrl + c to go back
this time type in mvn -v which should display maven version, java version and your OS version

We are done with "environment variables"

LASTLY DECRYPTING YOUR WALLET
Using command prompt type in cd C:\bitsendj\tools hit enter should output c:\bitsendj\tools in a new line
type wallet-tool which will start to install the program and note this takes some time (5-15 minutes)
while this goes on in the back ground add you bisend backup file to the bitsendj\tools folder and for conveincy rename it.
when you see something like below CMD is done installing our wallet-tool and we can proceed to next step


PASTE THE CODE BELOW AFTER C:\bitsendj\tools
Code:
openssl enc -d -aes-256-cbc -a -in YOUR_LOCKED_WALLET_FILE_NAME > bitsend-wallet-decrypted-backup

## Now Enter the password of your backup REMEMBER YOUR PASSWORD won't BE VISIBLE AS YOU ENTER IT
OPEN THE DECRYPTED WALLET FILE WITH NOTEPAD AND IF DONE RIGHT YOU WILL SEE "org.bitsend.production" and Mnemonic of about 12 words along with other unreadable characters


2. Extract the seed and private keys
using your seed phrase(Mnemonic) use https://iancoleman.io/bip39/ or https://www.coinomi.com/recovery-phrase-tool.html to get your private key. Follow the illustrations below for the final step to get your private keys



---------------------------

YOUR WALLET ADDRESSES AND THEIR PRIVATE KEYS WILL BE SHOWN HERE

ENJOY
807  Economy / Games and rounds / Re: ⚽🏆 Cloudbet's Super 6 Soccer Predictor Competition - Free Entry - Win BTC! 🏆⚽ on: November 27, 2018, 05:44:36 PM
Arsenal v Tottenham 1:2
Liverpool v Everton 2:0
Real Madrid v Valencia 2:1
Barcelona v Villareal 2:1
Leipzig v Monchengladbach 1:1
Fiorentina v Juventus 0:2
808  Economy / Marketplace / BE IN THE KNOW WITH BTC🏁🚩 ACCELERATORS 🚩🏁 on: November 21, 2018, 05:43:40 PM
My coins got stuck for several hours today without realizing it because I was not worried of my bitcoin transaction taking so long, but since it happened to me after a long time I thought this could help someone out there.
Might be old news for some but this could be of help to someone out there, good luck.
Possible answers to your problems is using an accelerator, and some of the popularly used accelerators are listed below:



BETTER YET TRY USING SEGWIT WALLETS


AND SINCE BLOCKCHAIN.INFO CHANGED DOMAINS IS THERE ANOTHER WAY OF GETTING THE HEX OF A TRANSACTION AS ?format=hex NO LONGER WORKS, want to TRY THE REBROADCAST METHOD IF ACCELERATOR SLOTS ARE TAKEN 🙂

MODS in case this is in wrong thread please move it

809  Economy / Auctions / Re: I’ll rent this FULL MEMBER account for 30 days. on: November 20, 2018, 05:31:54 AM
Sorry mate, there's no answer to that. You kind of F*cked up. You shouldn't have rented your account because that is kind of against the rule. Better safe than never.

Honestly, I hadn't known about such a rule.
This line was better expected from us not a FM, unless you bought this account for you not to know the rules.

Ignorance is no excuse Buddy.
810  Economy / Service Announcements / Re: [SetupMasternodes.com] Crypto Dragon's Support you with Setup & Troubleshooting on: November 20, 2018, 05:24:43 AM
We launched our first Signature Campaign!
https://bitcointalk.org/index.php?topic=5067759.0

If you participated and have any questions, send me a pm or FrankWatson

Spreadsheet here:
https://docs.google.com/spreadsheets/d/1UQx-AtrpbAvMPZ1G1LRs-c_S9a1BVyZyjDg4FoefU3c/edit?usp=sharing

Want to participate? Be on the look out for the next update released on this forum
APPEALING FOR ANOTHER POST AUDIT
Sorry couldn't post this anywhere else as Sig thread is locked, but in the meantime I would like an appeal on low payment received this morning as my posts were within the rules of the signature and strongly believe that if this goes on will be encouraging spam!

If I make ~35 posts and only get paid for 10 of them then that's encouraging me to post double that number in a week which to be honest will lead to spam, which is against forum rules.
811  Other / Meta / Re: Cyrus! Account Stolen(Signatue provided) on: November 19, 2018, 09:44:16 PM
OP you can still had some hope to recover your accounts once admin will begin to implement and develop the new way to recover account. Just wait for now because it is still in the process and posted here by theymos https://bitcointalk.org/index.php?topic=497545.0 (Recovering hacked accounts or accounts with lost passwords). For now, just use your alt accounts to get an update with the forum and for cryptocurrency discussions. I bet you can have a good information here especially the new trends. Bitcointalk.org is created by Satoshi an individual known to be the founder or creator of bitcoin whose Identity is not revealed.

Besides you can rank up again OP using this account. Since you were here in this forum ahead of us then you can shared great ideas and information about cryptocurrency. Good luck OP hope you can still recover your account before theymos will implement the new ways of recovering account in this forum.
Sorry temptation was just too high but don't you think you are over spilling the beans here seeing OP has done everything right on how to recover an account  Roll Eyes

Stop trying too hard , be natural Wink
812  Economy / Games and rounds / Re: ⚽🏆 Cloudbet's Super 6 Soccer Predictor Competition - Free Entry - Win BTC! 🏆⚽ on: November 19, 2018, 11:18:22 AM
West Ham v Man City - 0:2
Tottenham v Chelsea - 0:1
Atlético Madrid v Barcelona - 1:1
Sevilla v Valladolid - 2:0
Mainz v Dortmund - 1:2
Lazio v AC Milan - 0:0
813  Economy / Trading Discussion / Re: HODL is not advisable! on: November 19, 2018, 10:21:29 AM
In my very own experienced there is no good outcome when you HODL too much.
First of all do you know what HODL means?
HODL is used when referring to hold the cryptocurrency rather than selling it.
Holding cryptocurrency is no good because it means you don’t have a knowledge about trading, for me, you can do scalping trading and increase your holding by it and gain profit.
I suggest that all in the Crypto community must learn the basic trading fundamentals. There are free tutorials anywhere. Don’t be lazy, think big.
HODLing (holding) cryptos is not exclusive to trading or people with knowledge about trading !

AFAIK we can HODL coins because market price is low or no suitable exchanges are available at that pointing time, sometimes we might have bought coins at a high price and the coin price could have dipped along the way and only way to recover our invested money is to hodl and later break even. Holding kicks in which different circumstances.
814  Alternate cryptocurrencies / Altcoin Discussion / Re: How can we protect ourselves from scam? on: November 18, 2018, 03:40:14 PM
The crypto world is so vast and they are interest from all continents of the world. Some investors / projects came with good intentions to make the world a better place while some to defraud investors and projects founder. Can we have a better way correct scam and lapses?
We have seen cheap scams of people just using identities of others to scam which seems to have been busted as we have learnt how to do background checks to stop this scam, which is why I prefer projects that do video AMA to prove they are real and know what they are doing!

One other way is to ensure a projects white paper isn't just some copy past from other projects which is usually the first sign of a scam.
815  Economy / Services / Re: [Hiring] GFX Designer/Community Managers/Marketing Personnel on: November 18, 2018, 07:57:58 AM
Despite the green trust which shouldn't really mean anything... are you going to escrow funds for successful applicants?
816  Alternate cryptocurrencies / Speculation (Altcoins) / Re: Will Ethereum be more stable in the future? on: November 18, 2018, 04:32:00 AM
When you speak of stable just what do you mean? If you got to experience how it was like back then when every week/day coins like bitcoin could lose or gain over $500 on average.. then today's price movements can be appreciated because this is the only time prices have stabilized after a long time. And for coins like eth it's interesting to see that it doesn't lose much in a time of a bear run despite being interlinked with other crypto changes.

817  Economy / Speculation / Re: Reason Why BTC will Dump to 2.5K$ on: November 17, 2018, 09:06:16 PM
If Mining BTC Even with free electricity cannot pay the mining equipment in a year, that will be the doomsday of BTC, 2000$-2500$ is the limit.
If you don't keep a positive mind about crypto this will contribute to bringing the price down but I think we have a lot of lurkers waiting to jump on the boat as they coins are much more  affordable...so no need to panic we ain't going that low!
818  Economy / Trading Discussion / Re: Trading platforms are growing but what about investors ? on: November 17, 2018, 05:57:58 PM
Having more exchanges doesn't mean more investors, as I understand that crypto is built on the concept of decentralization so this is the idea of the increasing exchanges. But what will separate these exchanges and help bring more investors is their reputation and security measures put in place.
819  Economy / Games and rounds / Re: ⚽🏆 Cloudbet's Super 6 Soccer Predictor Competition - Free Entry - Win BTC! 🏆⚽ on: November 17, 2018, 12:29:32 PM
Just going through the entries to see if any of us either guessed the right match winners or were spot on with the match result, and it looks like its a confirmed miss! With a result like yesterdays, just wondering what was the price of the Netherlands to beat our world cup winners such that no one dared to pick them... Lambo odds maybe  Cry Time to soldier on and Hope for better results!

820  Economy / Speculation / Re: Should we wait for a big drop in BTC? on: November 16, 2018, 07:55:15 PM
Friends, analysts fear the further and largest decline in Bitcoin. Can it reach the mark below 5000, what do you think?
Crypto is now on the world stage and while others choose  to leave or dump, remember others are ready to pick up cheap coins...I guess support is there which won't drive the price that low.

And the problem I have with these so called analysts, is they are self proclaimed experts that make assumptions which are never accurate.
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!