Bitcoin Forum
June 21, 2024, 07:38:37 AM *
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 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 [30] 31 32 33 34 35 36 37 38 39 40 41 »
  Print  
Author Topic: [ANN][GRE] GreenCoin | On Bittrex now!  (Read 83604 times)
sigwo
Hero Member
*****
Offline Offline

Activity: 656
Merit: 500

Go Jupiter!


View Profile WWW
September 26, 2014, 10:03:13 PM
 #581

Probably not much hash anywhere but my pool right now.... My pool is working great, paying GRE, and merged mining 5 other coins, along with Rubycoin main chain. Link in signature.
sigwo
Hero Member
*****
Offline Offline

Activity: 656
Merit: 500

Go Jupiter!


View Profile WWW
September 26, 2014, 10:04:52 PM
 #582

surprise, no payouts from weminealtcoins.com:3333 blocks 1501**
everything was fine not long before,
i still see my address on the list, but no coins coming last hour

Can you give me your address?

Also, we are updating the block explorer.

pm'd

Looking into it. Also, please let me know your intended payout and I will personally pay you the GRE that you lose as a result of this error. Thank you.

forget it, not much, you may easily see my 30MH on the pool graph,
i stopped for couple hours then tried for about 40 min
to check if everything is fine, and suprisingly it's not.
the question is what's up with the pool or my wallet or what?

GreenCoin has a very complicated subsidy function that hasn't been used, and what people don't know is that the pool software actually determines how to send payments (and in the case of a p2pool actually does the math to distribute those payments).

If you have that 30 MH/s, I suggest solo mining and ensuring you get the coins that way. I am working to improve the function, which we can see here:

Code:
 greencoin=math.Object(
+        P2P_PREFIX='fbc0b6db'.decode('hex'),
+        P2P_PORT=11036,
+        ADDRESS_VERSION=38,
+        RPC_PORT=21036,
+        RPC_CHECK=defer.inlineCallbacks(lambda bitcoind: defer.returnValue(
+ 'greencoinaddress' in (yield bitcoind.rpc_help()) and
+ not (yield bitcoind.rpc_getinfo())['testnet']
+        )),
+        SUBSIDY_FUNC=lambda height: __import__('gre_subsidy').GetBlockBaseValue(height),
+        POW_FUNC=lambda data: pack.IntType(256).unpack(__import__('ltc_scrypt').getPoWHash(data)),
+        BLOCK_PERIOD=63, # s
+        SYMBOL='GRE',
+ CONF_FILE_FUNC = lambda: os.path.join(os.path.join(os.environ['APPDATA'], 'greencoin') if platform.system() == 'Windows' else os.path.expanduser('~/Library/Application Support/greencoin/') if platform.system() == 'Darwin' else os.path.expanduser('~/.greencoin'), 'greencoin.conf'),
+        BLOCK_EXPLORER_URL_PREFIX='https://ccc.hashaxe.com/explorer/block/',
+        ADDRESS_EXPLORER_URL_PREFIX='https://ccc.hashaxe.com/explorer/address/',
+        TX_EXPLORER_URL_PREFIX='https://ccc.hashaxe.com/explorer/tx/',
+        SANE_TARGET_RANGE=(2**256//1000000000 - 1, 2**256//1000 - 1),
+        DUMB_SCRYPT_DIFF=2**16,
+        DUST_THRESHOLD=1e8,
+ CHARITY_ADDRESS='AD3325CA903AC90A5D936358C1C34609A030DFEB'.decode('hex')

The stratum above (p2pool) isn't needed for my pool. You can specify donations as a pool operator to the foundation address. NOMP or powerpool works just fine. I use powerpool.
sigwo
Hero Member
*****
Offline Offline

Activity: 656
Merit: 500

Go Jupiter!


View Profile WWW
September 26, 2014, 10:13:01 PM
 #583

http://imgur.com/YHr8cJg
Pool Screenshots.
http://imgur.com/S3y5yyT
ncsupanda (OP)
Legendary
*
Offline Offline

Activity: 1628
Merit: 1012



View Profile
September 27, 2014, 04:34:23 AM
 #584

Our stratum should be working properly and has begun to accept blocks and payout.

Check the official pool (weminealtcoins.com) for details.

Thanks all!
Vitalogy
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
September 27, 2014, 04:59:59 AM
 #585

Merged mining is like a Physics class to me.

I remember most of my Physics classes. The explaination given by the teacher was alway crystal clear. But later I was unable to do the homeworks because somehow I was unable to translate the theory to pratical examples.  Sad

Same thing for merged mining. I understand the basics (I think) but I'm confused with the "How to".

I understand that I will mine GRE and another major coin at the same time (correct me if I'm wrong!). If I take BeMining as example, I will mine RBY and GRE at the same time (and maybe 5 other coins??). There is no registration so I use my RBY adress as username. OK but... how will I receive the GRE coins?

Another question, if I want to calculate the profitability of ming GRE, do I take the current difficulty of GRE or the dif. of RBY? Do each coin keep their own difficulty?
sigwo
Hero Member
*****
Offline Offline

Activity: 656
Merit: 500

Go Jupiter!


View Profile WWW
September 27, 2014, 05:38:34 AM
 #586

Merged mining is like a Physics class to me.

I remember most of my Physics classes. The explaination given by the teacher was alway crystal clear. But later I was unable to do the homeworks because somehow I was unable to translate the theory to pratical examples.  Sad

Same thing for merged mining. I understand the basics (I think) but I'm confused with the "How to".

I understand that I will mine GRE and another major coin at the same time (correct me if I'm wrong!). If I take BeMining as example, I will mine RBY and GRE at the same time (and maybe 5 other coins??). There is no registration so I use my RBY adress as username. OK but... how will I receive the GRE coins?

Another question, if I want to calculate the profitability of ming GRE, do I take the current difficulty of GRE or the dif. of RBY? Do each coin keep their own difficulty?

Hey, owner of bemining.net here. You are mining all 7 coins at the same time. You set your miner with your Ruby address, start the miner. Then, visit http://bemining.net/stats and copy/paste your Ruby address (may take ~5 minutes for your stats to show). Once there, you will see a list of all the merge-mined coins for you to enter your address. Follow those instructions. Upon that coin finding a block, you will get a payout after the block matures and the payout cycle runs. More on Merged Mining (https://en.bitcoin.it/wiki/Merged_mining_specification)

If you have any questions or concerns, come hit me up in #bemining. I'm sigwo or bemining_op there.
ncsupanda (OP)
Legendary
*
Offline Offline

Activity: 1628
Merit: 1012



View Profile
September 27, 2014, 01:34:31 PM
 #587

but RBY is going PoS
[/quote

Upon which his pool will be switching to LTC or something else (it's mentioned on there )
james42
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250


View Profile
September 27, 2014, 02:55:33 PM
 #588

Anyone know why Allcoins wallet is set to frozen?
Jewell
Hero Member
*****
Offline Offline

Activity: 490
Merit: 500



View Profile
September 27, 2014, 03:00:31 PM
 #589

What has dev new plans?
ncsupanda (OP)
Legendary
*
Offline Offline

Activity: 1628
Merit: 1012



View Profile
September 27, 2014, 03:02:53 PM
 #590

Anyone know why Allcoins wallet is set to frozen?

They are updating.

What has dev new plans?

We are working on a carbon exchange, as well as updating our wallet to include said exchange and aesthetic updates in general.
Freenhult
Full Member
***
Offline Offline

Activity: 190
Merit: 100


★ BitClave ICO. Join NOW ★


View Profile
September 27, 2014, 06:22:51 PM
 #591

I'm unsure of where they are going as well.

askcoin2
Member
**
Offline Offline

Activity: 107
Merit: 10


View Profile WWW
September 27, 2014, 07:01:53 PM
 #592

I'm unsure of where they are going as well.

I'm also wonder where they are.

Freenhult
Full Member
***
Offline Offline

Activity: 190
Merit: 100


★ BitClave ICO. Join NOW ★


View Profile
September 27, 2014, 10:03:10 PM
 #593

As far as I can tell, into the void. I can't seem to find anything regarding the block or coins... :/ I disabled p2pool for the time being. Stratum is on port 4333

Vitalogy
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
September 28, 2014, 03:37:57 AM
 #594

Merged mining is like a Physics class to me.

I remember most of my Physics classes. The explaination given by the teacher was alway crystal clear. But later I was unable to do the homeworks because somehow I was unable to translate the theory to pratical examples.  Sad

Same thing for merged mining. I understand the basics (I think) but I'm confused with the "How to".

I understand that I will mine GRE and another major coin at the same time (correct me if I'm wrong!). If I take BeMining as example, I will mine RBY and GRE at the same time (and maybe 5 other coins??). There is no registration so I use my RBY adress as username. OK but... how will I receive the GRE coins?

Another question, if I want to calculate the profitability of ming GRE, do I take the current difficulty of GRE or the dif. of RBY? Do each coin keep their own difficulty?

Hey, owner of bemining.net here. You are mining all 7 coins at the same time. You set your miner with your Ruby address, start the miner. Then, visit http://bemining.net/stats and copy/paste your Ruby address (may take ~5 minutes for your stats to show). Once there, you will see a list of all the merge-mined coins for you to enter your address. Follow those instructions. Upon that coin finding a block, you will get a payout after the block matures and the payout cycle runs. More on Merged Mining (https://en.bitcoin.it/wiki/Merged_mining_specification)

If you have any questions or concerns, come hit me up in #bemining. I'm sigwo or bemining_op there.

Thank you. Being without registration I did not realize that we still have a kind of profile where we can add other adresses.
nuggetbram
Full Member
***
Offline Offline

Activity: 326
Merit: 100



View Profile
September 28, 2014, 12:47:04 PM
 #595

I've setup an ordinary pool at http://gre.hashcookie.org/, but I don't have anything to test it with. If some people could point some hashes there, that'd be great Smiley
ncsupanda (OP)
Legendary
*
Offline Offline

Activity: 1628
Merit: 1012



View Profile
September 28, 2014, 02:17:19 PM
 #596

As far as I can tell, into the void. I can't seem to find anything regarding the block or coins... :/ I disabled p2pool for the time being. Stratum is on port 4333

now i see why no payouts from p2p.
both p2p and stratum are on different chain than my wallet
and sigwo pool and i guess the most part of the network


Unklo, please do not spread FUD.

Our stratum is no longer reporting block height because it's being tested.

Thanks.
biodieselchris
Hero Member
*****
Offline Offline

Activity: 579
Merit: 500


CoinQuacker


View Profile WWW
September 29, 2014, 01:16:25 AM
 #597

When I try to run the Mac wallet it appears to be opening but then basically does nothing. The blocks/chainstate folders do not re-appear so I feel like it isnt operating at all.   Huh Huh

biodieselchris
Hero Member
*****
Offline Offline

Activity: 579
Merit: 500


CoinQuacker


View Profile WWW
September 29, 2014, 01:44:32 AM
Last edit: September 29, 2014, 03:24:08 AM by biodieselchris
 #598

When I try to run the Mac wallet it appears to be opening but then basically does nothing. The blocks/chainstate folders do not re-appear so I feel like it isnt operating at all.   Huh Huh

I also cannot compile the source code on a mac, even though this all worked before. The error I run into:
Code:
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

vipgelsi
Legendary
*
Offline Offline

Activity: 1736
Merit: 1001


View Profile
September 29, 2014, 01:47:57 AM
 #599

Mac wallet doesnt want to sync maybe nodes are wrong.
ncsupanda (OP)
Legendary
*
Offline Offline

Activity: 1628
Merit: 1012



View Profile
September 29, 2014, 02:47:54 AM
 #600

Mac wallet doesnt want to sync maybe nodes are wrong.

Guaranteed node:

152.7.70.147

Ensure that the current version is 70006.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 [30] 31 32 33 34 35 36 37 38 39 40 41 »
  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!