Bitcoin Forum
May 08, 2024, 05:04:34 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 »
741  Alternate cryptocurrencies / Speculation (Altcoins) / Re: Crypto market in depression on: April 21, 2019, 06:13:49 PM
The crypto market is on a rapid downward spiral and almost all coins including so called good coins are down in prices. Is there any chances the market will recover? In my opinion, it takes the end of the year 2018 to recover the market. What are your views?
Not to alarm the situation as far as I know this is a normal thing with crypto,

its a cycle we shall always experience and from the graph below am seeing us to be in the recovery process.



742  Economy / Gambling discussion / Re: Premier League Prediction Thread (EPL) on: April 21, 2019, 02:05:02 PM
Seeing Manchester United being baptized by Everton am here watching the game with disbelief.... 4 nil down oh my goodness

Did Manchester rush to sign the boss on a permanent job or it's because players are demanding for a raise???
743  Economy / Gambling discussion / Re: why kyc? on: April 21, 2019, 12:37:08 PM
If you guys care about privacy while gambling better re-think before you make a deposit. below you can find a list of casinos which ask/ don't ask for KYC after winning big amounts
I agree with you here.If a casino enforces doing KYC after winning a good amount of money,they should be doing the same before money is being deposited on the account.This is a small gimmick every low graded untrustworthy casino will perform to steal from players as they know people are hesitant towards submitting documents online especially if gambling is not legal in their jurisdiction.

After KYC,there is another gimmick called "Security Procedures" which kinda works the same way.

Just wondering how admins would respond if users ask for admins personal documents after a player/user losing a huge amount Huh Huh Huh Huh
Their logic is : They love anonymity and want all their operations to be anonymous until it comes to paying out huge amounts.Then suddenly they introduce all sorts of new terms and conditions as part of their "standard procedures", "KYC requirements " or "security verification".

I remember FortuneJack took around 3 months to process someone's 0.50 btc withdrawals as they were investigating the win lol
This is quite painful and As far as I know most players that use  these casinos which claim not to have KYC attract players that don't have the required docs like passports and all or are just not willing to put out there personal data out there for fear of misuse of data.
So if problems arise resolving such drags on forever.
744  Economy / Gambling discussion / Re: Premier League Prediction Thread (EPL) on: April 20, 2019, 12:30:28 PM
Son is a beast!  What a run.  Is anybody watching the match?  I think this is gonna be a draw with Tottenham scoring a goal at the second half.
Locked on and that son run got me thinking he might get a goal at the eithad with all this pressure the putting on man city.

Anytime Goal scorer for Son is decent value Smiley
745  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ☑☑☑[ANN][BSD] BitSend - online since 2014 - Bittrex - Litebit.eu on: April 19, 2019, 09:22:55 AM
I have received several requests from other forum members needing help of how to decrypt their wallets and thought of making  an update of my last post of how to get your BITSEND private keys from the bitsend mobile app which can be equally applied to the android bitcoin wallet aka the schildbach wallet though bitcoinj will be needed instead of bitsendj .


TO DECRYPT YOUR BACKUP WALLET TO GET  YOUR BSD PRIVATE KEYS USING YOUR PC [WINDOWS 10 USERS ] YOU WILL NEED:

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

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://sourceforge.net/projects/openssl/
https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.5.2/
https://www.oracle.com/technetwork/java/javaee/downloads/jdk8-downloads-2133151.html (latest jdk versions didnt work for me)
**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 Opening Control Panel then go and click System and Security then click on System. Alternatively copy and paste Control Panel\System and Security\System into your file explorer bar 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 for SIMPLICITY

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

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

3. Adding the Apache Maven Variable Open Control Panel and go to System and Security>System. Alternatively
Code:
Using environment variables add a "user variable" and "system variable"
USER VARIABLE ENTRY
[li]Variable Name: MAVEN_HOME [/li]
[li]Variable Value: C:\apache-maven\bin [/li]


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

SYSTEM VARIABLE ENTRY
[li]Varible Name: JAVA_HOME [/li]
[li]Varible Value: paste jdk file path here eg C:\Program Files\Java\jdk1.8.0_201 [/li]
[b][color=green]add extra line of code as below[/color][/b]
[b]UNDER PATH[/b] in system variables ADD this code C:\Program Files\Java\jdk1.8.0_201\bin

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 WE TEST IF MAVEN IS WORKING
type in mvn -v which should display maven version, java version and your OS version
then PRESS ctrl + c and we test if our java jdk is working
type javac


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 convenience 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
example: openssl enc -d -aes-256-cbc -a -in Bitsend18 > Bitsend18-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

N.B i used https://www.coinomi.com/recovery-phrase-tool.html



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

YOUR WALLET ADDRESSES AND THEIR PRIVATE KEYS WILL BE DISPLAYED AT THE BOTTOM

ENJOY YOUR COINS
746  Alternate cryptocurrencies / Service Discussion (Altcoins) / Re: IS ETHERDELTA SAFE? on: April 18, 2019, 04:24:49 PM
I have been using the decentralized exchange with no problem whatsoever, so based on my experience I would say it's safe.

Better than Forkdelta I think  Roll Eyes
In terms of safety they are pretty much the same
747  Alternate cryptocurrencies / Altcoin Discussion / Re: Important question to Investors!! on: April 17, 2019, 10:27:33 PM
Hey guys. As the title suggests, i've a question to the presale Investors.

Do you invest in Presales?
Yes I do but it depends on the project being probable

Quote
What do you research first in order to invest?

The thing with crypto is that it isn't fool proof but I check for established sponsors/partnerships, any working products, a good track record of the developing team and many other checks....as projects differ from project to project

Quote
What makes the project interesting and worth investing?
usually it's the potential monetary gain but I like to think am supporting the technology Smiley


Quote
I ask all the investors, what makes a coin Perfect!?!

A working platform?

Active devs?

or do you guys see something else too?

Depending on the project these could be good indicators but finding the perfect coin win never happen because they all have flaws but the best option will always exist

Quote
Please let me know, i'm really keen to know such stuff before becoming an investor myself. Thanks. Smiley
Hope my answers were helpful and you are welcome!
748  Economy / Trading Discussion / Re: Tips in Trading on: April 17, 2019, 08:30:40 PM
Something I know works for many , is buy low and sell high but unfortunately this strategy isn't just working because some coins just die without passing initial price and we missing the volatility....I guess on the bright side volatility works in favor of the trader if you think of it.
749  Economy / Service Discussion / Re: Can we get adsene to our crypto blog website? on: April 17, 2019, 07:16:15 PM
Hello crypto!

I have a cryptocurrency blog website and I'm wondering if i can get adsense to my crypto website to show ads on my website and earn through it. Please help. I'm new to adsense also!

Thank you!
Simple answer is yes!

And Adsense being the subject and you are new to this you will need to be approved though I have seen people use abmob for this, good luck.
750  Economy / Service Discussion / Re: Prepaid virtual VISA cards - how bo buy bitcoin on: April 17, 2019, 05:06:27 PM
Hello guys,

I have many prepaid VISA cards on prepaiddigitalsolutions. All got 25 usd. Doesn't got 3d. Tried buying btc from binance but limited amount was 50 usd. So how can i buy btc or other crypto? I live in Turkey btw, no SEPA sadly.
If the limit is 50 dollars and your cards are limited to hold only $25 why not try connect them to your PayPal,payoneer or anything similar and withdraw to your bank then have the the collective amount in one account then buy your crypto from either lbc, cex.io, coinmama or any credible crypto sellers
751  Alternate cryptocurrencies / Altcoin Discussion / Re: Do you guys read daily crypto news? on: April 17, 2019, 07:51:08 AM
I use to read alot of crypto news but not anymore because the news is pretty much about the same topics which is either about regulation, bullish or bearish markets....and am certain that am never left behind & I can easily be brought to speed with the latest happenings.
752  Bitcoin / Bitcoin Discussion / Re: BNB and BTC to be accepted in an auction of luxury property in Australia on: April 17, 2019, 06:43:33 AM
Binance coin (BNB) and Bitcoin (BTC) will be accepted as payment in an auction of luxury property located at 1 Beech Lane, Casuanna, New South Wales (NSW), Australia on 18 April 2019.


Full news article here: https://www.unblock.news/news/bnb-btc-luxury-property-australia
Well it's about time! This is a good move by the Aussie's, and I think this should also open up the auction to more clients. If this turns out to be a success other auctions and businesses will go the crypto way for sure.
753  Alternate cryptocurrencies / Speculation (Altcoins) / Re: Sell bounty token at a loss? on: April 16, 2019, 07:20:32 PM
If you have free Bounty tokens, would you sell at a loss? It can have advantages or disadvantages to sell at a loss: to avoid more loss but also to realises losses.

The thing with bounty tokens we need to accept is some coins have a path of success way before they even hit the market or ICO and then there others that are entirely based on speculation which are the most risky to hodl for a long time and you are better off selling at a loss as price might never match-up to ico price or predicted prices.
From this it's easy to make a decision on which coins you want to hodl long term or short-term or sell instantly.
754  Alternate cryptocurrencies / Altcoin Discussion / Re: You Can't Be Jobless And Be Participating In Bounties on: April 16, 2019, 02:55:40 PM
I like the reasoning behind this as this is just being prudent of what is to come in the uncertain future of crypto. And as far as I know you need resources such as data, a good device and time which all come at a price....and if you are jobless and relying on bounties that is as good as putting all your eggs in one basket, which should be discouraged!
755  Bitcoin / Press / Re: [2019-03-16] India’s Best-Funded Bitcoin Exchange is Running Low on Cash on: April 16, 2019, 02:01:29 PM
Honestly this isn't surprising a single bit because one minute you hear crypto is banned in india and expect these services to flourish....not a chance unless the regulators down there make the business environment conducive then can these exchanges and all remain afloat.
756  Alternate cryptocurrencies / Altcoin Discussion / Re: How far will Litecoin go? on: April 15, 2019, 05:45:25 PM
The problem with these older cryptocoins is that they aren't any different from each other because they provide nothing more than being a payment option...and if this is the reason they exist I don't think litecoin and anything in this group will go far.
757  Economy / Services / Re: [FULL] Microlancer.io Signature Campaign Accepting Jr to Hero *Update* on: April 14, 2019, 07:53:29 PM
guys i just made my first withdraw using lightning network and i must say am super impressed with the speed of sending and receiving coins ,it comes as advertised  Grin

Incase you want to have the same experience check out https://bitlum.io
758  Other / Beginners & Help / Re: How to start learning programming? on: April 14, 2019, 05:43:46 PM
I am very interested in the blockchain technology and I want to find out all about it. As I understand it, it is better to start with the usual programming.
To use the blockchain technology you don't need to be an expert or in this case have some sort of programming expertise to use this tech unless you want to become the next Satosho Nakamto then consider studying computer science.

otherwise java script, python, java, ruby should put you on the right path

Quote
What is the best way for me to start, so that later it is convenient to join the development of the blockchain?
Bitdegree isn't a bad place start off from especially that you get to find some free courses there, then another alternative you can consider is https://www.udemy.com/topic/blockchain/
759  Economy / Trading Discussion / Re: Why you buy Cryptocurrency ? on: April 14, 2019, 08:48:50 AM
Seeing the poll results with investments being the main reason, IMO I honestly think crypto can't be an everyday currency and won't grow unless unless we get to support and use it as an everyday currency.
760  Economy / Marketplace / Re: Do we need blockchain technology? on: April 14, 2019, 04:25:18 AM
Hello everyone.

When I see there are too many ICO and shitcoins on novaexchange. I keep asking myself: do we really need blockchain technology?

In case of Bitcoin. Of course, I agree.
What about ETH? I agree too.

But, have a look at the others on the market. I don't even know why should people use their service. There is no real use in real life.

An ad management system on blockchain? - We already had Google Ads & Facebook Ads.
A social network on blockchain? (steem) - Do we? I don't see anything but a centralized forum hosted on a random hosting using its currency to pay for the writers.

There are too many projects  that we don't really need it on blockchain.

Sometimes, I think there is a black swan (Blockchain is useless in real life) lurking around.
Honestly we should realize that the blockchain is a very powerful technology which is shaping the future of tomorrow, and this technology is bigger than ICOs or exchanges as you put as its been adopted in real life projects that is helping people in so many ways like in the health sector, banking, transport and many others.
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!