Search content
Sort by

Showing 20 of 22 results by Zellko
Post
Topic
Board Development & Technical Discussion
Looking for an linux (or windows) offline SHA-256 binary calculator
by
Zellko
on 17/06/2018, 17:44:45 UTC
Hello guys,

Do you know any SHA-256 binary hash calculator, like this online one:

https://cryptii.com/hash-function

The goal is to create my own seed from 256 bits generate with a dice, then to the binary sha-256 hash in order to find the last 8 bits (checksum) for my seed.

For obvious security reasons, I want to use a old, offline computer using tails live-cd.

Thanks,
Post
Topic
Board Development & Technical Discussion
Re: Manually generate a mnemonic for ledger nano s
by
Zellko
on 22/05/2018, 17:56:15 UTC
So the process would be:
1. Take your 256 bits of ENT (your coin fips), calculate the SHA256 hash, and then calculate the checksum which is the first 8 bits (256/32) from the hash.
2. Add those 8 bits to the END of your 256 flips, you now have a total of 264 bits
3. Divide into 11 bit chunks, you'll get 24x 11 bit sequences
4. Convert each 11 bit sequence into a decimal number. ie. 10011101101 => 1261
5. Lookup the number in the 2048 word list. NOTE: The list as displayed on GitHub is indexed from 1-2048, but the numbers you are generating are from 0-2047, so you need to add one to your converted decimal number to match the github list... so, 1261 + 1 = 1262 => oval
6. Repeat Steps 4. and 5. until you have converted all 24 chunks into words.

Congrats, you now have a 24 word seed mnemonic generated from coin flips.
Hi again,

Thanks a lot for your clear explanation, it's easier than what I expected. I tried it with an online generated ENT and I was able to generate a valid seed  Smiley

Now let's do it for real with coin flip!



Post
Topic
Board Development & Technical Discussion
Re: Manually generate a mnemonic for ledger nano s
by
Zellko
on 21/05/2018, 18:19:17 UTC
Hello everyone,

Sorry to dig out this topic, but I'm in more or less the same situation than the OP and I'm not able to find a clear, step by step guide how to create a 24 words BIP39 seed.

So, I have a Ledger Nano S, and:
  • I don't want to trust Ledger seed generation. Let's assume that the Ledger could be pre-seeded
  • I also don't want to use seed generator as https://iancoleman.io/bip39 for the same reason

So, I create my Entropy by doing my 256 coins flips, what I have to do next to end-up with a valid 24 words mnemonic ?

Thanks!
Post
Topic
Board Mining (Altcoins)
Re: NPlusMiner - GUI Pool/Algo switching miner with Plus logic (NVidia)
by
Zellko
on 10/04/2018, 20:32:15 UTC
Hello Everyone,

Quick question: How to configure the cryptonight miner ?

When Nplus launch the cryptonight miner, it crash  Undecided

Thanks !

Could you try to copy the command line in the condole window and launch the miner with it. Then you should see if the miner gives any error message.
Note: I do have a xmrig update queued for next version.

The miner was launched, but I add the following error: https://imgur.com/a/a6adT

I'm quite sure it's just the miner configurations, the number of threads/block things...

Nevertheless, I will wait for the updated version Smiley  

I also have another question, is there a way to setup MPH to use Europe stratuum ? I'm mining on the Asian one.
Post
Topic
Board Mining (Altcoins)
Re: NPlusMiner - GUI Pool/Algo switching miner with Plus logic (NVidia)
by
Zellko
on 10/04/2018, 19:00:31 UTC
Hello Everyone,

Quick question: How to configure the cryptonight miner ?

When Nplus launch the cryptonight miner, it crash  Undecided

Thanks !
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Pigeoncoin (PGN) – a cryptocurrency network with a new X16S (shuffle) algo
by
Zellko
on 02/04/2018, 17:01:23 UTC
Hello guys,

The link to the wallet is dead  Wink
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [CHEAT] Cheatcoin - new cryptocurrency
by
Zellko
on 31/12/2017, 21:46:54 UTC
Thanks a lot cheatoshin0 for your hard work.

Happy New Year to everyone.  Smiley

See you all the 5 Jan for the mainnet!  Grin
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [CHEAT] Cheatcoin - new cryptocurrency
by
Zellko
on 25/12/2017, 12:50:43 UTC
It seems to be a fail start. I turned off my node.

My propositions:

1) write pool and miner
2) connections will be allowed only between public ip nodes
3) every public ip node can run a pool
4) every non public ip node can run a miner and connect to a pool
5) restart the system in January with zeroing all balances

Thanks cheatoshin0 for your hard work. I think it's fair to restart the system the 5th Jan.

I will be there to try to mine the first coin  Grin
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [CHEAT] Cheatcoin - new cryptocurrency
by
Zellko
on 24/12/2017, 20:53:14 UTC
Can someone help me ? i am stuck at this point. image attached.
what to do next. i am noob btw. so this can be a very stupid question in itself
https://steemitimages.com/DQmY63n5wLeEVFmLQ4vCX1YoPHPNVj928n1rUS9ppTN2gda/ab.jpg

I think the best is to wait for Dev news, seems that is not working yet. I heard from the Discord there is a mix between mainnet and testnet block, something like that...
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [CHEAT] Cheatcoin - new cryptocurrency
by
Zellko
on 24/12/2017, 20:08:36 UTC
We have only 3 public nodes now and about 300+ nodes in total. This should not work.

52.5.32.68:13654
199.16.31.96:3355
202.97.251.229:13655

Why did you wait so long to publish these ?

Exactly and 24,000,000+ coins already mined.. smelly.

@Cheatoshin: How often the block are generated ? It's a fixed value (like Bitcoin, each 10min)?

EDIT: mistake

@ xibeijan you are right 2^32.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [CHEAT] Cheatcoin - new cryptocurrency
by
Zellko
on 24/12/2017, 11:01:13 UTC
Hello cheatoshin0 & all,

This project look very interessting, I'm looking forward to the launch tonight.  Smiley

Therefore I have some question about mining:

When the main net will be launched and I wil use the command:

Code:
cheatcoin.exe -d -m 1
I will be mining with 1 thread of my CPU, right?

The GPU miner will come later separately ? Or it will be already possible to mine with GPU ?

Thanks!
Post
Topic
Board Mining (Altcoins)
Re: [ANN] FutureBit Moonlander 2: The Most Powerful and Efficient USB Stick Miner!
by
Zellko
on 04/09/2017, 20:05:49 UTC
Hi everyone,

I have the chance to bought 5 of them.

Do you have any recommendation for a USB hub ? It's seems quite difficult to found USB Hub with 1 Amp output in my country, so I will need to bough it on-line so I expect long shipping time, therefore I would like to order it quickly. Is the one shared my Ivymoss is a good choice:

https://www.amazon.com/Plugable-SuperSpeed-Charging-Adapter-Support/dp/B00RM5OF70/ref=sr_1_4?ie=UTF8&qid=1504363970&sr=8-4&keywords=plugable+usb+3.0+hub

@jstefanop: I never used those USB miner, do we need to install driver or something to use them ? Will you release a getting started guide ? 

Thanks!
Post
Topic
Board Mining (Altcoins)
Re: How much do you pay per kw and where are you from? :s
by
Zellko
on 20/08/2017, 10:12:01 UTC
Around 0,25$/kWh, I'm also from Switzerland  Undecided
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] NEW! KangarooBits [KGB] - Fair Launch - YoBit InvestBox - Coinexchange!
by
Zellko
on 17/08/2017, 21:04:13 UTC
Hi everyone,

I downloaded today the wallet and I'm not able to sync it.

I downloaded the .conf files from page 24, put it in "C:\Users\Me\AppData\Roaming\KangaBits" and deleted everything unless wallet.dat but still 0 connections.

What should I put to my .conf file to be able to sync my wallet ?

Thanks  Cheesy

I had a similar problem, 3 days installed a purse .... lol))) (I'm not a hacker and I'm used to automatic installation)
Download the purse-do not delete anything, just add the conf file with this data (they work for me, right now)

this my konf file(change and pass):

rpcuser= !! ADD YOU NAME !!!
rpcpassword=!! ADD YOU PASS !!
daemon=1
server=0
gen=0
listen=1
txindex=1
port=9889
rpcport=9887
rpcallowip=127.0.0.1
addnode=miningpool.thruhere.net:9889
addnode=miningpool2.thruhere.net:9889
addnode=154.16.7.190:9889
addnode=192.169.7.11:9889
addnode=82.223.11.131:9889

Thanks it worked !  Cool
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] NEW! KangarooBits [KGB] - Fair Launch - YoBit InvestBox - Coinexchange!
by
Zellko
on 17/08/2017, 18:49:48 UTC
Hi everyone,

I downloaded today the wallet and I'm not able to sync it.

I downloaded the .conf files from page 24, put it in "C:\Users\Me\AppData\Roaming\KangaBits" and deleted everything unless wallet.dat but still 0 connections.

What should I put to my .conf file to be able to sync my wallet ?

Thanks  Cheesy
Post
Topic
Board Mining (Altcoins)
Re: 1080Ti Specific - Best mining option
by
Zellko
on 12/08/2017, 21:27:28 UTC
Hello 1080ti users  Smiley

Is there big difference between "cheap" 1080ti (like Pallit FE, Asus Turbo) and "expensive" 1080ti (Asus strix, Asus ROG) for mining ?

The cheapest 1080ti that I can found in store is the Asus turbo.

What are you guys mining ?

Thanks

I mine whatever algorithm is paying more when exchanged to bitcoin. At this time there's only 2 algos that work for me. I choose pools where I can auto-exchange to bitcoins.

No idea about the different kind of 1080s. I think the difference might not be that huge. It also depends on what software you use. You will need to do some testing and tweaking.

On some pools you can see statistics from other users, like these:

http://yiimp.ccminer.org/bench?chip=387
http://yiimp.ccminer.org/bench?algo=skein
http://yiimp.ccminer.org/bench?algo=nist5
http://yiimp.ccminer.org/bench?algo=quark
http://yiimp.ccminer.org/bench?algo=x17
http://yiimp.ccminer.org/bench?algo=x11
etc etc

You will need to do some homework. PM me if you need more help.

Thanks for your answer, it's seem that yiimp have some great tools to check Hashrate but also to check profit for each algo.

I will try with that... let's see how it's goes:)

Post
Topic
Board Mining (Altcoins)
Re: 1080Ti Specific - Best mining option
by
Zellko
on 12/08/2017, 20:18:28 UTC
Hello 1080ti users  Smiley

Is there big difference between "cheap" 1080ti (like Pallit FE, Asus Turbo) and "expensive" 1080ti (Asus strix, Asus ROG) for mining ?

The cheapest 1080ti that I can found in store is the Asus turbo.

What are you guys mining ?

Thanks
Post
Topic
Board Announcements (Altcoins)
Re: BiblePay - New Coin Launch - Official Thread
by
Zellko
on 26/07/2017, 18:01:56 UTC
There is already a way to mine with GPU / pool ?  Tongue
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] SweepstakeCoin (SWEEP) - PoW/PoS, TOR, Sweepstake, Upgrade V1.3
by
Zellko
on 04/07/2017, 17:57:51 UTC
Hi everyone,

I downloaded the wallet today, but it's not synching. I have 0 active connexion to the network.

I also tried to put the bootstrap.dat in AppData\Roaming\SweepstakeCoin, I removed everythings except wallet.dat and peers.dat but I still have the issue.

Any idea how to solve it ?

Try to add the following to your sweepstakecoin.conf
default path on Windows is C:\Users\$$YOUR_USER$$\AppData\Roaming\SweepstakeCoin\

Code:
addnode=dguzonnlb7jgt35q.onion:17570
addnode=ewqfpx7qbxeljrwa.onion:17570
addnode=kcqfrzn2hdxr2rtk.onion:17570
addnode=s4nuwh6kgyprmhpk.onion:17570
addnode=rsolorhuhosrmusw.onion:17570
addnode=5cqujo6bolh2w6xd.onion:17570
addnode=o23rypv3yhfkup6t.onion:17570
addnode=77xvo6dbycztctly.onion:17570
addnode=mmrffclikc4zvsjr.onion:17570
addnode=zjjqh7qqjveeyabd.onion:17570
addnode=3wfbcied3rvi7j57.onion:17570

Hello,

Thanks for your feedback. It's normal that I don't have a "sweepstakecoin.conf" in my folder ?

http://imgur.com/9HmGpwD

If I create one manually and I add the node it's doesn't work Sad


Post
Topic
Board Announcements (Altcoins)
Re: [ANN] SweepstakeCoin (SWEEP) - PoW/PoS, TOR, Sweepstake, Upgrade V1.3
by
Zellko
on 03/07/2017, 20:23:16 UTC
Hi everyone,

I downloaded the wallet today, but it's not synching. I have 0 active connexion to the network.

I also tried to put the bootstrap.dat in AppData\Roaming\SweepstakeCoin, I removed everythings except wallet.dat and peers.dat but I still have the issue.

Any idea how to solve it ?