did stuff
This commit is contained in:
parent
2dad33cd6d
commit
5d62bac119
@ -32,6 +32,7 @@ local copyList = {
|
|||||||
|
|
||||||
|
|
||||||
print("[SYNC START]")
|
print("[SYNC START]")
|
||||||
|
|
||||||
--for i=0, #copyList do
|
--for i=0, #copyList do
|
||||||
for i=#copyList, 0, -1 do
|
for i=#copyList, 0, -1 do
|
||||||
getRequest = http.get(prefix .. copyList[i])
|
getRequest = http.get(prefix .. copyList[i])
|
||||||
|
@ -300,6 +300,8 @@ local function mineChunk()
|
|||||||
end
|
end
|
||||||
|
|
||||||
local function mineFibo()
|
local function mineFibo()
|
||||||
|
|
||||||
|
basic.ntfy("Started Mining")
|
||||||
state = getState()
|
state = getState()
|
||||||
|
|
||||||
while true do
|
while true do
|
||||||
|
Loading…
Reference in New Issue
Block a user