 Hive accounts are not free. Currently, it costs 3 Hive to create a Hive account. The account registration fee is set by witnesses, and this can change based on what witnesses set this parameter to. As Hive prices fluctuate, the cost for creating Hive accounts in USD change too. When Hive prices are high, the USD value of account creating goes up too. In such situations witnesses can act to change to registration fee and still keep Hive account creation fees affordable. Hive also has discounted account creation tokens. Anybody who has decent amount of RC, can claim these tokens. Transactions on Hive aren't free either. They cost resource credits. The more Hive Power the account has, the more resource credits are available for the account. Since interacting with the blockchain doesn't require too much of resource credits, most of the time resource credits get unused. One of the ways to use them is to claim account creation tokens. Some front-end apps like peakD provide options to claim these tokens. We can also claim account creation tokens using Beem. After claiming available tokens, resource credits get depleted and takes few days for RC fully recharge. One RC is full again, we can claim tokens again. Some may choose to automate this process. Let's take a look how we can claim accounts using Beem. ``` from beem import Hive from beem.nodelist import NodeList from beem.account import Account from beem.rc import RC import pprint import getpass import time if __name__ == "__main__": nodelist = NodeList() nodelist.update_nodes() nodes = nodelist.get_hive_nodes() wif = getpass.getpass(prompt='Enter your Hive active key:') hive = Hive(node=nodes, keys=[wif]) creator = hive.wallet.getAccountFromPrivateKey(wif) creator = Account(creator) rc = RC(blockchain_instance=hive) current_costs = hive.get_rc_cost(rc.get_resource_count(tx_size=250, new_account_op_count=1, execution_time_count=1)) current_mana = creator.get_rc_manabar()["current_mana"] last_mana = current_mana print("Current costs %.2f G RC - current mana %.2f G RC" % (current_costs / 1e9, current_mana / 1e9)) while current_costs + 10 < last_mana: hive.claim_account(creator) time.sleep(10) creator.refresh() current_mana = creator.get_rc_manabar()["current_mana"] print("Account claimed and %.2f G RC paid." % ((last_mana - current_mana) / 1e9)) last_mana = current_mana print("Not enough RC for a claim!") ``` The code will calculate the current resource credits and keeps claiming account creation tokens until there aren't enough resource credits left to claim a token. This way we can claim multiple account creation tokens. After having account creation tokens in the account, we can create accounts using these tokens. Let's see how that can be done using Beem. ``` from beem import Hive from beem.nodelist import NodeList from beem.account import Account from beem.rc import RC import pprint import getpass import time if __name__ == "__main__": new_account_name = 'mynewhiveaccount' new_account_pass = 'XXXXXXXXXXXXXXXXXXXXXXXXX' #if account already exists, throws account exists exception. nodelist = NodeList() nodelist.update_nodes() nodes = nodelist.get_hive_nodes() wif = getpass.getpass(prompt="Enter your account creator's Hive active key:") hive = Hive(node=nodes, keys=[wif]) creator = hive.wallet.getAccountFromPrivateKey(wif) creator = Account(creator) result = hive.create_claimed_account(new_account_name, creator=creator, password=new_account_pass) print(result) time.sleep(10) new_account = Account(new_account_name) new_account.print_info() ``` As you can see creating claimed accounts is even easier than claiming tokens. Using discounted or free account creation tokens can help apps and front-ends with onboarding new participants without a need to spend a lot of Hive. Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@geekgirl/claiming-and-creating-discounted-hive-accounts-or-showcase-monday)
author | geekgirl |
---|---|
permlink | claiming-and-creating-discounted-hive-accounts-or-showcase-monday |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["hive","account","rc","beem","python","vyb","proofofbrain","neoxian","ctp","palnet","leofinance"],"canonical_url":"https://leofinance.io/@geekgirl/claiming-and-creating-discounted-hive-accounts-or-showcase-monday","image":["https://images.hive.blog/DQmXVtKzkbrJD8eXBogzTmesun5MgwuavXDx8gWNH2HbBcK/hiveaccounts.png"]} |
created | 2022-02-21 17:05:03 |
last_update | 2022-02-21 17:05:03 |
depth | 0 |
children | 40 |
last_payout | 2022-02-28 17:05:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 83.201 HBD |
curator_payout_value | 83.002 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 4,237 |
author_reputation | 1,586,488,611,824,452 |
root_title | "Claiming & Creating Discounted Hive Accounts | Showcase Monday" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,681,531 |
net_rshares | 144,155,921,223,975 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
steempty | 0 | 14,892,762,609,468 | 50% | ||
smooth | 0 | 12,313,860,237,248 | 10% | ||
boatymcboatface | 0 | 138,554,355,031 | 8% | ||
tuck-fheman | 0 | 2,964,619,556 | 100% | ||
onealfa | 0 | 247,615,500,694 | 19.5% | ||
kingscrown | 0 | 7,885,057,283 | 8% | ||
kevinwong | 0 | 183,784,687,612 | 35% | ||
leprechaun | 0 | 783,738,224 | 25% | ||
theshell | 0 | 37,130,317,827 | 8% | ||
gerber | 0 | 34,572,967,089 | 10.4% | ||
daan | 0 | 51,407,320,813 | 8% | ||
ezzy | 0 | 641,344,798 | 10.4% | ||
rxhector | 0 | 8,106,949,105 | 32.5% | ||
mrwang | 0 | 559,506,667 | 17.5% | ||
fulltimegeek | 0 | 1,475,057,911,810 | 100% | ||
exyle | 0 | 93,974,672,647 | 10.4% | ||
arconite | 0 | 705,719,121 | 17.5% | ||
webdeals | 0 | 3,314,317,090 | 16.25% | ||
alexpmorris | 0 | 309,360,044,701 | 100% | ||
drbec | 0 | 153,441,096 | 100% | ||
jphamer1 | 0 | 2,571,796,779,936 | 100% | ||
velourex | 0 | 2,905,444,518 | 21.45% | ||
hanshotfirst | 0 | 5,778,172,716,586 | 100% | ||
lemouth | 0 | 452,545,586,970 | 20% | ||
the-bitcoin-dood | 0 | 106,536,506,631 | 50% | ||
netaterra | 0 | 421,041,892,483 | 15% | ||
ats-david | 0 | 2,345,802,876 | 50% | ||
jlufer | 0 | 17,934,882,650 | 100% | ||
esecholo | 0 | 16,208,343,977 | 100% | ||
macksby | 0 | 9,164,313,149 | 100% | ||
daveks | 0 | 1,337,395,290,256 | 20% | ||
penguinpablo | 0 | 268,054,373,724 | 12% | ||
uwelang | 0 | 41,354,986,202 | 4.87% | ||
richardcrill | 0 | 144,257,308,542 | 50% | ||
titusfrost | 0 | 115,511,176,858 | 100% | ||
abh12345 | 0 | 709,654,157,154 | 25% | ||
whatsup | 0 | 480,117,966,015 | 100% | ||
clayboyn | 0 | 26,534,019,500 | 25% | ||
eforucom | 0 | 24,951,423,076 | 15% | ||
planosdeunacasa | 0 | 977,776,749 | 10.4% | ||
r0nd0n | 0 | 16,396,759,690 | 12.18% | ||
techslut | 0 | 299,720,652,426 | 50% | ||
slider2990 | 0 | 13,565,166,637 | 100% | ||
lostkluster | 0 | 1,192,066,342 | 100% | ||
edb | 0 | 27,410,478,754 | 25% | ||
teofilex11 | 0 | 714,394,367 | 100% | ||
bigtakosensei | 0 | 95,964,030,170 | 100% | ||
ericwilson | 0 | 159,818,635,207 | 100% | ||
michellectv | 0 | 206,897,783,604 | 100% | ||
pouchon | 0 | 299,879,686,419 | 10.5% | ||
danielsaori | 0 | 771,602,135,829 | 100% | ||
trafalgar | 0 | 14,137,326,197,902 | 33% | ||
pastzam | 0 | 658,456,630,048 | 100% | ||
raindrop | 0 | 227,480,257,389 | 33% | ||
egonz | 0 | 74,061,871,566 | 92% | ||
l337m45732 | 0 | 1,186,982,857 | 3.25% | ||
jhelbich | 0 | 183,273,102,624 | 100% | ||
tamaralovelace | 0 | 92,782,041,869 | 100% | ||
iansart | 0 | 36,588,687,892 | 10.4% | ||
domo | 0 | 460,134,067 | 100% | ||
opinizeunltd | 0 | 11,904,932,911 | 50% | ||
eliel | 0 | 11,639,523,791 | 5% | ||
ribalinux | 0 | 81,101,420,773 | 100% | ||
schro.one | 0 | 145,248,537 | 100% | ||
drag33 | 0 | 3,747,684,176 | 100% | ||
ampm | 0 | 8,628,088,447 | 100% | ||
nuagnorab | 0 | 14,767,513,070 | 100% | ||
isaria | 0 | 543,979,018,249 | 50% | ||
scooter77 | 0 | 5,387,427,217 | 4.87% | ||
stevelivingston | 0 | 100,236,029,376 | 30% | ||
bitcoinflood | 0 | 616,703,059,432 | 50.3% | ||
alphacore | 0 | 1,954,791,440 | 1% | ||
enjar | 0 | 929,088,535,250 | 100% | ||
chinito | 0 | 7,758,510,820 | 40% | ||
krischy | 0 | 2,293,885,470 | 100% | ||
jayna | 0 | 23,714,260,259 | 5% | ||
ew-and-patterns | 0 | 15,012,900,595 | 5% | ||
rival | 0 | 5,266,462,462 | 52% | ||
vikbuddy | 0 | 1,900,942,367 | 15% | ||
papilloncharity | 0 | 1,117,550,170,694 | 60.3% | ||
forexbrokr | 0 | 84,153,658,742 | 100% | ||
paasz | 0 | 645,722,078 | 100% | ||
mcoinz79 | 0 | 180,638,121,261 | 100% | ||
bluemist | 0 | 16,217,431,326 | 8% | ||
captainquack22 | 0 | 23,138,554,561 | 14% | ||
allcapsonezero | 0 | 4,792,714,188 | 10.72% | ||
bluemoon | 0 | 69,677,792,250 | 20% | ||
shebe | 0 | 2,076,142,531 | 25% | ||
appreciator | 0 | 29,694,152,277,324 | 8% | ||
themarkymark | 0 | 3,815,682,990,065 | 10% | ||
nikoleondas | 0 | 11,706,286,372 | 52% | ||
sanjeevm | 0 | 1,659,492,352,785 | 50% | ||
everrich | 0 | 1,671,741,796 | 100% | ||
leaky20 | 0 | 132,001,189,657 | 75% | ||
vikisecrets | 0 | 521,383,250,861 | 30% | ||
isabelpena | 0 | 13,721,794,897 | 100% | ||
dineroconopcion | 0 | 989,845,053 | 10.4% | ||
sciencevienna | 0 | 73,010,216,359 | 100% | ||
steemik | 0 | 51,615,819,102 | 100% | ||
nicolemoker | 0 | 1,263,904,779 | 100% | ||
zonabitcoin | 0 | 932,855,646 | 10.4% | ||
jeanlucsr | 0 | 590,632,956 | 1.04% | ||
mochita | 0 | 12,182,280,582 | 100% | ||
faustofraser | 0 | 3,665,607,965 | 45% | ||
chops316 | 0 | 170,033,247,024 | 100% | ||
felander | 0 | 58,788,148,763 | 10.4% | ||
rehan12 | 0 | 24,250,638,395 | 100% | ||
santigs | 0 | 29,710,866,303 | 52% | ||
karja | 0 | 1,886,407,501 | 5% | ||
pele23 | 0 | 215,426,906,971 | 39% | ||
tipu | 0 | 386,600,221,717 | 2% | ||
jedigeiss | 0 | 2,291,502,659,958 | 100% | ||
nurhayati | 0 | 1,609,665,243 | 35% | ||
buildawhale | 0 | 7,595,141,586,825 | 10% | ||
artonmysleeve | 0 | 1,049,242,844 | 10% | ||
tomiscurious | 0 | 74,314,187,824 | 17.7% | ||
roleerob | 0 | 317,034,583,715 | 75% | ||
fatman | 0 | 7,773,747,783 | 2% | ||
mawit07 | 0 | 376,810,882,625 | 50% | ||
rodent | 0 | 5,872,704,792 | 27% | ||
makerhacks | 0 | 112,768,030,852 | 100% | ||
andywong31 | 0 | 512,273,188 | 100% | ||
investegg | 0 | 51,340,104,099 | 1.5% | ||
x30 | 0 | 673,990,793,457 | 10% | ||
phoenixwren | 0 | 104,059,206,499 | 50% | ||
arabisouri | 0 | 165,504,899,380 | 100% | ||
noble-noah | 0 | 16,093,703,550 | 100% | ||
fknmayhem | 0 | 7,567,150,243 | 75% | ||
abrahan414 | 0 | 18,756,980,675 | 100% | ||
gattino | 0 | 5,421,180,996 | 100% | ||
mytechtrail | 0 | 56,285,387,044 | 15% | ||
traf | 0 | 1,233,980,256,075 | 33% | ||
helmibireuen | 0 | 9,080,612,412 | 100% | ||
ubikalo | 0 | 626,318,762 | 10.4% | ||
leninbracho50 | 0 | 8,206,178,518 | 100% | ||
elderson | 0 | 6,703,246,765 | 10% | ||
road2nowhere | 0 | 24,477,928,040 | 100% | ||
funt33 | 0 | 108,429,263 | 100% | ||
drunksamurai | 0 | 1,558,209,860 | 100% | ||
cryptonized | 0 | 17,515,210,589 | 12% | ||
mineopoly | 0 | 8,348,645,584 | 50% | ||
californiacrypto | 0 | 12,333,876 | 100% | ||
upmyvote | 0 | 3,219,143,632 | 10% | ||
daltono | 0 | 491,928,650,842 | 20% | ||
young-boss-karin | 0 | 8,738,764,561 | 100% | ||
josevillanueva | 0 | 49,103,009,119 | 90% | ||
tryskele | 0 | 1,285,542,345 | 5% | ||
heidimarie | 0 | 3,988,479,888 | 10% | ||
edicted | 0 | 7,104,091,309,515 | 100% | ||
ahmedsy | 0 | 27,115,539,552 | 100% | ||
soyrosa | 0 | 149,880,720,097 | 50% | ||
chorock | 0 | 367,608,051,223 | 45% | ||
philnewton | 0 | 987,621,912 | 12.5% | ||
videosteemit | 0 | 30,238,086,494 | 100% | ||
nnaraoh | 0 | 176,207,677,998 | 100% | ||
atongis | 0 | 52,382,499,317 | 5% | ||
darewealth | 0 | 462,077,107 | 50% | ||
artjohn | 0 | 710,684,753 | 50% | ||
leoumesh | 0 | 7,126,551,223 | 100% | ||
chronocrypto | 0 | 527,318,156,948 | 100% | ||
unconditionalove | 0 | 1,253,649,496 | 5.2% | ||
svemirac | 0 | 13,178,735,248 | 100% | ||
minnowvotes | 0 | 230,837,548,648 | 100% | ||
kittima | 0 | 706,679,582 | 100% | ||
christina-madart | 0 | 3,608,494,771 | 100% | ||
fireguardian | 0 | 1,804,082,356 | 15.5% | ||
penderis | 0 | 50,128,834,504 | 50% | ||
bhattg | 0 | 17,364,287,840 | 20% | ||
bozz | 0 | 91,622,828,660 | 10% | ||
fsegredo1 | 0 | 614,240,818 | 10.4% | ||
yann03 | 0 | 2,177,922,267 | 100% | ||
movement19 | 0 | 648,872,885 | 8.25% | ||
beeyou | 0 | 2,590,959,835 | 100% | ||
backinblackdevil | 0 | 29,272,332,254 | 75% | ||
reazuliqbal | 0 | 52,778,634,979 | 10.4% | ||
kryptik.tigrrr3d | 0 | 12,334,380,625 | 100% | ||
lionsuit | 0 | 1,184,410,503 | 100% | ||
silverd510 | 0 | 9,136,037,805 | 100% | ||
bestboom | 0 | 2,951,045,132 | 10.4% | ||
onepercentbetter | 0 | 15,210,808,052 | 12% | ||
manniman | 0 | 78,076,954,913 | 11% | ||
blainjones | 0 | 11,230,858,517 | 12% | ||
roshansuares | 0 | 9,880,230,127 | 100% | ||
z3ll | 0 | 1,104,700,622 | 100% | ||
inciter | 0 | 4,748,889,012 | 8% | ||
joseda94 | 0 | 3,695,684,618 | 100% | ||
steemexperience | 0 | 70,409,609,951 | 50% | ||
break-out-trader | 0 | 81,677,012,142 | 100% | ||
mraggaj | 0 | 17,774,212,259 | 100% | ||
meanbees | 0 | 2,534,309,400 | 1.04% | ||
solominer | 0 | 2,387,999,843,800 | 33% | ||
celinavisaez | 0 | 7,391,721,737 | 25% | ||
fw206 | 0 | 36,224,724,903 | 1.3% | ||
slobberchops | 0 | 1,234,947,133,878 | 35% | ||
techcoderx | 0 | 270,871,758,863 | 100% | ||
crystalhuman | 0 | 2,140,976,389 | 100% | ||
pladozero | 0 | 31,150,927,286 | 10% | ||
nateaguila | 0 | 421,292,799,816 | 12% | ||
davidesimoncini | 0 | 3,597,635,604 | 30.3% | ||
pepitagold | 0 | 37,852,421,975 | 90% | ||
ronbong | 0 | 2,070,330,242 | 100% | ||
merlion | 0 | 601,637,407 | 12% | ||
blewitt | 0 | 1,192,448,884,535 | 91% | ||
czera | 0 | 614,680,043 | 100% | ||
nazomimatute1998 | 0 | 7,295,265,350 | 100% | ||
filterfield | 0 | 4,296,543,721 | 100% | ||
updatedanthology | 0 | 68,237,947 | 100% | ||
expectantfig | 0 | 1,223,497,927 | 100% | ||
smartvote | 0 | 44,585,074,313 | 2.1% | ||
jk6276 | 0 | 118,916,414,556 | 50% | ||
mimismartypants | 0 | 40,755,625,318 | 100% | ||
harkar | 0 | 171,079,300,989 | 20% | ||
idakarlsen | 0 | 34,957,378,244 | 10% | ||
dlike | 0 | 47,265,137,313 | 10.4% | ||
blueeyes8960 | 0 | 226,852,412,593 | 100% | ||
fiberfrau | 0 | 3,028,274,942 | 100% | ||
lamprini | 0 | 1,075,888,090 | 100% | ||
selfmadebastard | 0 | 5,280,406,092 | 100% | ||
bobby.madagascar | 0 | 3,032,623,599 | 10.4% | ||
oakshieldholding | 0 | 716,423,636 | 30% | ||
ecoinstats | 0 | 48,546,607,383 | 30% | ||
kermosura | 0 | 552,556,738 | 10.4% | ||
besheda | 0 | 862,932,054 | 25% | ||
kabasakal | 0 | 654,493,744 | 100% | ||
douglasjames | 0 | 504,059,096 | 100% | ||
proofofbrain | 0 | 503,709,946,823 | 100% | ||
pauliinasoilu | 0 | 9,064,215,653 | 100% | ||
bro-poker | 0 | 693,503,355 | 50% | ||
smokingfit | 0 | 4,924,171,261 | 100% | ||
bluerobo | 0 | 104,656,824,986 | 100% | ||
currentxchange | 0 | 1,624,594,677 | 2.43% | ||
jacuzzi | 0 | 10,806,353,196 | 4.06% | ||
samsemilia7 | 0 | 1,101,627,641 | 40% | ||
blind-spot | 0 | 13,595,949,446 | 50% | ||
ragnarhewins90 | 0 | 4,570,809,316 | 100% | ||
determine | 0 | 595,711,628 | 10.4% | ||
samantha-w | 0 | 1,759,801,357,120 | 50% | ||
director.rar | 0 | 99,066,087 | 100% | ||
curationvoter | 0 | 2,521,029,041 | 50% | ||
limka | 0 | 0 | 12.14% | ||
leeyh2 | 0 | 25,599,554,789 | 100% | ||
hungrybear | 0 | 513,418,515 | 12% | ||
doze | 0 | 21,414,569,305 | 50% | ||
mister-eagle | 0 | 715,747,284 | 100% | ||
supu | 0 | 11,039,795,590 | 15% | ||
src3 | 0 | 1,900,159,058 | 2.5% | ||
c4cristi3 | 0 | 28,787,795,934 | 77% | ||
kryptogames | 0 | 6,512,952,056 | 2% | ||
russia-btc | 0 | 266,951,968,396 | 25% | ||
contrabourdon | 0 | 1,737,445,922 | 8.12% | ||
mfblack | 0 | 1,632,769,720 | 9.88% | ||
zugs | 0 | 14,943,657,450 | 15% | ||
rollingbones | 0 | 310,809,116 | 50% | ||
pandaparker | 0 | 8,572,567,159 | 100% | ||
gangstalking | 0 | 996,130,871 | 0.5% | ||
enjargames | 0 | 5,335,097,313 | 100% | ||
wulff-media | 0 | 89,332,423,349 | 50% | ||
leighscotford | 0 | 515,147,249 | 0.8% | ||
erectus | 0 | 528,603,196 | 80% | ||
firefuture | 0 | 710,382,838 | 5.2% | ||
theoctoberwind | 0 | 3,816,359,969 | 100% | ||
burn-it-down | 0 | 549,833,098 | 30% | ||
teamashen | 0 | 6,019,741,366 | 9.1% | ||
cryptogambit | 0 | 1,444,869,138 | 7.5% | ||
hamza-sheikh | 0 | 722,951,535 | 100% | ||
milu-the-dog | 0 | 1,650,751,041 | 10.4% | ||
triplea.bot | 0 | 2,469,699,941 | 10.4% | ||
steem.leo | 0 | 12,751,029,136 | 10.4% | ||
leovoter | 0 | 473,029,234 | 12.18% | ||
mindtrap-leo | 0 | 736,901,754 | 30% | ||
onealfa.leo | 0 | 1,071,085,265 | 16.25% | ||
ejmh | 0 | 766,325,303 | 30% | ||
bearjohn | 0 | 1,523,319,464 | 75% | ||
mktmaker | 0 | 689,144,270 | 72.75% | ||
babytarazkp | 0 | 10,385,866,014 | 100% | ||
aicoding | 0 | 21,779,452,350 | 100% | ||
wrestlingdesires | 0 | 42,293,856,435 | 100% | ||
helengutier2 | 0 | 12,684,973,027 | 10.4% | ||
abh12345.stem | 0 | 1,931,550,721 | 100% | ||
taskmaster4450le | 0 | 523,165,108,851 | 30% | ||
fsc69 | 0 | 620,479,772 | 80% | ||
lisamgentile1961 | 0 | 70,125,855,721 | 50% | ||
revise.leo | 0 | 2,140,912,130 | 100% | ||
opidia | 0 | 143,446,752,563 | 100% | ||
successchar | 0 | 10,674,945,945 | 50% | ||
elianaicgomes | 0 | 38,744,785,991 | 40% | ||
urun | 0 | 63,705,175,834 | 100% | ||
brocfml | 0 | 1,011,201,611 | 100% | ||
pal.alfa | 0 | 111,319,376 | 100% | ||
zeesh | 0 | 883,244,163 | 4% | ||
dappstats | 0 | 4,044,630,670 | 15% | ||
therealyme | 0 | 972,864,187,324 | 15% | ||
enison1 | 0 | 399,457,373 | 100% | ||
bilpcoin.pay | 0 | 518,536,578 | 10% | ||
cd-stem | 0 | 504,002,034 | 100% | ||
honeychip | 0 | 2,030,529,249 | 85% | ||
unpopular | 0 | 314,316,391,569 | 15% | ||
lnakuma | 0 | 9,873,044,316 | 30% | ||
cratic | 0 | 4,970,808,015 | 100% | ||
rcaine | 0 | 15,781,139,970 | 30% | ||
ribary | 0 | 3,640,865,888 | 5.2% | ||
sharkthelion | 0 | 91,195,914,043 | 25% | ||
moonappics | 0 | 1,438,302,144 | 65% | ||
mice-k | 0 | 981,715,313 | 10.4% | ||
julesquirin | 0 | 912,744,903 | 6.6% | ||
davidlionfish | 0 | 15,818,754,062 | 50% | ||
paradoxtma | 0 | 32,447,279,398 | 100% | ||
catanknight | 0 | 1,387,592,846 | 100% | ||
cornavirus | 0 | 6,530,014,844 | 90% | ||
dpend.active | 0 | 861,617,501 | 2.08% | ||
alente | 0 | 2,116,694,277 | 29% | ||
blue-witness | 0 | 2,202,334,831 | 100% | ||
thisismylife | 0 | 15,408,265,273 | 65% | ||
flowerbaby | 0 | 6,047,857,556 | 20% | ||
master-lamps | 0 | 21,599,668,832 | 100% | ||
penned-bullshit | 0 | 1,179,239,659 | 80% | ||
softworld | 0 | 178,403,205,389 | 51% | ||
mcsagel | 0 | 1,069,977,954 | 50% | ||
globalcurrencies | 0 | 904,423,727 | 21% | ||
dcityrewards | 0 | 360,180,537,485 | 10.4% | ||
sketching | 0 | 613,333,716 | 5.2% | ||
nightlydungeon | 0 | 4,091,129,812 | 100% | ||
hivelander | 0 | 19,646,274,798 | 100% | ||
palimanali | 0 | 40,595,440,752 | 100% | ||
actioncats | 0 | 10,066,238,967 | 7.2% | ||
discoveringarni | 0 | 38,564,316,115 | 15% | ||
glasscity | 0 | 302,378,616 | 12.25% | ||
iamyohann | 0 | 504,194,544 | 15% | ||
moneyheist-sl | 0 | 1,187,412,112 | 100% | ||
brofund-leo | 0 | 13,198,102,712 | 100% | ||
minihw | 0 | 304,371,666 | 100% | ||
hivecur | 0 | 150,663,829 | 10.4% | ||
ykroys | 0 | 5,517,420,925 | 100% | ||
olaunlimited | 0 | 23,017,586,342 | 14.85% | ||
recoveryinc | 0 | 10,521,797,822 | 16.5% | ||
hive-108278 | 0 | 881,832,136 | 50% | ||
deadswitch | 0 | 3,483,853,363 | 100% | ||
sevenoh-fiveoh | 0 | 995,650,895 | 5% | ||
beemd | 0 | 532,342,943 | 20% | ||
whoaretheyph | 0 | 5,019,726,648 | 15% | ||
sshila | 0 | 3,422,935,500 | 100% | ||
eddie-earner | 0 | 704,663,158 | 30% | ||
noalys | 0 | 743,711,272 | 4% | ||
gallatin | 0 | 19,475,333,693 | 100% | ||
diecinueve | 0 | 1,017,651,744 | 100% | ||
dorkpower | 0 | 3,308,524,747 | 100% | ||
chucknun | 0 | 4,399,348,074 | 100% | ||
jcrcrypto | 0 | 0 | 100% | ||
esecholito | 0 | 40,101,368,614 | 100% | ||
jff7777 | 0 | 881,681,028 | 100% | ||
stemcur | 0 | 860,348,855 | 100% | ||
dalz.shorts | 0 | 633,090,473 | 25% | ||
gungunkrishu.leo | 0 | 2,723,674,927 | 100% | ||
ayrin344 | 0 | 108,646,180,052 | 100% | ||
drax.leo | 0 | 1,971,581,949 | 10% | ||
meta.condeas | 0 | 2,603,622,863 | 50% | ||
jfang003 | 0 | 25,741,738,251 | 20% | ||
nathen007.leo | 0 | 232,991,652 | 100% | ||
hivechat | 0 | 519,670,236 | 5.2% | ||
sillybilly | 0 | 503,762,934 | 100% | ||
lbi-token | 0 | 86,230,114,610 | 30% | ||
sharkleo | 0 | 2,891,274,174 | 50% | ||
mccoy02 | 0 | 32,623,642,581 | 100% | ||
scoutroc | 0 | 280,975,171 | 100% | ||
hykss.leo | 0 | 14,568,026,164 | 4.5% | ||
samrisso | 0 | 11,554,506,572 | 16.5% | ||
trostparadox | 0 | 3,620,622,897,944 | 100% | ||
sofs-su | 0 | 51,496,401,230 | 50.4% | ||
kriszrokk | 0 | 4,275,082,139 | 100% | ||
yieldgrower | 0 | 5,477,070,375 | 100% | ||
hectorsanchez18 | 0 | 11,354,964,549 | 100% | ||
savagetobi | 0 | 4,167,314,956 | 100% | ||
haitch | 0 | 1,376,383,252 | 100% | ||
cbridges573 | 0 | 4,598,443,249 | 12% | ||
xyba | 0 | 48,275,639,191 | 100% | ||
utopis | 0 | 2,001,224,240,440 | 100% | ||
star.leo | 0 | 911,451,834 | 30% | ||
kurkumita | 0 | 2,053,284,739 | 50% | ||
tomtothetom | 0 | 5,025,577,732 | 33% | ||
nyxlabs | 0 | 925,041,496 | 5% | ||
biglove | 0 | 1,036,717,292 | 25% | ||
snath | 0 | 12,274,576,875 | 15% | ||
proofofbrainio | 0 | 7,075,286,383 | 5.11% | ||
wend1go | 0 | 37,485,223,674 | 100% | ||
riandeuk | 0 | 3,657,155,041 | 100% | ||
jms211 | 0 | 4,314,412,304 | 100% | ||
raythulhu | 0 | 2,245,962,142 | 100% | ||
juecoree.stem | 0 | 643,559,058 | 100% | ||
asynckronism | 0 | 16,283,554,510 | 100% | ||
thomashnblum | 0 | 12,101,574,490 | 31% | ||
unlockmaster | 0 | 8,052,093,881 | 100% | ||
audiohive-me | 0 | 0 | 50% | ||
maureenedwards | 0 | 589,688,031 | 100% | ||
merit.ahama | 0 | 14,229,433,059 | 32.5% | ||
makulit | 0 | 23,015,831,816 | 15% | ||
holovision.cash | 0 | 0 | 100% | ||
onealfa.pob | 0 | 3,782,970,100 | 21.45% | ||
milennyz | 0 | 575,578,541 | 100% | ||
sodomlv | 0 | 9,337,907,308 | 100% | ||
dividendencheck | 0 | 1,686,577,455 | 39% | ||
oldsoulnewb | 0 | 2,688,476,276 | 100% | ||
razackpulo.pob | 0 | 2,503,689,306 | 100% | ||
joseph23 | 0 | 2,338,014,432 | 45.5% | ||
readthisplease | 0 | 9,889,075,747 | 27% | ||
mimi05 | 0 | 6,626,330,769 | 80% | ||
karmaa13 | 0 | 713,606,043 | 100% | ||
aprasad2325 | 0 | 1,455,566,113 | 4% | ||
crypto-guides | 0 | 6,750,676,862 | 100% | ||
gimme-your-coinz | 0 | 6,901,470,762 | 32.5% | ||
jocieprosza.leo | 0 | 1,192,319,940 | 30% | ||
apeminingclub | 0 | 50,983,968,838 | 10% | ||
funshee | 0 | 1,413,254,966 | 32.5% | ||
olympicdragon | 0 | 1,029,743,771 | 100% | ||
chincoculbert | 0 | 3,889,642,892 | 39% | ||
namelessnameless | 0 | 125,519,477,370 | 50% | ||
subidu | 0 | 2,626,968,997 | 100% | ||
lazy001 | 0 | 3,597,724,214 | 100% | ||
josip1119 | 0 | 895,642,205 | 100% | ||
cugel | 0 | 5,955,224,693 | 16.5% | ||
lordemmy | 0 | 664,984,730 | 80% | ||
cutedawako | 0 | 2,297,361,818 | 100% | ||
rocket47 | 0 | 3,135,411,370 | 100% | ||
ruralio | 0 | 517,363,876 | 100% | ||
cryptokungfu | 0 | 7,894,077,118 | 100% | ||
life.cruiser | 0 | 6,577,231,027 | 100% | ||
thinkrdotexe | 0 | 1,715,976,075 | 49% | ||
somu04 | 0 | 1,610,200,215 | 15% | ||
michupa | 0 | 1,267,252,881 | 9.3% | ||
antor2024 | 0 | 528,710,075 | 100% | ||
davidxxl | 0 | 386,222,201 | 100% | ||
marynowskifamily | 0 | 372,382,153 | 100% | ||
harlowjourney | 0 | 3,843,135,604 | 19% | ||
mintfinch | 0 | 1,690,284,108 | 100% | ||
shoumik31 | 0 | 7,161,543,599 | 100% | ||
danyst1ne | 0 | 13,526,481,618 | 100% | ||
tokenizedsociety | 0 | 1,090,243,154 | 10% | ||
technocrypton | 0 | 3,472,818,490 | 100% | ||
waivio.curator | 0 | 1,297,641,694 | 2.45% | ||
bananofarmer | 0 | 1,399,807,097 | 100% | ||
drexlord | 0 | 3,435,542,696 | 7.5% | ||
topbooster.leo | 0 | 554,652,334 | 50% | ||
leoalpha | 0 | 1,484,829,373 | 50% | ||
trostparadox.vyb | 0 | 1,302,376,711 | 50% | ||
vyb.pob | 0 | 2,832,467,434 | 50% | ||
cryptobeautiful | 0 | 1,900,346,889 | 100% | ||
listnerds | 0 | 34,294,434,750 | 15% | ||
financeadviser | 0 | 1,807,494,427 | 100% | ||
india-leo | 0 | 2,645,271,592 | 100% | ||
saboin.pob | 0 | 137,957,805 | 21.45% | ||
vyb.curation | 0 | 1,667,700,194 | 50% | ||
bitsofwisdom | 0 | 918,053,213 | 50% | ||
onealfa.vyb | 0 | 1,878,752,578 | 65% | ||
zuun.net | 0 | 7,908,236,139 | 20% | ||
jeryco | 0 | 0 | 100% | ||
bricksolution | 0 | 2,776,242,111 | 15% | ||
cagalli | 0 | 1,714,472,370 | 100% | ||
gormiot | 0 | 39,621,968 | 100% | ||
nkechi | 0 | 1,217,923,083 | 49% | ||
danaperez | 0 | 6,325,285,498 | 100% | ||
katherine-w | 0 | 1,483,670,191,368 | 50% | ||
friendmoose.pob | 0 | 1,827,767,047 | 50% | ||
techlhab | 0 | 1,087,973,614 | 50% | ||
felixicarus000 | 0 | 301,851,719 | 100% | ||
meestervyb | 0 | 995,547,992 | 65% | ||
vyb.fund | 0 | 1,189,667,531 | 50% | ||
beststart | 0 | 1,240,435,853 | 100% | ||
toohip | 0 | 64,041,022,310 | 100% | ||
theinfiltred | 0 | 277,497,512 | 100% | ||
nony | 0 | 0 | 100% | ||
felerce93 | 0 | 319,770,033 | 100% | ||
dolphin33 | 0 | 0 | 100% | ||
mamangkom | 0 | 0 | 42.9% | ||
mallorcamum | 0 | 840,469,915 | 25% |
Wow there is always something new to learn. It will take me alittle knowledge on coding to understand this. I am learning about right now. hopefully i can take advantage of this in the future. Thanks for the great post
author | alente |
---|---|
permlink | re-geekgirl-r7odcz |
category | hive-167922 |
json_metadata | {"tags":["hive-167922"],"app":"peakd/2022.01.2"} |
created | 2022-02-21 22:05:24 |
last_update | 2022-02-21 22:05:24 |
depth | 1 |
children | 0 |
last_payout | 2022-02-28 22:05:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.051 HBD |
curator_payout_value | 0.051 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 218 |
author_reputation | 3,984,955,344,775 |
root_title | "Claiming & Creating Discounted Hive Accounts | Showcase Monday" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,690,025 |
net_rshares | 88,832,372,913 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
geekgirl | 0 | 88,832,372,913 | 5% |
That is some good advice and solution to getting more hive accounts created. I would think that 3 HIVE cost would really add up.
author | chinito |
---|---|
permlink | re-geekgirl-r7od3m |
category | hive-167922 |
json_metadata | {"tags":["hive-167922"],"app":"peakd/2022.01.2"} |
created | 2022-02-21 21:59:45 |
last_update | 2022-02-21 21:59:45 |
depth | 1 |
children | 0 |
last_payout | 2022-02-28 21:59:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.050 HBD |
curator_payout_value | 0.051 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 128 |
author_reputation | 185,597,536,582,473 |
root_title | "Claiming & Creating Discounted Hive Accounts | Showcase Monday" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,689,885 |
net_rshares | 88,517,302,551 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
geekgirl | 0 | 88,517,302,551 | 5% |
Thank you for explaining this in a digestible way for noobs like me 😄 The more I read people's posts the more I learn, hive is amazing.
author | donpapy |
---|---|
permlink | re-geekgirl-r7ox5a |
category | hive-167922 |
json_metadata | {"tags":["hive-167922"],"app":"peakd/2022.01.2"} |
created | 2022-02-22 05:12:45 |
last_update | 2022-02-22 05:12:45 |
depth | 1 |
children | 0 |
last_payout | 2022-03-01 05:12:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.052 HBD |
curator_payout_value | 0.052 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 135 |
author_reputation | 1,288,736,587,517 |
root_title | "Claiming & Creating Discounted Hive Accounts | Showcase Monday" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,699,029 |
net_rshares | 91,624,182,865 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
geekgirl | 0 | 91,624,182,865 | 5% |
@geekgirl I am a newbie here. I don't think I understand how to claim these tokens you talk about. I am not familiar with code, and those codes have left me confused. Could you shed some more light, please 🥺?
author | drceeyou |
---|---|
permlink | re-geekgirl-r7o1bk |
category | hive-167922 |
json_metadata | {"tags":["hive-167922"],"app":"peakd/2022.01.2"} |
created | 2022-02-21 17:45:24 |
last_update | 2022-02-21 17:45:24 |
depth | 1 |
children | 2 |
last_payout | 2022-02-28 17:45:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.051 HBD |
curator_payout_value | 0.050 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 210 |
author_reputation | 11,549,373,457,481 |
root_title | "Claiming & Creating Discounted Hive Accounts | Showcase Monday" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,682,673 |
net_rshares | 89,110,274,964 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
geekgirl | 0 | 89,110,274,964 | 5% |
You would need at least about 4-5k HP to claim at least one account claim token. The purpose of these is to let Apps create accounts for free based on how much HP they have.
author | geekgirl |
---|---|
permlink | r7oqmt |
category | hive-167922 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2022-02-22 02:52:06 |
last_update | 2022-02-22 02:52:06 |
depth | 2 |
children | 0 |
last_payout | 2022-03-01 02:52:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 173 |
author_reputation | 1,586,488,611,824,452 |
root_title | "Claiming & Creating Discounted Hive Accounts | Showcase Monday" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,696,383 |
net_rshares | 0 |
Same here honestly
author | typebox |
---|---|
permlink | r7o3bs |
category | hive-167922 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2022-02-21 18:28:42 |
last_update | 2022-02-21 18:28:42 |
depth | 2 |
children | 0 |
last_payout | 2022-02-28 18:28:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 18 |
author_reputation | 37,509,832,568,717 |
root_title | "Claiming & Creating Discounted Hive Accounts | Showcase Monday" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,683,614 |
net_rshares | 0 |
This is quite an education on claiming accounts using Beem. Hive creates opportunities to learn new things and with time, this coding and all will no longer be new, thanks.
author | gratitudemine |
---|---|
permlink | re-geekgirl-r7q2mu |
category | hive-167922 |
json_metadata | {"tags":["hive-167922"],"app":"peakd/2022.01.2"} |
created | 2022-02-22 20:09:09 |
last_update | 2022-02-22 20:09:09 |
depth | 1 |
children | 0 |
last_payout | 2022-03-01 20:09:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.076 HBD |
curator_payout_value | 0.076 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 172 |
author_reputation | 648,545,667,159 |
root_title | "Claiming & Creating Discounted Hive Accounts | Showcase Monday" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,719,903 |
net_rshares | 129,498,111,087 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
geekgirl | 0 | 129,498,111,087 | 8% |
You are full of so much interesting information! I knew there was a software way to create/claim accounts, but, so far, I only made this one and my Splinterlands account for free using ecency, which requires email verification. I have a comp sci degree from the year *cough*. I am currently learning Python. Early days, but, you know, when you know a few languages...
author | harlowjourney |
---|---|
permlink | re-geekgirl-2022223t181756606z |
category | hive-167922 |
json_metadata | {"tags":["hive-167922","hive","account","rc","beem","python","vyb","proofofbrain","neoxian","ctp","palnet","leofinance"],"app":"ecency/3.0.25-mobile","format":"markdown+html"} |
created | 2022-02-24 01:17:57 |
last_update | 2022-02-24 01:17:57 |
depth | 1 |
children | 0 |
last_payout | 2022-03-03 01:17:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 373 |
author_reputation | 28,179,866,256,451 |
root_title | "Claiming & Creating Discounted Hive Accounts | Showcase Monday" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,757,410 |
net_rshares | 0 |
Thanks for sh6this initiative
author | heskay |
---|---|
permlink | re-geekgirl-2022221t183653424z |
category | hive-167922 |
json_metadata | {"tags":["hive","account","rc","beem","python","vyb","proofofbrain","neoxian","ctp","palnet","leofinance"],"app":"ecency/3.0.21-vision","format":"markdown+html"} |
created | 2022-02-21 17:36:54 |
last_update | 2022-02-21 17:36:54 |
depth | 1 |
children | 0 |
last_payout | 2022-02-28 17:36:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 29 |
author_reputation | 81,253,609,298,220 |
root_title | "Claiming & Creating Discounted Hive Accounts | Showcase Monday" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,682,434 |
net_rshares | 0 |
This post has been manually curated by @bhattg from Indiaunited community. Join us on our [Discord Server](https://discord.gg/bGmS2tE). Do you know that you can earn a passive income by delegating your Leo power to @india-leo account? We share 100 % of the curation rewards with the delegators. <sub>**Please contribute to the community by upvoting this comment and posts made by @indiaunited.**</sub>
author | india-leo |
---|---|
permlink | indiaunited-1645463340115 |
category | hive-167922 |
json_metadata | {"app":"hiveblog/0.1","tags":["hive","account","rc","beem","python","vyb","proofofbrain","neoxian","ctp","palnet","leofinance"]} |
created | 2022-02-21 17:09:00 |
last_update | 2022-02-21 17:09:00 |
depth | 1 |
children | 0 |
last_payout | 2022-02-28 17:09:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 405 |
author_reputation | 7,347,863,294,371 |
root_title | "Claiming & Creating Discounted Hive Accounts | Showcase Monday" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,681,641 |
net_rshares | 0 |
This post is a whole class itself. Something New I have to learn. Thanks @geekgirl
author | jaydr |
---|---|
permlink | re-geekgirl-r7psy2 |
category | hive-167922 |
json_metadata | {"tags":["hive-167922"],"app":"peakd/2022.01.2"} |
created | 2022-02-22 16:39:42 |
last_update | 2022-02-22 16:39:42 |
depth | 1 |
children | 0 |
last_payout | 2022-03-01 16:39:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.076 HBD |
curator_payout_value | 0.076 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 84 |
author_reputation | 142,482,547,816,915 |
root_title | "Claiming & Creating Discounted Hive Accounts | Showcase Monday" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,713,791 |
net_rshares | 129,680,602,773 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
geekgirl | 0 | 129,680,602,773 | 8% |
Just wondering but are the costs of claiming tokens a fixed RC amount or is it variable based on how many people are claiming? Also do you know how much HP is needed to claim an account right now? Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@jfang003/re-geekgirl-4kgt4u)
author | jfang003 |
---|---|
permlink | re-geekgirl-4kgt4u |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["hive-167922","leofinance"],"canonical_url":"https://leofinance.io/@jfang003/re-geekgirl-4kgt4u"} |
created | 2022-02-21 22:56:48 |
last_update | 2022-02-21 22:56:48 |
depth | 1 |
children | 1 |
last_payout | 2022-02-28 22:56:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.103 HBD |
curator_payout_value | 0.103 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 291 |
author_reputation | 630,940,218,823,004 |
root_title | "Claiming & Creating Discounted Hive Accounts | Showcase Monday" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,691,287 |
net_rshares | 177,663,747,414 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
geekgirl | 0 | 177,663,747,414 | 10% |
Yes, the cost in RC changes. I normally can claim between 9 and 12 tokens. I just ran the script and this is what is showed: `Current cost 11908.37 G RC - current mana 107380.56 G RC` I have 58K HP, and looks like that equals to 107380.56 G RC.
author | geekgirl |
---|---|
permlink | r7or2m |
category | hive-167922 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2022-02-22 03:01:36 |
last_update | 2022-02-22 03:01:36 |
depth | 2 |
children | 0 |
last_payout | 2022-03-01 03:01:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 245 |
author_reputation | 1,586,488,611,824,452 |
root_title | "Claiming & Creating Discounted Hive Accounts | Showcase Monday" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,696,573 |
net_rshares | 0 |
I learn something new everyday on HIVE, because honestly; I'm noob-centric with a lot of this stuff. Hey, if anyone can show us ways to save some of our HIVE; that's a WIN! Thanks @geekgirl for the knowledge. 
author | jimmy.adames |
---|---|
permlink | re-geekgirl-r7obv7 |
category | hive-167922 |
json_metadata | {"tags":["hive-167922"],"app":"peakd/2022.01.2"} |
created | 2022-02-21 21:33:09 |
last_update | 2022-02-21 21:33:09 |
depth | 1 |
children | 1 |
last_payout | 2022-02-28 21:33:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.108 HBD |
curator_payout_value | 0.108 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 308 |
author_reputation | 321,317,451,537,530 |
root_title | "Claiming & Creating Discounted Hive Accounts | Showcase Monday" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,689,199 |
net_rshares | 188,909,454,824 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
markhodge | 0 | 10,389,142,815 | 100% | ||
geekgirl | 0 | 178,520,312,009 | 10% |
Thank you Jimmy!
author | geekgirl |
---|---|
permlink | r7oqhl |
category | hive-167922 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2022-02-22 02:48:57 |
last_update | 2022-02-22 02:48:57 |
depth | 2 |
children | 0 |
last_payout | 2022-03-01 02:48:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.014 HBD |
curator_payout_value | 0.013 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 16 |
author_reputation | 1,586,488,611,824,452 |
root_title | "Claiming & Creating Discounted Hive Accounts | Showcase Monday" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,696,307 |
net_rshares | 24,957,292,333 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jimmy.adames | 0 | 24,957,292,333 | 65% |
So, you just run this python in an IDE?
author | manniman |
---|---|
permlink | re-geekgirl-r7o7zg |
category | hive-167922 |
json_metadata | {"tags":["hive-167922"],"app":"peakd/2022.01.2"} |
created | 2022-02-21 20:08:45 |
last_update | 2022-02-21 20:08:45 |
depth | 1 |
children | 1 |
last_payout | 2022-02-28 20:08:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.050 HBD |
curator_payout_value | 0.051 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 39 |
author_reputation | 77,790,724,868,389 |
root_title | "Claiming & Creating Discounted Hive Accounts | Showcase Monday" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,686,003 |
net_rshares | 88,342,492,821 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
geekgirl | 0 | 88,342,492,821 | 5% |
anywhere the python can be run.
author | geekgirl |
---|---|
permlink | r7oquw |
category | hive-167922 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2022-02-22 02:56:57 |
last_update | 2022-02-22 02:56:57 |
depth | 2 |
children | 0 |
last_payout | 2022-03-01 02:56:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.018 HBD |
curator_payout_value | 0.018 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 31 |
author_reputation | 1,586,488,611,824,452 |
root_title | "Claiming & Creating Discounted Hive Accounts | Showcase Monday" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,696,498 |
net_rshares | 31,852,208,540 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
manniman | 0 | 31,852,208,540 | 5% |
> creator = hive.wallet.getAccountFromPrivateKey(wif) So he's pulling the account by himself. Interesting.
author | manniman |
---|---|
permlink | re-geekgirl-r7o861 |
category | hive-167922 |
json_metadata | {"tags":["hive-167922"],"app":"peakd/2022.01.2"} |
created | 2022-02-21 20:12:42 |
last_update | 2022-02-21 20:12:42 |
depth | 1 |
children | 3 |
last_payout | 2022-02-28 20:12:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.075 HBD |
curator_payout_value | 0.075 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 108 |
author_reputation | 77,790,724,868,389 |
root_title | "Claiming & Creating Discounted Hive Accounts | Showcase Monday" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,686,090 |
net_rshares | 130,298,119,729 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
geekgirl | 0 | 130,298,119,729 | 8% |
getting the account based on a private key.
author | geekgirl |
---|---|
permlink | r7oqu6 |
category | hive-167922 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2022-02-22 02:56:33 |
last_update | 2022-02-22 02:56:33 |
depth | 2 |
children | 2 |
last_payout | 2022-03-01 02:56:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.018 HBD |
curator_payout_value | 0.018 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 43 |
author_reputation | 1,586,488,611,824,452 |
root_title | "Claiming & Creating Discounted Hive Accounts | Showcase Monday" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,696,491 |
net_rshares | 31,821,364,834 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
manniman | 0 | 31,821,364,834 | 5% |
That's a very interesting way of doing it. So if you lose your private KEY, your Attacker just has your account as well at the same time.
author | manniman |
---|---|
permlink | re-geekgirl-r7ptry |
category | hive-167922 |
json_metadata | {"tags":["hive-167922"],"app":"peakd/2022.01.2"} |
created | 2022-02-22 16:57:36 |
last_update | 2022-02-22 16:57:36 |
depth | 3 |
children | 1 |
last_payout | 2022-03-01 16:57:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 137 |
author_reputation | 77,790,724,868,389 |
root_title | "Claiming & Creating Discounted Hive Accounts | Showcase Monday" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,714,326 |
net_rshares | 0 |
Awesome! I have been wanting to claim extra account tokens for a while now but never have enough RC's I should check again now! Thanks for the reminder!
author | mimismartypants |
---|---|
permlink | re-geekgirl-2022222t102638123z |
category | hive-167922 |
json_metadata | {"tags":["hive-167922","hive","account","rc","beem","python","vyb","proofofbrain","neoxian","ctp","palnet","leofinance"],"app":"ecency/3.0.25-mobile","format":"markdown+html"} |
created | 2022-02-22 08:26:39 |
last_update | 2022-02-22 08:26:39 |
depth | 1 |
children | 0 |
last_payout | 2022-03-01 08:26:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.076 HBD |
curator_payout_value | 0.075 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 152 |
author_reputation | 81,104,231,720,459 |
root_title | "Claiming & Creating Discounted Hive Accounts | Showcase Monday" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,702,495 |
net_rshares | 130,091,951,050 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
geekgirl | 0 | 130,091,951,050 | 8% |
Informative post.. I never knew about Beem before now.
author | nkechi |
---|---|
permlink | re-geekgirl-r7ocrh |
category | hive-167922 |
json_metadata | {"tags":["hive-167922"],"app":"peakd/2022.01.2"} |
created | 2022-02-21 21:52:33 |
last_update | 2022-02-21 21:52:33 |
depth | 1 |
children | 0 |
last_payout | 2022-02-28 21:52:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.050 HBD |
curator_payout_value | 0.051 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 54 |
author_reputation | 6,183,721,709,496 |
root_title | "Claiming & Creating Discounted Hive Accounts | Showcase Monday" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,689,720 |
net_rshares | 88,429,480,933 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
geekgirl | 0 | 88,429,480,933 | 5% |
I have always wondered why people claimed accounts, I did not know there was an earning model behind it. Thanks for the wrap up
author | pele23 |
---|---|
permlink | re-geekgirl-2022221t203439983z |
category | hive-167922 |
json_metadata | {"tags":["hive-167922","hive","account","rc","beem","python","vyb","proofofbrain","neoxian","ctp","palnet","leofinance"],"app":"ecency/3.0.25-mobile","format":"markdown+html"} |
created | 2022-02-21 19:34:39 |
last_update | 2022-02-21 19:34:39 |
depth | 1 |
children | 0 |
last_payout | 2022-02-28 19:34:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.051 HBD |
curator_payout_value | 0.050 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 128 |
author_reputation | 346,843,014,004,084 |
root_title | "Claiming & Creating Discounted Hive Accounts | Showcase Monday" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,685,182 |
net_rshares | 88,963,351,131 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
geekgirl | 0 | 88,963,351,131 | 5% |
I didn't know that. I have been telling people it is free to join the Hive. Nobody has ever told me I was wrong. Thanks for the info.
author | rcaine |
---|---|
permlink | re-geekgirl-r7qdbe |
category | hive-167922 |
json_metadata | {"tags":["hive-167922"],"app":"peakd/2022.02.2"} |
created | 2022-02-22 23:59:39 |
last_update | 2022-02-22 23:59:39 |
depth | 1 |
children | 1 |
last_payout | 2022-03-01 23:59:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.095 HBD |
curator_payout_value | 0.095 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 136 |
author_reputation | 71,492,578,717,582 |
root_title | "Claiming & Creating Discounted Hive Accounts | Showcase Monday" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,725,707 |
net_rshares | 161,419,600,522 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
geekgirl | 0 | 161,419,600,522 | 10% |
It is free for most people, because others provide services to create accounts. Not sure who is creating accounts for free these days.
author | geekgirl |
---|---|
permlink | r7qsrx |
category | hive-167922 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2022-02-23 05:33:33 |
last_update | 2022-02-23 05:33:33 |
depth | 2 |
children | 0 |
last_payout | 2022-03-02 05:33:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 134 |
author_reputation | 1,586,488,611,824,452 |
root_title | "Claiming & Creating Discounted Hive Accounts | Showcase Monday" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,731,947 |
net_rshares | 0 |
New day, new information Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@readthisplease/re-geekgirl-3wsp49)
author | readthisplease |
---|---|
permlink | re-geekgirl-3wsp49 |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["hive-167922","leofinance"],"canonical_url":"https://leofinance.io/@readthisplease/re-geekgirl-3wsp49"} |
created | 2022-02-22 13:05:36 |
last_update | 2022-02-22 13:05:36 |
depth | 1 |
children | 0 |
last_payout | 2022-03-01 13:05:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.076 HBD |
curator_payout_value | 0.076 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 126 |
author_reputation | 728,384,154,579,944 |
root_title | "Claiming & Creating Discounted Hive Accounts | Showcase Monday" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,708,308 |
net_rshares | 129,886,112,240 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
geekgirl | 0 | 129,886,112,240 | 8% |
Whats the minimum amount needed to start claiming?
author | rilo |
---|---|
permlink | re-geekgirl-2022221t133817127z |
category | hive-167922 |
json_metadata | {"tags":["hive","account","rc","beem","python","vyb","proofofbrain","neoxian","ctp","palnet","leofinance"],"app":"ecency/3.0.21-vision","format":"markdown+html"} |
created | 2022-02-21 19:38:18 |
last_update | 2022-02-21 19:38:18 |
depth | 1 |
children | 1 |
last_payout | 2022-02-28 19:38:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.051 HBD |
curator_payout_value | 0.050 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 50 |
author_reputation | 6,792,842,671,007 |
root_title | "Claiming & Creating Discounted Hive Accounts | Showcase Monday" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,685,261 |
net_rshares | 88,892,979,888 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
geekgirl | 0 | 88,892,979,888 | 5% |
About 5K HP. Maybe a little more. The cost in RC changes from time to time.
author | geekgirl |
---|---|
permlink | r7oqsa |
category | hive-167922 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2022-02-22 02:55:24 |
last_update | 2022-02-22 02:55:24 |
depth | 2 |
children | 0 |
last_payout | 2022-03-01 02:55:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 75 |
author_reputation | 1,586,488,611,824,452 |
root_title | "Claiming & Creating Discounted Hive Accounts | Showcase Monday" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,696,461 |
net_rshares | 0 |
This is cool! Could you explain how to generate random "new_account_pass"? Thanks!
author | rocket47 |
---|---|
permlink | r7oqc0 |
category | hive-167922 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2022-02-22 02:45:36 |
last_update | 2022-02-22 02:45:36 |
depth | 1 |
children | 2 |
last_payout | 2022-03-01 02:45:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.106 HBD |
curator_payout_value | 0.104 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 82 |
author_reputation | 32,091,796,105,847 |
root_title | "Claiming & Creating Discounted Hive Accounts | Showcase Monday" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,696,255 |
net_rshares | 181,227,949,657 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
candy49 | 0 | 3,800,320,246 | 100% | ||
geekgirl | 0 | 177,427,629,411 | 10% |
When using above code to create an account, for `new_account_pass" you come up with your own password and it serves as a master key and a phrase to generate the other private keys. The other private keys are generated for you.
author | geekgirl |
---|---|
permlink | r7or97 |
category | hive-167922 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2022-02-22 03:05:33 |
last_update | 2022-02-22 03:05:33 |
depth | 2 |
children | 1 |
last_payout | 2022-03-01 03:05:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 226 |
author_reputation | 1,586,488,611,824,452 |
root_title | "Claiming & Creating Discounted Hive Accounts | Showcase Monday" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,696,644 |
net_rshares | 0 |
I see. Thank you so much!
author | rocket47 |
---|---|
permlink | r7owle |
category | hive-167922 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2022-02-22 05:00:51 |
last_update | 2022-02-22 05:00:51 |
depth | 3 |
children | 0 |
last_payout | 2022-03-01 05:00:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 25 |
author_reputation | 32,091,796,105,847 |
root_title | "Claiming & Creating Discounted Hive Accounts | Showcase Monday" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,698,811 |
net_rshares | 0 |
cool! @tipu curate
author | tobetada |
---|---|
permlink | re-geekgirl-r7o0kp |
category | hive-167922 |
json_metadata | {"tags":["hive-167922"],"app":"peakd/2022.01.2"} |
created | 2022-02-21 17:29:09 |
last_update | 2022-02-21 17:29:09 |
depth | 1 |
children | 1 |
last_payout | 2022-02-28 17:29:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.050 HBD |
curator_payout_value | 0.050 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 19 |
author_reputation | 596,841,127,072,980 |
root_title | "Claiming & Creating Discounted Hive Accounts | Showcase Monday" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,682,193 |
net_rshares | 88,257,828,749 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
geekgirl | 0 | 88,257,828,749 | 5% |
<a href="https://tipu.online/hive_curator?tobetada" target="_blank">Upvoted 👌</a> (Mana: 0/80) <a href="https://peakd.com/hive/@reward.app/reward-app-quick-guide-updated" target="_blank">Liquid rewards</a>.
author | tipu |
---|---|
permlink | re-re-geekgirl-r7o0kp-20220221t172919z |
category | hive-167922 |
json_metadata | "{"app": "beem/0.24.26"}" |
created | 2022-02-21 17:29:18 |
last_update | 2022-02-21 17:29:18 |
depth | 2 |
children | 0 |
last_payout | 2022-02-28 17:29:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 215 |
author_reputation | 55,902,105,514,997 |
root_title | "Claiming & Creating Discounted Hive Accounts | Showcase Monday" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,682,203 |
net_rshares | 0 |
This is awesome ❤️ Does it need to be run from a vps, or does Beem host the script?
author | wrestlingdesires |
---|---|
permlink | re-geekgirl-2022221t10532506z |
category | hive-167922 |
json_metadata | {"tags":["hive","account","rc","beem","python","vyb","proofofbrain","neoxian","ctp","palnet","leofinance"],"app":"ecency/3.0.21-vision","format":"markdown+html"} |
created | 2022-02-21 19:05:33 |
last_update | 2022-02-21 19:05:33 |
depth | 1 |
children | 3 |
last_payout | 2022-02-28 19:05:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.051 HBD |
curator_payout_value | 0.050 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 83 |
author_reputation | 202,688,216,355,345 |
root_title | "Claiming & Creating Discounted Hive Accounts | Showcase Monday" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,684,424 |
net_rshares | 89,032,299,954 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
geekgirl | 0 | 89,032,299,954 | 5% |
You can run the code on any computer that can run python. Dependencies would need to be installed first thought.
author | geekgirl |
---|---|
permlink | r7oqpr |
category | hive-167922 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2022-02-22 02:53:51 |
last_update | 2022-02-22 02:53:51 |
depth | 2 |
children | 2 |
last_payout | 2022-03-01 02:53:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 112 |
author_reputation | 1,586,488,611,824,452 |
root_title | "Claiming & Creating Discounted Hive Accounts | Showcase Monday" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,696,436 |
net_rshares | 0 |
I've always been curious about python, I might look into it when things settle down for me :) ... But my coding skills are **very** limited 😂 !PIZZA !ALIVE !LOL
author | wrestlingdesires |
---|---|
permlink | re-geekgirl-2022223t82616393z |
category | hive-167922 |
json_metadata | {"tags":["ecency"],"app":"ecency/3.0.21-vision","format":"markdown+html"} |
created | 2022-02-23 17:26:18 |
last_update | 2022-02-23 17:26:18 |
depth | 3 |
children | 1 |
last_payout | 2022-03-02 17:26:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 160 |
author_reputation | 202,688,216,355,345 |
root_title | "Claiming & Creating Discounted Hive Accounts | Showcase Monday" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,747,442 |
net_rshares | 0 |
How i can input these codes in beem ? beem.io website or beem dapp Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@ziabutt3836/re-geekgirl-3yvhtu)
author | ziabutt3836 |
---|---|
permlink | re-geekgirl-3yvhtu |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["hive-167922","leofinance"],"canonical_url":"https://leofinance.io/@ziabutt3836/re-geekgirl-3yvhtu"} |
created | 2022-02-22 16:58:36 |
last_update | 2022-02-22 16:58:36 |
depth | 1 |
children | 1 |
last_payout | 2022-03-01 16:58:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.076 HBD |
curator_payout_value | 0.076 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 164 |
author_reputation | 28,698,360,468,734 |
root_title | "Claiming & Creating Discounted Hive Accounts | Showcase Monday" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,714,362 |
net_rshares | 129,293,222,422 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
geekgirl | 0 | 129,293,222,422 | 8% |
Beem is a python library. You need to know python.
author | geekgirl |
---|---|
permlink | r7qsp6 |
category | hive-167922 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2022-02-23 05:31:54 |
last_update | 2022-02-23 05:31:54 |
depth | 2 |
children | 0 |
last_payout | 2022-03-02 05:31:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 50 |
author_reputation | 1,586,488,611,824,452 |
root_title | "Claiming & Creating Discounted Hive Accounts | Showcase Monday" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,731,916 |
net_rshares | 0 |