2018-06-15 03:13:56
@Protovist snooping in db?

Fireduck
2018-06-15 03:14:30
Special is the table used for single object entries

Fireduck
2018-06-15 04:27:08
@Fireduck, you around?

Tyler Boone
2018-06-15 04:27:48
[snowblossomcoin/snowblossom] #78 add vote tally page

GitHub
2018-06-15 04:28:04
Yes

Fireduck
2018-06-15 04:28:32
I am seeing this insane behavior in my local shackleton

Tyler Boone
2018-06-15 04:28:39
where it drops every other request

Tyler Boone
2018-06-15 04:28:50
I'm guessing the connection is getting lost

Tyler Boone
2018-06-15 04:28:59
and the browser has to kill it

Tyler Boone
2018-06-15 04:29:05
I did the voting work last night

Fireduck
2018-06-15 04:29:10
lol

Tyler Boone
2018-06-15 04:29:27
The explorer has it right now

Fireduck
2018-06-15 04:29:39
indeed

Tyler Boone
2018-06-15 04:30:35
just for the record the first vote was block height 4936

Tyler Boone
2018-06-15 04:31:03
anyways, have you seen anything like that with the explorer?

Tyler Boone
2018-06-15 04:31:34
I'm guessing it's something stupid with the WebServer class

Tyler Boone
2018-06-15 04:31:49
Nope

Fireduck
2018-06-15 04:32:07
Would look but have screaming child

Fireduck
2018-06-15 04:32:25
I mean, if you haven't seen it you aren't going to start getting it now

Tyler Boone
2018-06-15 04:32:33
it's probably something weird on my machine

Tyler Boone
2018-06-15 04:32:36
alright, ttyl

Tyler Boone
2018-06-15 04:37:23
Wouldn't rule out anything

Fireduck
2018-06-15 08:36:19
@Clueless you could add the block remarks to the block announcer bots

Rotonen
2018-06-15 08:37:09
@Rotonen Is there a method to query for it?
Right now I just have that parse logoutput

Clueless
2018-06-15 09:18:30
So I've gone so far as to convert to msdos style line endings in the deployment build

Clueless
2018-06-15 09:19:00
Should we make windows users figure out something like notepad++, or should I be bothering making thier configs notepad configurable? -_-;

Clueless
2018-06-15 09:31:25
i recommend to use dos2unix for that sort of stuff, it can do very many things

Rotonen
2018-06-15 09:31:56
`for i in configs/*; do awk 'sub("$", "\r")' "$i" > "$1/$i"; done`

Clueless
2018-06-15 09:32:11
@Clueless dunno, but the block explorer does that, @Fireduck maybe shackleton should provide an atom feed?

Rotonen
2018-06-15 09:32:24
they're working on it

Clueless
2018-06-15 09:32:47
and I can query node's for latest block, but I just didn't want to deploy any pythons stuff yet

Clueless
2018-06-15 18:39:29
@Fireduck
Found a case where someone deleted their node database. They suggest it got stuck at starting peerage because it "tests all the peers" and there were simply too many that it'd be faster just to resync again lol

Clueless
2018-06-15 18:44:25
@Fireduck Also, I got up early and got tested my deployment stuff.
I'd like your opinions.
Changes.
1. Deploy.zip works for Windows AND Linux
2. Everyone starts with the same config files.
https://github.com/cluelessperson/snowblossom/tree/master/example/deployment
Results in:
https://github.com/cluelessperson/snowblossom/releases/tag/1.0.8

Clueless
2018-06-15 18:44:39
NEXT is wiki changes

Clueless
2018-06-15 18:44:46
as you saw, same layout, minor changes

Clueless
2018-06-15 18:44:47
Finding a working peer time fixed in 1.0.7

Fireduck
2018-06-15 18:44:56
sweet

Clueless
2018-06-15 18:45:09
I just want confirmation before pushing these changes to master.

Clueless
2018-06-15 18:45:20
I'll take a look in about an hour

Fireduck
2018-06-15 18:45:41
it changes flow slightly and just prefer you guys be familiar instead of confused.
take your time. :)

Clueless
2018-06-15 19:30:28
I dig it

Fireduck
2018-06-15 19:30:59
but don't make a new release yet

Fireduck
2018-06-15 19:31:08
I want to put in a few more things and then call that 1.1.0

Fireduck
2018-06-15 19:42:28
@Fireduck
That `1.0.8` is just a test of my fork.
Several things to specifically note:
1. `auto_snow=false` by default (thoughts?)
2. Windows and Linux use the same confs/layout/directories/names
3. The file tree looks like this:
```
snowblossom-1.0.7-5-g09d3727
├── client.bat
├── client.sh
├── cmd_here.bat
├── configs
│ ├── client.conf
│ ├── miner.conf
│ ├── node.conf
│ └── pool-miner.conf
├── miner.bat
├── miner-mem.bat
├── miner.sh
├── node.bat
├── node_db
│ └── mainnet
├── node.sh
├── pool-miner.bat
├── PoolMiner_deploy.jar
├── pool-miner.sh
├── snow
├── SnowBlossomClient_deploy.jar
├── SnowBlossomMiner_deploy.jar
├── SnowBlossomNode_deploy.jar
├── systemd
│ ├── snowblossom-miner.service
│ └── snowblossom-node.service
└── wallets
```

Clueless
2018-06-15 19:44:47
client.sh, client.bat, node.sh, node.bat, miner.sh, miner.bat, miner-mem.bat, pool-miner.sh, pool-miner.bat
You can do `client.sh send` `client.bat send` from respective consoles.

Clueless
2018-06-15 19:46:02
auto_snow is the tool of satan

Fireduck
2018-06-15 19:46:16
do those bat files with forward slashes work?

Fireduck
2018-06-15 19:46:37
I clicked and started each of them, yes.

Clueless
2018-06-15 19:47:05
on windows?

Fireduck
2018-06-15 19:47:11
yes

Clueless
2018-06-15 19:47:14
ok, cool

Fireduck
2018-06-15 21:35:28
Helps miners generally. They don't have to go looking for an explorer to figure out what field we're on.

GitHub
2018-06-15 22:06:42
@Fireduck
I think it's good to simplify the *Quickstart* into a global "1. 2. 3." (which my deployment changes do)
but hitting a wall in determining what the *User Guide* should look like.
* Tell them to always run a node
* Examples of sending payments.
* I imagine it should inform of the basic topology. (my earlier picture or similar)

Clueless