2018-06-05 04:49:15
Anyone have an stable IP and want to have their node be one of the DNS seeds?
Fireduck
2018-06-05 04:57:11
I have an Azure VM I can use
Tyler Boone
2018-06-05 04:57:29
if you are needing one
Tyler Boone
2018-06-05 04:57:44
there should be a seed node that I don't directly control
Fireduck
2018-06-05 04:57:55
need is a strong word
Fireduck
2018-06-05 04:58:07
I'll pretty much do whatever you tell me, so I'm not sure it would qualify
Tyler Boone
2018-06-05 04:59:27
Heh
Fireduck
2018-06-05 05:12:35
@Fireduck I may be dynamic :confused:
Clueless
2018-06-05 05:13:01
@Fireduck What's wrong with the node or electrum peer sharing thing?
Clueless
2018-06-05 05:13:33
the peer sharing works fine, once you connect to at least one node in the network
Fireduck
2018-06-05 05:13:37
to pick up the gossip
Fireduck
2018-06-05 05:13:44
ah
Clueless
2018-06-05 05:14:26
You could have it rely on a file in github's repo, called "seeds"
Clueless
2018-06-05 05:14:56
There is a list of seed hosts in NetworkParams
Fireduck
2018-06-05 05:15:42
which right now is just "http://seed.snowblossom.org"
Fireduck
2018-06-05 05:15:56
which points to a few ipv4 and ipv6 addresses
Fireduck
2018-06-05 05:16:53
ah, I plan on having http://seed.snowblossom.cluelessperson.com
Clueless
2018-06-05 05:17:35
Also, fireduck, is sounds like bcash's implementation of UTXO stuff is different from yours.
Clueless
2018-06-05 05:20:02
I can absolutely add that host, it would be good to have some point to dns entries that I don't directly control either
Fireduck
2018-06-05 06:17:34
I have a week before I start my new job. I am going to take it easy on snowblossom and try to get my foreverbucket launch out the door.
Fireduck
2018-06-05 17:39:07
@Fireduck, I don't believe you
Tyler Boone
2018-06-05 17:39:36
yeah, clearly
Fireduck
2018-06-05 17:47:17
[snowblossomcoin/snowblossom] Issue opened by fireduck64
GitHub
2018-06-05 17:56:15
*https://github.com/snowblossomcoin/snowblossom/compare/ccf0ad924b29...553c2397b443*
https://github.com/snowblossomcoin/snowblossom/commit/273c75588ff90d54cc1569926ed1fd3e9d113a90 - README
https://github.com/snowblossomcoin/snowblossom/commit/553c2397b44321beebafe5b909f005dfc84bde26
GitHub
2018-06-05 17:57:12
*https://github.com/snowblossomcoin/snowblossom/compare/553c2397b443...f0f24b196c4b*
https://github.com/snowblossomcoin/snowblossom/commit/f0f24b196c4be8e3a392114fa1326f6bdd62fdc8 - unix2dos on readme
GitHub
2018-06-05 18:31:52
*https://github.com/snowblossomcoin/snowblossom/compare/f0f24b196c4b...0cc48cd28104*
https://github.com/snowblossomcoin/snowblossom/commit/0cc48cd281045b3f8b3e92c12410a9fb8c703bae - Refuses to give block templates unless synced.
GitHub
2018-06-05 18:31:52
[snowblossomcoin/snowblossom] Issue closed by fireduck64
GitHub
2018-06-05 18:35:00
*https://github.com/snowblossomcoin/snowblossom/compare/0cc48cd28104...03fc1e61f8ae*
https://github.com/snowblossomcoin/snowblossom/commit/03fc1e61f8aec2d1e5a114220fcf837902eb4590 - Release 1.0.5
GitHub
2018-06-05 18:36:59
• Only mine when node is synced
• Major code reorg thanks to Tyler
GitHub
2018-06-05 18:58:06
*https://github.com/snowblossomcoin/snowblossom/compare/03fc1e61f8ae...91e583425b85*
https://github.com/snowblossomcoin/snowblossom/commit/91e583425b85e3d1ad43da2bbd743d3083f7e3c3 - Print version on startup
GitHub
2018-06-05 19:03:13
*https://github.com/snowblossomcoin/snowblossom/compare/91e583425b85...ad929aed2fc4*
https://github.com/snowblossomcoin/snowblossom/commit/ad929aed2fc413b3840047b490e7986072499114 - Remove duplicate and update readme
GitHub
2018-06-05 22:56:09
@maruko has joined the channel
maruko
2018-06-05 23:01:11
@Rotonen has joined the channel
Rotonen
2018-06-05 23:07:46
Maybe Runtime.getRuntime().availableProcessors()?
Maybe Runtime.getRuntime().availableProcessors()*2 as default?
GitHub
2018-06-05 23:07:53
@Fireduck noticed you have a dev channel, so a triviality indeed:
https://github.com/snowblossomcoin/snowblossom/blob/master/miner/src/SnowBlossomMiner.java#L100 ```
```
Rotonen
2018-06-05 23:14:49
@SidGrip has joined the channel
SidGrip
2018-06-05 23:30:12
[snowblossomcoin/snowblossom] Issue opened by fireduck64
GitHub
2018-06-05 23:34:27
@Mining Machine has joined the channel
Mining Machine
2018-06-05 23:55:59
trying to build 1.0.5:
```
ERROR: /<redacted>/snowblossom/BUILD:19:1: Creating runfiles tree bazel-out/darwin-fastbuild/bin/Shackleton.runfiles failed (Exit 1)
_bin/build-runfiles (args bazel-out/darwin-fastbuild/bin/Shackleton.runfiles_manifest bazel-out/darwin-fastbuild/bin/Shackleton.runfiles): mkdir '__main__/shackleton': File exists [17]
```
ideas, suggestions?
Rotonen