Bitcoin Forum
October 06, 2024, 07:46:10 PM *
News: Latest Bitcoin Core release: 28.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2] 3 4 5 »
21  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★★DigiByte|极特币★★[DGB]✔DigiByte Gaming - CS:GO, LoL, #DigiByteTip, DigiSpeed on: August 19, 2016, 02:42:38 PM
Do you know what github the EU pool is using? Any special version to run p2pool? I used to run it with bitcoin but not sure about digibyte

Im usng latest p2pool release with dgb conf files from devlin github (https://github.com/devlin85/p2pool) and web-static i found somewhere))

OK thanks again

I get this when starting p2pool any ideas?
 
Code:
python run_p2pool.py --help
Traceback (most recent call last):
  File "run_p2pool.py", line 3, in <module>
    from p2pool import main
  File "/home/twebit/p2pool/p2pool/__init__.py", line 43
    except Exception, e:
                    ^
SyntaxError: invalid syntax

I'm running arch manjaro


Dd you installed digibyte_subsidy too? and what command you use to start pool?

No I didn't how to do that?
I didn't start is yet not that far yet. Just trying the --help to see if it's working yet.
edit: is see the readme but don't know what to do with it.

In p2pool folder
cd digibyte_subsidy
sudo python setup.py install

If you are using orginal p2pool then download folder from devlin github.

OK that completed successfully but when I make or try to run I still get the same error.
1000DGB reward if we can get this figured out together

edit:
When I make I get this error
Code:
 Running setup.py (path:/home/twebit/p2pool/.pyenv/build/unittest2/setup.py) egg_info for package unittest2
    Traceback (most recent call last):
      File "<string>", line 17, in <module>
      File "/home/twebit/p2pool/.pyenv/build/unittest2/setup.py", line 12, in <module>
        from unittest2 import __version__ as VERSION
      File "/home/twebit/p2pool/.pyenv/build/unittest2/unittest2/__init__.py", line 40, in <module>
        from unittest2.collector import collector
      File "/home/twebit/p2pool/.pyenv/build/unittest2/unittest2/collector.py", line 3, in <module>
        from unittest2.loader import defaultTestLoader
      File "/home/twebit/p2pool/.pyenv/build/unittest2/unittest2/loader.py", line 92
        except Exception, e:
                        ^
    SyntaxError: invalid syntax
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

  File "<string>", line 17, in <module>

  File "/home/twebit/p2pool/.pyenv/build/unittest2/setup.py", line 12, in <module>

    from unittest2 import __version__ as VERSION

  File "/home/twebit/p2pool/.pyenv/build/unittest2/unittest2/__init__.py", line 40, in <module>

    from unittest2.collector import collector

  File "/home/twebit/p2pool/.pyenv/build/unittest2/unittest2/collector.py", line 3, in <module>

    from unittest2.loader import defaultTestLoader

  File "/home/twebit/p2pool/.pyenv/build/unittest2/unittest2/loader.py", line 92



SyntaxError: invalid syntax

----------------------------------------
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /home/twebit/p2pool/.pyenv/build/unittest2
Storing debug log for failure in /home/twebit/.pip/pip.log
make: *** [Makefile:91: /home/twebit/p2pool/.cache/pyenv/pyenv-1.11.6-extras.tar.gz] Error 1

1. Did you installed fles for p2pool?
sudo apt-get install python-zope.interface python-twisted python-twisted-web

2. Created conf file for digbyte?
/root/.digibyte/digibyte.conf

3. Show command line how you start p2pool

I cloned this git https://github.com/devlin85/p2pool
ran the sudo python setup.py install
I'm on arch linux manjaro cinnamon
I have python-zope-interface python-twisted but I don't see any python-twisted-web
I run digibyte damon
server=1
listen=1
daemon=1
algo=sha256d
rpcuser=digibyterpc
rpcpassword=mypw
rpcallowip=127.0.0.1
rpcport=5014
maxconnections=8
then try the python run_p2pool.py --help
and get the error
python run_p2pool.py --help
Traceback (most recent call last):
  File "run_p2pool.py", line 3, in <module>
    from p2pool import main
  File "/home/twebit/p2pool/p2pool/__init__.py", line 43
    except Exception, e:
                    ^
SyntaxError: invalid syntax
22  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★★DigiByte|极特币★★[DGB]✔DigiByte Gaming - CS:GO, LoL, #DigiByteTip, DigiSpeed on: August 19, 2016, 02:28:24 PM
Do you know what github the EU pool is using? Any special version to run p2pool? I used to run it with bitcoin but not sure about digibyte

Im usng latest p2pool release with dgb conf files from devlin github (https://github.com/devlin85/p2pool) and web-static i found somewhere))

OK thanks again

I get this when starting p2pool any ideas?
 
Code:
python run_p2pool.py --help
Traceback (most recent call last):
  File "run_p2pool.py", line 3, in <module>
    from p2pool import main
  File "/home/twebit/p2pool/p2pool/__init__.py", line 43
    except Exception, e:
                    ^
SyntaxError: invalid syntax

I'm running arch manjaro


Dd you installed digibyte_subsidy too? and what command you use to start pool?

No I didn't how to do that?
I didn't start is yet not that far yet. Just trying the --help to see if it's working yet.
edit: is see the readme but don't know what to do with it.

In p2pool folder
cd digibyte_subsidy
sudo python setup.py install

If you are using orginal p2pool then download folder from devlin github.

OK that completed successfully but when I make or try to run I still get the same error.
1000DGB reward if we can get this figured out together

edit:
When I make I get this error
Code:
 Running setup.py (path:/home/twebit/p2pool/.pyenv/build/unittest2/setup.py) egg_info for package unittest2
    Traceback (most recent call last):
      File "<string>", line 17, in <module>
      File "/home/twebit/p2pool/.pyenv/build/unittest2/setup.py", line 12, in <module>
        from unittest2 import __version__ as VERSION
      File "/home/twebit/p2pool/.pyenv/build/unittest2/unittest2/__init__.py", line 40, in <module>
        from unittest2.collector import collector
      File "/home/twebit/p2pool/.pyenv/build/unittest2/unittest2/collector.py", line 3, in <module>
        from unittest2.loader import defaultTestLoader
      File "/home/twebit/p2pool/.pyenv/build/unittest2/unittest2/loader.py", line 92
        except Exception, e:
                        ^
    SyntaxError: invalid syntax
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

  File "<string>", line 17, in <module>

  File "/home/twebit/p2pool/.pyenv/build/unittest2/setup.py", line 12, in <module>

    from unittest2 import __version__ as VERSION

  File "/home/twebit/p2pool/.pyenv/build/unittest2/unittest2/__init__.py", line 40, in <module>

    from unittest2.collector import collector

  File "/home/twebit/p2pool/.pyenv/build/unittest2/unittest2/collector.py", line 3, in <module>

    from unittest2.loader import defaultTestLoader

  File "/home/twebit/p2pool/.pyenv/build/unittest2/unittest2/loader.py", line 92



SyntaxError: invalid syntax

----------------------------------------
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /home/twebit/p2pool/.pyenv/build/unittest2
Storing debug log for failure in /home/twebit/.pip/pip.log
make: *** [Makefile:91: /home/twebit/p2pool/.cache/pyenv/pyenv-1.11.6-extras.tar.gz] Error 1
23  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★★DigiByte|极特币★★[DGB]✔DigiByte Gaming - CS:GO, LoL, #DigiByteTip, DigiSpeed on: August 19, 2016, 02:10:28 PM
Do you know what github the EU pool is using? Any special version to run p2pool? I used to run it with bitcoin but not sure about digibyte

Im usng latest p2pool release with dgb conf files from devlin github (https://github.com/devlin85/p2pool) and web-static i found somewhere))

OK thanks again

I get this when starting p2pool any ideas?
 
Code:
python run_p2pool.py --help
Traceback (most recent call last):
  File "run_p2pool.py", line 3, in <module>
    from p2pool import main
  File "/home/twebit/p2pool/p2pool/__init__.py", line 43
    except Exception, e:
                    ^
SyntaxError: invalid syntax

I'm running arch manjaro


Dd you installed digibyte_subsidy too? and what command you use to start pool?

No I didn't how to do that?
I didn't start is yet not that far yet. Just trying the --help to see if it's working yet.
edit: is see the readme but don't know what to do with it.
24  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★★DigiByte|极特币★★[DGB]✔DigiByte Gaming - CS:GO, LoL, #DigiByteTip, DigiSpeed on: August 19, 2016, 02:00:49 PM
Do you know what github the EU pool is using? Any special version to run p2pool? I used to run it with bitcoin but not sure about digibyte

Im usng latest p2pool release with dgb conf files from devlin github (https://github.com/devlin85/p2pool) and web-static i found somewhere))

OK thanks again

I get this when starting p2pool any ideas?
 
Code:
python run_p2pool.py --help
Traceback (most recent call last):
  File "run_p2pool.py", line 3, in <module>
    from p2pool import main
  File "/home/twebit/p2pool/p2pool/__init__.py", line 43
    except Exception, e:
                    ^
SyntaxError: invalid syntax

I'm running arch manjaro
25  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★★DigiByte|极特币★★[DGB]✔DigiByte Gaming - CS:GO, LoL, #DigiByteTip, DigiSpeed on: August 19, 2016, 12:35:53 PM
Do you know what github the EU pool is using? Any special version to run p2pool? I used to run it with bitcoin but not sure about digibyte

Im usng latest p2pool release with dgb conf files from devlin github (https://github.com/devlin85/p2pool) and web-static i found somewhere))

OK thanks again
26  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★★DigiByte|极特币★★[DGB]✔DigiByte Gaming - CS:GO, LoL, #DigiByteTip, DigiSpeed on: August 19, 2016, 11:51:57 AM
Do you know what github the EU pool is using? Any special version to run p2pool? I used to run it with bitcoin but not sure about digibyte
27  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★★DigiByte|极特币★★[DGB]✔DigiByte Gaming - CS:GO, LoL, #DigiByteTip, DigiSpeed on: August 19, 2016, 11:45:27 AM
Is anyone using p2pool for Digibyte? Just wondering...

There is p2pool 0% fee, located in EU:

http://p2p.hashpool.eu:5014

Cool thanks I'm trying it now.
28  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★★DigiByte|极特币★★[DGB]✔DigiByte Gaming - CS:GO, LoL, #DigiByteTip, DigiSpeed on: August 18, 2016, 10:05:56 PM
Is anyone using p2pool for Digibyte? Just wondering...
29  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★★DigiByte|极特币★★[DGB]✔DigiByte Gaming - CS:GO, LoL, #DigiByteTip, DigiSpeed on: July 19, 2016, 10:51:46 AM
Hi anybody solo mining have this problem of bfgminer saying it solved 2 blocks but I only get 1 in my wallet?
This has happened 3 separate occasions.

Is it possible that it shows solved 1 block but in reality it was solved by somebody else?


30  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★★DigiByte|极特币★★[DGB]✔DigiByte Gaming - CS:GO, LoL, #DigiByteTip, DigiSpeed on: July 14, 2016, 09:17:22 PM
I'm mining!!!!  Cheesy
31  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★★DigiByte|极特币★★[DGB]✔DigiByte Gaming - CS:GO, LoL, #DigiByteTip, DigiSpeed on: July 08, 2016, 10:37:46 PM
A sad FYI.

Google docs is not playing nice with images. Going to cancel the share doc thing and look for other options for a knowledge sharing presentation.

I try and I try...

P.S. Block solve :-)
32  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★★DigiByte|极特币★★[DGB]✔DigiByte Gaming - CS:GO, LoL, #DigiByteTip, DigiSpeed on: July 08, 2016, 01:04:27 PM
Hi guys,

I have bought a new computer a week ago, and I decided to download again my desktop wallet. The blockchain has been downloaded witout my wallet.dat backup file, successfully. But now, when putting my only wallet.dat backup, it says me that I have a CORRUPTED WALLET ><

Do you guys know if there is some command lines to put in the wallet in order to "repare" it?

EDIT : I have deleted the blockchain, and put my wallet.dat before downloading again. I hope this will fix the issue.

Good luck with sorting it out. I don't use the Windows download wallet as it takes too much space on my laptop. I keep my coins on the exchanges and the gaming wallet, Poloniex and Bittrex have a good reputation but best to split your coins up a bit in case an exchange goes TitsUP. I also wouldn't use the Chrome or mobile wallets as they not that stable but the gaming wallet is good.

It's ok finally, Ihave deleted the blockchain and put the wallet before the new download of the blockchain.
yep, a re-index of the blockchain would have done the same thing and I'd say your coins are much better off in your core wallet than on exchanges or in chrome or mobile wallets!

Indeed, I'm keeping myself some tip wallet on mobile to explain to people how it's working and to tip them.
Keep your coins on a cold wallet like USB key with the .dat file duplicated 2 or 3 times, in a safe place. That's the best way if you're on the long haul.

 FYI

We are working on a document for Digibyte to educate people. Jumbley and I and the dev have access to the shared google doc. When finished we can use Digusign to keep it safe.

Since I don't know many people I would ask Jumbley to send me email addresses of people that want to contribute.
33  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★★DigiByte|极特币★★[DGB]✔DigiByte Gaming - CS:GO, LoL, #DigiByteTip, DigiSpeed on: July 08, 2016, 12:54:23 AM
Ah OK I just noticed, for example bfgminer thread, seems to get short every once and a while, among others but that is my perspective  Smiley
34  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★★DigiByte|极特币★★[DGB]✔DigiByte Gaming - CS:GO, LoL, #DigiByteTip, DigiSpeed on: July 08, 2016, 12:40:10 AM
I wish the owner of this thread would do like some threads that are way too long and truncate it to make it easier to read for the general public instead of all this jargon.
35  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★★DigiByte|极特币★★[DGB]✔DigiByte Gaming - CS:GO, LoL, #DigiByteTip, DigiSpeed on: July 07, 2016, 07:55:49 PM
Hello DGB Team and Community,

Can someone help for 1 min?

Could anyone please point me in the right direction in regards to finding a DGB high resolution logo?

I will add some DGB apparel to www.CryptosCloset.com

Already have quite a few coins on there and wanted to add Digibyte asap.

Thanks!

Rich

www.CryptosCloset.com


Would need an .svg (Scalable Vector Graphics) and then you could scale it as large as you want.

I used to be able to do this but it's been years since I played with those programs.

Will try to find something in linux that will do the job.

I just made one free online. Lets see if it will fit the job.

you could download it from here http://www6.online-convert.com/download-file/26be3d710261ba89279440687e60fe62/converted-0c401b15.svg
for a little while don't know how long it will be there.
36  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★★DigiByte|极特币★★[DGB]✔DigiByte Gaming - CS:GO, LoL, #DigiByteTip, DigiSpeed on: July 07, 2016, 07:45:40 PM
Hello DGB Team and Community,

Can someone help for 1 min?

Could anyone please point me in the right direction in regards to finding a DGB high resolution logo?

I will add some DGB apparel to www.CryptosCloset.com

Already have quite a few coins on there and wanted to add Digibyte asap.

Thanks!

Rich

www.CryptosCloset.com


Would need an .svg (Scalable Vector Graphics) and then you could scale it as large as you want.

I used to be able to do this but it's been years since I played with those programs.

Will try to find something in linux that will do the job.
37  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★★DigiByte|极特币★★[DGB]✔DigiByte Gaming - CS:GO, LoL, #DigiByteTip, DigiSpeed on: July 04, 2016, 07:32:10 PM
Jumbly was that a mistake?
No, I withdrew it from the bot and forgot about fee then as it was you made up for it.  Wink

Is a good day today  Smiley
38  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★★DigiByte|极特币★★[DGB]✔DigiByte Gaming - CS:GO, LoL, #DigiByteTip, DigiSpeed on: July 04, 2016, 07:24:15 PM
Hi Digbyters,

Has everyone seen https://www.cryptocompare.com ?
I have a profile on there and there is a WEALTH of stats and information on there.

Go check it.

Digibyte is on there and I have posted a bit on the forum for Digibyte.

Regards,

twebit007
[/quote
Thanks for reminder, I forgot about this one and great to see it has been updated since my last visit.
/tip @twebit 500 (you will have to look me up on telegram chat to cash that in. Wink)

I tried telegram but I don't have a mobile phone to set it up... Yes I'm old and/or have no need for a mobile phone at this stage of my evolution.
Thanks though

I understand, post a dgb address then.  Smiley

Absolutely! DGKEeEcJqPufwKrKzJXziebzMJmCf5UAiA special just for you :-)

Edit: FAST!
39  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★★DigiByte|极特币★★[DGB]✔DigiByte Gaming - CS:GO, LoL, #DigiByteTip, DigiSpeed on: July 04, 2016, 07:14:30 PM
Hi Digbyters,

Has everyone seen https://www.cryptocompare.com ?

I have a profile on there and there is a WEALTH of stats and information on there.

Go check it.

Digibyte is on there and I have posted a bit on the forum for Digibyte.

Regards,

twebit007
[/quote
Thanks for reminder, I forgot about this one and great to see it has been updated since my last visit.
/tip @twebit 500 (you will have to look me up on telegram chat to cash that in. Wink)

I tried telegram but I don't have a mobile phone to set it up... Yes I'm old and/or have no need for a mobile phone at this stage of my evolution.
Thanks though
40  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★★DigiByte|极特币★★[DGB]✔DigiByte Gaming - CS:GO, LoL, #DigiByteTip, DigiSpeed on: July 04, 2016, 06:32:02 PM
Hi Digbyters,

Has everyone seen https://www.cryptocompare.com ?

I have a profile on there and there is a WEALTH of stats and information on there.

Go check it.

Digibyte is on there and I have posted a bit on the forum for Digibyte.

Regards,

twebit007
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!