Bitcoin Forum
May 25, 2024, 11:17:09 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2] 3 4 5 »
21  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][STEEM][POW] - NO IPO | NO PREMINE | NO INSTAMINE (relaunch) on: April 14, 2016, 03:21:47 PM
windows wallet?

i'm working on it, but having some issues with openssl.  Shocked

it will come with a gui?

no gui, and i gave up on it for now .. i will stick to linux  Grin

no why? i don't like linux, i think this will kill the coin, no windows no enough interest

well, im sure devs will provide a gui very soon, i was doing this as a service for the community but failed  Undecided

come join slack to get fast updates.
22  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][STEEM][POW] - NO IPO | NO PREMINE | NO INSTAMINE (relaunch) on: April 14, 2016, 03:09:49 PM
windows wallet?

i'm working on it, but having some issues with openssl.  Shocked

it will come with a gui?

no gui, and i gave up on it for now .. i will stick to linux  Grin
23  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [TBA] The Next Big Thing? #Edon #newTechnology! ICO Starting Soon on: April 14, 2016, 12:00:52 PM
is this based on NODE coin ?
24  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][STEEM][POW] - NO IPO | NO PREMINE | NO INSTAMINE (relaunch) on: April 13, 2016, 08:24:25 PM
windows wallet?

i'm working on it, but having some issues with openssl.  Shocked
25  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][STEEM][POW] - NO IPO | NO PREMINE | NO INSTAMINE (relaunch) on: April 13, 2016, 08:08:57 PM
Anyone looking to have our vote for witness will need to provide a public IP:PORT for a seed node and join #witnesses in steem.slack.com

Once you are in the channel introduce yourself and let us know your Steem account


I would like to be an active witness but i have no knowledge at all about it  Cry
26  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][STEEM][POW] - NO IPO | NO PREMINE | NO INSTAMINE (relaunch) on: April 12, 2016, 08:58:27 PM
vote to add STEEM to bittrex : https://bittrex.slack.com/archives/voting/p1460493047000057
27  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN] WAVES. Ultimate crypto-tokens blockchain platform. on: April 12, 2016, 12:18:01 PM
USE A NEW EMAIL THAT IS NOT IN THE NEWSLETTER  Cool
28  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN] WAVES. Ultimate crypto-tokens blockchain platform. on: April 12, 2016, 12:16:26 PM
i just made a test on an email that was not in the newsletter.... it worked. WTF
29  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN] WAVES. Ultimate crypto-tokens blockchain platform. on: April 12, 2016, 12:15:00 PM
users who joined the newsletter are not able to buy ICO with the same email!  Huh Huh Huh Huh Huh Huh
30  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][STEEM][POW] - NO IPO | NO PREMINE | NO INSTAMINE (relaunch) on: April 11, 2016, 08:26:44 PM
i found the "how to build for windows", but I'm so lazy to do it now  Undecided

I'll build tomorrow, but here is the link if anyone wants to

https://github.com/cryptonomex/graphene/wiki/BUILD_WIN32
31  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][STEEM][POW] - NO IPO | NO PREMINE | NO INSTAMINE (relaunch) on: April 10, 2016, 11:00:09 PM
Please update your code to the latest version from github.

The latest github code does not compile:

Code:
[ 97%] Building CXX object programs/cli_wallet/CMakeFiles/cli_wallet.dir/main.cpp.o
/home/steem/steem/programs/cli_wallet/main.cpp: In lambda function:
/home/steem/steem/programs/cli_wallet/main.cpp:238:82: error: ‘const struct fc::http::request’ has no member named ‘remote_endpoint’
                auto itr = allowed_ip_set.find( fc::ip::endpoint::from_string(req.remote_endpoint).get_address() );
                                                                                  ^
In file included from /home/steem/steem/libraries/fc/include/fc/log/logger.hpp:5:0,
                 from /home/steem/steem/libraries/fc/include/fc/exception/exception.hpp:6,
                 from /home/steem/steem/libraries/fc/include/fc/safe.hpp:2,
                 from /home/steem/steem/libraries/fc/include/fc/io/raw_fwd.hpp:6,
                 from /home/steem/steem/libraries/fc/include/fc/network/ip.hpp:4,
                 from /home/steem/steem/libraries/fc/include/fc/network/http/websocket.hpp:6,
                 from /home/steem/steem/programs/cli_wallet/main.cpp:33:
/home/steem/steem/programs/cli_wallet/main.cpp:240:105: error: ‘const struct fc::http::request’ has no member named ‘remote_endpoint’
                   elog("rejected connection from ${ip} because it isn't in allowed set ${s}", ("ip",req.remote_endpoint)("s",allowed_ip_set) );
                                                                                                         ^
/home/steem/steem/libraries/fc/include/fc/log/log_message.hpp:161:84: note: in definition of macro ‘FC_LOG_MESSAGE’
    fc::log_message( FC_LOG_CONTEXT(LOG_LEVEL), FORMAT, fc::mutable_variant_object()__VA_ARGS__ )
                                                                                    ^
/home/steem/steem/programs/cli_wallet/main.cpp:240:19: note: in expansion of macro ‘elog’
                   elog("rejected connection from ${ip} because it isn't in allowed set ${s}", ("ip",req.remote_endpoint)("s",allowed_ip_set) );
                   ^
programs/cli_wallet/CMakeFiles/cli_wallet.dir/build.make:54: recipe for target 'programs/cli_wallet/CMakeFiles/cli_wallet.dir/main.cpp.o' failed
make[2]: *** [programs/cli_wallet/CMakeFiles/cli_wallet.dir/main.cpp.o] Error 1
CMakeFiles/Makefile2:1493: recipe for target 'programs/cli_wallet/CMakeFiles/cli_wallet.dir/all' failed
make[1]: *** [programs/cli_wallet/CMakeFiles/cli_wallet.dir/all] Error 2
Makefile:107: recipe for target 'all' failed
make: *** [all] Error 2

git pull wont work, rename old steem folder and git clone again.
32  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][STEEM][POW] - NO IPO | NO PREMINE | NO INSTAMINE (relaunch) on: April 10, 2016, 09:50:20 PM
Of course the network goes down when I'm three hours away from any type of computer.  I have the team working on it we have a temporary solution.   Please update your code to the latest version from github.

 It in situations like this that Elected witnesses make a lot more sense than POW mining.  Fortunately many miners Are current bitshares witnesses   They are coordinating  behind the scenes to revive the network.   We have never had to do this with a mixture of random people like POW.  

 Please forgive any errors caused by speech to text.  

Thanks dev, mining continue..  Grin
33  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][STEEM][POW] - NO IPO | NO PREMINE | NO INSTAMINE (relaunch) on: April 10, 2016, 09:13:50 PM
I'm really sorry for shutdown the network..

Don't play with matches..!  Grin
So what? Show is over?  Roll Eyes

stop editing your post lol  Tongue
34  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][STEEM][POW] - NO IPO | NO PREMINE | NO INSTAMINE (relaunch) on: April 10, 2016, 09:00:23 PM
I'm really sorry for shutdown the network..

what did you do ? Shocked
35  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][STEEM][POW] - NO IPO | NO PREMINE | NO INSTAMINE (relaunch) on: April 10, 2016, 08:56:15 PM
looks like the blockchain is fucked ? im not receiving blocks on 2 different systems !
36  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][STEEM][POW] - NO IPO | NO PREMINE | NO INSTAMINE (relaunch) on: April 10, 2016, 02:12:18 PM
Anyone know how to fix this error when opening cli_wallet?

Logging RPC to file: logs/rpc/rpc.log
11 eof_exception: End Of File
unexpected end of file
   {}
   th_a  json.cpp:430 variant_from_stream

try remove the logs folder, and check your config.ini last lines
37  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][STEEM][POW] - NO IPO | NO PREMINE | NO INSTAMINE (relaunch) on: April 09, 2016, 10:24:42 PM
and what directory is the config.ini?? i cant seem to find it anywhere.

this folder wont show if you didnt start ./steemd for the first time.

/steem/programs/steemd/witness_node_data_dir
38  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][STEEM][POW] - NO IPO | NO PREMINE | NO INSTAMINE (relaunch) on: April 05, 2016, 04:40:07 PM
Quote from: Bitcoin Forum
A reply of yours, quoted below, was deleted by a Bitcoin Forum moderator. Posts are most frequently deleted because they are off-topic, though they can also be deleted for other reasons. In the future, please avoid posting things that need to be deleted.

Quote
interesting
so this is like AMP rival, but STEEM with an already functioning own blockchain ?

Wink 

So here is something that is on topic, not abusive, and yet gets deleted by a forum moderator?   What am I missing?

Are we going to have a steemit forums ? perhaps on the blockchain ?  Wink
39  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][STEEM][POW] - NO IPO | NO PREMINE | NO INSTAMINE (relaunch) on: April 03, 2016, 08:59:27 PM
Steemit is a social media platform where everyone gets paid for creating and curating content. It leverages a robust digital points system, called Steem, that supports real value for digital rewards through market price discovery and liquidity  Cool
40  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][STEEM][POW] - NO IPO | NO PREMINE | NO INSTAMINE (relaunch) on: April 03, 2016, 04:09:20 PM
Hi; I am Ned Scott, the founder of Steemit, Inc., an organization that has mined and is currently mining Steem.  Steemit, Inc provided the source code for Steem.

In the next few months, we will be releasing a white paper and a website to describe more about Steem, the cryptocurrency and blockchain.  

The reason this chain has been manufactured into existence as is is most explained by the following blog post: http://bytemaster.github.io/article/2016/03/27/How-to-Launch-a-Crypto-Currency-Legally-while-Raising-Funds/

We appreciate everyone who has mined this into existence with us.  I am available to speak privately with anyone who has mined this chain.

Look forward to being a part of the Steem movement with you.



With total respect, i ask @thereverseflash to post that you are not a troll..  Smiley
Pages: « 1 [2] 3 4 5 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!