Bitcoin Forum
June 05, 2024, 11:43:23 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 [4] 5 6 7 8 9 10 11 12 13 14 15 »
61  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ***TRUMP COIN***TRADING**TRUMP COIN***MAKING CRYPTO GREAT ONE BLOCK AT A TIME** on: March 30, 2016, 04:23:42 PM
I think we should switch to chain with staking. It would be hard to fork this chain for it, but easy to do swap and be on new chain. It will keep chain moving without much wait time. Thats my vote at least.

Why?

Many reason. Miners dumping has been a problem from start, the current wait between blocks would make thing unrealistic as a real payment system, I would rather get coin from holding than have to mine using a rental, anyone that has strong graphic card is mining ethereum or other dagger coins so rentals we are using could possible be X11 Chinese asic.
62  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ***TRUMP COIN***TRADING**TRUMP COIN***MAKING CRYPTO GREAT ONE BLOCK AT A TIME** on: March 30, 2016, 04:11:06 PM
I think we should switch to chain with staking. It would be hard to fork this chain for it, but easy to do swap and be on new chain. It will keep chain moving without much wait time. Thats my vote at least.
63  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][STEEM][POW] - NO IPO | NO PREMINE | NO INSTAMINE (relaunch) on: March 30, 2016, 03:31:24 PM
Hi it's me again . The little noob that could.  Wink

So at this point I am seeing lots of what looks like hashing going on.  It has said pretty steady hashing around 1500 hps and around 2500 minutes estimated time to produce a block.  So does it sound like it is working?  2500 minutes sounds like a long time but do you think if I keep it running I will see a block solved and be put in the que in the next couple days?

I guess I am just looking for some assurance that it is working and that I just need to wait now.

It will take a long time to find much with that amount of hash, unless the devs 100(s) machines go down again. Then you may find some. I stopped mining when I realized how much he was using.
64  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][STEEM][POW] - NO IPO | NO PREMINE | NO INSTAMINE (relaunch) on: March 25, 2016, 07:15:09 PM
estimated time to produce is getting much bigger. does mean network hashrate is going up a bunch?
65  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][STEEM][POW] - NO IPO | NO PREMINE | NO INSTAMINE (relaunch) on: March 25, 2016, 12:13:30 AM
Here is little more detail for compile on fresh ubuntu if someone needs it.
(you will need to use a swapfile if you have less than 1GB RAM)

sudo apt-get update
sudo apt-get install git cmake g++ python-dev autotools-dev libicu-dev build-essential libbz2-dev libboost-all-dev libssl-dev libncurses5-dev doxygen libreadline-dev dh-autoreconf


boost
wget -O boost_1_60_0.tar.gz http://sourceforge.net/projects/boost/files/boost/1.60.0/boost_1_60_0.tar.gz/download
tar xzvf boost_1_60_0.tar.gz
cd boost_1_60_0
./bootstrap.sh --prefix=/usr/local
./b2 install
(depending on your system, this will take long)

secp256k
cd
git clone https://github.com/bitcoin/secp256k1
cd secp256k1
./autogen.sh
./configure
make
./tests


cd
git clone https://github.com/steemit/steem
cd steem
git submodule update --init --recursive
cmake CMakeLists.txt
make


66  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][STEEM][POW] - NO IPO | NO PREMINE | NO INSTAMINE (relaunch) on: March 24, 2016, 08:35:21 PM
Now it stopped hashing, even after a reboot. There were no changes made not sure what this is from.
67  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][STEEM][POW] - NO IPO | NO PREMINE | NO INSTAMINE (relaunch) on: March 24, 2016, 08:29:12 PM
Anyone find anything yet(not dev)? I have 10,000 hps and still nothing, or I think nothing cause
 list_my_accounts
3575798ms th_a       websocket_api.cpp:77          on_message           ] message: {"id":14,"result":[[],[],[]]}


shows that, and am guessing it means empty.


i got lots of blocks myself, u must import_key PRIVKEY , to list your accounts

I did that, and when I type list_keys it shows them.
68  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][STEEM][POW] - NO IPO | NO PREMINE | NO INSTAMINE (relaunch) on: March 24, 2016, 08:22:39 PM
Anyone find anything yet(not dev)? I have 10,000 hps and still nothing, or I think nothing cause
 list_my_accounts
3575798ms th_a       websocket_api.cpp:77          on_message           ] message: {"id":14,"result":[[],[],[]]}


shows that, and am guessing it means empty.
69  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][STEEM][POW] - NO IPO | NO PREMINE | NO INSTAMINE (relaunch) on: March 24, 2016, 06:45:19 PM
If you are having errors on the CLI then I recommend editing datadir/config.ini

The default generated on should provide a template.

Names starting with n, t, and f are being flagged by the JSON parser "null", "true", and "false". 

If you don't use quotes then those names will fail.


All of this is backwards steemd will not run with any names that are started with a letter other than n, t, or f. Otherwise, it is needed to be started with a number. Why is it working the opposite of what you say?
70  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][STEEM][POW] - NO IPO | NO PREMINE | NO INSTAMINE (relaunch) on: March 24, 2016, 06:08:34 PM
Same error. Do you know what I'm doing wrong?

Exactly, same error again and again on any name used. After struggling with this and some looking in the code, I had to start the name with digit, so it is accepted. But I am getting tired of this coin honestly. Too much undocumented stuff, and this question with parsing error was asked about 3 times in prev thread too, with no answer. Sad

Ffs exactly the opposite of what's stated in the op. Thank you for your help drays.

But I am still not sure this is correct... By the way names stating with "n", "t" and "f" should be accepted too, you can try it. This is crazy. I would appreciate a comment from the developer.

where did you get private key?

nvm I got it
71  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][STEEM][POW] - NO IPO | NO PREMINE | NO INSTAMINE (relaunch) on: March 24, 2016, 06:05:09 PM
And what to put for private key? any key i Put I get


-bash: ${key i put}: bad substitution
72  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][STEEM][POW] - NO IPO | NO PREMINE | NO INSTAMINE (relaunch) on: March 24, 2016, 05:45:36 PM
./steemd --miner=["panadacoin?","${a bitcoin privkey goes here in curly braces?}"] --witness="what goes here?" --seed-node="52.38.66.234:2001"

--witness="panadacoin"

2681570ms th_a       main.cpp:196                  main                 ] Exiting with error:
4 parse_error_exception: Parse Error
Unexpected char '112' in "panadacoin"
    {"c":112,"s":"panadacoin"}
    th_a  json.cpp:433 variant_from_stream

    {"str":"panadacoin"}
    th_a  json.cpp:478 from_string
rethrow
    {}
    th_a  witness.cpp:132 plugin_initialize
73  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][STEEM][POW] - NO IPO | NO PREMINE | NO INSTAMINE (relaunch) on: March 24, 2016, 05:36:14 PM
./steemd --miner=["panadacoin?","${a bitcoin privkey goes here in curly braces?}"] --witness="what goes here?" --seed-node="52.38.66.234:2001"
74  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][STEEM][POW] - NO IPO | NO PREMINE | NO INSTAMINE (relaunch) on: March 24, 2016, 05:34:36 PM
what to put for "witness"?
75  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][STEEM][POW] - An experimental Proof of Work blockchain on: March 24, 2016, 02:41:46 PM
I have good news and bad news...

bad news: we have identified an integer overflow bug in the POW scheduling that only shows up when difficulty got high (thus didn't show up on our tests).
good news: we have decided to relaunch the chain with the fix and in a way that will hopefully make more people happy

On the relaunch we will do the following:

1. Start a new Thread
2. Give 30 minutes notice ahead of the start of mining
3. Not squat on any names

If there are any other requests for the relaunch we will consider them now.  

Like we said from the beginning this is experimental / unproven consensus and beta software.  

How about a compiled wallet or instructions how to build the fuck thing
76  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PEPE] PepeCoin 2016 Birth - 3mo X11 POW, POSv3/PSR Stake - Long Term Developers on: March 15, 2016, 04:39:00 PM
Still not able to post images :/


It was update after you make this post. I think is at 5 minutes after or maybe 15 minutes after next hour.
77  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PEPE] X11 POW/POSv3 Rewarding Stake - Long Term Developers - Now live on C-CEX! on: March 09, 2016, 07:55:59 PM
Whats the exact post count we need to achieve before we can post images? Really can't wait to see tons of pepe pics on here.
you need activity of 30 post count does not matter

This is exciting! we're almost there.

Activity it only updates every two weeks. I think the date for the next time it will increase is the 14th
78  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PEPE] X11 POW/POSv3 Rewarding Stake - Long Term Developers - Now live on C-CEX! on: March 09, 2016, 06:04:58 PM
Whats the exact post count we need to achieve before we can post images? Really can't wait to see tons of pepe pics on here.
you need activity of 30 post count does not matter
79  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Expanse (EXP) - Fair Launch, No ICO, Community DAO, based on Ethereum on: March 09, 2016, 04:16:28 PM
I get 70 MH on this coin but only 60 MH on Ethereum no changes. Is this the way things are supposed to happen?
80  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ethereum: Welcome to the Beginning on: March 09, 2016, 04:11:26 PM
So I get my new GPUs and I can mine it at 60 MH now. When I try to mine other dagger coins, I can get 70 MH with no changes, is this the normal? Also do I have any hope with going solo and find blocks?
Pages: « 1 2 3 [4] 5 6 7 8 9 10 11 12 13 14 15 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!