@Fireduck when private key export functionality sir?
... and also import functionality
2018-07-18 04:51:31
@Lev Can do, but I am curious about the use case
Fireduck
2018-07-18 04:52:03
also, open an issue on github
Fireduck
2018-07-18 04:59:41
it is a little funky with the multisig stuff
Fireduck
2018-07-18 04:59:51
so if it is by address that export could be a number of keys
Fireduck
2018-07-18 04:59:55
same with the import
Fireduck
2018-07-18 05:00:22
how about an export and import entire wallet function?
Fireduck
2018-07-18 05:00:36
where the import merges with existing wallet, so it can be used to import whatever you want
Fireduck
2018-07-18 06:01:10
@Lev, done
Fireduck
2018-07-18 06:33:47
import and export works
Fireduck
2018-07-18 06:33:56
it is part of the master branch and will be in the next release
Fireduck
2018-07-18 13:34:31
network hash rate is increasing. when snowfield 8?
alistar
2018-07-18 13:58:00
avg difficulty 41
Shoots
2018-07-18 13:58:48
nearly 40 now
alistar
2018-07-18 13:59:10
network hashrate will need to be 3.6gh to hit field 41
Shoots
2018-07-18 14:05:44
it'll need to surpass 3.6 for a while to drag the average up to 41
Rotonen
2018-07-18 14:06:11
i for one welcome field 9
Rotonen
2018-07-18 14:06:23
that'll be a watershed
Rotonen
2018-07-18 14:06:32
but with arktika maybe not
Rotonen
2018-07-18 14:12:55
yeah, I was conflicted making that.
Fireduck
2018-07-18 14:13:07
With arktika I am extending the life of memory mining
Fireduck
2018-07-18 14:13:22
but it wasn't that hard, if I didn't do it openly someone else would have privately
Fireduck
2018-07-18 14:14:26
exactly
Rotonen
2018-07-18 14:14:35
but the total cost is still about the total cost of ram
Rotonen
2018-07-18 14:14:52
yeah
Fireduck
2018-07-18 14:14:55
that's the most expensive resource on the cloud, and dividing it across many instances might actually be beneficial anyway
Rotonen
2018-07-18 14:15:07
depending on resourcing constraints
Rotonen
2018-07-18 14:15:31
on google and amazon anyways, at current sizes it doesn't seem to make sense to split it
Fireduck
2018-07-18 14:16:10
but on my home network, running that old ddr2 ram server and having everything else with a cpu work using it is going well
Fireduck
2018-07-18 14:16:23
I get 11kh/s from a raspberry pi 3
Fireduck
@Fireduck use case for pk export is holding my snow safely
This way I can at least put it in an encrypted file or password manager or something
2018-07-18 16:40:15
yeah, if you can't see plain text you probably just have corrupted cat pictures
Fireduck
wait, what. pk export is plain text though right?
2018-07-18 17:26:45
yeah
Fireduck
2018-07-18 17:26:50
it creates a json file
Fireduck
2018-07-18 17:29:39
here is an example: https://hastebin.com/rayuvevahi.json
Fireduck
2018-07-18 17:33:17
@Lev I share your distrust of binary formats that can't be inspected
Fireduck
2018-07-18 17:33:55
i dont really get it. can you post the config file that involves the rasp3? @Fireduck
fydel
2018-07-18 17:35:23
it is using arktika rpc to read PoW data over the network
Fireduck
2018-07-18 17:35:46
it has a local copy as well, that it needs to build the actual shares when it finds a good enough solution
Fireduck
2018-07-18 17:38:28
i have lots of odroids. i will try with them.
fydel
2018-07-18 17:39:13
interesting
fydel
2018-07-18 17:39:57
I'll probably move the files to nfs, since they are only needed a little every few minutes that should be fine
Fireduck
2018-07-18 17:58:01
@fydel if you have machines to memory mine (at least as a group) it might help
Fireduck
2018-07-18 17:58:17
if the source machines are using ssd/nvme they are probably already maxing out IO
Fireduck
2018-07-18 18:00:25
yes. i have ten odroids.
fydel
2018-07-18 18:00:50
okay. wont be profitable anyway but it sounds like fun.
fydel
2018-07-18 18:03:35
how much ram does each have?
Fireduck
2018-07-18 18:05:20
2 GB
fydel
2018-07-18 18:05:42
so not enough to host the entire field :wink:
Fireduck
2018-07-18 18:05:54
I ordered one of these last night: https://pcpartpicker.com/user/fireduck/saved/m3ycYJ
Fireduck
2018-07-18 18:05:55
hehe
fydel
2018-07-18 18:06:21
it should help me max out my memory node
Fireduck
2018-07-18 18:06:30
I just don't have enough compute in my house to max it out
Fireduck
2018-07-18 18:10:31
@fydel can I give you a config to run on one of your odroids? I want to see how much it can do.
Fireduck
2018-07-18 18:10:48
i am on it.
fydel
2018-07-18 18:16:48
If you don't have the chunk files for snowblossom.7 you'll have to run the most recent code
Fireduck
2018-07-18 18:16:56
want me to send you the deploy jar?
Fireduck
2018-07-18 18:17:59
i have the chunk files. thanks.
fydel
2018-07-18 18:20:14
layer_count=1
layer_0_type=fake
layer_0_range=0,127
layer_0_threads=10
Fireduck
2018-07-18 18:29:19
this way we get a just cpu number for the system
Fireduck
2018-07-18 18:29:44
so on my pi3 I get 18kh/s with fake, but only about 12kh/s over network
Fireduck
2018-07-18 18:29:48
since there is some overhead
Fireduck
2018-07-18 18:29:54
but it gets an idea of what a cpu can do
Fireduck
2018-07-18 18:30:54
i am still trying to compile bazel.
fydel
2018-07-18 18:31:21
compile bazel or compile with bazel?
Fireduck
2018-07-18 18:31:34
I didn't manage to compile anything on the pi itself
Fireduck
2018-07-18 18:32:07
compiling bazel
fydel
2018-07-18 18:35:52
bold
Fireduck
2018-07-18 18:36:15
life is easier to build the deploy jar on a regular machine and then copy it over to the arm
Fireduck
2018-07-18 18:39:26
:slightly_smiling_face:
fydel
2018-07-18 18:52:54
sometimes life can't be easy
Fireduck
2018-07-18 19:06:29
hmm. "No sources seem to have the deck files."
fydel
2018-07-18 19:06:54
git pull
Fireduck
2018-07-18 19:20:22
wow
fydel
2018-07-18 19:20:35
INFORMATION: 1-min: 34,074K/s, 5-min: 8,449K/s, hour: 704,066/s
fydel
2018-07-18 19:28:50
INFORMATION: 1-min: 36,603K/s, 5-min: 36,583K/s, hour: 3,347K/s
fydel
2018-07-18 19:29:41
Awesome
Fireduck
2018-07-18 20:16:49
INFO: 1-min: 12.867K/s, 5-min: 4.458K/s, hour: 371.507/s
fydel
2018-07-18 20:17:05
also 12kh/s over the network.
fydel
2018-07-18 21:55:17
fun
Rotonen
2018-07-18 21:56:55
@Fireduck seems you went with a bronze certified PSU after all
Rotonen
2018-07-18 21:57:14
but sure, quarter price and not really pushing it
Rotonen
2018-07-18 22:07:17
Yeah
Fireduck
2018-07-18 22:08:55
for this build I wanted to go as cheap as possible while still having a solid psu
Fireduck
2018-07-18 22:09:22
and full modular because all I need is the 24pin + 4pin. No drives or video card.
Fireduck
2018-07-18 22:09:39
with no case, one clears up clutter where one can
Fireduck
2018-07-18 22:53:54
why named snowblossom? is there some story?
alistar
2018-07-18 22:57:42
Not really
Fireduck
2018-07-18 22:57:59
Development code name and decided to just stick with it
Fireduck
2018-07-18 22:59:10
:slightly_smiling_face:
alistar