Pages:
Author

Topic: ☑☑☑[ANN][BSD] BitSend - online since 2014 [ Core 0.17++] - page 29. (Read 384641 times)

sr. member
Activity: 924
Merit: 260
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 .


This. I figured it out long ago on how to do it. I'm glad someone like you posts instructional steps like this. FYI, there are many multi-coin wallets that can import your Bitsend private keys. For me, it is quite convenient. Syncing is quite fast too.
legendary
Activity: 3276
Merit: 2442
This coin's price was $2 at one point and it was only a few weeks after I joined the airdrop. It is 28x down from that all time high price now. It will come close or even go beyond that price with the next bull run and make many people happy. Just keep holding and buy if you have any spare cash.
And what makes you whink that?
In reality the coin is pretty dead - no development at all for years, no plans, nor ideas, like thousands other projects. Airdrop finished and that's all - finita la comedia.
If it will go up - only because some fools during bull run will buy another useless coins in an attempt to get rich. But there are a lot of other shitcoins for the same purpose.

You have a point.

Almost all altcoins are same though. Other than a few, almost none of them have any real development going on.

What makes BSD different than others? I am sure its dev will come up with some other campaign or some new tech to attract more people. It'll be a shame to leave this project.

BSD is being traded on Bittrex which is a mid size exchange. Not every one has that chance. With the right touches it can make its way to the bigger exchanges like poloniex too.
member
Activity: 893
Merit: 43
Random coins :)
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
full member
Activity: 728
Merit: 106
This coin's price was $2 at one point and it was only a few weeks after I joined the airdrop. It is 28x down from that all time high price now. It will come close or even go beyond that price with the next bull run and make many people happy. Just keep holding and buy if you have any spare cash.
And what makes you whink that?
In reality the coin is pretty dead - no development at all for years, no plans, nor ideas, like thousands other projects. Airdrop finished and that's all - finita la comedia.
If it will go up - only because some fools during bull run will buy another useless coins in an attempt to get rich. But there are a lot of other shitcoins for the same purpose.
sr. member
Activity: 1022
Merit: 391

Last week i received 9 bsd, and today i received 8 bsd.... This looks like a sort of countdown....

Does this means that we will have 7 more weeks of airdrop?

Thanks for the long lasting airdrop campaign i've ever seen!

The team has not yet made a final decision on this topic, although the question has been raised several times.

In the last few months many BSD have been "spared" for the airdrop because many users have been excluded from it, from the 1000 users reached, as they didn't respect rules and requirements .... therefore the team could also decide to extend again for some month the final airdrop, to get to hit the number of BSD initially planned.

We have to wait and hope.
Meanwhile, I thank Limx Dev and team for the best airdrop here in Bitcointalk!
member
Activity: 156
Merit: 15
This coin's price was $2 at one point and it was only a few weeks after I joined the airdrop. It is 28x down from that all time high price now. It will come close or even go beyond that price with the next bull run and make many people happy. Just keep holding and buy if you have any spare cash.
Please think different. Falling down 28x from all time high also means that investors have chance to increase their balance with x-time increases. I don't say that investors can get 28x increases with their investment in Burdens, but the price of Bitsend is so good to think seriously of investing into the coin, at the moment. Chance like this does not occur too often in our lives.
legendary
Activity: 3276
Merit: 2442
This coin's price was $2 at one point and it was only a few weeks after I joined the airdrop. It is 28x down from that all time high price now. It will come close or even go beyond that price with the next bull run and make many people happy. Just keep holding and buy if you have any spare cash.
member
Activity: 274
Merit: 26

Last week i received 9 bsd, and today i received 8 bsd.... This looks like a sort of countdown....

Does this means that we will have 7 more weeks of airdrop?

Thanks for the long lasting airdrop campaign i've ever seen!
I did not know which rules to join the airdrop that has lasted some years, but it is amazing long airdrop. And users even don't have to were avatar or signature of Bitsend to join it's airdrop. The Bitsend team, in fact, generously distributed their coins to community, totally free even when Bitsend price reached highs in 2017, they always kept their promises.
newbie
Activity: 95
Merit: 0
Airdrop stops next monday!
Are they planning to do some PR or marketing posts??
Countdown website?
I haven't seen any plans about whats the future for BSD
hero member
Activity: 1442
Merit: 578

Last week i received 9 bsd, and today i received 8 bsd.... This looks like a sort of countdown....

Does this means that we will have 7 more weeks of airdrop?

Thanks for the long lasting airdrop campaign i've ever seen!
hero member
Activity: 1316
Merit: 514
There did you see that number? (Giving away 100,000 BSD everyweek)

I tought the airdrod amount was something about 10k bsd per week... Not 100k.

Can you give the source of that info or it's just a typo error?

Thanks


Yeah it was 10,000 not 100,000 BSD Cheesy mistakenly added extra zeroes on my post.

I understand if the dev doesn't want to share anything about AirDrop because of the latest ban problem.
Question for all BSD holders, what is your next step? What do you expect after Airdrop ends?
The recent unfortunate ban of Limx Dev did not come from airdrop weekly reports. It actually come from mistakes of Limx Dev in the past, many years ago. However, the Limx Dev has good history, good contributions in the forum, then he fortunately had a second chance from forum mod to come back. For my plan with Bitsend (I bought them, not received them from airdrop), I will keep holding them till next bull run. In fact, I took profits with last run of Bitsend, buy them back at a bit cheaper price days later.

For as long as we receive the airdrop i got no problem having no weekly airdrop report. Next coming monday next week is probably the last week of BSD airdrop and it was really good while it last.

member
Activity: 300
Merit: 93
I understand if the dev doesn't want to share anything about AirDrop because of the latest ban problem.
Question for all BSD holders, what is your next step? What do you expect after Airdrop ends?
The recent unfortunate ban of Limx Dev did not come from airdrop weekly reports. It actually come from mistakes of Limx Dev in the past, many years ago. However, the Limx Dev has good history, good contributions in the forum, then he fortunately had a second chance from forum mod to come back. For my plan with Bitsend (I bought them, not received them from airdrop), I will keep holding them till next bull run. In fact, I took profits with last run of Bitsend, buy them back at a bit cheaper price days later.
hero member
Activity: 1442
Merit: 578
3 years, really big airdrop.
Quote
The Airdrop will run from the 25.04.2016 to the 22.04.2019

Last Monday receive 9 BSD, not usually 10. Earlier this was some more detailed about distribution and funds in the community wallet. I would like to read how it looks now.
I understand if the dev doesn't want to share anything about AirDrop because of the latest ban problem.
Question for all BSD holders, what is your next step? What do you expect after Airdrop ends?

I can expect a big pump after the airdrop, Giving away 100,000 BSD everyweek can put alot of pressure in the buy support. so lets just keep holding our precious BSD coins from the airdrop, this could be worth a fortune in the next bull run

There did you see that number? (Giving away 100,000 BSD everyweek)

I tought the airdrod amount was something about 10k bsd per week... Not 100k.

Can you give the source of that info or it's just a typo error?

Thanks
copper member
Activity: 2324
Merit: 1348
New #BlockDX Coin ANN #BSD can now be traded on Block DX #Decentralized Exchange + $BSD is now ready for cross-blockchain #dApps with new #Blocknet integration! @bit_send
offers security payment for all. Find out more and get Block DX here: https://blocknet.co/bitsend/about/


BSD is now ready for cross-chain dapps with the Blocknet Protocol and can be traded on Block DX!



You can read more about Blocknet, the Blocknet Protocol, and Block DX here: https://blocknet.co/block-dx/

And check out the BSD hub page: https://blocknet.co/bitsend/about/


Check out this video that shows how to set up Block DX in 5 mins and a trading time of 10 seconds. https://www.youtube.com/watch?v=6QcyazmnXws … Set up Guide here: https://docs.blocknet.co/blockdx/introduction/

Thank you for the listing there!

Best Regards Christian
hero member
Activity: 1316
Merit: 514
3 years, really big airdrop.
Quote
The Airdrop will run from the 25.04.2016 to the 22.04.2019

Last Monday receive 9 BSD, not usually 10. Earlier this was some more detailed about distribution and funds in the community wallet. I would like to read how it looks now.
I understand if the dev doesn't want to share anything about AirDrop because of the latest ban problem.
Question for all BSD holders, what is your next step? What do you expect after Airdrop ends?

I can expect a big pump after the airdrop, Giving away 10,000 BSD everyweek can put alot of pressure in the buy support. so lets just keep holding our precious BSD coins from the airdrop, this could be worth a fortune in the next bull run
hero member
Activity: 771
Merit: 521
New #BlockDX Coin ANN #BSD can now be traded on Block DX #Decentralized Exchange + $BSD is now ready for cross-blockchain #dApps with new #Blocknet integration! @bit_send
offers security payment for all. Find out more and get Block DX here: https://blocknet.co/bitsend/about/


BSD is now ready for cross-chain dapps with the Blocknet Protocol and can be traded on Block DX!



You can read more about Blocknet, the Blocknet Protocol, and Block DX here: https://blocknet.co/block-dx/

And check out the BSD hub page: https://blocknet.co/bitsend/about/


Check out this video that shows how to set up Block DX in 5 mins and a trading time of 10 seconds. https://www.youtube.com/watch?v=6QcyazmnXws … Set up Guide here: https://docs.blocknet.co/blockdx/introduction/
legendary
Activity: 2422
Merit: 1083
Leading Crypto Sports Betting & Casino Platform
How many weeks we left for the airdrop? My memory tells me there should be 1 or 2 rounds more. What's the plan after? Will there be any other campaigns exclusive to forum members? (not necessarily airdrops)

Probably it will last until last week of April with a follow up of one big airdrop (I hope so)  to all participants who join and finish the airdrop race.

After April i probably missed the occasional weekly airdrop from BSD and no more free meal every week. But overall its been a nice run and the airdrop was done with utmost transparency.

3 years, really big airdrop.
Quote
The Airdrop will run from the 25.04.2016 to the 22.04.2019

Last Monday receive 9 BSD, not usually 10. Earlier this was some more detailed about distribution and funds in the community wallet. I would like to read how it looks now.
I understand if the dev doesn't want to share anything about AirDrop because of the latest ban problem.
Question for all BSD holders, what is your next step? What do you expect after Airdrop ends?

Life goes on. I guess.  Tongue
We already benefited from their very long airdrop program and we are very grateful for that.
We didn't even have to wear avatar or personal text in that matter.
So thank you very much BitSend team! Have a good journey here in crypto.

yeah, true that bro, the airdrop has really come a long way and what else can I say, just like you said, all we can say is thank you to the bitsend team, they were really generous on this one, soon the drop will come to an end I guess, and am here to show my heart felt appreciation to the team for choosing me among the lucky ones in the first place, for being true to their word and I really wish them great luck in the Crypto space and outside crypto as well
hero member
Activity: 2744
Merit: 588
How many weeks we left for the airdrop? My memory tells me there should be 1 or 2 rounds more. What's the plan after? Will there be any other campaigns exclusive to forum members? (not necessarily airdrops)

Probably it will last until last week of April with a follow up of one big airdrop (I hope so)  to all participants who join and finish the airdrop race.

After April i probably missed the occasional weekly airdrop from BSD and no more free meal every week. But overall its been a nice run and the airdrop was done with utmost transparency.

3 years, really big airdrop.
Quote
The Airdrop will run from the 25.04.2016 to the 22.04.2019

Last Monday receive 9 BSD, not usually 10. Earlier this was some more detailed about distribution and funds in the community wallet. I would like to read how it looks now.
I understand if the dev doesn't want to share anything about AirDrop because of the latest ban problem.
Question for all BSD holders, what is your next step? What do you expect after Airdrop ends?

Life goes on. I guess.  Tongue
We already benefited from their very long airdrop program and we are very grateful for that.
We didn't even have to wear avatar or personal text in that matter.
So thank you very much BitSend team! Have a good journey here in crypto.
legendary
Activity: 3472
Merit: 3507
Crypto Swap Exchange
How many weeks we left for the airdrop? My memory tells me there should be 1 or 2 rounds more. What's the plan after? Will there be any other campaigns exclusive to forum members? (not necessarily airdrops)

Probably it will last until last week of April with a follow up of one big airdrop (I hope so)  to all participants who join and finish the airdrop race.

After April i probably missed the occasional weekly airdrop from BSD and no more free meal every week. But overall its been a nice run and the airdrop was done with utmost transparency.

3 years, really big airdrop.
Quote
The Airdrop will run from the 25.04.2016 to the 22.04.2019

Last Monday receive 9 BSD, not usually 10. Earlier this was some more detailed about distribution and funds in the community wallet. I would like to read how it looks now.
I understand if the dev doesn't want to share anything about AirDrop because of the latest ban problem.
Question for all BSD holders, what is your next step? What do you expect after Airdrop ends?
staff
Activity: 3472
Merit: 4111
Crypto Swap Exchange
The site does not work! Why? Where to download the latest version of the wallet? Why are you running a project like this ?! Cry
The site work fine -> https://bitsend.cc
You can download wallet directly from github -> https://github.com/LIMXTEC/BitSend/releases
Pages:
Jump to: