Bitcoin Forum
May 04, 2024, 12:42:20 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 »
1  Economy / Service Announcements / Re: [ANN] bitaddress.org Safe JavaScript Bitcoin address/private key on: March 12, 2021, 09:38:13 AM
thank you for your reply. i've been looking and i think when brainwallet was implemented for first time, it already had sha256 algoritm. there's any chance of earlier versions generating different adresses with brainwallet?

I do not think that's possible. The latest version generates the same wallet address for me as the earliest version.
2  Economy / Service Announcements / Re: [ANN] bitaddress.org Safe JavaScript Bitcoin address/private key on: March 11, 2021, 09:50:39 AM
i have a problem, i did create a brainwallet with one of the first versions back at 2011, how can i get that versions with sha1? please i need help.

Try these:
https://web.archive.org/web/20180127120411/https://www.bitaddress.org/bitaddress.org-v2.0-SHA1-c0300a88d2de421106560185e4916f4eee6ed9df.html

https://web.archive.org/web/20150513081028/https://brainwallet.org/
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] LiteBar (LTB) - Reborn on: September 18, 2017, 06:05:43 PM
wow.
LiteBar Network Hashrate: 2.20 TH/s

I hope they aren't planning on moving their LTB's anytime soon.
they jacked the difficulty up to 1,629.8466
nobody is going to be finding a block anytime soon - unless they can through 2 TH/s on it.

What about BCH difficulty adjustment mechanism, can be the same implemented in LTB?
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: |ANN| |SPEEDCASH| |X13| Fast, Private, Secure, Untraceable and Decentralized on: April 12, 2017, 09:08:20 AM
Found specification mismatch:



unsigned int nStakeMaxAge = 60 * 60 * 4 * 1;   //4H, stake age of full weight:
5  Alternate cryptocurrencies / Altcoin Discussion / Re: How to work out 'checkpoint of stake modifiers'? on: November 02, 2016, 10:23:07 PM
You need to comment out this check while creating the genesis block

example..
https://github.com/mammix2/boostcoin-core/blob/master/src/main.cpp#L2074-L2075

Then uncomment it once you're up and running

Thank you very much, it helped me a lot.
6  Alternate cryptocurrencies / Altcoin Discussion / Re: How to work out 'checkpoint of stake modifiers'? on: October 31, 2016, 08:15:41 PM
Hi All

Im deving for other coins at the moment, can someone tell me how to work out the 'checkpoint of stake modifier' values within kernel.cpp ?

This is for one of those oh so popular PoS coins at the moment  Wink


Code:
// Hard checkpoints of stake modifiers to ensure they are deterministic
static std::map<int, unsigned int> mapStakeModifierCheckpoints =
    boost::assign::map_list_of
            (     0, 0xfd11f4e7u )
;


Bump! I am interested how to get a Stake Modifier Checksum for the Genesis Block? I got this error:

Code:
ERROR: AddToBlockIndex() : Rejected by stake modifier checkpoint height=0, modifier=0x0000000000000000
ERROR: LoadBlockIndex() : genesis block not accepted
7  Economy / Service Discussion / Re: HybridMixer.com Ponzi? on: October 27, 2016, 09:46:28 PM
Scammer was unmasked: https://bitcointalk.org/index.php?topic=1593764.msg16697211#msg16697211.
8  Economy / Service Discussion / Re: did hybridmixer already turn to scam? on: October 27, 2016, 09:44:28 PM
Scammer was unmasked: https://bitcointalk.org/index.php?topic=1593764.msg16697211#msg16697211.
9  Economy / Scam Accusations / Re: [A Likely SCAM] HybridMixer.com on: October 27, 2016, 09:39:06 PM
Scammer was unmasked: https://bitcointalk.org/index.php?topic=1593764.msg16697211#msg16697211.
10  Economy / Scam Accusations / Re: HybridMixer.com SCAM Investigation on: October 27, 2016, 09:27:51 PM
...

Thanks, updated the top. Next is the work of law enforcement...
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] LiteBar (LTB) - Reborn on: September 05, 2016, 07:36:56 PM
I never tried making a litebard for windows, it's on my loooong list of things to look into, down around the bottom of the list  Wink

If you figure it out, let me know too!

Deal! I will try.
12  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] LiteBar (LTB) - Reborn on: September 05, 2016, 06:35:27 PM
glad to help - it wasn't that long ago when I was pulling my hair out trying to figure it out. several hours of searching the web, and trial and error  Cheesy

Hi, Spidersbox! What about the litebar daemon for Windows, is there also a script for it compilation?  Roll Eyes
13  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] LiteBar (LTB) - Reborn on: August 30, 2016, 06:53:56 PM
Code:
/mnt/mxe/usr/i686-w64-mingw32.static/include/pthread.h
// typedef uintptr_t pthread_t;
// remark it out for litebar

And finally, I did it! Thank you very much, Spidersbox, you helped me a lot.
14  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] LiteBar (LTB) - Reborn on: August 30, 2016, 08:54:57 AM
Anyway - below is a copy of my compile-litebar.sh

It helped. But during the compilation I got an error:

Code:
In file included from /mnt/mxe/usr/i686-w64-mingw32.static/include/db.h:30:0,
                 from /mnt/mxe/usr/i686-w64-mingw32.static/include/db_cxx.h:64,
                 from src/db.h:15,
                 from src/main.h:14,
                 from src/wallet.h:9,
                 from src/init.h:9,
                 from src/qt/bitcoin.cpp:11:
/mnt/mxe/usr/i686-w64-mingw32.static/include/pthread.h:196:19: error: conflicting declaration 'typedef uintptr_t pthread_t'
 typedef uintptr_t pthread_t;
                   ^
In file included from src/bignum.h:13:0,
                 from src/main.h:10,
                 from src/wallet.h:9,
                 from src/init.h:9,
                 from src/qt/bitcoin.cpp:11:
src/util.h:555:16: note: previous declaration as 'typedef void* pthread_t'
 typedef HANDLE pthread_t;
                ^
make: *** [build/bitcoin.o] Error 1

Can you also share a copy of your litebar-qt.pro file? Thanks.
15  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] LiteBar (LTB) - Reborn on: August 29, 2016, 07:55:29 AM
here is a link to darn near perfect, step by step instructions to setup a cross compiler on linux https://bitcointalk.org/index.php?topic=1080289.0

Never been able to compile on windows - tried for several weeks and gave up.

Thank you. I will try it.
Let me know if you have any problems, I might remember how to fix 'em.

p.s. I'll be on vacation next week, so it might be a little while before I can get back to you.

Hi, Spidersbox! Welcome back from your vacation!
I followed these instructions and got stuck in the last step. I have an error:

Code:
./compile-litebar.sh: line 6: i686-w64-mingw32.static-qmake-qt5: command not found
make: Makefile.Release: No such file or directory
make: *** No rule to make target `Makefile.Release'.  Stop.

export PATH=/mnt/mxe/usr/bin:$PATH  -  does not help.

Any idea? Thanks.
16  Economy / Scam Accusations / Re: HybridMixer.com SCAM Investigation on: August 23, 2016, 12:41:55 PM
Kindly move this topic to the right section that you can found here :

https://bitcointalk.org/index.php?board=227.0

It's a new subforum especially for investigations

Sorry, I can't:

Quote
An Error Has Occurred!
The topic or board you are looking for appears to be either missing or off limits to you.
17  Economy / Scam Accusations / Re: HybridMixer.com SCAM Investigation on: August 23, 2016, 07:16:08 AM
What connects the first Wallet Address to the second?

Since they don't generate a new address for each transaction, very likely that they put them manually, so they can link to the different wallets/peoples...
18  Economy / Scam Accusations / Re: HybridMixer.com SCAM Investigation on: August 22, 2016, 10:55:08 PM

Accounts involved in HybridMixer.com SCAM:
|
Nick
|
Date Registered
|
Last Active
|
Ref.
|
Additional Info
|
1|shotev|11.04.2016@06:51:23|20.08.2016|1|nick deres_01|
2|onexti|11.04.2016@06:47:05|24.08.2016|1||
3|bitevil|11.04.2016@06:40:56|19.08.2016|1||
4|sudonayu|11.04.2016@09:29:05|28.08.2016|1||
5|laiyskylone|16.10.2014@20:34:44|24.08.2016|1, 2|nick Deres, front-end developer, firefox uses less ram, crap his pants|
6|Deres|08.04.2015@17:24:03|Still Active|1|nick deres_01, front-end developer, signature designer, firefox uses less ram, crap his pants|

Thanks to Lasergun, scammer was unmasked:

Name: Tkach Ruslan Vasylevych (Ткач Руслан Васильевич)
DOB: 23-June-1993
GitHub: https://github.com/Laiykry (https://github.com/laiyskylone)
E-mail: laiyskylone@gmail.com, deres_01@mail.ru
Skype: deres_01
IP: 91.206.110.xxx
Location: Ukraine, Khersons'ka Oblast', Kherson
Edu: Kherson National Technical University / Automation and Computer Integrated Technologies (09.2009 - 12.2014)
19  Economy / Service Discussion / Re: did hybridmixer already turn to scam? on: August 22, 2016, 09:47:20 PM
If you known any from HybridMixer.com addresses (BTC, LTC, DOGE, ETH & PPC), please post it here, please.
20  Economy / Service Discussion / Re: HybridMixer.com Ponzi? on: August 22, 2016, 09:45:41 PM
If you known any from HybridMixer.com addresses (BTC, LTC, DOGE, ETH & PPC), please post it here, please.
Pages: [1] 2 3 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!