Search content
Sort by

Showing 20 of 627 results by dunand
Post
Topic
Board Electrum
Anyone knows when Segwit will be implemented on Electrum?
by
dunand
on 14/09/2017, 09:22:11 UTC
When will I be able to receive fund to a Segwit address using Electrum?
Post
Topic
Board Development & Technical Discussion
Any website shows the number of segwit transactions per block?
by
dunand
on 27/08/2017, 18:15:30 UTC
I would like to find some statistics about segwit adoption. Where can I find that?
Post
Topic
Board Development & Technical Discussion
Re: Is it safe to encrypt your private keys with BIP38 and bitaddress.org?
by
dunand
on 18/08/2017, 11:35:02 UTC
You know that you can save the bitaddress.org page on your computer right?

No need to hope for the site to exist in the future.

When you run the proccess of private key creation using bitaddress.org is it enough to be offline or should you be made to jump through hoops by burning Linux installation, running it on a computer with harddrive plugged out, no internet connection etc.?

If you are 100% sure your computer is safe from spyware...
Post
Topic
Board Development & Technical Discussion
Merits 1 from 1 user
Re: Is it safe to encrypt your private keys with BIP38 and bitaddress.org?
by
dunand
on 17/08/2017, 13:08:05 UTC
⭐ Merited by ETFbitcoin (1)
You know that you can save the bitaddress.org page on your computer right?

No need to hope for the site to exist in the future.
Post
Topic
Board Development & Technical Discussion
Merits 1 from 1 user
My technique to split seed for cold storage
by
dunand
on 17/08/2017, 04:08:20 UTC
⭐ Merited by ETFbitcoin (1)
I was looking for a technique to store a wallet seed. Because if somebody find your seed that person can steal the bitcoins. I found a way to split the seed in two parts for cold storage.

- the technique can be use for any seed. Any number of words in the seed or dictionary. On a software or hardware wallet.
- encryption and decryption is simple and can be done with pen and paper if you want. I also made a python scrypt to encrypt (split) and decrypt (reassamble).
- Both parts contains only words and looks like an ordinary seed. No need to write a series of random characters that is error prone.
- The technique is based on the One time pad encryption.

I will show you how it's done manually. First you need a seed:
park color slice trade remove depend meadow bus clock curious where where

You create a second seed that will be use for encryption. I call that seed : "encryption seed A". It's one of the two part of the splitted seed. On electrum I use the make_seed command to generate it:
goddess clump renew require timber pitch loan bless sock hint ecology finish

To generate the second part that I call "encryption seed B". You need the dictionary file used by your wallet. Most of the time wallets are using https://raw.githubusercontent.com/bitcoin/bips/master/bip-0039/english.txt. For each words in your seed and in your "encryption seed A". You need the word number in the dictionary. The first word is number 1 and the last one is 2048.

seed:
Code:
park color slice trade remove depend meadow bus clock curious where where
1282 365 1627 1845 1455 471 1101 247 347 431 2002 2002

encryption seed A:
Code:
goddess clump renew require timber pitch loan bless sock hint ecology finish
801 354 1457 1464 1809 1324 1048 189 1648 862 560 696

Finally to obtain "encryption seed B" for each word you need to calculate index(word_seed) - index(word_encryption_a) % 2048.

ecryption seed B:
Code:
481 11 170 381 1694 1195 53 58 747 1617 1442 1306
destroy accident best cook stable nice allow also frost sketch reform person

Now you can write "encryption seed A" and "encryption seed B" on separate piece of paper. Before deleting you seed you should test decryption. You just need encryption seed A and B and calculate index(word_encryption_a) + index(word_encryption_b) % 2048. Now you can safely delete your seed and hide both encryption seeds in separate locations.

Here is the Python script that does the splitting and reassambly:
Code:
#!/usr/bin/python3

import sys, getopt

with open('english.txt') as file:
words = file.read().splitlines()

def validate_seed(seed):
for word in seed:
if word not in words:
print(word, 'is not a valid BIP39 word')
sys.exit(1)

def usage():
print('If you want to crypt a seed:   crypt_seed.py')
print('If you want to decrypt a seed: crypt_seed.py -d')

if len(sys.argv) == 2:
arg = sys.argv[1]
if arg in ('-h', '--help'):
usage()
elif arg in ("-d", "--decrypt"):
encryption_seed_a = input('Enter your encryption seed A: ').split()
validate_seed(encryption_seed_a)

encryption_seed_b = input('Enter your encryption seed B: ').split()
validate_seed(encryption_seed_b)

seed = ''

for i,word_a in enumerate(encryption_seed_a):
index_a = words.index(word_a)
index_b = words.index(encryption_seed_b[i])
index_seed = (index_a + index_b) % 2048
word_seed = words[index_seed]
seed += word_seed + ' '

print('Your seed is: ', seed)
else:
print('Unrecognized argument')
usage()
else:
seed = input('Enter your seed: ').split()
validate_seed(seed)

encryption_seed_a = input('Enter an encryption seed A: ').split()
validate_seed(encryption_seed_a)

encryption_seed_b = ''

for i,word_seed in enumerate(seed):
index_seed = words.index(word_seed)
index_a = words.index(encryption_seed_a[i])
index_b = (index_seed - index_a) % 2048
word_b = words[index_b]
encryption_seed_b += word_b + ' '

print('Your encryption seed B is: ', encryption_seed_b)
Post
Topic
Board Hardware
Re: Bitmain Launches the New Antminer T9 Bitcoin Miner
by
dunand
on 13/04/2017, 12:48:17 UTC

i'm looking for a QUITE but high hashrate miner, S7 and S9 are to loud.

QUIET
Post
Topic
Board Hardware
Re: Bitcoin Miner PSU Questions!
by
dunand
on 05/03/2017, 03:48:45 UTC
Unplug the dryer. Now you have a 240V outlet cabled to handle more S9 than your ears can handle. Just place a clothing rack in front of your miner to dry your clothes.
Post
Topic
Board Hardware
Re: ANTMINER C1 Discussion and Support Thread
by
dunand
on 28/01/2017, 16:49:03 UTC
I'm riviving this thread to show you a project I did in 2015.

I was heating a pool and cooling two Antminer C1. The miners were running super cool and the pool was a lot more enjoyable. Because were I live a pool rarely goes higher than 25.5C (85F) without heating. I was running two C1 in series with one pump and a stainless coil in a pool for cooling.

http://imgur.com/a/gTm96
Post
Topic
Board Hardware
Re: help needed
by
dunand
on 26/01/2017, 12:08:02 UTC
You don't need a computer. The S7 have an integrated controller. You just need a power supply and an ethernet cable.
Post
Topic
Board Computer hardware
Re: [WTS] (9) BITMAIN APW3+-12-1600W PSU's IN HAND
by
dunand
on 03/01/2017, 21:09:18 UTC
There is a section for selling stuff: https://bitcointalk.org/index.php?board=75.0
Post
Topic
Board Hardware
Re: Antminer S9
by
dunand
on 28/12/2016, 05:38:48 UTC
You should delete this post and ask your question in the S9 thread.
Post
Topic
Board Hardware
Re: Hotmine X6 miner/upgrade kit review
by
dunand
on 23/12/2016, 13:30:53 UTC
Wow. You said it should work with an S3. I have a C1 that I would like to upgrade.
Post
Topic
Board Hardware
Re: [Guide] Dogie's Comprehensive Bitmain Antminer C1 Setup [HD]
by
dunand
on 30/11/2016, 21:30:06 UTC
Is your fan spinning? The satus page show that it's not!
Post
Topic
Board Hardware
Re: [Guide] Dogie's Comprehensive Bitmain Antminer C1 Setup [HD]
by
dunand
on 30/11/2016, 11:58:13 UTC
Post a screenshot of your miner status page. We may be able to help you.
Post
Topic
Board Hardware
Re: Bitmain Announces the Antminer R4 and APW5 Power Supply, Designed for Silence
by
dunand
on 26/11/2016, 03:27:41 UTC
I hope for a new release too. There is a market for a silent miner. 
Post
Topic
Board Hardware
Re: 2000W Power Breakout Board (DPS2000BB to PC-Ie x12)
by
dunand
on 18/10/2016, 18:52:41 UTC
What is the price for a 4K board?
Post
Topic
Board Hardware
Re: GekkoScience is now dabbling with 16nm ASICs for new designs
by
dunand
on 17/10/2016, 21:02:33 UTC
Great!
Post
Topic
Board Hardware
Re: Bitmain's Released Antminer S9, World's First 16nm Miner Ready to Order
by
dunand
on 18/07/2016, 23:23:37 UTC
On the S9 controller there is two fan connectors but the board have place for 6 others fans connectors.

Do you know if these connectors placeholder receive power? If yes would it be possible to add fan connectors.

Here is an idea for a quieter miner. Remove the case and have 2 fans pointing directly at each blade sideways. So the fans would be pointing directly over the heatsink. With this setup I'm sure it would be possible to use lower cfm fans (quieter). 6 quiet fans is a lot better than 2 jet engines. Anyone tried this?

If the controller cannot power more than 2 fans it is possible to use a 1-to-3 splitter to power 3 fans per connector.
Post
Topic
Board Hardware
Re: Community brainpan - please discuss and debate desirable features for a miner
by
dunand
on 23/06/2016, 12:26:02 UTC
1- quiet
2- I want to be able to use my EVGA 1300 watts PSU.
Post
Topic
Board Mining (Altcoins)
Re: DualMiner Pre-Order Email?
by
dunand
on 15/04/2016, 17:23:16 UTC
This does not belong to this forum.