-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdev
326 lines (308 loc) · 21.5 KB
/
dev
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
Script started on Fri 27 May 2022 12:53:13 AM UTC
]0;root@DragonstoneIII: /var/www/fangositeroot@DragonstoneIII:/var/www/fangosite# scren[Ken -r
There is no screen to be resumed.
]0;root@DragonstoneIII: /var/www/fangositeroot@DragonstoneIII:/var/www/fangosite# screen
[r[m[2J[H[?7h[?1;4;6l[?1049h[4l[?1h=[0m(B[1;40r[H[2J[H[2J[H[2J
Screen version 4.03.01 (GNU) 28-Jun-15
Copyright (c) 2010 Juergen Weigert, Sadrul Habib Chowdhury
Copyright (c) 2008, 2009 Juergen Weigert, Michael Schroeder, Micah Cowan, Sadrul Habib Chowdhury
Copyright (c) 1993-2002, 2003, 2005, 2006, 2007 Juergen Weigert, Michael Schroeder
Copyright (c) 1987 Oliver Laumann
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General
Public License as published by the Free Software Foundation; either version 3, or (at your option) any later
version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
more details.
You should have received a copy of the GNU General Public License along with this program (see the file
COPYING); if not, see http://www.gnu.org/licenses/, or contact Free Software Foundation, Inc., 51 Franklin
Street, Fifth Floor, Boston, MA 02111-1301 USA.
Send bugreports, fixes, enhancements, t-shirts, money, beer & pizza to [email protected]
Capabilities:
+copy +remote-detach +power-detach +multi-attach +multi-user +font +color-256 +utf8 +rxvt +builtin-telnet[39;41H[Press Space or Return to end.]
[H[2Jroot@DragonstoneIII:/var/www/fangosite# cd
root@DragonstoneIII:~# ls
[1m[31m1.7.420.tar.gz[0m [1m[34mDRGL[0m [1m[32mfangod[0m [1m[34mgreenlock-store-fs.js[0m [1m[34mpool[0m
[1m[31m1.7.5.tar.gz[0m [1m[31mDRGL_chain.tar.gz[0m [1m[34mfangodeposits[0m [1m[34mkarbo[0m [1m[34mrr[0m
[1m[34mbisq[0m [1m[34mdrgltipbot[0m [1m[34mfango-mainnet[0m [1m[32mminer[0m [1m[32msimplewallet[0m
config.json [1m[34mdrgl-X[0m [1m[34mfangosite[0m [1m[34mnodejspool[0m [1m[34msomethinmore[0m
[1m[32mconnectivity_tool[0m [1m[34mDX[0m [1m[34mfango_testnet[0m [1m[34mnode_modules[0m [1m[34mtrade[0m
[1m[34mderogold[0m [1m[34mfandomgold[0m [1m[34mfango-testnet[0m nohup.out [1m[31mtrade.tar.xz[0m
dev [1m[34mfango[0m [1m[34mFEND[0m null [1m[32mwalletd[0m
[1m[34mdragonglass[0m [1m[31mFango_CLI_v1.7.4.tar.xz[0m [1m[34mgreenlock-express.js[0m package-lock.json whitepaper.pdf
root@DragonstoneIII:~# cd fango
root@DragonstoneIII:~/fango# git pull
remote: Enumerating objects: 3, done.[K
remote: Counting objects: 33% (1/3)[Kremote: Counting objects: 66% (2/3)[Kremote: Counting objects: 100% (3/3)[Kremote: Counting objects: 100% (3/3), done.[K
remote: Compressing objects: 33% (1/3)[Kremote: Compressing objects: 66% (2/3)[Kremote: Compressing objects: 100% (3/3)[Kremote: Compressing objects: 100% (3/3), done.[K
remote: Total 3 (delta 0), reused 3 (delta 0), pack-reused 0[K
Unpacking objects: 33% (1/3) Unpacking objects: 66% (2/3) Unpacking objects: 100% (3/3) Unpacking objects: 100% (3/3), done.
From https://github.com/fandomgold/fango
adc6f56..b9fcfe0 master -> origin/master
Updating adc6f56..b9fcfe0
Fast-forward
README.md | 2 [32m+[39m[31m-[39m
1 file changed, 1 insertion(+), 1 deletion(-)
root@DragonstoneIII:~/fango# bu[K[Kmake
mkdir -p build/release
cd build/release && cmake ../..
-- Building on x86_64
-- AES support enabled
-- Boost version: 1.58.0
-- Found the following Boost libraries:
-- system
-- filesystem
-- thread
-- date_time
-- chrono
-- regex
-- serialization
-- program_options
-- atomic
CMake Warning in CMakeLists.txt:
CMAKE_SKIP_INSTALL_RULES was enabled even though installation rules have
been specified
-- Configuring done
-- Generating done
-- Build files have been written to: /home/howlandreed/fango/build/release
cd build/release && make
make[1]: Entering directory '/home/howlandreed/fango/build/release'
make[2]: Entering directory '/home/howlandreed/fango/build/release'
make[3]: Entering directory '/home/howlandreed/fango/build/release'
make[3]: Leaving directory '/home/howlandreed/fango/build/release'
[ 0%] Built target version
make[3]: Entering directory '/home/howlandreed/fango/build/release'
make[3]: Leaving directory '/home/howlandreed/fango/build/release'
[ 7%] Built target upnpc-static
make[3]: Entering directory '/home/howlandreed/fango/build/release'
make[3]: Leaving directory '/home/howlandreed/fango/build/release'
[ 9%] Built target Rpc
make[3]: Entering directory '/home/howlandreed/fango/build/release'
make[3]: Leaving directory '/home/howlandreed/fango/build/release'
[ 12%] Built target PaymentGate
make[3]: Entering directory '/home/howlandreed/fango/build/release'
make[3]: Leaving directory '/home/howlandreed/fango/build/release'
[ 20%] Built target System
make[3]: Entering directory '/home/howlandreed/fango/build/release'
make[3]: Leaving directory '/home/howlandreed/fango/build/release'
[ 25%] Built target Serialization
make[3]: Entering directory '/home/howlandreed/fango/build/release'
make[3]: Leaving directory '/home/howlandreed/fango/build/release'
[ 39%] Built target CryptoNoteCore
make[3]: Entering directory '/home/howlandreed/fango/build/release'
make[3]: Leaving directory '/home/howlandreed/fango/build/release'
[ 49%] Built target Crypto
make[3]: Entering directory '/home/howlandreed/fango/build/release'
make[3]: Leaving directory '/home/howlandreed/fango/build/release'
[ 62%] Built target Common
make[3]: Entering directory '/home/howlandreed/fango/build/release'
make[3]: Leaving directory '/home/howlandreed/fango/build/release'
[ 64%] Built target Http
make[3]: Entering directory '/home/howlandreed/fango/build/release'
make[3]: Leaving directory '/home/howlandreed/fango/build/release'
[ 69%] Built target Logging
make[3]: Entering directory '/home/howlandreed/fango/build/release'
make[3]: Leaving directory '/home/howlandreed/fango/build/release'
[ 70%] Built target Optimizer
make[3]: Entering directory '/home/howlandreed/fango/build/release'
make[3]: Leaving directory '/home/howlandreed/fango/build/release'
[ 70%] Built target JsonRpcServer
make[3]: Entering directory '/home/howlandreed/fango/build/release'
make[3]: Leaving directory '/home/howlandreed/fango/build/release'
[ 79%] Built target Wallet
make[3]: Entering directory '/home/howlandreed/fango/build/release'
make[3]: Leaving directory '/home/howlandreed/fango/build/release'
[ 80%] Built target BlockchainExplorer
make[3]: Entering directory '/home/howlandreed/fango/build/release'
make[3]: Leaving directory '/home/howlandreed/fango/build/release'
[ 83%] Built target Transfers
make[3]: Entering directory '/home/howlandreed/fango/build/release'
make[3]: Leaving directory '/home/howlandreed/fango/build/release'
[ 85%] Built target InProcessNode
make[3]: Entering directory '/home/howlandreed/fango/build/release'
make[3]: Leaving directory '/home/howlandreed/fango/build/release'
[ 87%] Built target NodeRpcProxy
make[3]: Entering directory '/home/howlandreed/fango/build/release'
make[3]: Leaving directory '/home/howlandreed/fango/build/release'
[ 93%] Built target P2P
make[3]: Entering directory '/home/howlandreed/fango/build/release'
make[3]: Leaving directory '/home/howlandreed/fango/build/release'
[ 96%] Built target PaymentGateService
make[3]: Entering directory '/home/howlandreed/fango/build/release'
make[3]: Leaving directory '/home/howlandreed/fango/build/release'
[ 98%] Built target SimpleWallet
make[3]: Entering directory '/home/howlandreed/fango/build/release'
make[3]: Leaving directory '/home/howlandreed/fango/build/release'
[100%] Built target Daemon
make[2]: Leaving directory '/home/howlandreed/fango/build/release'
make[1]: Leaving directory '/home/howlandreed/fango/build/release'
root@DragonstoneIII:~/fango# su howladn[K[Kndreed
howlandreed@DragonstoneIII:~/fango$ cd
howlandreed@DragonstoneIII:~$ ls
[1m[31m1.7.420.tar.gz[0m [1m[34mDRGL[0m [1m[32mfangod[0m [1m[34mgreenlock-store-fs.js[0m [1m[34mpool[0m
[1m[31m1.7.5.tar.gz[0m [1m[31mDRGL_chain.tar.gz[0m [1m[34mfangodeposits[0m [1m[34mkarbo[0m [1m[34mrr[0m
[1m[34mbisq[0m [1m[34mdrgltipbot[0m [1m[34mfango-mainnet[0m [1m[32mminer[0m [1m[32msimplewallet[0m
config.json [1m[34mdrgl-X[0m [1m[34mfangosite[0m [1m[34mnodejspool[0m [1m[34msomethinmore[0m
[1m[32mconnectivity_tool[0m [1m[34mDX[0m [1m[34mfango_testnet[0m [1m[34mnode_modules[0m [1m[34mtrade[0m
[1m[34mderogold[0m [1m[34mfandomgold[0m [1m[34mfango-testnet[0m nohup.out [1m[31mtrade.tar.xz[0m
dev [1m[34mfango[0m [1m[34mFEND[0m null [1m[32mwalletd[0m
[1m[34mdragonglass[0m [1m[31mFango_CLI_v1.7.4.tar.xz[0m [1m[34mgreenlock-express.js[0m package-lock.json whitepaper.pdf
howlandreed@DragonstoneIII:~$ scren[Ken [K[K[K[K[K[K[K[?5h [?5l[?5h [?5l[?1l>[40;1H
[?1049l[detached from 27342.pts-1.DragonstoneIII]
]0;root@DragonstoneIII: /var/www/fangositeroot@DragonstoneIII:/var/www/fangosite# su howlandreee[Kd
]0;howlandreed@DragonstoneIII: /var/www/fangositehowlandreed@DragonstoneIII:/var/www/fangosite$ cd
]0;howlandreed@DragonstoneIII: ~howlandreed@DragonstoneIII:~$ scren[Ken -r
Cannot open your terminal '/dev/pts/1' - please check.
]0;howlandreed@DragonstoneIII: ~howlandreed@DragonstoneIII:~$ sudo dev script null
[sudo] password for howlandreed:
sudo: dev: command not found
]0;howlandreed@DragonstoneIII: ~howlandreed@DragonstoneIII:~$ sudo dev script null[11Pcreen -rcd[Ksudo nano dashboard.htmlls[Kcd pagesls[Kcd xp[3Plscd /var/www/ls[Kcd script dev null[6Peen -rcd[Kscreen -ript dev null
Script started, file is dev
]0;howlandreed@DragonstoneIII: ~howlandreed@DragonstoneIII:~$ screen -r
There are several suitable screens on:
6226.pts-1.DragonstoneIII (04/28/2022 11:03:48 PM) (Detached)
4061.pts-1.DragonstoneIII (04/24/2022 05:10:43 AM) (Detached)
Type "screen [-d] -r [pid.]tty.host" to resume one of them.
]0;howlandreed@DragonstoneIII: ~howlandreed@DragonstoneIII:~$ screen -r 4061
[r[m[2J[H[?7h[?1;4;6l[?1049h[4l[?1h=[0m(B[1;40r[H[2J[H[2J2022-May-27 00:53:21.399426 INFO Failed to handle_output for output no = 2, with absolute offset 112391
[1m[33m2022-May-27 00:53:21.399500 INFO Failed to get output keys for tx with amount = 0.0070000 and count indexes 3
[37m2022-May-27 00:53:21.399788 INFO One of outputs for one of inputs have wrong tx.unlockTime = 800425
[0m2022-May-27 00:53:21.399852 INFO Failed to handle_output for output no = 2, with absolute offset 129870
[1m[33m2022-May-27 00:53:21.399917 INFO Failed to get output keys for tx with amount = 0.7000000 and count indexes 3
[37m2022-May-27 00:53:51.516493 INFO One of outputs for one of inputs have wrong tx.unlockTime = 800430
[0m2022-May-27 00:53:51.518609 INFO Failed to handle_output for output no = 2, with absolute offset 129875
[1m[33m2022-May-27 00:53:51.518716 INFO Failed to get output keys for tx with amount = 0.7000000 and count indexes 3
[37m2022-May-27 00:53:51.527161 INFO One of outputs for one of inputs have wrong tx.unlockTime = 800423
[0m2022-May-27 00:53:51.527270 INFO Failed to handle_output for output no = 2, with absolute offset 112391
[1m[33m2022-May-27 00:53:51.534567 INFO Failed to get output keys for tx with amount = 0.0070000 and count indexes 3
[37m2022-May-27 00:53:51.534874 INFO One of outputs for one of inputs have wrong tx.unlockTime = 800425
[0m2022-May-27 00:53:51.534939 INFO Failed to handle_output for output no = 2, with absolute offset 129870
[1m[33m2022-May-27 00:53:51.535001 INFO Failed to get output keys for tx with amount = 0.7000000 and count indexes 3
[37m2022-May-27 00:54:24.570550 INFO One of outputs for one of inputs have wrong tx.unlockTime = 800430
[0m2022-May-27 00:54:24.570757 INFO Failed to handle_output for output no = 2, with absolute offset 129875
[1m[33m2022-May-27 00:54:24.570834 INFO Failed to get output keys for tx with amount = 0.7000000 and count indexes 3
[37m2022-May-27 00:54:24.579338 INFO One of outputs for one of inputs have wrong tx.unlockTime = 800423
[0m2022-May-27 00:54:24.579524 INFO Failed to handle_output for output no = 2, with absolute offset 112391
[1m[33m2022-May-27 00:54:24.579602 INFO Failed to get output keys for tx with amount = 0.0070000 and count indexes 3
[37m2022-May-27 00:54:24.579901 INFO One of outputs for one of inputs have wrong tx.unlockTime = 800425
[0m2022-May-27 00:54:24.579976 INFO Failed to handle_output for output no = 2, with absolute offset 129870
[1m[33m2022-May-27 00:54:24.580042 INFO Failed to get output keys for tx with amount = 0.7000000 and count indexes 3
2022-May-27 00:54:56.737696 INFO ###### REORGANIZE on height: 800415 of 800418 with cumulative_difficulty 3636495089006
[0m2022-May-27 00:54:56.737696 INFO alternative blockchain size: 36 with cumulative_difficulty 3636531220057
2022-May-27 00:54:56.737963 INFO Poisson check triggered by reorg size of 36
2022-May-27 00:54:56.738237 INFO Poisson check result 0 fails out of 60
[1m[31m2022-May-27 00:54:56.738383 ERROR Attempting to switch to an alternate chain, but it lacks transaction 1b3103048a26b035bd4803e0beb59fdfb19034017386404761225da57a1a6149 from main chain, rejected
[37m2022-May-27 00:54:56.745076 INFO One of outputs for one of inputs have wrong tx.unlockTime = 800430
[0m2022-May-27 00:54:56.745179 INFO Failed to handle_output for output no = 2, with absolute offset 129875
[1m[33m2022-May-27 00:54:56.745249 INFO Failed to get output keys for tx with amount = 0.7000000 and count indexes 3
[37m2022-May-27 00:54:56.749654 INFO One of outputs for one of inputs have wrong tx.unlockTime = 800423
[0m2022-May-27 00:54:56.749735 INFO Failed to handle_output for output no = 2, with absolute offset 112391
[1m[33m2022-May-27 00:54:56.749801 INFO Failed to get output keys for tx with amount = 0.0070000 and count indexes 3
[37m2022-May-27 00:54:56.750067 INFO One of outputs for one of inputs have wrong tx.unlockTime = 800425
[0m2022-May-27 00:54:56.750130 INFO Failed to handle_output for output no = 2, with absolute offset 129870
[1m[33m2022-May-27 00:54:56.750194 INFO Failed to get output keys for tx with amount = 0.7000000 and count indexes 3
[0m[1m[37m2022-May-27 00:54:58.382260 INFO One of outputs for one of inputs have wrong tx.unlockTime = 800430[0m
2022-May-27 00:54:58.387152 INFO Failed to handle_output for output no = 2, with absolute offset 129875
[1m[33m2022-May-27 00:54:58.387413 INFO Failed to get output keys for tx with amount = 0.7000000 and count indexes 3[0m
[1m[37m2022-May-27 00:54:58.387814 INFO One of outputs for one of inputs have wrong tx.unlockTime = 800425[0m
2022-May-27 00:54:58.387999 INFO Failed to handle_output for output no = 2, with absolute offset 129870
[1m[33m2022-May-27 00:54:58.388180 INFO Failed to get output keys for tx with amount = 0.7000000 and count indexes 3[0m
[1m[37m2022-May-27 00:54:58.392698 INFO One of outputs for one of inputs have wrong tx.unlockTime = 800423[0m
2022-May-27 00:54:58.402744 INFO Failed to handle_output for output no = 2, with absolute offset 112391
[1m[33m2022-May-27 00:54:58.402991 INFO Failed to get output keys for tx with amount = 0.0070000 and count indexes 3[0m
[1m[37m2022-May-27 00:55:00.397772 INFO One of outputs for one of inputs have wrong tx.unlockTime = 800430[0m
2022-May-27 00:55:00.402739 INFO Failed to handle_output for output no = 2, with absolute offset 129875
[1m[33m2022-May-27 00:55:00.403018 INFO Failed to get output keys for tx with amount = 0.7000000 and count indexes 3[0m
[1m[37m2022-May-27 00:55:00.415652 INFO One of outputs for one of inputs have wrong tx.unlockTime = 800423[0m
2022-May-27 00:55:00.416040 INFO Failed to handle_output for output no = 2, with absolute offset 112391
[1m[33m2022-May-27 00:55:00.416241 INFO Failed to get output keys for tx with amount = 0.0070000 and count indexes 3[0m
[1m[37m2022-May-27 00:55:00.416639 INFO One of outputs for one of inputs have wrong tx.unlockTime = 800425[0m
2022-May-27 00:55:00.416819 INFO Failed to handle_output for output no = 2, with absolute offset 129870
[1m[33m2022-May-27 00:55:00.416990 INFO Failed to get output keys for tx with amount = 0.7000000 and count indexes 3[0m
[1m[33ms= status[0m
FANGO | MAINNET | syncing 800418/800450 (99.9%)
**************************************************
Network Hashrate: 3.06 kH/s, Difficulty: 1470028
Block Major version: 8, Alt Blocks: 36
Active XFG : 7621232.4549779 (99.9895041%)
Current XFG on Deposit : 800.0000000 (0.0104958%)
Total Coins in Network : 7622032.4549779 XFG
**************************************************
^[[A^[[A^[[A^[[A^[[A^[[A s [1m[37m2022-May-27 00:56:22.933232 INFO One of outputs for one of inputs have wrong tx.unlockTime = 800430[0m
2022-May-27 00:56:22.934659 INFO Failed to handle_output for output no = 2, with absolute offset 129875
[1m[33m2022-May-27 00:56:22.938682 INFO Failed to get output keys for tx with amount = 0.7000000 and count indexes 3[0m
[1m[37m2022-May-27 00:56:22.944987 INFO One of outputs for one of inputs have wrong tx.unlockTime = 800423[0m
2022-May-27 00:56:22.945292 INFO Failed to handle_output for output no = 2, with absolute offset 112391
[1m[33m2022-May-27 00:56:22.945486 INFO Failed to get output keys for tx with amount = 0.0070000 and count indexes 3[0m
[1m[37m2022-May-27 00:56:22.945879 INFO One of outputs for one of inputs have wrong tx.unlockTime = 800425[0m
2022-May-27 00:56:22.946046 INFO Failed to handle_output for output no = 2, with absolute offset 129870
[1m[33m2022-May-27 00:56:22.946209 INFO Failed to get output keys for tx with amount = 0.7000000 and count indexes 3[0m
[1m[33mhelp[0m
FANGO || DRAGONBORNE || v1.8.0.8008(0.2-g72946d9)
Commands:
ban Ban a given <IP> for a given amount of <seconds>, ban <IP> [<seconds>]
exit Shutdown the daemon
height Print blockchain height
help Show this help
hide_hr Stop showing hash rate
print_ban Print banned nodes
print_bc Print blockchain info in a given blocks range, print_bc <begin_height> [<end_height>]
print_block Print block, print_block <block_hash> | <block_height>
print_cn Print connections
print_pl Print peer list
print_pool Print transaction pool (long format)
print_pool_sh Print transaction pool (short format)
print_tx Print transaction, print_tx <transaction_hash>
rollback_chain Rollback chain to specific height, rollback_chain <height>
save Save the Blockchain data safely
set_log set_log <level> - Change current log level, <level> is a number 0-4
show_hr Start showing hash rate
start_mining Start mining for specified address, start_mining <addr> [threads=1]
status Print statistics, print_stat <nothing=last> | <block_hash> | <block_height>
stop_mining Stop mining
unban Unban a given <IP>, unban <IP>
status
FANGO | MAINNET | syncing 800418/800417 (100%)
**************************************************
Network Hashrate: 3.06 kH/s, Difficulty: 1470028
Block Major version: 8, Alt Blocks: 36
Active XFG : 7621232.4549779 (99.9895041%)
Current XFG on Deposit : 800.0000000 (0.0104958%)
Total Coins in Network : 7622032.4549779 XFG
**************************************************
[?1l>[40;1H
[?1049l[detached from 4061.pts-1.DragonstoneIII]
]0;howlandreed@DragonstoneIII: ~howlandreed@DragonstoneIII:~$ exit
Script done, file is dev
]0;howlandreed@DragonstoneIII: ~howlandreed@DragonstoneIII:~$ exit
]0;root@DragonstoneIII: /var/www/fangositeroot@DragonstoneIII:/var/www/fangosite# exit
Script done on Fri 27 May 2022 12:57:21 AM UTC