Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - arcke

Pages: [1] 2 3 4 5 6 7 8
1
Technical Support / Re: Stratum-mining for protoshares
« on: January 12, 2014, 09:43:52 pm »
Working open source coyote pool software https://bitsharestalk.org/index.php?topic=636.0 you can find here https://github.com/InvictusInnovations/coyote_miner
Can't compile bitshres on i686 debian. Get an error:
Code: [Select]
error: '_mm_crc32_u64' was not declared in this scope
Trying to rise 64bit virtual machine.

Yes, this happens on 32 bit. Also see: https://bitsharestalk.org/index.php?topic=1974.0

With 64 bit you shouldnt have this problem.

2
Is Ethereum honoring the Protoshares/AngelShares?  or is this just a random crypto discussion?

Ethereum: http://ethereum.org/ethereum.html

It's not a PTS/AGS-honoring DAC, rather a different approach to create DACs.

3
General Discussion / Re: unSystem & Invictus Innovations
« on: January 12, 2014, 05:32:06 pm »

4
Technical Support / Re: No block source available
« on: January 11, 2014, 06:57:43 pm »
I am having the dreaded No block source available problem.

I am using Protoshares version v0.8.5.0-unk-beta
When I first set it up a few weeks ago I had this issue but it resolved itself after I added nodes through help->debug->console. It was working and then I joined ypool to take a crack at mining, but ever since then I have not been able to get Protoshares to update. I don't know if that is related, I retried adding a few nodes including addnode 168.63.12.227 add which returns an error:Noode already added. I have tried restarting the client and leaving it on for long periods of time, and tried using the client with the ypool thing off all with no luck. thanks in advance for any suggestions?

Can you try to use the client mentioned in https://bitsharestalk.org/index.php?topic=1936.msg22333#msg22333 by ripplexiaoshan?

5
Technical Support / Re: Protoshare gui not showing
« on: January 11, 2014, 06:31:17 pm »
Hello,

I've tried restarting the client and reinstalling, nothing works. Maybe a registry workaround?

thanks!

From this thread: https://bitsharestalk.org/index.php?topic=1936.0

Quote
For those with Client start issues

Try starting your client with -reindex in console. this will reindex the blocks on your hdd and then connect to the network to sync.

Mac os /Applications/ProtoShares-Qt-0.2.0.app/Contents/MacOS/ProtoShares-Qt -reindex
Windows -- /yourpath/protoshares-qt.exe -reindex

Have you tried this?

6
Technical Support / Re: makefile.unix stuck
« on: January 10, 2014, 10:57:22 pm »
Here's what I did:

So I fired up the ptsminer again.
Ctrl-A returned ^A
Ctrl-D returned nothing
Killed puTTY
After logging back in,
screen -r returned "There is no screen to be resumed."
Fired up ptsminer again
Ctrl-A returned ^A
Ctrl-D returned nothing
Ctrl-C returned the command line
Ctrl-a d with command line returned terminated by host/logout

I have a nagging feeling that I do something really simple and obvious wrong. :-[

Code: [Select]
root@ProtoSharesMining001:~# screen -r
There is no screen to be resumed.
root@ProtoSharesMining001:~# cd ptsminer/src
root@ProtoSharesMining001:~/ptsminer/src# ./ptsminer PnosDKr44FACsCVPDckEHZzeaCYAjoTkb7 2 27 sse4
********************************************
*** ptsminer - Pts Pool Miner v0.7 RC2 <experimental>
*** by xolokram/TB - www.beeeeer.org - glhf
***
*** press CTRL+C to exit
********************************************
using SSE4
spawning 2 worker thread(s)
[WORKER0] Hello, World!
[WORKER0] GoGoGo!
[WORKER1] Hello, World!
[WORKER1] GoGoGo!
connecting to 54.201.26.128:1337
[MASTER] work received - sharetarget: 03ffffffffffffffffffffffffffffffffffffffffffffffffffffffbeefde4d
[MASTER] work received - sharetarget: 03ffffffffffffffffffffffffffffffffffffffffffffffffffffffbeefde4d
^A^Croot@ProtoSharesMining001:~/ptsminer/src# logout

First type 'screen' and you will see something like

Code: [Select]
Screen version 4.01.00devel (GNU) 2-May-06

Copyright (c) 2010 Juergen Weigert, Sadrul Habib Chowdhury
Copyright (c) 2008, 2009 Juergen Weigert, Michael Schroeder, Micah Cowan, Sadrul Habib Chowdhury
Copyright (c) 1993-2002, 2003, 2005, 2006, 2007 Juergen Weigert, Michael Schroeder
Copyright (c) 1987 Oliver Laumann

...

         [Press Space or Return to end.]

After this press 'space' and now you are inside screen. Now you can start ptsminer as usual. Note: The keystroke Ctrl-a d means pressing Ctrl and 'a' at the sme time, releasing and then pressing 'd' (without 'Ctrl'). You can detach screen with Ctrl-a d and reattach with 'screen -r'. When your putty loses connection or when you exit and screen was running, screen stays running in the background.

7
Technical Support / Re: makefile.unix stuck
« on: January 10, 2014, 08:57:43 pm »
Again thank you for taking the time to answer my questions. I've made some major strides in understanding but still have much to comprehend... I prefer to learn it and be able to do it myself. I accumulated some of my questions here.

On the Digital Ocean 2CPU/2GB Droplet, how frequent should the PTS payouts be? I haven't seen any, yet.

Maybe a couple of days, maybe a week or more, it varies from time to time.

Quote
Using puTTY, how can I close the session and let ptsminer run? Maybe it is running, but I can't tell. When I reconnect, it doesn't seem to be running.
1. When you log in to putty first start screen
2. Start ptsminder inside the screen session
3. detach the screen session (Crtl-a d) and logout (exit) ... (or just kill putty)
4. Log  back in and type screen -r and you will see your session is still alive.

Repeat steps 3 and 4 as often as you like

Quote
Can MMC also be mined in the cloud - same way as PTS?

Yes, there are some memorycoin miners and pools. Check the MMC forums.

Modify: Don't know what is customary for tipping helpful forum members, but there is a regular tipping bonus to them coming from Invictus which is talked about in this thread. https://bitsharestalk.org/index.php?topic=1894.15

8
Technical Support / Re: makefile.unix stuck
« on: January 10, 2014, 07:24:24 pm »
It's fired up. Thank you, arcke!
How can I monitor it, and how do I know it's still running? The screen -d and screen -r commands don't seem to work when reconnecting.

Code: [Select]
root@ProtoSharesMining001:~/ptsminer/src# ./ptsminer PnosDKr44FACsCVPDckEHZzeaCYAjoTkb7 2 27 sse4
********************************************
*** ptsminer - Pts Pool Miner v0.7 RC2 <experimental>
*** by xolokram/TB - www.beeeeer.org - glhf
***
*** press CTRL+C to exit
********************************************
using SSE4
spawning 2 worker thread(s)
[WORKER0] Hello, World!
[WORKER0] GoGoGo!
[WORKER1] Hello, World!
[WORKER1] GoGoGo!
connecting to 54.201.26.128:1337
[MASTER] work received - sharetarget: 03ffffffffffffffffffffffffffffffffffffffffffffffffffffffbeefde4d
[MASTER] work received - sharetarget: 03ffffffffffffffffffffffffffffffffffffffffffffffffffffffbeefde4d
[WORKER] collision found: 44006518 <-> 58181381 #50 @ 1389380612 by 0
[MASTER] submitted share -> REJECTED
[STATS] 2014-Jan-10 14:03:47 | 14.1 c/m | 0.3 sh/m | VL: 0 (0.0%), RJ: 1 (100.0%), ST: 0 (0.0%)
[WORKER] collision found: 37395586 <-> 28848827 #72 @ 1389380722 by 0
[MASTER] submitted share -> REJECTED
[STATS] 2014-Jan-10 14:05:19 | 14.2 c/m | 0.4 sh/m | VL: 0 (0.0%), RJ: 2 (100.0%), ST: 0 (0.0%)

I am using tmux myself. When using screen iirc you can just type 'screen' to start a screen then start ptsminer.

Now if you want to you can detach the session with 'Ctrl-a d' and later reattach with screen -r.

This way you can run in the abckground and even log out of the system. If its powered up it stays running.

9
Technical Support / Re: makefile.unix stuck
« on: January 10, 2014, 04:53:03 pm »
Thank you ZVS!
Here's where I get stuck...

Code: [Select]
root@ProtoSharesMining001:~/ptsminer/src# make -f makefile.unix && cd ~
g++ -c -O2  -fpermissive -o obj/cpuid.o cpuid.c
yasm -f elf64 -o obj/sha512_avx.o intel/sha512_avx.asm
yasm -f elf64 -o obj/sha512_sse4.o intel/sha512_sse4.asm
g++ -c -O2  -fpermissive -o obj/sha512.o sha512.c
g++ -c -O1  -fpermissive -o obj/sph_sha2.o sph_sha2.c
sph_sha2.c: In function ‘void sph_sha224_init(void*)’:
sph_sha2.c:628:5: warning: invalid conversion from ‘void*’ to ‘sph_sha224_context*’ [-fpermissive]
  sc = cc;
     ^
sph_sha2.c: In function ‘void sph_sha256_init(void*)’:
sph_sha2.c:643:5: warning: invalid conversion from ‘void*’ to ‘sph_sha256_context* {aka sph_sha224_context*}’ [-fpermissive]
  sc = cc;
     ^
In file included from sph_sha2.c:655:0:
sph_md_helper.c: In function ‘void sha224_short(void*, const void*, size_t)’:
sph_md_helper.c:136:5: warning: invalid conversion from ‘void*’ to ‘sph_sha224_context*’ [-fpermissive]
  sc = cc;
     ^
sph_md_helper.c: In function ‘void sph_sha224(void*, const void*, size_t)’:
sph_md_helper.c:186:5: warning: invalid conversion from ‘void*’ to ‘sph_sha224_context*’ [-fpermissive]
  sc = cc;
     ^
sph_md_helper.c:208:21: warning: invalid conversion from ‘const void*’ to ‘const unsigned char*’ [-fpermissive]
   RFUN(data, SPH_VAL);
                     ^
sph_sha2.c:615:1: warning:   initializing argument 1 of ‘void sha2_round(const unsigned char*, sph_u32*)’ [-fpermissive]
 sha2_round(const unsigned char *data, sph_u32 r[8])
 ^
In file included from sph_sha2.c:655:0:
sph_md_helper.c: In function ‘void sha224_addbits_and_close(void*, unsigned int, unsigned int, void*, unsigned int)’:
sph_md_helper.c:250:5: warning: invalid conversion from ‘void*’ to ‘sph_sha224_context*’ [-fpermissive]
  sc = cc;
     ^
g++ -c -O1  -fpermissive -o obj/sph_sha2big.o sph_sha2big.c
sph_sha2big.c: In function ‘void sph_sha384_init(void*)’:
sph_sha2big.c:191:5: warning: invalid conversion from ‘void*’ to ‘sph_sha384_context*’ [-fpermissive]
  sc = cc;
     ^
sph_sha2big.c: In function ‘void sph_sha512_init(void*)’:
sph_sha2big.c:202:5: warning: invalid conversion from ‘void*’ to ‘sph_sha512_context* {aka sph_sha384_context*}’ [-fpermissive]
  sc = cc;
     ^
In file included from sph_sha2big.c:210:0:
sph_md_helper.c: In function ‘void sha384_short(void*, const void*, size_t)’:
sph_md_helper.c:136:5: warning: invalid conversion from ‘void*’ to ‘sph_sha384_context*’ [-fpermissive]
  sc = cc;
     ^
sph_md_helper.c: In function ‘void sph_sha384(void*, const void*, size_t)’:
sph_md_helper.c:186:5: warning: invalid conversion from ‘void*’ to ‘sph_sha384_context*’ [-fpermissive]
  sc = cc;
     ^
sph_md_helper.c:208:21: warning: invalid conversion from ‘const void*’ to ‘const unsigned char*’ [-fpermissive]
   RFUN(data, SPH_VAL);
                     ^
sph_sha2big.c:178:1: warning:   initializing argument 1 of ‘void sha3_round(const unsigned char*, sph_u64*)’ [-fpermissive]
 sha3_round(const unsigned char *data, sph_u64 r[8])
 ^
In file included from sph_sha2big.c:210:0:
sph_md_helper.c: In function ‘void sha384_addbits_and_close(void*, unsigned int, unsigned int, void*, unsigned int)’:
sph_md_helper.c:250:5: warning: invalid conversion from ‘void*’ to ‘sph_sha384_context*’ [-fpermissive]
  sc = cc;
     ^
g++ -c -O2  -pthread -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/root/ptsminer/src -I/root/ptsminer/src/obj -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -o obj/main_poolminer.o main_poolminer.cpp
g++ -Wl,-z,relro -Wl,-z,now  -o ptsminer  obj/cpuid.o obj/sha512_avx.o obj/sha512_sse4.o obj/sha512.o obj/sph_sha2.o obj/sph_sha2big.o obj/main_poolminer.o  -Wl,-Bdynamic -l boost_system -l boost_filesystem -l boost_program_options -l boost_thread -l boost_chrono -Wl,-Bdynamic -l z -l dl -l pthread
root@ProtoSharesMining001:~# screen –S ptc
[screen is terminating]
root@ProtoSharesMining001:~#

I thinik you are good now. There were no errors. Ptsminer is built OK. Try starting it from the source folder.

cd ptsminer/src
./ptsminer address ncores memlimit [sse4]

10
Technical Support / Re: Synch stops at block 12160
« on: January 10, 2014, 02:50:00 am »
Are you sure you have connections? If you don't try adding some nodes manually.
Yes I have 11 active connections right now.

But since my conf file have maxconnection=1 does that mean my conf file is not working?

Yes, it seems so. The value for maxconnections specifies the maximum number of inbound and outbound connections according to bitcoin wiki.

https://en.bitcoin.it/wiki/Running_Bitcoin

Not really sure, but you can try making the value at least 2. Otherwise, can you give some more details? Like OS, client version, folder layout and how you start the protoshares client.

11
Technical Support / Re: Synch stops at block 12160
« on: January 10, 2014, 02:30:26 am »
Are you sure you have connections? If you don't try adding some nodes manually.

Why do you have maxconnections=1 in your conf file? It defaults to 8. In the case of 8 connections. When a node drops you still have some spares and you need at least 1 connection to get blocks or new connections.

12
General Discussion / Re: bitshares wiki?
« on: January 08, 2014, 12:04:39 am »
Today I've been in touch with several folks from Invictus and I'm amazed at the speed of action. I proposed to set up a wiki for Invictus and now we have http://wiki.invictus.io/ - very basic but it's there and I'm ready to add more. I hope you are too!

Gekko, I made the comment you mention invisible, thanks for pointing it out. I'm not sure who added it, the article was merged with at least one other article but it's not so important. And generally I do think it's important to strive for cooperation more than competition.

Good to see we have a wiki. It needs some work though and thats what wikis are for, but the server seems a bit slow.

13
MemoryCoin / Re: Fire Freetrade
« on: January 07, 2014, 09:26:19 pm »
I believe in stability. I will not fire a leader until I find a better candidate.

14
Technical Support / Re: Protoshares-qt won't start
« on: January 07, 2014, 05:03:30 pm »
You say you tried -rescan, did you try -reindex?


Quote
Try starting your client with -reindex in console. this will reindex the blocks on your hdd and then connect to the network to sync.

Mac os /Applications/ProtoShares-Qt-0.2.0.app/Contents/MacOS/ProtoShares-Qt -reindex
Windows -- /yourpath/protoshares-qt.exe -reindex

15
BitShares PTS / Re: "No block source available" error message
« on: January 07, 2014, 03:21:17 pm »
free2be: https://bitsharestalk.org/index.php?topic=168.0

There are the topics about pool mining. And yes, to join a pool you need pool mining software you will find right there.

Pages: [1] 2 3 4 5 6 7 8