Search content
Sort by

Showing 20 of 50 results by Skyripper
Post
Topic
Board Service Announcements
Re: [ANN] bitaddress.org Safe JavaScript Bitcoin address/private key
by
Skyripper
on 12/03/2021, 09:38:13 UTC
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.
Post
Topic
Board Service Announcements
Merits 1 from 1 user
Re: [ANN] bitaddress.org Safe JavaScript Bitcoin address/private key
by
Skyripper
on 11/03/2021, 09:50:39 UTC
⭐ Merited by vapourminer (1)
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] LiteBar (LTB) - Reborn
by
Skyripper
on 18/09/2017, 18:05:43 UTC
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?
Post
Topic
Board Altcoin Discussion
Re: How to work out 'checkpoint of stake modifiers'?
by
Skyripper
on 02/11/2016, 22:23:07 UTC
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.
Post
Topic
Board Altcoin Discussion
Re: How to work out 'checkpoint of stake modifiers'?
by
Skyripper
on 31/10/2016, 20:15:41 UTC
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 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
Post
Topic
Board Service Discussion
Re: HybridMixer.com Ponzi?
by
Skyripper
on 27/10/2016, 21:46:28 UTC
Post
Topic
Board Service Discussion
Re: did hybridmixer already turn to scam?
by
Skyripper
on 27/10/2016, 21:44:28 UTC
Post
Topic
Board Scam Accusations
Re: [A Likely SCAM] HybridMixer.com
by
Skyripper
on 27/10/2016, 21:39:06 UTC
Post
Topic
Board Scam Accusations
Re: HybridMixer.com SCAM Investigation
by
Skyripper
on 27/10/2016, 21:27:51 UTC
...

Thanks, updated the top. Next is the work of law enforcement...
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] LiteBar (LTB) - Reborn
by
Skyripper
on 05/09/2016, 19:36:56 UTC
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.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] LiteBar (LTB) - Reborn
by
Skyripper
on 05/09/2016, 18:35:27 UTC
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
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] LiteBar (LTB) - Reborn
by
Skyripper
on 30/08/2016, 18:53:56 UTC
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.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] LiteBar (LTB) - Reborn
by
Skyripper
on 30/08/2016, 08:54:57 UTC
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.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] LiteBar (LTB) - Reborn
by
Skyripper
on 29/08/2016, 07:55:29 UTC
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.
Post
Topic
Board Scam Accusations
Re: HybridMixer.com SCAM Investigation
by
Skyripper
on 23/08/2016, 12:41:55 UTC
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.
Post
Topic
Board Scam Accusations
Re: HybridMixer.com SCAM Investigation
by
Skyripper
on 23/08/2016, 07:16:08 UTC
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...
Post
Topic
Board Scam Accusations
Re: HybridMixer.com SCAM Investigation
by
Skyripper
on 22/08/2016, 22:55:08 UTC

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 (Tкaч Pycлaн Bacильeвич)
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)
Post
Topic
Board Service Discussion
Re: did hybridmixer already turn to scam?
by
Skyripper
on 22/08/2016, 21:47:20 UTC
If you known any from HybridMixer.com addresses (BTC, LTC, DOGE, ETH & PPC), please post it here, please.
Post
Topic
Board Service Discussion
Re: HybridMixer.com Ponzi?
by
Skyripper
on 22/08/2016, 21:45:41 UTC
If you known any from HybridMixer.com addresses (BTC, LTC, DOGE, ETH & PPC), please post it here, please.
Post
Topic
Board Scam Accusations
Re: [A Likely SCAM] HybridMixer.com
by
Skyripper
on 22/08/2016, 21:44:06 UTC
Yes. And the same registered time as shotev...

shotev - April 11, 2016, 09:51:23 AM
bitevil - April 11, 2016, 09:40:56 AM

I found the third one - onexti. Date Registered: April 11, 2016, 06:47:05 AM

https://bitcointalk.org/index.php?topic=1589308.msg15961612#msg15961612

By the way, if you known any from HybridMixer.com addresses (BTC, LTC, DOGE, ETH & PPC), please post it here, please.