Bitcoin Forum
June 16, 2024, 06:27:17 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 [7] 8 9 10 11 12 13 14 15 16 17 »  All
  Print  
Author Topic: [ANN] United SciFi Coin [SCIFI] PoW/PoS  (Read 41549 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic. (1 post by 1+ user deleted.)
markm
Legendary
*
Offline Offline

Activity: 2940
Merit: 1090



View Profile WWW
October 18, 2017, 11:39:43 PM
 #121

https://github.com/scificrypto/Federation-Credits
If something not working, try use windows and compiled wallet.

That looks like the URL of the main distribution, did you change that so everyone who clones the coin now gets this special swap version?

-MarkM-

Browser-launched Crossfire client now online (select CrossCiv server for Galactic  Milieu)
Free website hosting with PHP, MySQL etc: http://hosting.knotwork.com/
vampirus (OP)
Hero Member
*****
Offline Offline

Activity: 982
Merit: 517


Nature decays, but Latinum lasts forever. RoA:102


View Profile
October 19, 2017, 12:05:39 AM
 #122

Yes this repository only for swap version.

  SCIFIKEDGPLCAPS
Dunkelheit667
Legendary
*
Offline Offline

Activity: 1045
Merit: 1157


no degradation


View Profile
October 19, 2017, 12:16:40 AM
 #123

https://github.com/scificrypto/Federation-Credits
If something not working, try use windows and compiled wallet.

That looks like the URL of the main distribution, did you change that so everyone who clones the coin now gets this special swap version?

-MarkM-

I think you can checkout the swap version like this:
Code:
git clone https://github.com/scificrypto/Federation-Credits.git
cd Federation-Credits
git checkout v2.7.1

I've checked my install notes for previous versions and found I had to do some leveldb specific magic to get it running. I'm not using Ubuntu, but it might help, not sure:
Code:
cd src/leveldb
make clean && make libleveldb.a libmemenv.a
cd ..


"And the machine keeps pushing time through the cogs, like paste into strings into paste again, and only the machine keeps using time to make time to make time.
And when the machine stops, time is an illusion that we created free will.
" - an unnamed Hybrid
markm
Legendary
*
Offline Offline

Activity: 2940
Merit: 1090



View Profile WWW
October 19, 2017, 12:58:59 AM
 #124

Ah thanks that did it. I had tried just make in thye leveldb directory but that made .so files only.

-MarkM-

Browser-launched Crossfire client now online (select CrossCiv server for Galactic  Milieu)
Free website hosting with PHP, MySQL etc: http://hosting.knotwork.com/
markm
Legendary
*
Offline Offline

Activity: 2940
Merit: 1090



View Profile WWW
October 19, 2017, 08:17:12 AM
 #125

The swap blockchain is not moving, I tried to send on lump of 50 coins from one wallet to a new wallet to start cdonso9lidating coins, that was hours ago and it is still sitting at no confirmations so I cannot shut down and put in the next wallet I need to consolidate. Juat how many hours or days can we expect it to take per block?

-MarkM-

Browser-launched Crossfire client now online (select CrossCiv server for Galactic  Milieu)
Free website hosting with PHP, MySQL etc: http://hosting.knotwork.com/
vampirus (OP)
Hero Member
*****
Offline Offline

Activity: 982
Merit: 517


Nature decays, but Latinum lasts forever. RoA:102


View Profile
October 19, 2017, 03:19:07 PM
 #126

The swap blockchain is not moving, I tried to send on lump of 50 coins from one wallet to a new wallet to start cdonso9lidating coins, that was hours ago and it is still sitting at no confirmations so I cannot shut down and put in the next wallet I need to consolidate. Juat how many hours or days can we expect it to take per block?

-MarkM-

With UFCswap blockchain all fine, 1 block per minute, now 292693 block.

  SCIFIKEDGPLCAPS
Dunkelheit667
Legendary
*
Offline Offline

Activity: 1045
Merit: 1157


no degradation


View Profile
October 19, 2017, 03:26:29 PM
 #127

Ah thanks that did it. I had tried just make in thye leveldb directory but that made .so files only.

-MarkM-
Great, glad it worked on Ubuntu as well. Smiley

The swap blockchain is not moving, I tried to send on lump of 50 coins from one wallet to a new wallet to start cdonso9lidating coins, that was hours ago and it is still sitting at no confirmations so I cannot shut down and put in the next wallet I need to consolidate. Juat how many hours or days can we expect it to take per block?

-MarkM-
With UFCswap blockchain all fine, 1 block per minute, now 292693 block.
I'm stuck in the same situation as MarkM, not getting my transactions confirmed. Undecided But the chain is moving:

Code:
2017-10-19 15:16:20 Committing 1 changed transactions to coin database...
2017-10-19 15:16:20 SetBestChain: new best=00000000170e08b4f6fb88256b05fbdfa9d5a4dcea30196359be8227c17b781a  height=292693  log2_work=58.180435  tx=296212  date=2017-10-19 15:15:52 progress=0.999990
2017-10-19 15:16:20 ProcessBlock: ACCEPTED
2017-10-19 15:19:47 received block 000000000a4791efa8f791ddbb0d742fc8e15d59285842603f7b815ae859d2fd
2017-10-19 15:19:47 Committing 1 changed transactions to coin database...
2017-10-19 15:19:47 SetBestChain: new best=000000000a4791efa8f791ddbb0d742fc8e15d59285842603f7b815ae859d2fd  height=292694  log2_work=58.180435  tx=296213  date=2017-10-19 15:19:18 progress=0.999990
2017-10-19 15:19:47 ProcessBlock: ACCEPTED


"And the machine keeps pushing time through the cogs, like paste into strings into paste again, and only the machine keeps using time to make time to make time.
And when the machine stops, time is an illusion that we created free will.
" - an unnamed Hybrid
vampirus (OP)
Hero Member
*****
Offline Offline

Activity: 982
Merit: 517


Nature decays, but Latinum lasts forever. RoA:102


View Profile
October 19, 2017, 03:46:08 PM
Last edit: October 19, 2017, 06:24:17 PM by vampirus
 #128

Dunkelheit667, do you use windows with my compiled wallet or compile yourself?
And give me more log file with creating transaction error.
I and gmerk send coins without problems.
And try start wallet with --salvagewallet option.

  SCIFIKEDGPLCAPS
Dunkelheit667
Legendary
*
Offline Offline

Activity: 1045
Merit: 1157


no degradation


View Profile
October 19, 2017, 06:54:18 PM
 #129

Dunkelheit667, do you use windows with my compiled wallet or compile yourself?
And give me more log file with creating transaction error.
I and gmerk send coins without problems.
And try start wallet with --salvagewallet option.
I'm using your latest compiled swap version from https://github.com/scificrypto/Federation-Credits/releases/download/v2.7.1/federationcredit27.zip on Win 10 Pro 64 bit to consolidate my UFC2.

--salvagewallet did help a bit, at least the stuck transactions are gone. Smiley But when I try to send some coins again... stuck.

I've uploaded the latest debug information to mega (as the file size was to big for pastebin):
Code:
https://mega.nz/#!dIZWwAQS!RO2pMxDEsWoNwjr6kyTHahLnRzKkC351WC8737UNy1I

db.log is empty.

Yes, I've managed to consolidate three wallets so far without any issues. Just the last one got these stuck transactions for any reason.

Thanks for checking! Smiley

"And the machine keeps pushing time through the cogs, like paste into strings into paste again, and only the machine keeps using time to make time to make time.
And when the machine stops, time is an illusion that we created free will.
" - an unnamed Hybrid
vampirus (OP)
Hero Member
*****
Offline Offline

Activity: 982
Merit: 517


Nature decays, but Latinum lasts forever. RoA:102


View Profile
October 19, 2017, 07:36:33 PM
 #130

I do not know what is wrong, but try use my database https://github.com/scificrypto/Federation-Credits/releases/download/v2.7.1/federationdatabase.zip
and again use --salvagewallet

  SCIFIKEDGPLCAPS
Dunkelheit667
Legendary
*
Offline Offline

Activity: 1045
Merit: 1157


no degradation


View Profile
October 19, 2017, 09:46:23 PM
 #131

I do not know what is wrong, but try use my database https://github.com/scificrypto/Federation-Credits/releases/download/v2.7.1/federationdatabase.zip
and again use --salvagewallet
That did the trick. The affected wallet shows ~ 6% less coins with your db, but I was able to transfer them without any issue. Smiley

Thanks a bunch!

"And the machine keeps pushing time through the cogs, like paste into strings into paste again, and only the machine keeps using time to make time to make time.
And when the machine stops, time is an illusion that we created free will.
" - an unnamed Hybrid
gmerk
Full Member
***
Offline Offline

Activity: 162
Merit: 100


View Profile
October 20, 2017, 06:15:40 AM
 #132

I do not know what is wrong, but try use my database https://github.com/scificrypto/Federation-Credits/releases/download/v2.7.1/federationdatabase.zip
and again use --salvagewallet
That did the trick. The affected wallet shows ~ 6% less coins with your db, but I was able to transfer them without any issue. Smiley

Thanks a bunch!

Maybe you were mining UFC on that wallet when the fork happened?

I had a similar problem, and solved it using --salvagewallet.
Of course all coins mined after the fork are not valid on the post fork swap-chain (ufc2).

I must say, all swaps have gone smooth and exactly as planned/announced.
A big thanks to vampirus from me, even though I'm the smallest guy in every swap  Grin

Dunkelheit667
Legendary
*
Offline Offline

Activity: 1045
Merit: 1157


no degradation


View Profile
October 20, 2017, 02:42:26 PM
 #133

I do not know what is wrong, but try use my database https://github.com/scificrypto/Federation-Credits/releases/download/v2.7.1/federationdatabase.zip
and again use --salvagewallet
That did the trick. The affected wallet shows ~ 6% less coins with your db, but I was able to transfer them without any issue. Smiley

Thanks a bunch!

Maybe you were mining UFC on that wallet when the fork happened?

I had a similar problem, and solved it using --salvagewallet.
Of course all coins mined after the fork are not valid on the post fork swap-chain (ufc2).

I must say, all swaps have gone smooth and exactly as planned/announced.
A big thanks to vampirus from me, even though I'm the smallest guy in every swap  Grin
I did mine before and after the fork and stopped using the affected wallet ~ one day after the fork. I've used a fresh downloaded UFC2 db afterwards for consolidating and stumbled on the stuck transaction(s). As you had similar issues the post fork mining transactions were for sure an issue (invalid, not rejected and therefore stuck) + looks like my db was somehow damaged in addition. I'm happy we were able to recover this wallet and got the UFC2 moving. Smiley

I totally second your thoughts about vampirus. He keeps our loved coins alive, created a new child (SCIFI) for us and is working through the swap process like the real Grand Nagus!

Hehe, I was as well pretty impressed regarding the amounts held by some of us brave scifi coin cultists. Wink

"And the machine keeps pushing time through the cogs, like paste into strings into paste again, and only the machine keeps using time to make time to make time.
And when the machine stops, time is an illusion that we created free will.
" - an unnamed Hybrid
markm
Legendary
*
Offline Offline

Activity: 2940
Merit: 1090



View Profile WWW
October 20, 2017, 09:40:37 PM
 #134

Maybe a good idea for Gold Pressed Latinum would be to migrate it to the DiaMonD codebase, and call the Master Nodes Nagus Nodes? POS-only, no more POW.

-MarkM-

Browser-launched Crossfire client now online (select CrossCiv server for Galactic  Milieu)
Free website hosting with PHP, MySQL etc: http://hosting.knotwork.com/
vampirus (OP)
Hero Member
*****
Offline Offline

Activity: 982
Merit: 517


Nature decays, but Latinum lasts forever. RoA:102


View Profile
October 21, 2017, 12:11:58 AM
 #135

Maybe a good idea for Gold Pressed Latinum would be to migrate it to the DiaMonD codebase, and call the Master Nodes Nagus Nodes? POS-only, no more POW.

-MarkM-
May be in future, now if I swap coin to new codebase, Cryptopia delist GPL and new listing cost now 30000 usd.

  SCIFIKEDGPLCAPS
markm
Legendary
*
Offline Offline

Activity: 2940
Merit: 1090



View Profile WWW
October 21, 2017, 03:05:23 AM
 #136

Maybe a good idea for Gold Pressed Latinum would be to migrate it to the DiaMonD codebase, and call the Master Nodes Nagus Nodes? POS-only, no more POW.

-MarkM-
May be in future, now if I swap coin to new codebase, Cryptopia delist GPL and new listing cost now 30000 usd.

Ouch! Well I guess GPL is doing just fine the way it is then! Smiley

I think maybe we should encourage sci fi type coin's users to get into HORIZON, it is generally regarded as abandoned so is a good fit for adoption not only be the Galactic Milieu but also by science fiction milieu coins in general, especially as it does look like the sci fi coins are going to be increasingly adopted by the Galactic Milieu.

In addition to using the HORIZON network, the STELLAR network (Lumens) is starting to look interesting, because it seems the Ripple-style networks (such as STELLAR) might let us form trading pairs of any asset against any asset, whereas with NXT-style networks such as HORIZON the network's native currency has to be part of each trading pair.

By the way, with all this work you keep on doing for the science fiction coins, you probably should qualify as a lifestyle free open source developer, to get a share of DeVCoins. It'd be nice if you'd do that as the more shares that go to real developers the less the kind of ridiculous amounts of shares being given for Devtome-wiki posts will impact the DeVCoin economy...

-MarkM-

Browser-launched Crossfire client now online (select CrossCiv server for Galactic  Milieu)
Free website hosting with PHP, MySQL etc: http://hosting.knotwork.com/
AltMiner.net
Full Member
***
Offline Offline

Activity: 210
Merit: 100


AltMiner.Net | Low-Fee Pool | 2hr Payout


View Profile WWW
October 21, 2017, 03:34:00 PM
 #137

Altminer switched on its own chain somehow. @dev - how can this be? We have disabled mining to check further.

⚠️🚀 https://altminer.net 🚀⚠️ Low fee, multi algo pool | 2 hr payout | No registration required. ⚠️🚀 https://altminer.net 🚀⚠️
xaeder
Member
**
Offline Offline

Activity: 90
Merit: 10


View Profile
October 21, 2017, 07:08:04 PM
 #138

Maybe because it was the sole hashrate of the chain. I put in 98.5% at some point.
vampirus (OP)
Hero Member
*****
Offline Offline

Activity: 982
Merit: 517


Nature decays, but Latinum lasts forever. RoA:102


View Profile
October 21, 2017, 07:37:45 PM
 #139

Altminer switched on its own chain somehow. @dev - how can this be? We have disabled mining to check further.
May be because you not on default port and have only 1-2 connections. And Yesterday some time my checkpoint server was offline.

Last  PoS block 38261 in your explorer was on main chain.

  SCIFIKEDGPLCAPS
entropy0
Full Member
***
Offline Offline

Activity: 412
Merit: 100


Que sera sera


View Profile
October 21, 2017, 07:46:03 PM
 #140

any roadmap, applications for coin?

Grow your Discord community with panda-bot! https://pandabot.fatpanda.club
Pages: « 1 2 3 4 5 6 [7] 8 9 10 11 12 13 14 15 16 17 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!