Search content
Sort by

Showing 20 of 64 results by Metaphilibert
Post
Topic
Board Collectibles
Re: [WTS] CRYPTO COSMOS: Cryptocurrency Deck Of Cards LIMITED # - unique crypto game
by
Metaphilibert
on 11/02/2019, 20:36:54 UTC
could you please reserve 132, 144, 231, 232 ?
thanks!
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][KMD][dPoW] Komodo - Zcash Zero Knowledge Privacy Secured by Bitcoin
by
Metaphilibert
on 23/03/2018, 08:23:00 UTC
So safecoin developers cannot fix this issue? what does that say about safecoin team?
They are working on it. But what does this say about Komodo team when they cant take having competition and decide to stomp on the small guys.
SAFE is no competition, SAFE is like a vulnerable little child that doesnt know not to stick his fingers into electric sockets. I try to help by my actions. If you actually thought beyond a few days mining rewards you will understand that.

My "stomp" was inadvertent, but it ends up exposing that none of the critical bugfixes over the history are activated in SAFE and there is no notarization and no dPoW active at all. Making false claims of improvements over my baseline, does make me emotional. Sorry, I seem to be human.

However, I did not fork the chain, no coins were lost. Critical vulnerabilities were found and I spent hours trying to help, but ignored and criticized.

So you admit that you attacked another coin with known exploits in order to prove a point.


Are these the proper actions of a person who has raised $200 million to further blockchain technology?


If so... all crypto is shit
I just started notary mining as the coin said I could. I did not remember all the fixes made along the way and what would happen. looking at the code I thought maybe the notary mining might not even work, there was only one way to find out. What harm to mine some blocks?

Anyway, I explain in detail in my wall of text post, which apparently you did not read.

and $2 million was raised not $200 million, you are confusing marketcap with funds raised

You posted the Genesis Notaries yourself so that people could mine SAFE... Do you think this is something the dev of a coin who raised $2 million through an ICO should do?

The genesis Notaries is on github.... facepalm
so much stupidity is impossible for a non troll

what you don't want to see is that the scammer (or idiot) dev of "safe"coin forked a tech he doesnt understand, with no project behind
do you see the "improvements" on github ? whoooo 16 commits, what a lot of work

and guess what, the notary pubkey list (that are able to mine at a much lower difficulty) were not removed. so yes anyone mining with these pubkey (pub for PUBLIC) is able to mine with lower difficulty, not one GPU has been used
now it was removed under the commit named "final removal of malicious KMD notary nodes"

in 4 years into crypto this is probably the most funny scam story i saw

YES SCAM
a dev fork a thing he doesn't understand from one of the most talentuous crypto dev without any other concrete plan than mine and premine
the original dev is so kind to come to explain
and you still don't understand

so you are stupid or part of this scam

now get off and follow a real project

"fair" exchange, "safe" coin... it's hilarious

damn amateurs
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][SAFE][dPOW] Safecoin - Komodo Fork - zCash Privacy Secured by Bitcoin
by
Metaphilibert
on 22/03/2018, 08:40:42 UTC
Komodo and zCach,looks strong and  good combination,i think it should be a very promising project. i will watch the development.good luck to the team

(facepalm) Komodo is already a zcash fork

"safecoin" is a clone (not deserves the word fork) of komodo run by people who don't understand the underlying tech and only trying some kind of poor rebranding.
(at least they know how to change a logo and how to mine)

this project seems more than suspicious to me (at the opposite of anything safe  Wink)

if you want the real tech, follow the original! https://komodoplatform.com/

cheers
Post
Topic
Board Announcements (Altcoins)
Re: [FIBRE] | 625k | [SuperNET] | FibreDark | FibreLock | FibreGateway | ZeroTrust |
by
Metaphilibert
on 13/11/2017, 16:24:59 UTC
what will happen if soft cap is not reached?

What do you mean? There is no ICO  Smiley

If you are referring to minimal staking power, to keep chain advancing the algo will be POW/POS hybrid (with a minimum POW block reward  => just to maintain the chain)
Post
Topic
Board Announcements (Altcoins)
Re: [FIBRE] | 625k | [SuperNET] | FibreDark | FibreLock | FibreGateway | ZeroTrust |
by
Metaphilibert
on 11/11/2017, 00:00:09 UTC
I put http://www.explorefibre.info/ on line
many things need to be polished (at least some colors) and adapted to Fibre (onion peers display)
Purpose is to have a reliable explorer to check the current situation (every user can check his balance) and to be able to see it moving again when the restart will occur Wink
please let me know your issues
even if balances seems weird because of a frozen staking state, the frozen state is interesting (jurassic park kind  Tongue)
also if you want your address to be tagged, let me know
Post
Topic
Board Announcements (Altcoins)
Re: [FIBRE] | 625k | [SuperNET] | FibreDark | FibreLock | FibreGateway | ZeroTrust |
by
Metaphilibert
on 07/11/2017, 00:01:57 UTC
The revival is still (very) possible, don't burry your wallet  Smiley
Slack is limited to 10k messages and SuperNET is a big slack, so #Fibre looks empty
But you can get all the history there https://sprnt.slackarchive.io/fibre
Come on the slack to give your inputs! I feel we are getting close of a revival!
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][CHIPS] KMD platform's LN app with realtime betting+decentralized shuffling
by
Metaphilibert
on 14/10/2017, 08:53:59 UTC
I've enabled label support for http://chips1.explorer.supernet.org/
If you want to see a label for your address on the explorer, DM me.

to generate your signature:
Code:
chips-cli signmessagewithprivkey "YourPrivateKey" "YourAddress"
DM me your address, your signature and the label you want to see displayed.
For now, only the SuperNET address is labelled, with a link to the SuperNET NAV.
Post
Topic
Board Announcements (Altcoins)
Re: chipsd on Debian 9 (Stretch)
by
Metaphilibert
on 09/10/2017, 08:15:05 UTC
...
Install Berkeley DB 4.8 from source:
  • BITCOIN_ROOT=$(pwd)
  • BDB_PREFIX="${BITCOIN_ROOT}/db4"
  • mkdir -p $BDB_PREFIX
  • wget 'http://download.oracle.com/berkeley-db/db-4.8.30.NC.tar.gz'
  • echo '12edc0df75bf9abd7f82f821795bcee50f42cb2e5f76a6a281b85732798364ef  db-4.8.30.NC.tar.gz' | sha256sum -c
    (it should display it succeeded)
  • tar -xzvf db-4.8.30.NC.tar.gz
  • cd db-4.8.30.NC/build_unix/
  • ../dist/configure --enable-cxx --disable-shared --with-pic --prefix=$BDB_PREFIX
  • make install
...

if you don't want to bother with the berkeley db 4.8 installation, you can also ignore it by using
./configure --with-incompatible-bdb
when building chipsd

Berkeley DB version only matters if you want to have cross client wallet compatible
 (a wallet created with a client that was build on 4.8 may not be usable with a client that was build on another version of bdb)

So if you extracted your privkeys and not planning to copy the wallet.dat for use with another client, you can ignore the dbd version 4.8 and use the version currently installed on your system
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][CHIPS] SHA256 BTC clone created to experiment with LN, 10 second blocks
by
Metaphilibert
on 19/08/2017, 11:07:46 UTC
Wow, just read it fast, this is purely amazing!
Pangea finally living! A true decentralized poker (betting) platform! A dream is becoming true.
Among many other amazing Komodo features, i'm very glad to see this (part of) 'old' vision taking shape in the komodo ecosystem (and expand it at the same time)!
will run a node Smiley

dont get too excited yet.

I abstracted out the card shuffling/dealing and generalized it into the privatebet (BET) platform. I will be adding the CHIPS betting into that.

Once that is stable, then the PANGEA (and many other) game statemachine can be added on top of it. This isolates the gameplay for each game from the decentralized shuffling/dealing and betting.

Due to some practical limitations, I will start by using various oracle type of services so we can get something working, sooner rather than later

Yeah i should have said "Finally first step for pangea" and yes i am excited. because CHIPS is exciting.
Anyway i managed to run a node with chipsd and LN daemon (149.202.49.218) with ubuntu 16.04 without any problem.
I also have 5 nodes on debian but only managed to build chipsd and chips-cli (and mining Wink). But i have problems to build the LN part, still trying. If someone could figure it out how to build it on debian 8 it could be cool.

Post
Topic
Board Announcements (Altcoins)
Re: [ANN][CHIPS] SHA256 BTC clone created to experiment with LN, 10 second blocks
by
Metaphilibert
on 12/08/2017, 23:23:57 UTC
Wow, just read it fast, this is purely amazing!
Pangea finally living! A true decentralized poker (betting) platform! A dream is becoming true.
Among many other amazing Komodo features, i'm very glad to see this (part of) 'old' vision taking shape in the komodo ecosystem (and expand it at the same time)!
will run a node Smiley
Post
Topic
Board Announcements (Altcoins)
Re: [FIBRE] | 625k | [SuperNET] | FibreDark | FibreLock | FibreGateway | ZeroTrust |
by
Metaphilibert
on 05/08/2017, 02:23:08 UTC
look at https://sprnt.slackarchive.io/fibre/ to get the history of discussions
Post
Topic
Board Announcements (Altcoins)
Re: [FIBRE] | 625k | [SuperNET] | FibreDark | FibreLock | FibreGateway | ZeroTrust |
by
Metaphilibert
on 12/06/2017, 09:34:03 UTC
Looks like i can do withdrawal when the chain will work again.
https://ibb.co/dj3uFv
looks good. but be sure they updated their wallet before to request the withdrawal as there will be a fork.
will try to contact them and let you know
Post
Topic
Board Announcements (Altcoins)
Re: [FIBRE] | 625k | [SuperNET] | FibreDark | FibreLock | FibreGateway | ZeroTrust |
by
Metaphilibert
on 12/06/2017, 08:48:11 UTC
Any eta on new windows wallet?

no official ETA yet.
It will of course be announced here, but if you want to be part of the firsts to know, come on SuperNET slack.
Post
Topic
Board Announcements (Altcoins)
Re: [FIBRE] | 625k | [SuperNET] | FibreDark | FibreLock | FibreGateway | ZeroTrust |
by
Metaphilibert
on 10/06/2017, 19:08:24 UTC

Hi guys I have 6884 FIBRE coins on Poloneix. And I can do withdrawal. How I can help to recover blockchain???  I don't know how to do maning.  Huh

Hi,
it sounds weird to me you can still see your FIBRE on poloniex and do a withdrawal.
But if this is indeed the case, DO NOTHING right now (easy)
First, we have to wait the release of the new wallet and the blockchain to move ahead.
Then we have to contact Poloniex to have them update their wallet and see how to withdraw (if still possible).

The new wallet released is postponed a bit.
below a paste of the wallet dev on slack:

Quote
mammix2 [7:55 PM]
@channel Hi all, just checking in. I know I said the wallets would be ready yesterday but I wanted to wait for the feedback which you guys have been doing. I ended up having a really busy couple of days and also I think it should be delayed a little until we have agreement on all sides of the new direction.

Based on the feedback so far,  the new coins extracted should now be used as a Dev fund split between the contributing team members. 

I hadn't intended to be lead this, I just wanted to get the chain moving again and support it for a while after. But now seeing that there is quite a lot of interest again and the SuperNet option for Fibre and Possibly BoostCoin (I still need to check the compatibility) I think it's worth getting a plan put on paper listing team members. Then we can transparently agree on what amount should be extracted for this next phase of Fibre

So to make it simple and clear: if you have FIBRE in an exchange, DO NOTHING right now !
Also don't put too much hope in it, theoretically FIBRE is a dead coin and no exchange is obliged to process the withdrawals (and even if they wanted to do so it's technically impossible right now)

Considering the revival of the FIBRE blockchain we will have to wait a bit (but what are a few days in comparison of 6 months of frozen blockchain?)
As there is a possibility of (re)integration to SuperNET and as they are some people ready to get involved besides the wallet dev, this may be much more than a 'simple' chain revival.
And we have to make it the best way, for the benefit of every FIBRE investor Smiley


Post
Topic
Board Announcements (Altcoins)
Re: [FIBRE] | 625k | [SuperNET] | FibreDark | FibreLock | FibreGateway | ZeroTrust |
by
Metaphilibert
on 10/06/2017, 11:42:21 UTC
I have fibre coins on poloniex, can i download the wallet and transfer or wait for new wallet? or my coins are gone?

Thanks

FIBRE was delisted from Poloniex a long time ago and the blockchain is currently stuck (you cannot make transactions)
First, wait for the new wallet and a working blockchain.
When the blockchain will be living again, you can attempt to create a support ticket to Poloniex.
Not sure if they archive the delisted coins wallets  Sad
You are not alone in this case, we will try to contact them after the revival.
Post
Topic
Board Announcements (Altcoins)
Re: [FIBRE] | 625k | [SuperNET] | FibreDark | FibreLock | FibreGateway | ZeroTrust |
by
Metaphilibert
on 09/06/2017, 22:21:58 UTC
Fibre relaunch will be today 9th afternoon (GMT)
Fibre 4.0 specs will follow soon  Smiley

Sorry guys I was a little bit too enthusiastic. Relaunch is definitely coming soon but some strategic points are still being discussed.
Again, you are welcome to see or participate in the latest developments on the #fibre channel of the SuperNET slack (https://sprnt.slack.com - get your invite at http://slackinvite.supernet.org/)
Post
Topic
Board Announcements (Altcoins)
Re: [FIBRE] | 625k | [SuperNET] | FibreDark | FibreLock | FibreGateway | ZeroTrust |
by
Metaphilibert
on 09/06/2017, 14:00:42 UTC
Below the last post of mammix2 on slack

mammix2 [12:03 AM]
>> Fibre 4.0 <<
32 and 64Bit Windows versions, source and MacOS will be available at relaunch. Any Linux Qt wallets or deamons you'll have to build yourselves due to differing dependencies on users PC's
We will need to place a fair amount of PoW mining power on the chain to break the current diff left over from the original mining phase way back. Once the next block is solved the diff should drop right down and then readjust every block to achieve a 1 minute block time. This new wallet will cause a hard fork of the chain so the Protocol version has been increased to ensure no old wallets are valid. You MUST only use this new wallet, even if you're just monitoring the network, so that the new blocks and TX are validated by your V4 wallet

New Specs:
Currently the chain is stuck at block 673690 due to a very low PoS weight. In this new version I’ve enabled PoW from block 673686 so we can start the chain moving again still using the NIST5 algo. As discussed here are bullet points of the new specs with links to the repo to show some of the key code snippets...

- 8 Coin reward per block starting at block 674000 and up until 717200. Thereafter rewards will drop to 0, but PoW will still be enabled in case the PoS weight drops very low again in the future.
https://github.com/mammix2/fibre-core/blob/master/src/main.cpp#L992-L996

- As discussed 60k Fibre will be extracted to a hard coded address (FBxWTZVQXPDdzYW4d5c9JSvwKug9bWt9AB) at block 673900, as a reimbursement for the year of hosting i will provide.

EDIT this point is currently discussed in the slack channel.

  Fingers crossed Fibre will get some value again in the future :slightly_smiling_face:
https://github.com/mammix2/fibre-core/blob/master/src/main.cpp#L1008-L1012
https://github.com/mammix2/fibre-core/blob/master/src/main.h#L43
https://github.com/mammix2/fibre-core/blob/master/src/miner.cpp#L125-L160

- New checkpoint at block 673600
https://github.com/mammix2/fibre-core/blob/master/src/checkpoints.cpp#L38


There are Various other improvements, such as BIP66, stability, GUI etc.. you can see all the commits i have done recently here
https://github.com/mammix2/fibre-core/commits/master

>>Please DONT built from this source just yet <<

I will release the wallets tomorrow. I need you all to review the new specs and check over the source first just in case I missed something.
Please give me some feedback on all this. Thanks :blush:
Post
Topic
Board Announcements (Altcoins)
Re: [FIBRE] | 625k | [SuperNET] | FibreDark | FibreLock | FibreGateway | ZeroTrust |
by
Metaphilibert
on 09/06/2017, 08:07:02 UTC
Fibre relaunch will be today 9th afternoon (GMT)
Fibre 4.0 specs will follow soon  Smiley
Post
Topic
Board Announcements (Altcoins)
Re: [FIBRE] | 625k | [SuperNET] | FibreDark | FibreLock | FibreGateway | ZeroTrust |
by
Metaphilibert
on 07/06/2017, 23:00:01 UTC
Guys just before going to hit my pillow i cannot refrain myself to give you this exciting update.

The blockchain is currently stuck for months at block 673688 due to a lack of staking wallets (not enough POS power).
The originial project leader, Killakem moved to stratis (which already proved to be successful)

But FIBRE is about to be resurrected!
We are a few FIBRE hodlers here and in SuperNET slack thinking for a long time about a blockchain revival and this is going to occur!
mammix2, the original wallet dev, took over the project and is about to release a new wallet.

What's the plan?
kick-restart the blockchain with a new POW/POS phase
with POW reward for a few weeks to have some incentive, after with no block reward to just have an engine to assure the blockchain's life (in other case of lack of POS)
and hopefully with a revival of website and marketing

How to help?
First, when waiting for new release it should be a good idea to have as many FIBRE hodlers as possible ready to stake (synced to block 673688)
We have a few nodes already with ~50k (and growing, afaik SuperNET holdings will be added to this) and we are about to have more than 10% supply weight ready to stake.

So if you know about how to put a node online:
 -build the daemon, follow the instructions of https://github.com/fibre-team/fibre-public/blob/master/doc/build-unix.txt (just add libminiupnpc-dev to the dependencies listed there and you should be ok)
  you can get a copy of the db (to block 673660) i uploaded there: https://mega.nz/#F!sE0lWQiD!mlC5AV1U0ff1GNaGEYUcGg
  the 2 nodes addresses that i am currently running could be added to your Fibre.conf (in .Fibre) - beware of uppercase -
  addnode=2pptm3tysp5xlpfz.onion:7223
  addnode=khpbewwsdoewtsea.onion:7223
  (i only have fibredark addresses for now, working on standard IP's to provide)
  open inbound port 7223 (WARNING, the port is subject to change with new wallet release to help separate the new chain)
If not or if under windows, keep your privkey's or wallet.dat close at hand and wait for new release (or updates meanwhile).

on both cases be welcome to see or participate in the latests developments on the #fibre channel of the SuperNET slack (https://sprnt.slack.com - get your invite at http://slackinvite.supernet.org/)

speaking of SuperNET, the SN core coins concept is deprecated but... Unity of blockchains is not (which was the main idea)
So any so-called bitcoin-compatible coin (basically rpc-queryable) can be added to agama wallet , DEX with atomic cross-chain,...  In a word FIBRE can be part of SuperNET (again) quite soon  Wink

will keep you updated

*pouf* <-- sound of head hitting pillow
Post
Topic
Board Announcements (Altcoins)
Re: WIRELESS COIN TIME TRAVEL IN OUR LIFE TIME
by
Metaphilibert
on 04/04/2017, 13:32:24 UTC
Projects like this will bring humankind to the future. Totally endorse it.

By the way, what is the best Belgian beer?

Officially the Westvleteren 12
http://www.businessinsider.fr/us/best-beer-in-the-world-westvleteren-xii-2014-12/

But all is a question of taste...
Currently my favourite is the 'Houblon Chouffe' (Triple IPA)   Grin
http://www.achouffe.be/en/beers#houblon-chouffe