Bitcoin Forum
May 10, 2024, 04:54:40 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 [9] 10 »  All
  Print  
Author Topic: [ANN] [SPLB] SimpleBank. [Neoscrypt MN] The Digital Crypto Bank.  (Read 15889 times)
cryptocured
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
May 26, 2018, 03:09:04 AM
 #161

is there any guide how to run your masternodes?
1715360080
Hero Member
*
Offline Offline

Posts: 1715360080

View Profile Personal Message (Offline)

Ignore
1715360080
Reply with quote  #2

1715360080
Report to moderator
1715360080
Hero Member
*
Offline Offline

Posts: 1715360080

View Profile Personal Message (Offline)

Ignore
1715360080
Reply with quote  #2

1715360080
Report to moderator
1715360080
Hero Member
*
Offline Offline

Posts: 1715360080

View Profile Personal Message (Offline)

Ignore
1715360080
Reply with quote  #2

1715360080
Report to moderator
Even if you use Bitcoin through Tor, the way transactions are handled by the network makes anonymity difficult to achieve. Do not expect your transactions to be anonymous unless you really know what you're doing.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715360080
Hero Member
*
Offline Offline

Posts: 1715360080

View Profile Personal Message (Offline)

Ignore
1715360080
Reply with quote  #2

1715360080
Report to moderator
1715360080
Hero Member
*
Offline Offline

Posts: 1715360080

View Profile Personal Message (Offline)

Ignore
1715360080
Reply with quote  #2

1715360080
Report to moderator
1715360080
Hero Member
*
Offline Offline

Posts: 1715360080

View Profile Personal Message (Offline)

Ignore
1715360080
Reply with quote  #2

1715360080
Report to moderator
securityaudit
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
May 26, 2018, 03:10:49 AM
 #162

When I look at projects like this, I always wonder what is the reaction of big banks like Bank of America and Citigroup...
Actucrypto info
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
May 26, 2018, 06:31:26 AM
 #163

is there any guide how to run your masternodes?

https://github.com/Simplebankdev/simplevps/blob/master/docs/masternode_vps.md

RafaelRS
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
May 28, 2018, 01:59:34 AM
 #164

Does masternode support IPv6? Just tried to start with it, says: "Error: invalid IP address."
RafaelRS
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
May 28, 2018, 02:07:55 AM
 #165

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.
Actucrypto info
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
May 28, 2018, 07:39:04 AM
 #166

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
SimpleDev (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 71
Merit: 0


View Profile
May 30, 2018, 02:28:10 PM
 #167

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
Pokebowl
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
May 31, 2018, 01:16:18 AM
 #168


  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?

Actucrypto info
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
May 31, 2018, 05:09:39 AM
 #169


  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
Pokebowl
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
June 01, 2018, 01:14:09 AM
 #170


It worked like a charm, thank you.

SimpleDev (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 71
Merit: 0


View Profile
June 05, 2018, 08:46:06 AM
 #171

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.
Actucrypto info
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
June 06, 2018, 09:46:54 PM
Last edit: June 07, 2018, 06:40:09 PM by Actucrypto info
 #172

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!
crypt0.zone
Member
**
Offline Offline

Activity: 154
Merit: 28


View Profile WWW
June 08, 2018, 08:34:09 AM
 #173

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

Visit crypt0.zone/calculator/
SimpleDev (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 71
Merit: 0


View Profile
June 08, 2018, 02:00:02 PM
 #174

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 !!
anderson888
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile
June 08, 2018, 03:11:00 PM
 #175

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?


SimpleDev (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 71
Merit: 0


View Profile
June 08, 2018, 09:37:45 PM
 #176



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
kalymist
Full Member
***
Offline Offline

Activity: 462
Merit: 100


View Profile WWW
June 11, 2018, 02:36:33 PM
 #177

Simplebank is on Whattomine.com

https://whattomine.com/coins/252-splb-neoscrypt

SimpleDev (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 71
Merit: 0


View Profile
June 13, 2018, 01:07:48 PM
 #178

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)




tasmemphis
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
June 15, 2018, 01:18:48 AM
 #179

website down
tasmemphis
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
June 15, 2018, 01:26:54 AM
 #180

working again
Pages: « 1 2 3 4 5 6 7 8 [9] 10 »  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!