Bitcoin Forum
April 26, 2024, 08:56:02 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 [276] 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 »
  Print  
Author Topic: ☑☑☑[ANN][BSD] BitSend - online since 2014 [ Core 0.21x]  (Read 384150 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic. (3 posts by 1+ user deleted.)
roosbit
Member
**
Offline Offline

Activity: 891
Merit: 43

Random coins :)


View Profile
April 19, 2019, 09:22:55 AM
Last edit: November 15, 2023, 07:28:35 PM by roosbit
Merited by ePesoInitiative (1)
 #5501

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
1714164962
Hero Member
*
Offline Offline

Posts: 1714164962

View Profile Personal Message (Offline)

Ignore
1714164962
Reply with quote  #2

1714164962
Report to moderator
1714164962
Hero Member
*
Offline Offline

Posts: 1714164962

View Profile Personal Message (Offline)

Ignore
1714164962
Reply with quote  #2

1714164962
Report to moderator
1714164962
Hero Member
*
Offline Offline

Posts: 1714164962

View Profile Personal Message (Offline)

Ignore
1714164962
Reply with quote  #2

1714164962
Report to moderator
Make sure you back up your wallet regularly! Unlike a bank account, nobody can help you if you lose access to your BTC.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714164962
Hero Member
*
Offline Offline

Posts: 1714164962

View Profile Personal Message (Offline)

Ignore
1714164962
Reply with quote  #2

1714164962
Report to moderator
1714164962
Hero Member
*
Offline Offline

Posts: 1714164962

View Profile Personal Message (Offline)

Ignore
1714164962
Reply with quote  #2

1714164962
Report to moderator
mindrust
Legendary
*
Offline Offline

Activity: 3234
Merit: 2417



View Profile
April 19, 2019, 09:50:03 AM
 #5502

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.

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
ePesoInitiative
Sr. Member
****
Offline Offline

Activity: 924
Merit: 260


View Profile
April 19, 2019, 09:18:12 PM
 #5503

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.

pinoycash
Hero Member
*****
Offline Offline

Activity: 1316
Merit: 514



View Profile WWW
April 19, 2019, 11:53:06 PM
Last edit: April 20, 2019, 01:20:58 PM by pinoycash
 #5504

So this coming monday is the last week of BSD airdrop, Am i right? I haven't seen them posting about airdrop details anymore but maybe they can announce that it will really end this month and what's next for BSD after the airdrop.


             ▄▆▆▄
           ▄████████▄
        ▄██████████████▄
     ▄███████      ███████▄
  ▄███████            ███████▄
███████                  ███████
█████▀                    ▀▀██▀
█████
█████                       ▄▆█
█████                   ▆██████
█████                   ████████
  ▀█                   █▀ ▐████
▄                          ▐████
██▆▄▄                    ▄█████
███████                  ███████
  ▀███████            ███████▀
     ▀███████      ███████▀
        ▀██████████████▀
           ▀████████▀

. Graphene Airdrop Coming Soon by Phore .
  █████████████████████████████
███████████████████████████████
████████████████████████████████
████████████████████████████████
████████████████████████████████
████████████████████████████████
█████████               ████████
█████████               ████████
█████████               ████████
█████████               ████████
█████████               ████████
█████████           ▅▆████████▌
█████████     ▅▅▆████████████▌
█████████▆█████████████████████
████████████████████████████████
██████████████████████████████▀
██████████████████████▀▀▀
████████████████▀▀▀
█████████▀▀
█████████
█████████
Rune
Legendary
*
Offline Offline

Activity: 1229
Merit: 1001


View Profile
April 20, 2019, 12:18:06 AM
 #5505

Airdrop was nice hopefully the end f the airdrop will drive some more price increase it is less selling pressure on the markets
rolik2001
Hero Member
*****
Offline Offline

Activity: 1232
Merit: 503


View Profile
April 20, 2019, 04:55:58 AM
 #5506

So this coming monday is the last week of BSD airdrop, Am it right? I haven't seen them posting about airdrop details anymore but maybe they can announce that it will really end this month and what's next for BSD after the airdrop.
Yes, it is the last week and on Monday will be last pay. This info was at their forum bitsend.info, but it was closed.
bspus
Legendary
*
Offline Offline

Activity: 2165
Merit: 1002



View Profile
April 20, 2019, 10:38:51 AM
 #5507

So this coming monday is the last week of BSD airdrop, Am it right? I haven't seen them posting about airdrop details anymore but maybe they can announce that it will really end this month and what's next for BSD after the airdrop.

We have 2 more mondays until april is gone. 22/04 and 29/04.

So hopefully 2 more airdrops

rolik2001
Hero Member
*****
Offline Offline

Activity: 1232
Merit: 503


View Profile
April 20, 2019, 11:04:57 AM
 #5508

So this coming monday is the last week of BSD airdrop, Am it right? I haven't seen them posting about airdrop details anymore but maybe they can announce that it will really end this month and what's next for BSD after the airdrop.

We have 2 more mondays until april is gone. 22/04 and 29/04.

So hopefully 2 more airdrops
Why do you think so? I have asked in russian thread and they say it is the last week.
xandry
Staff
Legendary
*
Offline Offline

Activity: 3430
Merit: 3988


Crypto Swap Exchange


View Profile WWW
April 20, 2019, 02:40:24 PM
 #5509

We have 2 more mondays until april is gone. 22/04 and 29/04.

So hopefully 2 more airdrops
You can find information in this thread:

Start 25.04.2016 End 22.04.2019

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
nimogsm
Hero Member
*****
Offline Offline

Activity: 2688
Merit: 651



View Profile WWW
April 21, 2019, 11:21:54 AM
 #5510

It is a pity that the good will end soon. This was the most honest and good distribution of all time. Thank you to the project.
pinoycash
Hero Member
*****
Offline Offline

Activity: 1316
Merit: 514



View Profile WWW
April 21, 2019, 01:07:19 PM
 #5511

Tomorrow is the last day of BSD airdrop distribution, I have been a member of BSD Airdrop for over a year now and its a sad feeling that there's no more free BSD weekly after tomorrow. But as we move on, I amassed almost 600 BSD and i am very thankful to the whole BSD development team for the opportunity and chance on being part of the longest airdrop in the cryptospace.


             ▄▆▆▄
           ▄████████▄
        ▄██████████████▄
     ▄███████      ███████▄
  ▄███████            ███████▄
███████                  ███████
█████▀                    ▀▀██▀
█████
█████                       ▄▆█
█████                   ▆██████
█████                   ████████
  ▀█                   █▀ ▐████
▄                          ▐████
██▆▄▄                    ▄█████
███████                  ███████
  ▀███████            ███████▀
     ▀███████      ███████▀
        ▀██████████████▀
           ▀████████▀

. Graphene Airdrop Coming Soon by Phore .
  █████████████████████████████
███████████████████████████████
████████████████████████████████
████████████████████████████████
████████████████████████████████
████████████████████████████████
█████████               ████████
█████████               ████████
█████████               ████████
█████████               ████████
█████████               ████████
█████████           ▅▆████████▌
█████████     ▅▅▆████████████▌
█████████▆█████████████████████
████████████████████████████████
██████████████████████████████▀
██████████████████████▀▀▀
████████████████▀▀▀
█████████▀▀
█████████
█████████
Doddolo
Sr. Member
****
Offline Offline

Activity: 586
Merit: 250


View Profile
April 21, 2019, 04:57:51 PM
 #5512

Now that this long airdrop is coming to an end, i want to thank limx dev and all bitsend team for all the bsd i received. I will hold them for the next market rise.
rolik2001
Hero Member
*****
Offline Offline

Activity: 1232
Merit: 503


View Profile
April 21, 2019, 05:46:14 PM
 #5513

Thanks, guys and LIMXDEV for all these years. I have been taking part in your airdrop since April 2016. I will be very happy if you will not leave this coin and will continue to work.
dgcarlosleon
Full Member
***
Offline Offline

Activity: 356
Merit: 118


LEONtheGraphMaster


View Profile WWW
April 22, 2019, 12:39:49 PM
 #5514


__________________________________________________________
__
HAPPY EASTER!

from all of us at #BitsendTeam

Share & Retweet

__________





___ANN Designed by DgCarlosLeon    |   BitSend BSD - 2019
___

🪖 👩🏻‍🚀👨🏻‍🚀🧑🏼‍🚀👩🏻‍🚀👨🏻‍🚀🧑🏼‍🚀👩🏻‍🚀👨🏻‍🚀🧑🏼‍🚀 TROOPERS.ARMY NFT   🌖 IN CRYPTO WE TRUST BTC BTC BTC 👩🏻‍🚀👨🏻‍🚀🧑🏼‍🚀👩🏻‍🚀👨🏻‍🚀🧑🏼‍🚀👩🏻‍🚀👨🏻‍🚀🧑🏼‍🚀🪖
BTCitCore  BTX since 2017 💜 SWAP4.ME P2P BTC since 2019UBTCikalo.pro since 2019
▬▬▬▬▬▬▬▬▬▬▬▬▬▬⚡ I'M LEON The GRAPH MASTER ⚡▬▬▬▬▬▬▬▬▬▬⚡▬▬▬▬▬
Rumhurius
Legendary
*
Offline Offline

Activity: 1672
Merit: 1046


Here we go again


View Profile
April 22, 2019, 11:17:51 PM
 #5515

Tomorrow is the last day of BSD airdrop distribution, I have been a member of BSD Airdrop for over a year now and its a sad feeling that there's no more free BSD weekly after tomorrow. But as we move on, I amassed almost 600 BSD and i am very thankful to the whole BSD development team for the opportunity and chance on being part of the longest airdrop in the cryptospace.
go get a masternode. Pays you 20BSD on a daily basis. not only 10coins a week.
I would consider it a good investment regarding todays prices if you can afford one.
Got my 3rd up n running.
2.5 to be excact , shared the last one with an old friend few days ago.  Grin

examplens
Legendary
*
Offline Offline

Activity: 3262
Merit: 3149


Crypto Swap Exchange


View Profile WWW
April 23, 2019, 08:08:25 AM
 #5516

Tomorrow is the last day of BSD airdrop distribution, I have been a member of BSD Airdrop for over a year now and its a sad feeling that there's no more free BSD weekly after tomorrow. But as we move on, I amassed almost 600 BSD and i am very thankful to the whole BSD development team for the opportunity and chance on being part of the longest airdrop in the cryptospace.
go get a masternode. Pays you 20BSD on a daily basis. not only 10coins a week.
I would consider it a good investment regarding todays prices if you can afford one.
Got my 3rd up n running.
2.5 to be excact , shared the last one with an old friend few days ago.  Grin

He talks about free 10BSD weekly, to run masternode he needs $2000. You have to admit that is a significant difference.

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
Winklevos
Newbie
*
Offline Offline

Activity: 95
Merit: 0


View Profile
April 23, 2019, 10:51:11 AM
 #5517

So the airdrop is now finished?
Please make a official news item or anouncement!
And what are the future plans for bitsend now?
Landak
Hero Member
*****
Offline Offline

Activity: 1386
Merit: 503



View Profile
April 23, 2019, 12:24:53 PM
 #5518

Thank you airdrop BSD for giving me a place to join your airdrop for more than 2 years and introduce more about the BSD project. And it looks like the airdrop has ended this week, but there is no information from the dev about the last payment airdrop hmmm ... i hope there is any news come from the team bsd.

HILIH                                                                                                                                                                 KINTIL
voteformeg
Legendary
*
Offline Offline

Activity: 1932
Merit: 1005


View Profile
April 23, 2019, 04:30:03 PM
 #5519

yeah , only thanks for limx dev (whole team) , this was the best giveaway ever , tanx
pinoycash
Hero Member
*****
Offline Offline

Activity: 1316
Merit: 514



View Profile WWW
April 23, 2019, 05:07:25 PM
 #5520

Tomorrow is the last day of BSD airdrop distribution, I have been a member of BSD Airdrop for over a year now and its a sad feeling that there's no more free BSD weekly after tomorrow. But as we move on, I amassed almost 600 BSD and i am very thankful to the whole BSD development team for the opportunity and chance on being part of the longest airdrop in the cryptospace.
go get a masternode. Pays you 20BSD on a daily basis. not only 10coins a week.
I would consider it a good investment regarding todays prices if you can afford one.
Got my 3rd up n running.
2.5 to be excact , shared the last one with an old friend few days ago.  Grin

If i can find a suitable shared masternode hosting service that listed BSD, i will probably take a high risk route to multiply my current coin.

also i forget to mention almost half of my 600 BSD is stuck in cryptopia and Yes i am stupid enough to store my weekly airdrop in an exchange Cheesy but that how lifes goes one, taking a risk everyday.


             ▄▆▆▄
           ▄████████▄
        ▄██████████████▄
     ▄███████      ███████▄
  ▄███████            ███████▄
███████                  ███████
█████▀                    ▀▀██▀
█████
█████                       ▄▆█
█████                   ▆██████
█████                   ████████
  ▀█                   █▀ ▐████
▄                          ▐████
██▆▄▄                    ▄█████
███████                  ███████
  ▀███████            ███████▀
     ▀███████      ███████▀
        ▀██████████████▀
           ▀████████▀

. Graphene Airdrop Coming Soon by Phore .
  █████████████████████████████
███████████████████████████████
████████████████████████████████
████████████████████████████████
████████████████████████████████
████████████████████████████████
█████████               ████████
█████████               ████████
█████████               ████████
█████████               ████████
█████████               ████████
█████████           ▅▆████████▌
█████████     ▅▅▆████████████▌
█████████▆█████████████████████
████████████████████████████████
██████████████████████████████▀
██████████████████████▀▀▀
████████████████▀▀▀
█████████▀▀
█████████
█████████
Pages: « 1 ... 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 [276] 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!