Bitcoin Forum
May 11, 2024, 06:38:01 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 [506] 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 ... 624 »
  Print  
Author Topic: NobleCoin[NOBL] - 8% PoS | 1Yr+ | MARKETPLACE | PAY | GIFT | CHARITIES/MERCHANTS  (Read 1052966 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
myexec
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
March 05, 2015, 07:36:34 PM
 #10101

Why is better to split coins into smaller wallets ?
1715452681
Hero Member
*
Offline Offline

Posts: 1715452681

View Profile Personal Message (Offline)

Ignore
1715452681
Reply with quote  #2

1715452681
Report to moderator
1715452681
Hero Member
*
Offline Offline

Posts: 1715452681

View Profile Personal Message (Offline)

Ignore
1715452681
Reply with quote  #2

1715452681
Report to moderator
According to NIST and ECRYPT II, the cryptographic algorithms used in Bitcoin are expected to be strong until at least 2030. (After that, it will not be too difficult to transition to different algorithms.)
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715452681
Hero Member
*
Offline Offline

Posts: 1715452681

View Profile Personal Message (Offline)

Ignore
1715452681
Reply with quote  #2

1715452681
Report to moderator
1715452681
Hero Member
*
Offline Offline

Posts: 1715452681

View Profile Personal Message (Offline)

Ignore
1715452681
Reply with quote  #2

1715452681
Report to moderator
eagleflies
Sr. Member
****
Offline Offline

Activity: 440
Merit: 251


View Profile
March 05, 2015, 07:56:41 PM
 #10102

I am in a similar situation - I have 100,000 NOBL from a while ago, and I just saw on Twitter yesterday that everything moved to POS (I've been out of the loop!).

My existing POW wallet is encrypted, so I tried the method of sending the balance to a new (unencrypted) wallet address, using the old POW client.

This seemed to work - here is the receiving address in the block explorer:
https://chainz.cryptoid.info/nobl/address.dws?9Y8c7jZWyYgzKbnV94KmMDVErobyGphuKh.htm

However, when I start up the new wallet - either in the old client, or in the new client using -salvagewallet after copying the unencrypted POW wallet to Appdata\Roaming\NoblecoinPOS - I don't see the 100K balance.

Does anyone have any ideas for me? Thanks!

Myeagleflies will hopefully clarify, but to me this would not work as what happened was there was a snapshot taken and all of the coins distributed onto the new bockchain as they were in the old one. So you transferred them after the copy back, the coins won't be there.

Will it not work with the unlockwallet command? I can't remember what it was offhand.


Thanks for the reply james!

The OP states that there isn't a way to unencrypt a wallet once it's encrypted:

Quote
If your wallet is encrypted things become more complex as there is no way to remove encryption AFAIK. You have two options:

    create new un-encrypted PoW wallet and transfer your funds there. then you will be able to follow -salvagewallet method to move the keys into PoS wallet
    send money to an exchange - 2.1. method

At this point, it doesn't matter, since I sent my coins from the encrypted one, and I can't get them back unless I can see them in my new address (in my unencrypted wallet). What you explained about the timing of the snapshot makes sense, but I was just being hopeful based on eagleflies's comment:

Quote
2. It is too late to convert coins via exchange. But you can do it by yourself too without any time limit.

Is it true that there isn't a time limit? I also tried importing the receiving address private key into the POS wallet, but that didn't give me my balance either.

Thanks again!

Confirming - no time limit.

Let me know if my understanding is correct:
1. you had encrypted wallet with balance of 100 000 in it
2. after switch you generated new receival address on PoW network (or PoS network?) and sent there money from old wallet
3. you can see this transaction on blockchain but you do not see it in your unencrypted wallet

Is your original encrypted wallet empty at this point?
I would suggest you to take a look at manual method. https://github.com/eagleflies/noblecoin/wiki/Manual-way-of-importing-private-keys

However since your encrypted wallet is empty now, is it? command used in this method 'listunspent' is not going to help since you spent money already.

What you need to run is:
Code:
listreceivedbyaddress 1 true

This will produce list of all addresses you used on this wallet. For each address you need to run
Code:
dumpprivkey ...

Then you need to import those private keys into PoS wallet as described there https://github.com/eagleflies/noblecoin/wiki/Manual-way-of-importing-private-keys

Whatever you do:
Backup old wallet. It stores keys to your money. No time limit. As far as your original wallet is backed up somewhere you can try and fail 100 times and still be able to suceed when you try later Wink

james6546
Hero Member
*****
Offline Offline

Activity: 691
Merit: 500


View Profile
March 05, 2015, 07:57:25 PM
 #10103

Why is better to split coins into smaller wallets ?

Because as part of POS II you get rewarded less coins with a bigger group of coins than 2m.

You don't need separate wallets, they just have to be sent to the wallet in separate transactions, so if you had 10m you would send 2m to the wallet 5 times.

Hope this makes sense
eagleflies
Sr. Member
****
Offline Offline

Activity: 440
Merit: 251


View Profile
March 05, 2015, 08:00:11 PM
 #10104

Why is better to split coins into smaller wallets ?

Not wallets. Each staking happens per transaction. And after staking you have two new transactions instead of one old one.
The more competing transactions there are across whole network the better for network security as there is more competition.

Of course after some time (to be discovered) you can decide "I have too many transactions at this point" and merge them into one or several bigger transactions.
catotune
Sr. Member
****
Offline Offline

Activity: 422
Merit: 250


Meow


View Profile WWW
March 05, 2015, 09:16:03 PM
 #10105

Thank you for being so helpful, I really appreciate it!

Confirming - no time limit.

Let me know if my understanding is correct:
1. you had encrypted wallet with balance of 100 000 in it
2. after switch you generated new receival address on PoW network (or PoS network?) and sent there money from old wallet
3. you can see this transaction on blockchain but you do not see it in your unencrypted wallet

Yes, and for #2, it was on the PoW network.

Is your original encrypted wallet empty at this point?
I would suggest you to take a look at manual method. https://github.com/eagleflies/noblecoin/wiki/Manual-way-of-importing-private-keys

However since your encrypted wallet is empty now, is it? command used in this method 'listunspent' is not going to help since you spent money already.

What you need to run is:
Code:
listreceivedbyaddress 1 true

This will produce list of all addresses you used on this wallet. For each address you need to run
Code:
dumpprivkey ...

Then you need to import those private keys into PoS wallet as described there https://github.com/eagleflies/noblecoin/wiki/Manual-way-of-importing-private-keys

Whatever you do:
Backup old wallet. It stores keys to your money. No time limit. As far as your original wallet is backed up somewhere you can try and fail 100 times and still be able to suceed when you try later Wink


Yes, my encrypted wallet is empty now. To be clear, should I do:

Code:
listreceivedbyaddress 1 true

On my unencrypted POW wallet (with the receiving address)? I will try this when I get home from work.

I did try to import my private key for the receiving address (from my unencrypted POW wallet) into my new POS wallet, but it gave an error - I think because my new POS wallet already has my private key, since it was created from my unencrypted POW wallet using -salvagewallet. It still did not reflect the balance that the address should have, unfortunately.

Thanks again!
eagleflies
Sr. Member
****
Offline Offline

Activity: 440
Merit: 251


View Profile
March 05, 2015, 09:33:17 PM
 #10106

Thank you for being so helpful, I really appreciate it!

Confirming - no time limit.

Let me know if my understanding is correct:
1. you had encrypted wallet with balance of 100 000 in it
2. after switch you generated new receival address on PoW network (or PoS network?) and sent there money from old wallet
3. you can see this transaction on blockchain but you do not see it in your unencrypted wallet

Yes, and for #2, it was on the PoW network.

Is your original encrypted wallet empty at this point?
I would suggest you to take a look at manual method. https://github.com/eagleflies/noblecoin/wiki/Manual-way-of-importing-private-keys

However since your encrypted wallet is empty now, is it? command used in this method 'listunspent' is not going to help since you spent money already.

What you need to run is:
Code:
listreceivedbyaddress 1 true

This will produce list of all addresses you used on this wallet. For each address you need to run
Code:
dumpprivkey ...

Then you need to import those private keys into PoS wallet as described there https://github.com/eagleflies/noblecoin/wiki/Manual-way-of-importing-private-keys

Whatever you do:
Backup old wallet. It stores keys to your money. No time limit. As far as your original wallet is backed up somewhere you can try and fail 100 times and still be able to suceed when you try later Wink


Yes, my encrypted wallet is empty now. To be clear, should I do:

Code:
listreceivedbyaddress 1 true

On my unencrypted POW wallet (with the receiving address)? I will try this when I get home from work.

I did try to import my private key for the receiving address (from my unencrypted POW wallet) into my new POS wallet, but it gave an error - I think because my new POS wallet already has my private key, since it was created from my unencrypted POW wallet using -salvagewallet. It still did not reflect the balance that the address should have, unfortunately.

Thanks again!

Please do exactly what you described.
dac10
Sr. Member
****
Offline Offline

Activity: 557
Merit: 250


View Profile
March 05, 2015, 10:08:06 PM
 #10107

I am left with the coins on behalf of Crypsty maintenance. However after I send them on to POS wallet, I put immediatly begin staking!?
james6546
Hero Member
*****
Offline Offline

Activity: 691
Merit: 500


View Profile
March 05, 2015, 10:09:45 PM
 #10108

I am left with the coins on behalf of Crypsty maintenance. However after I send them on to POS wallet, I put immediatly begin staking!?

No, staking usually happens after 7 hours in the wallet.

I have lots of coins stuck in cryptsy too  Sad
cryptonit
Legendary
*
Offline Offline

Activity: 3038
Merit: 1053


bit.diamonds | uNiq.diamonds


View Profile WWW
March 06, 2015, 12:27:11 AM
 #10109

good job eagleflies

i wonder why u did choose against merge mining with magi
u could even use same reduce rewards when to much hashrate system as u use at magi
and only tiny mining rewards at noble as aux hashcoin anyway (so the pow would create additional inflation is not correct)

this way strengh noble network with magi pools and create a m7m mining family

would all have been good promotion for magi which i see as a underrated coin with great active community

but just my opinion
hybrid POW/POS in my opinion is superior to pure POS if done right

 
  Diamond [DMD]     uNiq.Diamonds  
Scarce✦✦✦✦ Valuable ✦✦✦✦ Secure ✦                     ▬ a collector experience ▬                
thefix
Legendary
*
Offline Offline

Activity: 1049
Merit: 1001



View Profile
March 06, 2015, 01:12:34 AM
 #10110

good job eagleflies

i wonder why u did choose against merge mining with magi
u could even use same reduce rewards when to much hashrate system as u use at magi
and only tiny mining rewards at noble as aux hashcoin anyway (so the pow would create additional inflation is not correct)

this way strengh noble network with magi pools and create a m7m mining family

would all have been good promotion for magi which i see as a underrated coin with great active community

but just my opinion
hybrid POW/POS in my opinion is superior to pure POS if done right


I agree, Magi is a sleeper.
Lovethecoins
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500


View Profile
March 06, 2015, 01:37:46 AM
 #10111

I am glad this was smooth... Everytime we get a run we run into fud... now this is complete it should be smooth sailing forward... What is the next project we have in mind?   Has anyone contacted shapeshift.io and see if they would add noblecoin

Coretz
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
March 06, 2015, 02:09:12 AM
 #10112

Hello, brand new to noble coin and I'm only lightly familiar with cryptomining in general. I've downloaded NobleCoin and I've attempted mining, but I haven't noticed any deposits so far.

A few questions:

1) I was wondering how best I can mine NOBLs?
2) Should I join a pool, and if so, what are some good pools that still work? I see a lot of dead links.
3) What is scantime?
4) How do I know when I've earned NOBLs thru mining?
5) Does anyone have any cheesecake here?

And if it helps any, my system is an i5-2500K @ 4.2 GHz with a GTX 650Ti BOOST 2GB graphics card.

Thank you all!
Rumhurius
Legendary
*
Offline Offline

Activity: 1672
Merit: 1046


Here we go again


View Profile
March 06, 2015, 03:43:33 AM
 #10113

real smooth and well done so far.

Pow Mining Rewards are just a bit low imo and you need to update the Opener with some Pools.

Are there some working Pools now at all ?
Solo Mining never was my cup of tea cause i always turn my rig off  over night.

Good job anyway.
 Kiss

Wh1teKn1ght
Sr. Member
****
Offline Offline

Activity: 339
Merit: 251


View Profile
March 06, 2015, 04:32:00 AM
 #10114

eagleflies, can you post a standalone m7m miner that works with NOBL? I can't get the mining to work other than through the GUI. Would like to run the miner externally with a m7m miner.

Thanks!
Wesiematic
Sr. Member
****
Offline Offline

Activity: 437
Merit: 250



View Profile
March 06, 2015, 08:03:59 AM
 #10115


Yes i was ready, but choosed the easy way. Luckily i did one transaction before the exchange wallets
were in maintenance, so i'm minting and mining since last night.
Really great job , you have no noble donation adress for a small tip ? Wink

I'm happy that you're happy Wink

Here's my address: 9acVmwMxq8nKfpvvfwtKu7Vp6xE5dhHx7o

Thank you!

That's nice Smiley, little tip should be there.

Thank you Wink !

there is always a light at the end of the tunnel...
james6546
Hero Member
*****
Offline Offline

Activity: 691
Merit: 500


View Profile
March 06, 2015, 08:29:18 AM
 #10116

Hello, brand new to noble coin and I'm only lightly familiar with cryptomining in general. I've downloaded NobleCoin and I've attempted mining, but I haven't noticed any deposits so far.

A few questions:

1) I was wondering how best I can mine NOBLs?
2) Should I join a pool, and if so, what are some good pools that still work? I see a lot of dead links.
3) What is scantime?
4) How do I know when I've earned NOBLs thru mining?
5) Does anyone have any cheesecake here?

And if it helps any, my system is an i5-2500K @ 4.2 GHz with a GTX 650Ti BOOST 2GB graphics card.

Thank you all!

Well seeing as Noble has just moved to PoS you can't mine it on any pools.

For the first 3ish weeks you will be able to PoW mine it using your CPU, the diff is still pretty low. To do this download the wallet from the initial post, sync it, go to the debug window and type "setgenerate true".

If you then type "getmininginfo" it will give you your mining speed.

There is no cheesecake here, but if you know the location of any it would be greatly appreciated
james6546
Hero Member
*****
Offline Offline

Activity: 691
Merit: 500


View Profile
March 06, 2015, 09:54:43 AM
 #10117

Sorry I didn't get around to paying out last night.

Latest round of payouts have been done.

Total paid out: 355000
Total entrants: 52
Remaining funds: 895062.83320647 NOBL

Today is the last day, so get your free PoS flavoured NobleCoin

http://promoplugs.com/Campaign.aspx?CID=147

Addresses that have not worked, pm me if these are yours:

X4NPbmfMUm7MC9ZKsSBTEMucXeCHaf
1E8GyrMRMPGLktvAEBL1FqmMeTcd877FX6
1FnsWXNadQWcYEt2LWELch8LCcntgUyGi6
SR9XDBAKWtYd8NddyBK4VaK2roa2VBsmmQ
9nZKZxHsJuh5nHM1AcmEhpSa7WEMNuBFj
berbip
Member
**
Offline Offline

Activity: 143
Merit: 10


View Profile
March 06, 2015, 09:59:12 AM
 #10118

Getting pretty frustrated here.
C'ant get solo mining to work, makes me feel like a n00b again
my config
%appdata%/noblecoinpos/noblecoinpos.conf with following content

daemon=1
server=1
rpcport=55882
rpcallowip=192.168.*.*
rpcuser=
rpcpassword=

I'm using Wolfs optimized cpu miner
https://sourceforge.net/projects/coinmagi/files/m-miner/Wolf-m7m-cpuminer-V2/

content from startup.bat
minerd-x64-generic.exe -u  -p  --url http://127.0.0.1:55882

always getting rpc call failed.



pikuchato
Hero Member
*****
Offline Offline

Activity: 728
Merit: 500


Activity: yes


View Profile
March 06, 2015, 10:23:34 AM
 #10119

Getting pretty frustrated here.
C'ant get solo mining to work, makes me feel like a n00b again
my config
%appdata%/noblecoinpos/noblecoinpos.conf with following content

daemon=1
server=1
rpcport=55882
rpcallowip=192.168.*.*
rpcuser=
rpcpassword=

I'm using Wolfs optimized cpu miner
https://sourceforge.net/projects/coinmagi/files/m-miner/Wolf-m7m-cpuminer-V2/

content from startup.bat
minerd-x64-generic.exe -u  -p  --url http://127.0.0.1:55882

always getting rpc call failed.

Try this:

daemon=1
server=1
rpcport=55882
rpcallowip=127.0.0.1
rpcuser=x
rpcpassword=y

minerd-x64-generic.exe -u x -p y --url http://127.0.0.1:55882
eagleflies
Sr. Member
****
Offline Offline

Activity: 440
Merit: 251


View Profile
March 06, 2015, 11:53:38 AM
 #10120

I am glad this was smooth... Everytime we get a run we run into fud... now this is complete it should be smooth sailing forward... What is the next project we have in mind?   Has anyone contacted shapeshift.io and see if they would add noblecoin

The thing is we need more people to help:

- Re-design our OP. ideally someone who has experience with graphic design, but if you do not have such experience feel free to volunteer and we will do it
- Marketing specialist - someone to talk with other websites like shapeshift.io etc

Myself I prefer to focus on technical side and to some extent with educating people about PoS etc.
Pages: « 1 ... 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 [506] 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 ... 624 »
  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!