Pages:
Author

Topic: [ANN] [SPLB] SimpleBank. [Neoscrypt MN] The Digital Crypto Bank. - page 2. (Read 15919 times)

hero member
Activity: 876
Merit: 500
AikaPool admin
newbie
Activity: 36
Merit: 0
newbie
Activity: 36
Merit: 0
copper member
Activity: 71
Merit: 0
WIN A RX580 or 1 SPLB MASTERNODE
-- WINNER CHOICE --

ENTER THE DRAW FOR ONLY 0.001BTC

more info soon on discord (the draw will begin in the next days , keep in touch): https://discord.gg/zrBpr55


NB: ALL the collected funds will be used for applying a new exchange (voting system for the new one)




full member
Activity: 462
Merit: 100
copper member
Activity: 71
Merit: 0


when will you launch the platform?




Q1 2019


            SimplePlatform release
            SimplePlatform E-wallet release
            Local advertising
            SimplePlatform exchange release (BTC/SPLB)
            «Franchise country network» expansion
newbie
Activity: 29
Merit: 0
HI all !!

As some of you know, 90% of the SimpleBank Team is French, it means that We are subject to laws and very specific tax legislation. And that's why we stayed "anonymous". Despite this anonymity, you trust us !

THX FOR THAT...

BUT
With the agreement of our legal advisers, we decided to show you who we are.
We are human.
We are SIMPLE.
We are SIMPLEBANK
That's why, now the team is revealed (faces , real names, functions, Linkedin profil, etc ..)
That's not finished !
Here are others good news:
1- By the end of June SPLB will be listed on a 2nd exchange.
2- Android wallet will be released before 13 of June
3- I gonna make a live Youtube Q/A before the end of June.

Also, you can see that:
https://www.simplebank.io/ is up and is now secured (thx @dblbis  for this fix)
https://explorer.simplebank.io/ is fully functional (very useful for MN owners)

A giveaway will occure this evening @ 21:00 CEST  ... Stay tune on the official Discord server : https://discord.gg/zrBpr55

Have a good week end !!
\



when will you launch the platform?


copper member
Activity: 71
Merit: 0
HI all !!

As some of you know, 90% of the SimpleBank Team is French, it means that We are subject to laws and very specific tax legislation. And that's why we stayed "anonymous". Despite this anonymity, you trust us !

THX FOR THAT...

BUT
With the agreement of our legal advisers, we decided to show you who we are.
We are human.
We are SIMPLE.
We are SIMPLEBANK
That's why, now the team is revealed (faces , real names, functions, Linkedin profil, etc ..)
That's not finished !
Here are others good news:
1- By the end of June SPLB will be listed on a 2nd exchange.
2- Android wallet will be released before 13 of June
3- I gonna make a live Youtube Q/A before the end of June.

Also, you can see that:
https://www.simplebank.io/ is up and is now secured (thx @dblbis  for this fix)
https://explorer.simplebank.io/ is fully functional (very useful for MN owners)

A giveaway will occure this evening @ 21:00 CEST  ... Stay tune on the official Discord server : https://discord.gg/zrBpr55

Have a good week end !!
member
Activity: 154
Merit: 28
Hi guys!

We have just added support for SimpleBank to our Crypto Mining Profitability Calculator: https://crypt0.zone/calculator/!

Feel free to send us some feedback.
We are open for all suggestions

Cool
newbie
Activity: 47
Merit: 0
Important ANN will be released tomorrow , according to the discord community manager !!!
Seems things gonna move !!!!

hope new exchange and updates on the road map!
copper member
Activity: 71
Merit: 0
We are working on fix for explorer and seed. Moving to a new VPS provider.

URL won't change so you won't have to do anything on your side.


Thanks you all for your support.

Important News to come regarding company.
newbie
Activity: 5
Merit: 0

It worked like a charm, thank you.

newbie
Activity: 47
Merit: 0

  The Windows wallet is working fine, however am getting the following error on macOS High Sierra 10.13.4. The latest update has been installed.

  Excerpt from Apple crash report:

Code:
System Integrity Protection: enabled

Crashed Thread:        0

Exception Type:        EXC_CRASH (SIGABRT)
Exception Codes:       0x0000000000000000, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

Termination Reason:    DYLD, [0x1] Library missing

Application Specific Information:
dyld: launch, loading dependent libraries

Dyld Error Message:
  Library not loaded: @loader_path/libboost_system-mt.dylib
  Referenced from: /Users/------/Desktop/Wallets/SimpleCore-Qt.app/Contents/Frameworks/libboost_thread-mt.dylib
  Reason: image not found

  Has anyone reported similar problems?



Yes indeed
Problm with libraries

So you have to do 2 things in order to fix this :

1- Download and install Homebrew ( here : https://brew.sh/ )
2-Once you installed Homebrew on your Mac OS, open Terminal and copy past this :
brew install autoconf automake berkeley-db4 libtool boost miniupnpc openssl pkg-config protobuf libevent


Once it is finished , all dependencies are installed, so QT will work on your Mac OS
newbie
Activity: 5
Merit: 0

  The Windows wallet is working fine, however am getting the following error on macOS High Sierra 10.13.4. The latest update has been installed.

  Excerpt from Apple crash report:

Code:
System Integrity Protection: enabled

Crashed Thread:        0

Exception Type:        EXC_CRASH (SIGABRT)
Exception Codes:       0x0000000000000000, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

Termination Reason:    DYLD, [0x1] Library missing

Application Specific Information:
dyld: launch, loading dependent libraries

Dyld Error Message:
  Library not loaded: @loader_path/libboost_system-mt.dylib
  Referenced from: /Users/------/Desktop/Wallets/SimpleCore-Qt.app/Contents/Frameworks/libboost_thread-mt.dylib
  Reason: image not found

  Has anyone reported similar problems?

copper member
Activity: 71
Merit: 0
New addnode list for new wallet sync.

Code:
addnode=45.77.222.6:34445 
addnode=45.77.253.223:34445
addnode=149.28.15.78:34445
addnode=199.247.29.184:34445
addnode=46.4.88.116:34445
addnode=45.77.202.231:34445
addnode=140.82.45.87:34445
newbie
Activity: 47
Merit: 0
Looks like no:
Code:
bool CMasternode::IsValidNetAddr(CService addrIn)
{
    // TODO: regtest is fine with any addresses for now,
    // should probably be a bit smarter if one day we start to implement tests for this
    return Params().NetworkIDString() == CBaseChainParams::REGTEST ||
            (addrIn.IsIPv4() && IsReachable(addrIn) && addrIn.IsRoutable());
}

Any chance to see that support close? That may become critical since last pool of IPv4 was recently dispatched.

Ok , i see that with Devs today , thx for this info
newbie
Activity: 10
Merit: 0
Looks like no:
Code:
bool CMasternode::IsValidNetAddr(CService addrIn)
{
    // TODO: regtest is fine with any addresses for now,
    // should probably be a bit smarter if one day we start to implement tests for this
    return Params().NetworkIDString() == CBaseChainParams::REGTEST ||
            (addrIn.IsIPv4() && IsReachable(addrIn) && addrIn.IsRoutable());
}

Any chance to see that support close? That may become critical since last pool of IPv4 was recently dispatched.
newbie
Activity: 10
Merit: 0
Does masternode support IPv6? Just tried to start with it, says: "Error: invalid IP address."
newbie
Activity: 1
Merit: 0
When I look at projects like this, I always wonder what is the reaction of big banks like Bank of America and Citigroup...
Pages:
Jump to: