Pages:
Author

Topic: [WARNING] Sol Noctis Bull Coin Keys Compromised / Scam - page 4. (Read 4015 times)

legendary
Activity: 2520
Merit: 3238
The Stone the masons rejected was the cornerstone.
Any updates on this?
legendary
Activity: 2662
Merit: 2203
BitcoinPenny.com
Thanks for doing this, LC.

Regards,
Chris
legendary
Activity: 2996
Merit: 1752
Hello everyone,

My update is not much of an update. 

I have had several emails with my contact at Top World Coins which, like the previous Sol Noctis Binary Bull, was the company/distributor that commissioned the coins and distributed them.   They have assured me they are looking into how the coin in question was compromised. 

I learned that the hologram and assembly was done by "another firm" but that is all I know. 

My last reply from TWC was on 07 April. 

I will update here when I hear more from them. 
member
Activity: 493
Merit: 12
EdLEZieDbChBMHJp858568iYuhcKWQNBWbBKeQMuckc9 is represented as ca76964390a3d7b99f0451a0a95a55a2098f9700cf6b0a2369a76b311d60427a in hex, and this is the private key for 13NgxJBSk2bwWd2W4cr4XQqNNQTmyoCM4a.

It looks like Sol Noctis took a private key in hex format and converted it to base58 without any of the necessary preprocessing to generate a WIF-encoded key. The 0x80 mainnet flag is not prepended, nor is the 0x01 flag to denote a compressed public key appended. Lastly the checksum is missing.

Some quick/dirty code follows to generate a proper WIF-encoded key from what you received:

Code:
const crypto = require('crypto');
const bs58 = require('bs58');
let sha256 = crypto.createHash('sha256');

let privkey = bs58.decode('EdLEZieDbChBMHJp858568iYuhcKWQNBWbBKeQMuckc9').toString('hex');
console.log(privkey);
privkey = '80' + privkey + '01';
console.log(privkey);
let hash = sha256.update(Buffer.from(privkey, 'hex')).digest('hex');
console.log(hash);
sha256 = crypto.createHash('sha256');
let hash2 = sha256.update(Buffer.from(hash, 'hex')).digest('hex');
console.log(hash2);
let checksum = hash2.slice(0, 8);
console.log(checksum);
privkey += checksum;
console.log(privkey);
let encoded = bs58.encode(Buffer.from(privkey, 'hex'));
console.log(encoded);

I've swept the key, please provide an address to which you'd like to receive your funds.
I appreciate this cwil.
legendary
Activity: 3458
Merit: 6231
Crypto Swap Exchange
Everyone has been silent as far as I can tell.
The funding on mine is fine, sorry for not reporting. And I assume the code that cwil posted above will work if I ever have to clam it.

With that being said, this is why I have posted a few times about the issues with loaded coins.

Stay safe.

-Dave



full member
Activity: 1211
Merit: 135
Krogothmanhattan alt account
Any further information on this?
legendary
Activity: 2996
Merit: 1752
Bump,
Any update ?

The coin was shipped to Lesbian Cow and arrived per the tracking number. I haven't heard anything else.

Hey guys, what happened to the overage that was sent to that coin? did i miss the explanation? Where did the extra btc go that he sent to that coin?

The extra funds are still sitting in an address the coin creator swept them into on 2/20/20 and haven't moved since.

Hello all,

I have the coin in question and have contacted Top World Coins which is where I originally purchased quite a few of them.  Due to travel and real life business issues occupying my time I did not contact TWC until this weekend just past.  That said, I woke up this morning with a reply from them.  They seem genuinely concerned and are looking into their key generation/funding process.  I have checked all the Sol Nocti I have and they remain funded, I would appreciate it if anyone with a Sol Noctis could check their funding and report back to me.

I will update here when I have more information from TWC.

Cheers!
copper member
Activity: 100
Merit: 18
Bump,
Any update ?

The coin was shipped to Lesbian Cow and arrived per the tracking number. I haven't heard anything else.

Hey guys, what happened to the overage that was sent to that coin? did i miss the explanation? Where did the extra btc go that he sent to that coin?

The extra funds are still sitting in an address the coin creator swept them into on 2/20/20 and haven't moved since.
member
Activity: 107
Merit: 15
Hey guys, what happened to the overage that was sent to that coin? did i miss the explanation? Where did the extra btc go that he sent to that coin?

legendary
Activity: 2114
Merit: 1693
C.D.P.E.M
Bump,
Any update ?
legendary
Activity: 2198
Merit: 1989
฿uy ฿itcoin
Seeing these posts reminds me why I love physical bitcoins and its community.
member
Activity: 365
Merit: 29
Response from topworldcoins...after i linked this thread and explained issue...so the last email.

Hello,

We are responsible for the coins we sell to our buyers and issues with our coins. For others, we can't help, because we don't know how it was purchased.

Kind regards,
Helen

Not a very good PR

imagine the following answer from Ford :
"we are only responsible for the car we sell directly to our clients. For Ford car owners that didn't purchase brand new from us we can't help (even if we fucker up as a car manufacturer) because we don't know how it was purchased"

just my 2 cents



Good analogy guigui. Takata comes to mind. this was my email/response on the 16th:

Hello,
Please, let us know your order number that we can find it on our website.
Kind regards,
Helen

    Hi,
    Please respond to this thread on bitcointalk.org
    https://bitcointalksearch.org/topic/warning-sol-noctis-bull-coin-keys-compromised-scam-5231305
    It is becoming apparent there may be issues with the key generation of the Binary Bulls
    Specifically how to sweep this key.
    public key: 13NgxJBSk2bwWd2W4cr4XQqNNQTmyoCM4a
    private key under hologram: EdLEZieDbChBMHJp858568iYuhcKWQNBWbBKeQMuckc9
    Any explanation will help put the collecting community at ease.

    Thanks.
legendary
Activity: 2114
Merit: 1693
C.D.P.E.M
Response from topworldcoins...after i linked this thread and explained issue...so the last email.

Hello,

We are responsible for the coins we sell to our buyers and issues with our coins. For others, we can't help, because we don't know how it was purchased.

Kind regards,
Helen

Not a very good PR

imagine the following answer from Ford :
"we are only responsible for the car we sell directly to our clients. For Ford car owners that didn't purchase brand new from us we can't help (even if we fucker up as a car manufacturer) because we don't know how it was purchased"

just my 2 cents

legendary
Activity: 2520
Merit: 3238
The Stone the masons rejected was the cornerstone.
Response from topworldcoins...after i linked this thread and explained issue...so the last email.

Hello,

We are responsible for the coins we sell to our buyers and issues with our coins. For others, we can't help, because we don't know how it was purchased.

Kind regards,
Helen
legendary
Activity: 2996
Merit: 1752
I purchased several Binary Bulls last year and gave them out as gifts. One particular coin, I loaded with extra Bitcoin to total 0.015 BTC and gave it to a family member. I just noticed it was swept on Feb 20th, and replaced with 0.001 BTC about 5 minutes later in a separate transaction.

https://www.blockchain.com/btc/address/1Lh975rtt1RwDJ1SHGX8mn1iHwe7kaVfMQ

Has this mystery been solved yet?

It looks like the corrupted private keys have found a solution (congrats ciwil).

And I was talking to @yogg over the phone and he will also code a script to convert the private key back to the normal format (with the covid19 he is some extra free time on his hand  Grin )



I completed the purchase of this coin from snarfbag just today due to my travels and it should be on its way to me shortly.  Once I have it I will look to Top World Coins for some answers.  I will update on this thread as I have more information.
legendary
Activity: 2114
Merit: 1693
C.D.P.E.M
I purchased several Binary Bulls last year and gave them out as gifts. One particular coin, I loaded with extra Bitcoin to total 0.015 BTC and gave it to a family member. I just noticed it was swept on Feb 20th, and replaced with 0.001 BTC about 5 minutes later in a separate transaction.

https://www.blockchain.com/btc/address/1Lh975rtt1RwDJ1SHGX8mn1iHwe7kaVfMQ

Has this mystery been solved yet?

It looks like the corrupted private keys have found a solution (congrats ciwil).

And I was talking to @yogg over the phone and he will also code a script to convert the private key back to the normal format (with the covid19 he is some extra free time on his hand  Grin )

copper member
Activity: 100
Merit: 18
I've swept the key, please provide an address to which you'd like to receive your funds.

Please keep it, it's yours! That is some good work to crack their code. I would not have figured that out. Sweeping my Eagle coin was so simple in comparison.
sr. member
Activity: 1941
Merit: 375
Cryptoshi Blockomoto
Thank you cwil ! great work, really appreciated!  Smiley
legendary
Activity: 1253
Merit: 1203
One mystery solved. Great work cwil. Hopefully this code is easy enough for someone to host somewhere and we can have our own sol noctis bull redeemer page.
member
Activity: 365
Merit: 29
Jinkies, hes cracked it!

Good work cwil.
Pages:
Jump to: